diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-18 01:52:32 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 01:52:32 +0800 |
commit | 88a30eea1d70a3cc1ec18c0f074cb2e997b874f6 (patch) | |
tree | bea260383a637e62f7eff50928a84b09d7565e92 /mail/ChangeLog | |
parent | e8b060a9d4c63cee772403c04a4285e309bc5fd7 (diff) | |
download | gsoc2013-evolution-88a30eea1d70a3cc1ec18c0f074cb2e997b874f6.tar gsoc2013-evolution-88a30eea1d70a3cc1ec18c0f074cb2e997b874f6.tar.gz gsoc2013-evolution-88a30eea1d70a3cc1ec18c0f074cb2e997b874f6.tar.bz2 gsoc2013-evolution-88a30eea1d70a3cc1ec18c0f074cb2e997b874f6.tar.lz gsoc2013-evolution-88a30eea1d70a3cc1ec18c0f074cb2e997b874f6.tar.xz gsoc2013-evolution-88a30eea1d70a3cc1ec18c0f074cb2e997b874f6.tar.zst gsoc2013-evolution-88a30eea1d70a3cc1ec18c0f074cb2e997b874f6.zip |
Harmonize #include order and syntax. Use pthread_equal() to compare
2005-12-17 Tor Lillqvist <tml@novell.com>
* mail-vfolder.c: Harmonize #include order and syntax. Use
pthread_equal() to compare pthread_t values.
* mail-vfolder.c: Use gstdio wrappers. Construct XML file pathname
at run-time.
svn path=/trunk/; revision=30840
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
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. |