From 730ceece38016a382888d5a9958eca004f65acf0 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sat, 30 Jun 2001 22:59:34 +0000 Subject: Handle the online/offline stuff svn path=/trunk/; revision=10639 --- my-evolution/ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'my-evolution/ChangeLog') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 8935cd8a09..9bffe15343 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,35 @@ +2001-06-30 Iain Holmes + + * e-summary-rdf.c (tree_walk): Remove spewage. + (e_summary_rdf_count): + (e_summary_rdf_add): + (make_connection): + (e_summary_rdf_set_online): Callbacks for the online_handler stuff. + (e_summary_rdf_init): Setup the offline handler stuff. + (close_callback): Update the number of onlines there are. + + * e-summary-weather.c (close_callback): Update the number of onlines. + (e_summary_weather_count): Count the number of active downloads. + (e_summary_weather_add): Make a list of active downloads. + (make_connection): Make connection data. + (e_summary_weather_set_online): Set if the component is online or not. + (e_summary_weather_init): Setup the offline handler stuff. + + * e-summary.c (e_summary_count_connections): Call all the callbacks + in the various modules that have online data and count the number of + connections. + (e_summary_add_connections): Make a list of them all. + (e_summary_set_online): Set the online status for each registered + module. + (e_summary_add_online_connection): Register a new module. + + * e-summary-offline-handler.[ch]: BonoboXObject implementing the + GNOME::Evolution::Offline interface. + + * e-summary-factory.c (factory_fn): Create an offline handler. + + * Makefile.am: Compile e-summary-offline-handler.[ch] + 2001-06-30 Zbigniew Chyla * e-summary-calendar.c (generate_html): -- cgit v1.2.3