allows creation of mbox folder item from any files.
[claws.git] / ChangeLog.claws
index 735d020d912c6da41b063b4dc12181fb1092f91a..85eac95c23f59f1ff8c71d9c3df5e8e4cac95c61 100644 (file)
+2001-11-09 [hoa]       0.6.5.claws4
+       
+       * src/folderview.c
+               allows creation of mbox folder item from any files.
+
+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"
+
+2001-11-04 [christoph] 0.6.4claws23
+
+       * src/main.c
+       * src/prefs_common.[ch]
+               init some pointers that possibly caused a segfault
+               reported in the claws-users ML
+
+2001-11-04 [hoa]       0.6.4claws22
+
+       * src/grouplistdialog.c
+               change the names of the nodes in the tree
+
+       * src/compose.c
+               enhanced mailto syntax as described in
+               http://developer.netscape.com/viewsource/husted_mailto/mailto.html
+               (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
+
+       * src/utils.c
+               encode and decode URI (useful when opening URL into
+               netscape).
+
+2001-11-03 [hoa]       0.6.4claws21
+
+       * src/grouplistdialog.c
+               a new newsgroups list selection dialog box
+               with a CTree instead of a CList
+
+2001-11-03 [hoa]       0.6.4claws20
+
+       * src/folderview.c
+               enable property and scoring options when right
+               click on "inbox"
+
+       * src/summaryview.c
+               fixed bug when nickname were displayed using
+               the address book.
+
+2001-11-02 [darko]     0.6.4claws19
+
+       * src/compose.c
+               new wrap quotation and URL/long words wrapping implementation
+       * src/compose.c src/gtkstext.[ch]
+               move gtkstext_strncmp() to gtkstext.c
+
+2001-11-01 [christoph] 0.6.4claws18
+
+       * src/prefs_account.c
+               fixed mess in account settings dialog
+       * src/prefs_folder_item.c
+               added label with folder path to dialog
+
 2001-10-31 [match]     0.6.4claws17
 
-               * src/vcard.c
-                       fix memory leak.
-               * src/addrbook.c
-                       fix generation of spurious address book file names.
-                       remove redundant functions.
-               * po/POTFILES.in
-                       added missing file names.
+       * src/vcard.c
+               fix memory leak.
+       * src/addrbook.c
+               fix generation of spurious address book file names.
+               remove redundant functions.
+       * po/POTFILES.in
+               added missing file names.
 
 2001-10-30 [paul]      0.6.4claws16
 
-               * sync with sylpheed 0.6.4cvs6
-                       see ChangeLog entries 2001-10-26 to 2001-10-30
+       * sync with sylpheed 0.6.4cvs6
+               see ChangeLog entries 2001-10-26 to 2001-10-30
 
-               * tools/filter_conv.pl
-                       read folderlist.xml to discover whether the top-level
-                       folder is called 'Mailbox' or 'Mail' 
+       * tools/filter_conv.pl
+               read folderlist.xml to discover whether the top-level
+               folder is called 'Mailbox' or 'Mail' 
 
 2001-10-29 [paul]      0.6.4claws15