diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-18 07:48:05 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-18 07:48:05 +0800 |
commit | d55901c052e7431d907f1db4aa243b79948c3f46 (patch) | |
tree | a7e6eeedf30f9a73d31029fef10773c72a7b46c1 /calendar/ChangeLog | |
parent | 4b926012c0cae01569d71d178dc651d9e4b2c8e8 (diff) | |
download | gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar.gz gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar.bz2 gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar.lz gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar.xz gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar.zst gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.zip |
Year view, double click -mig
svn path=/trunk/; revision=152
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f637e41c1e..58a01b187f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +1998-04-17 Miguel de Icaza <miguel@nuclecu.unam.mx> + + * gnome-cal.c (gnome_calendar_remove_object): Add support for + removing objects. + 1998-04-17 Federico Mena Quintero <federico@nuclecu.unam.mx> * eventedit.c (ee_init_recurrence_page): New function that creates @@ -8,6 +13,11 @@ * calobj.c (ical_object_generate_events): Implement RECUR_MONTHLY_BY_POS implemented. + (ical_object_create_from_vobject): Fix the alarm + initialization code. + (save_alarm): Save alarms. + (ical_object_generate_events): Fixed the recurrent code to take + into account the recur->endate field (if at all specified). (ical_object_to_vobject): Implement recurrence rule saving. |