diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-06-16 15:07:02 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-06-16 15:07:02 +0800 |
commit | ef4fb079a43f916fb85c29467dc33da928e51692 (patch) | |
tree | 3258e90d996fe0fb953e2acbda101aecb6b0fada /calendar/ChangeLog | |
parent | d7480fd1c06182203a147559143931606c712759 (diff) | |
download | gsoc2013-evolution-ef4fb079a43f916fb85c29467dc33da928e51692.tar.gz gsoc2013-evolution-ef4fb079a43f916fb85c29467dc33da928e51692.tar.zst gsoc2013-evolution-ef4fb079a43f916fb85c29467dc33da928e51692.zip |
Doh, sync - Federico
svn path=/trunk/; revision=3593
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 05d6ed68a7..d90d27d693 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -20,6 +20,34 @@ (INCLUDES): include libical src dir so we don't depend on having ical.h already installed +2000-06-14 Federico Mena Quintero <federico@helixcode.com> + + * gui/calendar-model.c: GPtrArray cannot insert stuff in the + middle of the array (!), so use plain GArray everywhere. Sigh. + +2000-06-13 Federico Mena Quintero <federico@helixcode.com> + + * cal-client/cal-client.c (cal_client_get_object): Use vCalendar + again. + + * cal-util/calobj.c (ical_object_find_in_string): From Seth, make + it use vCalendar again. + +2000-06-13 Federico Mena Quintero <federico@helixcode.com> + + * gui/calendar-model.c (obj_updated_cb): Juggle some eggs in + asynchronous fashion. Finished implementing. + (obj_removed_cb): Implemented. This one needs no juggling. + (calendar_model_set_cal_client): Only load the objects if we have + a client. + (calendar_model_destroy): Disconnect from the client's signals. + + * gui/Makefile.am (evolution_calendar_SOURCES): Added + calendar-model.[ch] to the list of sources. + + * pcs/cal-backend-imc.c (cal_backend_imc_get_n_objects): Doh, + return the computed value. + 2000-06-13 Federico Mena Quintero <federico@helixcode.com> * gui/calendar-model.c (CalendarModelPrivate): Added the array of |