aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index d9489a11c7..2f89500b4f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,11 +1,12 @@
-2005-12-13 Tor Lillqvist <tml@novell.com>
+2005-12-17 Tor Lillqvist <tml@novell.com>
* mail-mt.c: Add copyright blurb. Use separate flag field to
indicate whether a pthread_t field is valid or not. Use
e_util_pthread_id() in debugging output.
* mail-mt.c
- * mail-session.c: Include just <gtk/gtk.h> and not a handful of
+ * mail-session.c
+ * mail-vfolder.c: Include just <gtk/gtk.h> and not a handful of
individual gtk headers. Harmonize #include order and syntax. Use
pthread_equal() to compare pthread_t values.
@@ -17,8 +18,9 @@
* mail-ops.c: Use gstdio wrappers. Open file in binary mode.
- * mail-signature-editor.c: Use gstdio wrappers. Construct UI XML
- file pathname at run-time.
+ * mail-signature-editor.c
+ * mail-vfolder.c: Use gstdio wrappers. Construct XML file pathname
+ at run-time.
* mail-tools.c: Use gstdio wrappers. Beautify #include order and
syntax.