aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-16 07:16:21 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-16 07:16:21 +0800
commit0ff3f18cf40dd18e7f54f20cf9b780852af650b3 (patch)
treee54ace61ebd97de8a3b2c1d658c6eecc5cf360ea /mail/ChangeLog
parenta95607ef487f4fffabbb807ce5fcd71ad4d56a8b (diff)
downloadgsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar.gz
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar.bz2
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar.lz
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar.xz
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.tar.zst
gsoc2013-evolution-0ff3f18cf40dd18e7f54f20cf9b780852af650b3.zip
Startup files/folders.
2004-01-16 Not Zed <NotZed@Ximian.com> * default/C/Inbox: * default/C/Makefile.am: * default/Makefile.am: Startup files/folders. * em-migrate.c (emm_setup_initial): initial implementation of startup setup. (cp): Fix the test, we want exists AND size>0, not exists OR size>0. (cp): Fix the open, we can't use O_EXCL with empty, but present files. Another hack fix for #52880. ** See bug #52896. * em-format-html-display.c (efhd_html_button_press_event): do this based on get_object_at rather than get_point_at, so we get the offset properly. svn path=/trunk/; revision=24261
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3d21154d1b..4280d4aa02 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,22 @@
+2004-01-16 Not Zed <NotZed@Ximian.com>
+
+ * default/C/Inbox:
+ * default/C/Makefile.am:
+ * default/Makefile.am: Startup files/folders.
+
+ * em-migrate.c (emm_setup_initial): initial implementation of
+ startup setup.
+ (cp): Fix the test, we want exists AND size>0, not exists OR
+ size>0.
+ (cp): Fix the open, we can't use O_EXCL with empty, but present
+ files. Another hack fix for #52880.
+
+ ** See bug #52896.
+
+ * em-format-html-display.c (efhd_html_button_press_event): do this
+ based on get_object_at rather than get_point_at, so we get the
+ offset properly.
+
2004-01-15 Jeffrey Stedfast <fejj@ximian.com>
* mail-vfolder.c: Make vfolder_store 'global'.