aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/ChangeLog
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-01 06:59:34 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-01 06:59:34 +0800
commit730ceece38016a382888d5a9958eca004f65acf0 (patch)
treee16a9a0feaa6ba76b7d74216095e48c64c4481f7 /my-evolution/ChangeLog
parentba225d83afd4d6b444553a79b3fa224d5a47e98b (diff)
downloadgsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.gz
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.bz2
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.lz
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.xz
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.tar.zst
gsoc2013-evolution-730ceece38016a382888d5a9958eca004f65acf0.zip
Handle the online/offline stuff
svn path=/trunk/; revision=10639
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r--my-evolution/ChangeLog32
1 files changed, 32 insertions, 0 deletions
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 <iain@ximian.com>
+
+ * 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 <cyba@gnome.pl>
* e-summary-calendar.c (generate_html):