From 3561e168465b99a2e31053a4a41ea05f9d485b9e Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sat, 9 Sep 2000 01:00:05 +0000 Subject: New function with the loading/creation state machine. It is carefully 2000-09-08 Federico Mena Quintero * gui/gnome-cal.c (cal_loaded_cb): New function with the loading/creation state machine. It is carefully modelled after the state machine that started the Universe, so bow before it. (gnome_calendar_construct): Do not connect to cal_loaded here. (connect_load): The closure for the cal_loaded callback is a bit tricky, so provide a function to create it and connect to the signal. (disconnect_load): Disconnect from the signal and free the closure. (gnome_calendar_load_cb): Removed obsolete buggy function. (gnome_calendar_open): Use the new mechanism. * gui/control-factory.c (set_prop): The default filename is now calendar.ics. svn path=/trunk/; revision=5280 --- calendar/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ee58b99707..cd4612f212 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,20 @@ +2000-09-08 Federico Mena Quintero + + * gui/gnome-cal.c (cal_loaded_cb): New function with the + loading/creation state machine. It is carefully modelled after + the state machine that started the Universe, so bow before it. + (gnome_calendar_construct): Do not connect to cal_loaded here. + (connect_load): The closure for the cal_loaded callback is a bit + tricky, so provide a function to create it and connect to the + signal. + (disconnect_load): Disconnect from the signal and free the + closure. + (gnome_calendar_load_cb): Removed obsolete buggy function. + (gnome_calendar_open): Use the new mechanism. + + * gui/control-factory.c (set_prop): The default filename is now + calendar.ics. + 2000-09-08 JP Rosevear * conduits/calendar/calendar-conduit.c (transmit): Use -- cgit v1.2.3