diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-30 22:47:38 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-30 22:47:38 +0800 |
commit | 336efb38c6245c06f48704a0f0c07693bf58f9ee (patch) | |
tree | d94b539a274e309f27d29eb366b8754a16fb5a21 /calendar/ChangeLog | |
parent | 886713b8b1393dca9f9c9abe87ccb928eca8c0ef (diff) | |
download | gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.gz gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.tar.zst gsoc2013-evolution-336efb38c6245c06f48704a0f0c07693bf58f9ee.zip |
Flush - Federico
svn path=/trunk/; revision=3280
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a62b2c29f2..d6b28823a0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,24 @@ +2000-05-29 Federico Mena Quintero <federico@helixcode.com> + + * gui/gnome-cal.c (gnome_calendar_object_changed): Removed the + flags argument, since now we just proxy the calendar object to the + calendar client. + + * gui/event-editor.c (alarm_unit_get): Moved over from + event-editor-utils.c. + + * gui/event-editor-utils.[ch]: Removed files, since the two + functions that were left there (i.e. the ones not present in + e-dialog-widgets) can simply be moved to event-editor.c. + + * gui/Makefile.am (evolution_calendar_SOURCES): Removed + event-editor-utils.[ch] from the list of sources. + +2000-05-27 Federico Mena Quintero <federico@helixcode.com> + + * gui/event-editor-utils.c: Moved many functions to + e-util/e-dialog-widgets.c. + 2000-05-25 Federico Mena Quintero <federico@helixcode.com> * gui/event-editor-dialog.glade: Put the main notebook directly |