aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-09 13:08:25 +0800
committerDan Winship <danw@src.gnome.org>2000-05-09 13:08:25 +0800
commitc6de9ace9fe9b4a438583ed143f9b3b99211091d (patch)
tree9e9eb677c5cc455fbf2530812ab730264d75d1c3 /mail/ChangeLog
parentdebd40014f38065b6a72fbadefd60a0cadd2c89d (diff)
downloadgsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar.gz
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar.bz2
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar.lz
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar.xz
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar.zst
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.zip
make this a little less kludgy. Use gnome_error_dialog rather than printf
* folder-browser.c (folder_browser_load_folder): make this a little less kludgy. Use gnome_error_dialog rather than printf on errors. * mail-ops.c (fetch_mail): Fix to work with the new shell stuff... sorta. Will need more fixing later when the new shell framework is more done. * mail-config.c (finish): Call gnome_config_sync so the data actually gets written. svn path=/trunk/; revision=2931
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index e6f2d4605b..f2faf01123 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,16 @@
+2000-05-09 Dan Winship <danw@helixcode.com>
+
+ * folder-browser.c (folder_browser_load_folder): make this a
+ little less kludgy. Use gnome_error_dialog rather than printf on
+ errors.
+
+ * mail-ops.c (fetch_mail): Fix to work with the new shell stuff...
+ sorta. Will need more fixing later when the new shell framework is
+ more done.
+
+ * mail-config.c (finish): Call gnome_config_sync so the data
+ actually gets written.
+
2000-05-08 Dan Winship <danw@helixcode.com>
* mail-display.c (save_data_cb):