make the folder's default account to be used when replying. (patch by wwp <subscript...
[claws.git] / ChangeLog.claws
index d2ebd7e0cc4282d9737620814f4ddd216161b10a..7e8dab46369be7e92fe76534b7d33a695fe81e07 100644 (file)
@@ -1,3 +1,56 @@
+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>)
+
+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
+               see ChangeLog entry 2001-10-26
+
+       * src/prefs_account.c, src/prefs_common.c,
+         src/prefs_summary_column.c
+               minor improvements to the English
+
+2001-10-25 [alfons]    0.6.4claws6
+
+       * src/gtkstext.c
+       
+               make GtkSText follow style of GtkText (closes bug 
+               #469211 "text selection while writing message");
+               
+               do sync with GTK 1.2.10
+
 2001-10-25 [paul]      0.6.4claws5
 
        * src/html.c