relicensed - sync with main
[claws.git] / ChangeLog.claws
index 4399ea6fa4d299d8bf416e1f7106f5efe1712f6c..cdd082369998cedb5de769b89097a899b5db429b 100644 (file)
@@ -1,9 +1,47 @@
+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
-               try to authenticate with CRAM-MD5 in SMTP when 
-               SMTP-AUTH enabled even if MTA doesn't issue this 
+               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>