ChangeLog updates
[claws.git] / ChangeLog.claws
index fc392ad0ad00451a48c0aa4dce8161aa2b8dc292..2167c6f1356cf27ec52d9a1753d37508b84d4622 100644 (file)
@@ -1,3 +1,400 @@
+2001-10-18 [hoa]        0.6.3claws29
+
+       * src/grouplistdialog.c
+               bugfix (another ?) to give the right
+               newsgroups list for each news server.
+
+       * src/news.c
+       * src/news.h
+               improve the newsgroups list cache
+
+2001-10-20 [paul]      0.6.3claws28
+
+       * sync with sylpheed 0.6.3cvs9
+               see ChangeLog entry 2001-10-19
+
+       * correct Alfons' last ChangeLog.claws entry
+
+2001-10-19 [alfons]
+
+       * src/pgptext.[ch]
+               fix compilation problems (part of bug #472895)
+
+2001-10-18 [hoa]        0.6.3claws27
+
+       * src/grouplistdialog.c
+               bugfix when we refresh was clicked (bug 472701)
+
+2001-10-19 [christoph] 0.6.3claws26
+
+       * src/compose.c
+               last header entry should default to "To:" or
+               "Newsgroups:" and not copy the last entry line
+               in a new compose window
+               (closes bug #472686, #470792)
+
+2001-10-19 [paul]      0.6.3claws25
+
+       * sync with Sylpheed 0.6.3cvs8
+               see ChangeLog entries 2001-10-18 and 2001-10-19
+
+2001-10-18 [christoph] 0.6.3claws24
+
+       * src/procmsg.c
+               reimplement ignore thread
+       
+2001-10-18 [hoa]        0.6.3claws23
+
+       * src/folderview.c
+       * src/grouplistdialog.[ch]
+               enhanced news subscription interface (feature 469113)
+
+       * src/news.c
+       * src/news.h
+               enchanced newsgroup listing,
+               now, we can get groups informations
+               (NNTPGroupInfo)
+
+2001-10-18 [paul]      0.6.3claws22
+
+       * src/summaryview.c
+               remove comment (sync with main branch)
+       * src/mainwindow.c
+               fix 'Re-edit' bug in 'Message' menu
+
+2001-10-17 [christoph] 0.6.3claws21
+
+       * src/compose.c
+               ignore empty or whitespace only header lines
+
+2001-10-17 [paul]      0.6.3claws20
+
+       * sync with sylpheed 0.6.3cvs7
+               see ChangeLog entries 2001-10-14, 2001-10-16, and
+               2001-10-17
+
+2001-10-17 [darko]
+
+       * src/compose.c
+               wrap long lines without spaces
+               don't wrap URLs
+
+2001-10-16 [paul]
+
+       * po/es.po, po/nl.po, po/pt_BR.po
+               updated by Ricardo Mones Lastra, Alfons,
+               and Fabio Junior Beneditto
+
+       * sylpheed-0.6.3claws released
+
+2001-10-15 [melvin] 0.6.3claws18
+
+       * README.claws
+               added summary and detailed installation instructions
+               for spell checker
+       * po/fr.po
+               Updated, corrected and completed french translation
+
+2001-10-15 [hoa] 0.6.3claws17
+       * src/grouplistdialog.c
+               we can choose the newsgroups to display with wildcards
+
+2001-10-15 [christoph] 0.6.3claws16
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_folder_item.[ch]
+               applied wwp <subscript@free.fr>'s folder
+               default account patch
+       * po/de.po
+               Fixed wrong translation
+
+2001-10-13 [alfons, christoph, melvin] 
+                       0.6.3claws15
+
+       solution #2 to solve MT-safety problems defers all GUI related calls
+       to the main thread using a gtk_idle_add() callback. discussed on
+       ircnet #sylpheed, with christoph spotting some issues with the
+       original code, and melvin allowing us to lobotomize his sylpheed.
+
+       * src/syldap.[ch], src/main.c
+               fix race problem in ldap search thread by deferring GUI 
+               stuff to main thread using gtk_idle_add()
+
+2001-10-13 [paul]      0.6.3claws14
+
+       * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
+               add Sergey's smtpcred.patch
+               adds separate username/password setting for SMTP Auth
+               needed by some servers
+
+2001-10-13 [paul]      0.6.3claws13
+
+       * src/pgptext.[ch] **NEW FILES**
+       * src/Makefile.am, src/messageview.c, src/mimeview.c
+               decrypt ascii-armored gpg text embedded in
+               the message body.
+               Submitted by Jens Jahnke <jan0sch@gmx.net>
+
+2001-10-13 [christoph] 0.6.3claws12
+
+       * README.claws
+               some more details on default to and
+               feature requests
+       * src/main.c
+               init glib threading when ldap is used
+       * src/syldap.c
+               threading fixes
+       * po/de.po
+               fixed a typo
+
+2001-10-12 [paul]      0.6.3claws11
+
+       * src/prefs_common.[ch], src/rfc2015.c
+               enable ascii-armored gpg text to be embedded in the
+               message body, selectable through the 'Privacy'
+               preferences. Supports encrypting only.
+               Submitted by Ravemax <ravemax@dextrose.com>
+
+2001-10-12 [paul]      0.6.3claws10
+
+       * sync with sylpheed 0.6.3cvs6
+               see ChangeLog entries 2001-10-11 and 2001-11-12
+
+       * src/folderview.c
+               incorporated mbox folders, scoring, and folder
+               properties into the sync
+
+2001-10-12 [darko]     0.6.3claws9
+
+       * README.claws
+               describe quotation wrapping
+       * src/compose.c
+               don't treat tab as space to calculate line length properly
+
+2001-10-11 [alfons]
+
+       * README.claws
+               correct description of how to make new filtering system work,
+               add some other things
+               
+       * src/syldap.c
+               remove sched_yield() (not necessary / unportable)
+
+2001-10-11 [paul]      0.6.3claws8
+
+       * sync with sylpheed 0.6.3cvs3
+               see ChangeLog entry 2001-10-10
+
+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
+               fixed segfault caused by lost filename
+               workaround (closes bug #469551)
+
+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