fixed bug #490076 (hunted down by Alfons who implemented a workaround
[claws.git] / ChangeLog.claws
index 7f0854c8a9b24700305ac740bb7ed3107f51d8f9..bbb4aaad75dbfe5496148aa9b75635be627f6ca8 100644 (file)
@@ -1,3 +1,66 @@
+2001-12-09 [melvin]    0.6.5claws70
+       
+       * src/textview.[ch]
+               fixed bug #490076 (hunted down by Alfons who implemented
+               a workaround in 0.6.5claws65)
+
+2001-12-09 [christoph] 0.6.5claws69
+
+       * src/summaryview.c
+               set pointer to string in LOCKED column to NULL
+               (might fix bug #490800)
+
+2001-12-09 [carsten]   0.6.5claws68
+
+       * po/de.po
+               resolved some cluttered menu shortcuts 
+               ('creating new email' and 'creating news message'
+               hade the same)
+       * src/compose.c
+               wmclass now distinc from main window
+       * src/mainwindow.c
+         src/mainwindow.h
+               email/news and forward button functionality similar
+               to the reply buttons; removed the ugly dropdown arrows
+               and use instead the right mouse button
+
+2001-12-09 [paul]      0.6.5claws67
+
+       * src/imap.c
+        * src/utils.h
+               allow spaces in imap folder names
+                submitted by Willem van Engen <wvengen@stack.nl>
+
+2001-12-09 [paul]      0.6.5claws66
+
+       * sync with sylpheed 0.6.5cvs24
+               see ChangeLog entry 2001-12-09
+
+2001-12-08 [alfons]    0.6.5claws65
+
+       * src/textview.c
+               prevent secondary selection claim after "add to sender" dialog
+               popped up. this is because there's a GDK_BUTTON_RELEASE pending.
+               we trick GTK by simulating a click at (0, 0) in the textview.
+
+2001-12-08 [hoa]       0.6.5claws64
+
+       * src/folder.c
+               fixed a bug about the .processing folder name while filtering
+
+2001-12-08 [alfons]    0.6.5claws63
+
+       * src/folderview.c 
+               work around problem of not correctly updating folder stats
+               when deleting messages. there's some folder scanning evil
+               going so the folderview_update_msg_num() does not work
+               correctly. need to investigate this.
+
+2001-12-08 [paul]      0.6.5claws62
+
+       * sync with sylpheed 0.6.5cvs23
+               see ChangeLog entry 2001-12-08
+
 2001-12-07 [christoph] 0.6.5claws61
 
        * src/compose.c