fixed that filtering did not work if there were no filter rules (closes bug #472003...
[claws.git] / ChangeLog.claws
index 2c878a2ba3b82cabba4dfa87169e7226cd8c06b9..6b7fe359b6452b5d60d65ba4d534a41321b50b80 100644 (file)
@@ -1,3 +1,53 @@
+2001-10-28 [christoph] 0.6.4claws12
+
+       * src/summaryview.c
+               fixed that filtering did not work if there
+               were no filter rules
+               (closes bug #472003 and better implementation
+                of patch #474644)
+
+2001-10-27 [christoph] 0.6.4claws11
+
+       * src/compose.c
+               make the folder's default account to be used when
+               replying. (patch by wwp <subscript@free.fr>)
+       * src/compose.c
+               code cleanup, nearly killed all of wwp's patch
+               for folder's default account in compose
+       * src/folderview.c
+               error panel when a folder could not be created
+               (closes bug #471080 new folder name & already
+                existing file)
+
+2001-10-26 [alfons]
+
+       * src/utils.h
+               change prototype of strstr2() that Christoph forgot about
+
+2001-10-26 [christoph] 0.6.4claws10
+
+       * src/account.c
+               made search for accounts by email address not case
+               sensitive
+       * src/folder.c
+               fixed memory leak in folder_item_get_identifier
+       * src/gtkspell.c
+       * src/utils.c
+               fixed wrong strstr2 (should work like strstr)
+
+2001-10-26 [darko]     0.6.4claws9
+
+       * src/compose.c src/gtkstext.[ch]
+       * src/gtkstext.c
+               move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
+
+2001-10-26 [paul]      0.6.4claws8
+
+       * src/html.c
+               ignore css and javascript tags in html mail
+               case-insensitive, with or without double-quoted
+               strings
+
 2001-10-26 [paul]      0.6.4claws7
 
        * sync with sylpheed 0.6.4cvs1
@@ -12,7 +62,7 @@
        * src/gtkstext.c
        
                make GtkSText follow style of GtkText (closes bug 
-               #469211 "text selection while writing message");
+               #469211 "text selection while writing message")
                
                do sync with GTK 1.2.10