replace Xalloca + strdup with Xstrdup_a
[claws.git] / ChangeLog.claws
index 735d020d912c6da41b063b4dc12181fb1092f91a..c09b287ccdcdd8866251c114428d5f72f7829365 100644 (file)
@@ -1,21 +1,94 @@
+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