sync with 0.7.4cvs37
[claws.git] / ChangeLog.claws
index eff46c6d10f0099cac4f7bdcc24739b3019e0c01..19c370832dbafde0b0fa8e0d228a00e57a1a2df4 100644 (file)
@@ -1,3 +1,140 @@
+2002-04-11 [paul]      0.7.4claws77
+
+       * sync with 0.7.4cvs37
+               see ChangeLog entry 2002-04-11
+
+2002-04-11 [paul]      0.7.4claws76
+
+       * COPYING 
+               re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
+               the clause for OpenSSL). sync with sylpheed main
+
+2002-04-09 [melvin]    0.7.4claws75
+
+       * src/compose.c
+               Made 'Ctrl-Enter' on send ignore some modifiers 
+               (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
+               to bind other *-Enter (but not Alt-Enter).
+
+2002-04-09 [paul]      0.7.4claws74
+
+       * sync with 0.7.4cvs35
+               see ChangeLog entries 2002-04-09
+
+2002-04-08 [paul]      0.7.4claws73
+
+       * sync with 0.7.4cvs33
+               see ChangeLog entry 200-04-08
+
+2002-04-07 [match]     0.7.4claws72
+
+       * src/addrharvest.[ch]
+               fixed to read all addresses in header, regardless
+               of header size. improved name parsing. accommodate
+               harvest from folders and selected message.
+       * src/addritem.[ch]
+               included new address parsing function.
+       * src/addrgather.[ch]
+       * src/addressbook.[ch]
+       * src/summaryview.[ch]
+       * src/mainwindow.c
+               allow address harvest of folder as well as selected
+               messages.
+
+2002-04-07 [paul]      0.7.4claws71
+
+       * src/esmtp.[ch]
+         src/smtp.c
+               don't try to authenticate with CRAM-MD5 in SMTP when 
+               SMTP-AUTH enabled if MTA doesn't issue this 
+               auth-method in it's ehlo-response. bug item #531364,
+               patch item #938910. patch submitted by Colin Leroy 
+               <colin@colino.net>
+
+2002-04-07 [paul]      0.7.4claws70
+
+       * src/nntp.c
+               fix missing MODE_READER bug. patch submitted by
+               Colin Leroy <colin@colino.net>
+
+2002-04-07 [alfons]    0.7.4claws69
+
+       * src/matcher.[ch]
+       * src/prefs_filtering.c
+       * src/summaryview.c
+               escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
+               (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
+
+2002-04-07 [paul]      0.7.4claws68
+
+       * sync with 0.7.4cvs32
+               see ChangeLog entry 2002-04-06
+
+       * tools/filter_conv.pl
+               more bug fixes
+
+2002-04-06 [paul]      0.7.4claws67
+
+       * tools/filter_conv.pl
+               modify to be able to find the name of the first
+               mailbox and use that. main's filter does not
+               record the full path to the mailbox and therefore
+               can only filter to the first mailbox.
+
+2002-04-05 [paul]      0.7.4claws66
+
+       * tools/filter_conv.pl
+               attempt to make the script all-encompassing and
+               be able to convert any main 'filter' rule thrown
+               at it
+
+2002-04-05 [paul]      0.7.4claws65
+
+       * tools/filter_conv.pl
+               allow for collapsed folder trees
+
+2002-04-05 [paul]      0.7.4claws64
+
+       * sync with 0.7.4cvs31
+               see ChangeLog entries 2002-04-05
+
+2002-04-03 [paul]      0.7.4claws63
+
+       * sync with 0.7.4cvs29
+               see ChangeLog entries 2002-04-02 and 2002-04-03
+
+2002-04-02 [paul]      0.7.4claws62
+
+       * sync with 0.7.4cvs26
+               see ChangeLog entry 2002-04-01
+
+2002-04-02 [match]     0.7.4claws61
+
+       * src/pine.[ch]
+       * src/importpine.[ch]
+       * src/addressbook.c
+               import Pine address book.
+
+2002-04-02 [match]     0.7.4claws60
+
+       * src/addrharvest.[ch]
+               improve address parsing of funky addresses.
+
+2002-04-02 [darko]     0.7.4claws59
+
+       * src/compose.c
+               wrap on send improvements, it now recognizes quoted
+               initials as part of the quotation string, and it
+               does not join lines separated by CR
+
+2002-04-01 [match]     0.7.4claws58
+
+       * src/mgutils.[ch]
+               added new functions.
+       * src/mutt.[ch]
+               remove excessive duplicate address generation
+               on import.
+
 2002-04-01 [alfons]    0.7.4claws57
        
        * src/summaryview.c