diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-18 01:43:19 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 01:43:19 +0800 |
commit | 9093a7c17246117f5c71176d2018e740462cdea0 (patch) | |
tree | 04c41a656340b5ecf72c82af4180b8477b98ab25 /mail/ChangeLog | |
parent | 69ac3007d9e82975c2152d7a4e3fdb0b6c42f48e (diff) | |
download | gsoc2013-evolution-9093a7c17246117f5c71176d2018e740462cdea0.tar.gz gsoc2013-evolution-9093a7c17246117f5c71176d2018e740462cdea0.tar.zst gsoc2013-evolution-9093a7c17246117f5c71176d2018e740462cdea0.zip |
Include just <gtk/gtk.h> and not a handful of individual gtk headers.
2005-12-13 Tor Lillqvist <tml@novell.com>
* mail-session.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.
svn path=/trunk/; revision=30837
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 76bdeef232..bbd5e8293b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,10 +1,13 @@ 2005-12-13 Tor Lillqvist <tml@novell.com> - * mail-mt.c: Add copyright blurb. 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. 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: 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 + individual gtk headers. Harmonize #include order and syntax. Use + pthread_equal() to compare pthread_t values. (em_channel_setup): Call g_io_channel_win32_new_socket() on Win32 instead of g_io_channel_unix_new(). This avoids the occasional |