diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-18 01:35:53 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-18 01:35:53 +0800 |
commit | 35c2baaba31bd232df0f78102cb9da650db3e3ae (patch) | |
tree | c90276f5e676e4f2ec6eafa6c8907febbf0496bb /mail/ChangeLog | |
parent | 47a79ac8066193a636ff502249a8661d0fb28687 (diff) | |
download | gsoc2013-evolution-35c2baaba31bd232df0f78102cb9da650db3e3ae.tar gsoc2013-evolution-35c2baaba31bd232df0f78102cb9da650db3e3ae.tar.gz gsoc2013-evolution-35c2baaba31bd232df0f78102cb9da650db3e3ae.tar.bz2 gsoc2013-evolution-35c2baaba31bd232df0f78102cb9da650db3e3ae.tar.lz gsoc2013-evolution-35c2baaba31bd232df0f78102cb9da650db3e3ae.tar.xz gsoc2013-evolution-35c2baaba31bd232df0f78102cb9da650db3e3ae.tar.zst gsoc2013-evolution-35c2baaba31bd232df0f78102cb9da650db3e3ae.zip |
Add copyright blurb. Include just <gtk/gtk.h> and not a handful of
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.
(em_channel_setup): Call g_io_channel_win32_new_socket() on Win32
instead of g_io_channel_unix_new(). This avoids the occasional
"giowin32.c:1661: 12 is both a file descriptor and a socket, file
descriptor interpretation assumed." style warnings, which indicate
a real problem in this case.
svn path=/trunk/; revision=30835
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 728e4adf5f..5a2a0e4cfe 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,17 @@ +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. + + (em_channel_setup): Call g_io_channel_win32_new_socket() on Win32 + instead of g_io_channel_unix_new(). This avoids the occasional + "giowin32.c:1661: 12 is both a file descriptor and a socket, file + descriptor interpretation assumed." style warnings, which indicate + a real problem in this case. + 2005-12-12 Karsten Bräckelmann <guenther@rudersport.de> * em-folder-view.c: Mail Context Menu re-ordered correctly, |