fix incorrect subject by threading
[claws.git] / ChangeLog.claws
index 09e86790c51b4c0e74f595d1615bcf069e9c072d..8b726f88702698be17987aeecc55106c420492aa 100644 (file)
@@ -1,4 +1,92 @@
-2001-11-04 [alfons]
+2001-11-07 [alfons]    0.6.5.claws3
+       
+       * src/utils.c
+       * src/procmsg.c
+               do what I mean and correct threading by subject so it really
+               ignores attracting lines without "Re: "
+
+2001-11-07 [alfons]    0.6.5.claws2
+
+       * src/procmsg.c
+       * src/utils.[ch]
+               only attract by subject if a subject line starts with a "Re: "
+       * src/syldap.c
+               remove warning
+
+2001-11-07 [paul]      0.6.5claws1
+
+       * sync with sylpheed 0.6.5. release
+               see ChangeLog entry 2001-11-07
+
+2001-11-07 [paul]      0.6.4claws31
+
+       * sync with sylpheed 0.6.4cvs18
+               see ChangeLog entries 2001-10-30 to 2001-11-07
+               prefs_templates.[ch] renamed prefs_template.[ch]
+
+2001-11-06 [alfons]
+       
+       * src/utils.h
+               add semicolon Hoa forgot ;-)
+               
+
+2001-11-06 [hoa]       0.6.4claws30
+       
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/utils.c
+       * src/utils.h
+               threading by subject - empty subject are ignored
+
+2001-11-06 [christoph] 0.6.4claws29
+
+       * src/socket.c
+               use SSL_peek for sock_gets
+       * src/utils.c
+               removed unneeded pointer in extracting quoted
+               names implementation
+
+2001-11-06 [melvin]    0.6.4claws28
+
+       * src/gtkspell.c
+               fixed bug #476792 Selection overtyping with spell checker
+               fixed bug which could cause a buffer overflow
+               fixed a memory leak
+
+2001-11-06 [hoa]       0.6.4claws27
+       
+       * src/procmsg.c
+       * src/summaryview.c
+               threading by subject
+
+2001-11-05 [alfons]    0.6.4claws26
+       
+       * README.claws
+               Claws -> Sylpheed (vice versa)
+
+       * src/compose.c
+               :%s/gtk_text/gtk_stext/g
+               :%s/GTK_TEXT/GTK_STEXT/g
+               (thanks to Jonathan Ware for spotting this)
+
+2001-11-04 [christoph] 0.6.4claws25
+
+       * src/summaryview.c
+               replace Xalloca + strdup with Xstrdup_a
+       * src/utils.c
+               better implementation of extracting quoted names
+               from addresses (remove backlashes and ignore
+               quotes after them)
+
+2001-11-04 [alfons]    0.6.4claws24
+
+       * src/utils.[ch]
+               edit to comply more with coding style
+
+       * src/textview.c
+               fix bug reported by Kim Schulz. introduced by the patch integrated
+               in 0.6.4claws15. the code did not check the return value of
+               the html parser.
 
        * AUTHORS
                add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"