aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-12-18 02:27:13 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-12-18 02:27:13 +0800
commitc20c00778111152e89eb87f0e81b844505c6bdd7 (patch)
tree26a933ef2d6a6f4b362a30e503b7308d136f9587 /mail/ChangeLog
parent88a30eea1d70a3cc1ec18c0f074cb2e997b874f6 (diff)
downloadgsoc2013-evolution-c20c00778111152e89eb87f0e81b844505c6bdd7.tar
gsoc2013-evolution-c20c00778111152e89eb87f0e81b844505c6bdd7.tar.gz
gsoc2013-evolution-c20c00778111152e89eb87f0e81b844505c6bdd7.tar.bz2
gsoc2013-evolution-c20c00778111152e89eb87f0e81b844505c6bdd7.tar.lz
gsoc2013-evolution-c20c00778111152e89eb87f0e81b844505c6bdd7.tar.xz
gsoc2013-evolution-c20c00778111152e89eb87f0e81b844505c6bdd7.tar.zst
gsoc2013-evolution-c20c00778111152e89eb87f0e81b844505c6bdd7.zip
Beautify #include order and syntax. Use gstdio wrappers. Construct
2005-12-17 Tor Lillqvist <tml@novell.com> * message-list.c: Beautify #include order and syntax. Use gstdio wrappers. Construct pathnames of files to be read at run-time instead of using compile-time paths. svn path=/trunk/; revision=30841
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog14
1 files changed, 8 insertions, 6 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 2f89500b4f..26561df8e7 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -19,12 +19,14 @@
* mail-ops.c: Use gstdio wrappers. Open file in binary mode.
* 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.
- (mail_tool_get_local_movemail_path): Not used, put in #if 0.
+ * mail-tools.c
+ * mail-vfolder.c
+ * message-list.c: Beautify #include order and syntax. Use gstdio
+ wrappers. Construct pathnames of files to be read at run-time
+ instead of using compile-time paths.
+
+ * mail-tools.c (mail_tool_get_local_movemail_path): Not used, put
+ in #if 0.
2005-12-12 Karsten Bräckelmann <guenther@rudersport.de>