diff options
author | Seth Alves <alves@src.gnome.org> | 2000-03-06 08:10:24 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-03-06 08:10:24 +0800 |
commit | 34eff34dd935025d733904b03b20c764637d688a (patch) | |
tree | e9fd8dde3aac89e40d54cc030c1d0ddd823b2d52 /calendar/ChangeLog | |
parent | 70108e31eafba17f63a04375d7e4c51c7d1c35eb (diff) | |
download | gsoc2013-evolution-34eff34dd935025d733904b03b20c764637d688a.tar gsoc2013-evolution-34eff34dd935025d733904b03b20c764637d688a.tar.gz gsoc2013-evolution-34eff34dd935025d733904b03b20c764637d688a.tar.bz2 gsoc2013-evolution-34eff34dd935025d733904b03b20c764637d688a.tar.lz gsoc2013-evolution-34eff34dd935025d733904b03b20c764637d688a.tar.xz gsoc2013-evolution-34eff34dd935025d733904b03b20c764637d688a.tar.zst gsoc2013-evolution-34eff34dd935025d733904b03b20c764637d688a.zip |
stubs for client side access to alarm structures. this will probably
* cal-client/cal-client-alarm.c: stubs for client side
access to alarm structures. this will probably change,
since i don't know what i'm doing.
* cal-util/alarm-enums.h: enums for alarms needed by
both the client and the server
* remaining source files in calendar/... have been moved
to calendar/gui.
* gui/alarm.c: start to decouple the view from the model
in the alarm editing code
svn path=/trunk/; revision=2062
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a6a390842f..4ba2f26102 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2000-03-05 Seth Alves <alves@hungry.com> + + * cal-client/cal-client-alarm.c: stubs for client side + access to alarm structures. this will probably change, + since i don't know what i'm doing. + + * cal-util/alarm-enums.h: enums for alarms needed by + both the client and the server + + * remaining source files in calendar/... have been moved + to calendar/gui. + + * gui/alarm.c: start to decouple the view from the model + in the alarm editing code + 2000-03-03 Seth Alves <alves@hungry.com> * cal-util/Makefile.am: new file -- things shared between |