aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-12-17 22:14:07 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-12-17 22:14:07 +0800
commit82e65517b61e4c0e32a9f03a909effeb5c8bbb90 (patch)
treeeae6538b9b0c2482ec75ffcfb0079537dcc13a6b /composer/ChangeLog
parent6fee209459e6d39ce953371260b0515db1e31395 (diff)
downloadgsoc2013-evolution-82e65517b61e4c0e32a9f03a909effeb5c8bbb90.tar
gsoc2013-evolution-82e65517b61e4c0e32a9f03a909effeb5c8bbb90.tar.gz
gsoc2013-evolution-82e65517b61e4c0e32a9f03a909effeb5c8bbb90.tar.bz2
gsoc2013-evolution-82e65517b61e4c0e32a9f03a909effeb5c8bbb90.tar.lz
gsoc2013-evolution-82e65517b61e4c0e32a9f03a909effeb5c8bbb90.tar.xz
gsoc2013-evolution-82e65517b61e4c0e32a9f03a909effeb5c8bbb90.tar.zst
gsoc2013-evolution-82e65517b61e4c0e32a9f03a909effeb5c8bbb90.zip
Include <gtk/gtk.h> instead of attempting to hand-pick individual GTK
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. svn path=/trunk/; revision=30819
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index c615d34e76..2c785512ea 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
2005-11-23 Johnny Jacob <johnnyjacob@gmail.com>
** See Bug # 246245