fix incorrect subject by threading
[claws.git] / ChangeLog.claws
index d41652e1ffd57be8dadb762f0a121145f4635f0a..8b726f88702698be17987aeecc55106c420492aa 100644 (file)
@@ -1,3 +1,635 @@
+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.
+
+2001-10-30 [paul]      0.6.4claws16
+
+       * 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' 
+
+2001-10-29 [paul]      0.6.4claws15
+
+       * src/html.c, src/textview.c
+               activate links in html mail and fix clickable parts
+               Submitted by Matthieu Dazy <dazy@t-surf.com>
+
+2001-10-29 [paul]
+
+       * po/de.po, po/es.po, po/pt_BR/po
+               updated translations, submitted by Jens Oberender,
+               Ricardo Mones Lastra, and Fabio Junior Beneditto
+
+2001-10-29 [darko]     0.6.4claws14
+
+       * src/compose.c
+               fix wrapping for good
+
+2001-10-29 [darko]
+
+       * src/compose.c
+               undo previous change as it broke the smart wrapping
+
+2001-10-29 [darko]     0.6.4claws13
+
+       * src/compose.c
+               fix infinite loop when long URL is quoted
+               (closes bug #475122.
+
+2001-10-28 [match]
+
+       * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
+               import Mutt address book
+       * src/ldif.[ch] src/importldif.h
+               modified import LDIF handle user attributes
+
+2001-10-28 [christoph] 0.6.4claws12
+
+       * src/summaryview.c
+               fixed that filtering did not work if there
+               were no filter rules
+               (closes bug #472003 and better implementation
+                of patch #474644)
+
+2001-10-27 [christoph] 0.6.4claws11
+
+       * src/compose.c
+               make the folder's default account to be used when
+               replying. (patch by wwp <subscript@free.fr>)
+       * src/compose.c
+               code cleanup, nearly killed all of wwp's patch
+               for folder's default account in compose
+       * src/folderview.c
+               error panel when a folder could not be created
+               (closes bug #471080 new folder name & already
+                existing file)
+
+2001-10-26 [alfons]
+
+       * src/utils.h
+               change prototype of strstr2() that Christoph forgot about
+
+2001-10-26 [christoph] 0.6.4claws10
+
+       * src/account.c
+               made search for accounts by email address not case
+               sensitive
+       * src/folder.c
+               fixed memory leak in folder_item_get_identifier
+       * src/gtkspell.c
+       * src/utils.c
+               fixed wrong strstr2 (should work like strstr)
+
+2001-10-26 [darko]     0.6.4claws9
+
+       * src/compose.c src/gtkstext.[ch]
+       * src/gtkstext.c
+               move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
+
+2001-10-26 [paul]      0.6.4claws8
+
+       * src/html.c
+               ignore css and javascript tags in html mail
+               case-insensitive, with or without double-quoted
+               strings
+
+2001-10-26 [paul]      0.6.4claws7
+
+       * sync with sylpheed 0.6.4cvs1
+               see ChangeLog entry 2001-10-26
+
+       * src/prefs_account.c, src/prefs_common.c,
+         src/prefs_summary_column.c
+               minor improvements to the English
+
+2001-10-25 [alfons]    0.6.4claws6
+
+       * src/gtkstext.c
+       
+               make GtkSText follow style of GtkText (closes bug 
+               #469211 "text selection while writing message")
+               
+               do sync with GTK 1.2.10
+
+2001-10-25 [paul]      0.6.4claws5
+
+       * src/html.c
+               ignore css tags in html mail
+
+2001-10-25 [darko]     0.6.4claws4
+
+       * src/compose.c
+               don't declare is_url_string as static function since
+               we need it in gtkstext.c
+       * src/gtkstext.c
+               remove unused variable
+               don't wrap long URLs while composing a message
+
+2001-10-24 [christoph] 0.6.4claws3
+
+       * src/socket.c
+               fix ssl deadlock, when peer closes connection
+
+2001-10-24 [paul]      0.6.4claws2
+
+       * src/prefs_common.c
+               gettextize the gpg ascii-armored warning message
+
+       * src/compose.c
+               insert a DOS/MAC file into the composed message
+               (improvements)
+
+       * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
+
+2001-10-22 [paul]      0.6.4claws1
+
+       * sync with sylpheed 0.6.4 release
+               see ChangeLog entries 2001-10-21
+
+       * po/fr.po, po/pt_BR.po
+               updated by Melvin Hadasht and Fabio Junior Beneditto
+
+2001-10-21 [paul]      0.6.3claws30
+
+       * src/compose.c
+               insert a DOS text file from the compose window
+               into the composed message text (removes CRs characters)
+               Submitted by Thierry Godefroy <godefroy@imaginet.fr>
+
+       * tools/filter_conv.pl, tools/README
+               automatically use ~/.sylpheed as working directory
+               print out confirmation message on completion
+
+       * correct Hoa's last ChangeLog.claws entry
+
+2001-10-20 [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
+               (closes feature request #471659)
+
+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
@@ -7,7 +639,7 @@
 
 2001-10-02 [alfons]    0.6.2claws14
 
-       * compose.c, prefs_common.[ch]
+       * src/compose.c, src/prefs_common.[ch]
                add block cursor option
 
 2001-10-02 [paul]      0.6.2claws13