diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-26 13:29:04 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-26 13:29:04 +0800 |
commit | 9c515ee30bc2498ab3fa37d34dcc02d051a39e56 (patch) | |
tree | 37d588842fb47857f96ce63811e085b361279807 /mail/ChangeLog | |
parent | e5924b4f235a45635914373fad213ba0e1cb8459 (diff) | |
download | gsoc2013-evolution-9c515ee30bc2498ab3fa37d34dcc02d051a39e56.tar gsoc2013-evolution-9c515ee30bc2498ab3fa37d34dcc02d051a39e56.tar.gz gsoc2013-evolution-9c515ee30bc2498ab3fa37d34dcc02d051a39e56.tar.bz2 gsoc2013-evolution-9c515ee30bc2498ab3fa37d34dcc02d051a39e56.tar.lz gsoc2013-evolution-9c515ee30bc2498ab3fa37d34dcc02d051a39e56.tar.xz gsoc2013-evolution-9c515ee30bc2498ab3fa37d34dcc02d051a39e56.tar.zst gsoc2013-evolution-9c515ee30bc2498ab3fa37d34dcc02d051a39e56.zip |
Add some debugging messages to track down thread issues better and
call GDK_THREAD_{LEAVE,ENTER} around the main loop as the GTK+
FAQ says we should do.
svn path=/trunk/; revision=3737
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4baedbe444..90d5f5d9ed 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2000-06-26 Ettore Perazzoli <ettore@helixcode.com> + + * main.c (main): Call `GDK_THREADS_ENTER()' and + `GDK_THREADS_LEAVE()' around the main loop as in the examples from + the GTK+ FAQ. + + * mail-threads.c (DEBUG): New macro for debugging. + (read_msg): Use it. + 2000-06-25 Peter Williams <peterw@helixcode.com> * Makefile.am: Clean up the various _LIBS and _CFLAGS |