inc.c: remove two instances of 'GTK_EVENTS_FLUSH'
[claws.git] / ChangeLog.claws
index f8a216dded7abde383ff1583fd5cd045916671f7..c2c0130b9e1669b1f068379cce56017d186cdf60 100644 (file)
@@ -1,3 +1,70 @@
+2003-07-17 [paul]      0.9.3claws14
+
+       * src/inc.c
+               remove two instances of 'GTK_EVENTS_FLUSH' because
+               they are unnecessary and probably cause a stack overflow
+
+2003-07-16 [christoph] 0.9.3claws13
+
+       * src/mimeview.[ch]
+               use an invisible GTK notebook to switch between viewers
+               instead of reparenting widgets
+
+2003-07-16 [christoph] 0.9.3claws12
+
+       * src/folder.c
+               move folder_item_update_freeze() to correct place in
+               folder_item_scan_full()
+
+2003-07-16 [paul]      0.9.3claws11
+
+       * sync with 0.9.3cvs12
+               see ChangeLog 2003-07-14 and 2003-07-15
+
+2003-07-16 [christoph] 0.9.3claws10
+
+       * src/imap.[ch]
+       * src/prefs_account.[ch]
+               sync IMAP CRAM-MD5 authentication with sylpheed-main
+
+2003-07-15 [alfons]    0.9.3claws9
+
+       * src/main.c
+               make --config-dir do something useful
+
+2003-07-15 [alfons]    0.9.3claws8
+
+       * src/procmsg.c
+               o fix a bug where 'last' didn't really point to the last message
+                 in the top level list of children, but to the last threaded
+                 message. 
+               
+               o clean up and make it easier to sync
+
+2003-07-15 [alfons]    0.9.3claws7
+
+       * src/mainwindow.c
+               make correct menu items sensitive       
+
+2003-07-14 [alfons]    0.9.3claws6
+
+       * src/procmsg.c
+               tune the threader so it will not subject-thread any message
+               without a subject prefix (this will not thread correctly if 
+               a parent is delivered after their childs, but it looks 
+               better right now)
+
+2003-07-13 [christoph] 0.9.3claws5
+
+       * src/mainwindow.c
+               group "Add mailbox *..." menu items in submenu
+
+2003-07-13 [alfons]    0.9.3claws4
+
+       * src/summaryview.c
+               correct summary_toggle_pressed() signature and make sure
+               signal is not passed on
+
 2003-07-13 [alfons]    0.9.3claws3
 
        * src/summaryview.c