enable storing of GnuPG passphrase
[claws.git] / ChangeLog.claws
index 4399ea6fa4d299d8bf416e1f7106f5efe1712f6c..3ae4a6cc6cfaf453e81ea83170cce5587042acb0 100644 (file)
@@ -1,9 +1,74 @@
+2002-04-13 [paul]      0.7.4claws80
+       
+       * src/main.c
+         src/passphrase.[ch]
+         src/pgptext.c
+         src/prefs_common.[ch]
+         src/rfc2015.c
+               enable storing of GnuPG passphrase for the whole 
+               session or a user-defined number of minutes. patch 
+               submitted by Ravemax <ravemax@dextrose.com>
+
+2002-04-13 [alfons]    0.7.4claws79
+
+       * src/textview.c
+               make email parser also stop scanning when encountering separators
+               ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
+
+2002-04-13 [paul]      0.7.4claws78
+
+       * sync with 0.7.4cvs39
+               see ChangeLog entry 2002-04-12
+
+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
-               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>