aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog15
1 files changed, 9 insertions, 6 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 2c785512ea..6cf0742625 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,11 +1,14 @@
2005-12-17 Tor Lillqvist <tml@novell.com>
- * e-msg-composer.c: Include <gtk/gtk.h> instead of attempting to
- hand-pick individual GTK headers. Use gstdio wrappers. Use GDir
- instead of dirent. Use g_mkstemp() instead of mkstemp(). Construct
- xml file names at run-time.
- (autosave_manager_unregister): Close file before unlinking so we
- don't leave stray autosave files laying around on Win32.
+ * e-msg-composer.c
+ * e-msg-composer-attachment.c: Include <gtk/gtk.h> instead of
+ attempting to hand-pick individual GTK headers. Use gstdio
+ wrappers. Use GDir instead of dirent. Use g_mkstemp() instead of
+ mkstemp(). Construct xml file names at run-time.
+
+ * e-msg-composer.c (autosave_manager_unregister): Close file
+ before unlinking so we don't leave stray autosave files laying
+ around on Win32.
2005-11-23 Johnny Jacob <johnnyjacob@gmail.com>