remove file selection dialog lost filename workaround (causes segfault on doubleclick)
[claws.git] / ChangeLog.claws
index fc392ad0ad00451a48c0aa4dce8161aa2b8dc292..8f235af8a9b78427d5b8fcbee8b736225c6da46c 100644 (file)
@@ -1,3 +1,212 @@
+2001-10-10 [christoph] 0.6.3claws7
+
+       * .cvsignore
+               ignore 2 files created by newer autotools
+       * src/prefs_folder_item.c
+               using table for widget alignment
+               fixed memory leak and broken octal display
+       * src/filesel.c
+               remove file selection dialog lost filename
+               workaround (causes segfault on doubleclick)
+
+2001-10-10 [paul]      0.6.3claws6
+
+       * sync with sylpheed 0.6.3cvs2
+               see ChangeLog entries 2001-10-09 and 2001-10-10
+
+2001-10-10 [darko]     0.6.3.claws5
+
+       * src/gtkstext.c
+               proper calculation of right margin if smart wrapping is enabled
+       * src/compose.c
+               automatically wrap long lines if wrap quotation is enabled
+
+2001-10-09 [alfons]    0.6.3.claws4
+
+       * src/summaryview.c
+               select correct row when deleting last row in the summary view (and
+               close bug "[ #469104 ] select second last in list when deleting")
+
+2001-10-09 [paul]      0.6.3claws3
+
+       * sync with sylpheed 0.6.3cvs1
+               updated some autotool scripts
+
+2001-10-09 [darko]     0.6.3claws2
+
+       * src/gtkstext.[ch]
+               new name and mark with Sylpheed comment
+       * src/compose.c
+               smart quotation wrapping a-la VIM
+
+2001-10-08 [paul]      0.6.3claws1
+
+       * sync with sylpheed 0.6.3 release
+               see ChangeLog entry 2001-10-08
+
+2001-10-08 [paul]      0.6.2claws24
+
+       * src/summaryview.c
+               more sync with sylpheed 0.6.2cvs12
+               Fixed the bug that didn't select the last row correctly
+
+
+2001-10-07 [paul]      0.6.2claws23
+
+       * sync with sylpheed 0.6.2cvs12
+               see ChangeLog entry 2001-10-07
+
+2001-10-06 [match]
+       * src/jpilot.[ch]
+               enable jpilot to read unsynch'ed addresses.
+
+       * src/editldap_basedn.c
+               fix segfault when opening dialog.
+
+2001-10-06 [alfons]    0.6.2.claws22
+
+       * src/summaryview.c
+               fix bug with summary view selecting last *inserted*
+               node instead of last *visible* node. remember we
+               work with a tree
+
+2001-10-06 [paul]      0.6.2claws21
+
+       * po/pt_BR.po
+               updated translation, contains some fixes and new
+               translations, submitted by Gustavo Noronha Silva
+               <kov@debian.org>
+
+       * src/prefs_common.c
+               change 'each' to 'every' - fix dubious English
+
+       * sync with sylpheed 0.6.2cvs11
+
+2001-10-05 [alfons]    0.6.2claws20
+
+       * src/mainwindow.[ch], src/folderview.c
+               make composite tool button switch between "Compose News"
+               and "Compose Mail" depending on selected folder
+               (nifty idea by Kim Schulz <kim@schulz.dk>)
+
+2001-10-05 [paul]      0.6.2claws19
+
+       * src/mainwindow.c, src/summaryview.c
+               fix 'Message/Reply to all', broken in last commit
+
+       * src/compose.c
+               fix X_BEENTHERE seg fault, thanks to Alfons
+
+2001-10-04 [paul]      0.6.2claws18
+
+       * src/compose.[ch], src/mainwindow.c
+               make "Message/Reply" reply to mailing lists; matches
+               'X-Mailing-list:' and 'X-BeenThere:' ML headers.
+               based on portions of the patch submitted by
+               Junichi Uekawa <dancer@netfort.gr.jp>
+
+2001-10-04 [darko]     0.6.2claws17
+
+       * src/compose.c
+               better smart wrapping
+       * src/gtkstext.[hc]
+               a function to make text buffer contiguous
+
+2001-10-03 [paul]      0.6.2claws16
+
+       * sync with sylpheed 0.6.2cvs10
+
+2001-10-02 [alfons]
+
+       * configure.in
+       * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
+               close bug "[ #466566 ] compile error on mdk 8.0" by removing
+               references to chinese translations (hope someone picks up
+               this)
+
+2001-10-02 [christoph] 0.6.2claws15
+
+       * src/compose.c
+               fixed non translated header bug
+       * ChangeLog.claws
+               fixed wrong date in alfons last entry ;)
+
+2001-10-02 [alfons]    0.6.2claws14
+
+       * src/compose.c, src/prefs_common.[ch]
+               add block cursor option
+
+2001-10-02 [paul]      0.6.2claws13
+
+       * sync with sylpheed 0.6.2cvs9
+
+2001-09-30 [paul]      0.6.2claws12
+
+       * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
+               updated translations
+
+       * po/POTFILES.in
+               add 'src/importldif.c'
+
+       * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
+               added eudora-to-vCard conversion tool
+               submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
+
+       * sync with sylpheed 0.6.2cvs8
+
+2001-09-30 [paul]
+
+       * sylpheed-0.6.2claws released
+
+2001-09-27 [melvin]    0.6.2claws11
+
+       * src/gtkspell.c
+               fixed crash when using default path (introduced 
+               in 0.6.2claws10)
+               fixed tiny bug for initial suggestion mode
+
+2001-09-27 [melvin]    0.6.2claws10
+       
+       * src/gtkspell.c
+               fixed bug where gtkpspell didn't set the path correctly
+
+       * README.claws
+               added a paragraph about spell checking
+               
+
+
+2001-09-27 [paul]      0.6.2claws9
+
+       * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
+               replace '// comments' with '/* comments */' to prevent
+               some compiler warnings 
+
+       * sync with sylpheed 0.6.2cvs6
+
+2001-09-26 [alfons]    0.6.2claws8
+
+       * src/messageview.c
+               introduce return receipt request notification again,
+               which was lost because of other semantics in 
+               procheader_parse() (???)
+
+2001-09-26 [christoph] 0.6.2claws7
+
+       * src/compose.c
+               replace comments for old code with #if 0
+               readded auto cc, bcc and reply-to
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+               removed some definition (was moved to
+               prefs.h)
+
+2001-09-26 [paul]      0.6.2claws6
+
+       * src/mainwindow.c
+               make 'Follow-up and reply to' sensitive
+
+       * more sync with sylpheed 0.6.2cvs5
+
 2001-09-25 [melvin]
 
        * 0.6.2claws5