diff options
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 |