aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/ChangeLog
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2002-01-17 01:56:22 +0800
committerIain Holmes <iain@src.gnome.org>2002-01-17 01:56:22 +0800
commit82cb9e15be22f43794345c93cbbef1bf0da06158 (patch)
treedb2d4f6d5bde131dcadbe7ee4c6a3c03a3b661db /my-evolution/ChangeLog
parent95de7c6dc800504a12b6fc7557e282e646250422 (diff)
downloadgsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.gz
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.bz2
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.lz
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.xz
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.zst
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.zip
Use soup to transfer HTTP files and other bugs fixed
svn path=/trunk/; revision=15344
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r--my-evolution/ChangeLog46
1 files changed, 46 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index c1f2b9fe8f..28a5bc57c7 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,49 @@
+2002-01-04 Iain Holmes <iain@ximian.com>
+
+ * e-summary-weather.c (message_finished): Made the Weather message
+ more verbose, and say which station data could not be retrieved for.
+
+2002-01-03 Iain Holmes <iain@ximian.com>
+
+ * Makefile.am: Use SOUP_CFLAGS and SOUP_LIBS
+
+ * e-summary-rdf.c: Include soup.h
+ (close_callback): Remove.
+ (message_finished): Generate the cache and other stuff and redraw.
+ (read_callback): Remove.
+ (open_callback): Remove.
+ (e_summary_rdf_update): Replace gnome-vfs with Soup stuff.
+ (e_summary_rdf_count): Replace gnome-vfs with soup.
+ (rdf_free): ditto
+ (e_summary_rdf_set_online): Ditto
+
+ * e-summary-weather.c: Include soup.h
+ (close_callback): Remove.
+ (message_finished): Parse all the downloaded html.
+ (read_callback): Remove.
+ (open_callback): Remove.
+ (e_summary_weather_update): Use soup instead of gnome-vfs
+ (weather_free): Ditto.
+ (e_summary_weather_count): Ditto.
+ (e_summary_weather_add): ditto;
+ (e_summary_weather_set_online): Ditto.
+
+ * e-summary.c (close_callback): Remove.
+ (read_callback): Remove.
+ (open_callback): Remove.
+ (e_read_file_with_length): Read a file.
+ (e_summary_url_requested): Create the images cache. Load the image
+ with e_read_file_with_length instead of gnome-vfs.
+
+ * main.c (main): Remove gnome_vfs_init.
+
+ * weather.h: Replace gnome-vfs stuff.
+
+2002-01-03 Iain Holmes <iain@ximian.com>
+
+ * e-summary-offline-handler.c (impl_prepareForOffline): Create an
+ empty list if the summary == NULL. Fixes bug 18025
+
2001-12-20 Ettore Perazzoli <ettore@ximian.com>
[Fixes #17377, Evolution doesn't work on multi-depth displays.]