From 8a508156fdde7adc7c63682e0a345ad08a343c18 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Wed, 3 Aug 2005 06:54:15 +0000 Subject: [PATCH] # changelog commit --- ChangeLog | 41 ++++++++++------------------------------- 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca922232f..13bdc61e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,18 @@ -2005-08-02 16:10:42 Brendan Cully (brendan) +2005-08-03 06:51:24 Brendan Cully (brendan) + + * mutt_ssl.c: Don't double-free X509 certificates. This patch + looks wrong, but it isn't. + + * Makefile.am, po/Makefile.in.in, po/POTFILES.in: Remove + mutt_ssl_nss.c from POTFILES.in. Also hack the makefiles to build + keymap_alldefs.h in $(top_srcdir), since that's where xgettext + looks. Not super clean I guess - the other alternative is to sed + POTFILES. * globals.h, init.c, init.h, mutt.h, mutt_sasl.c, mutt_socket.c, mutt_ssl.h, mutt_ssl_nss.c, pop_lib.c, configure.in: Put moribund NSS support out to pasture. -2005-08-02 14:39:56 Brendan Cully (brendan) - * compose.c, mutt.h: In compose menu, detach should be able to unlink files generated by mutt, but not files that existed before. @@ -16,78 +23,50 @@ avoid confusing messages like 'decrypt failed; PGP signature successfully verified'. -2005-08-02 05:03:43 Brendan Cully (brendan) - * pgp.c: Forget passphrase on PGP/inline decryption error, and improve status line messages. * configure.in: Make $docdir relative to $prefix, like the other prefixes. -2005-08-02 03:46:06 Brendan Cully (brendan) - * contrib/Makefile.in, doc/Makefile.in: Be more selective about what to remove during uninstall. (closes #1625) -2005-08-02 02:17:09 Brendan Cully (brendan) - * pgp.c: Also forget passphrase when encrypt fails, if signing. (closes #1025 again) -2005-08-02 02:01:46 Brendan Cully (brendan) - * imap/message.c: Check that the entire message downloaded successfully on fetch, and don't treat a disappearing cache file as fatal. (closes #1483) -2005-08-02 01:13:25 Brendan Cully (brendan) - * compose.c: Don't unlink attachments that you've decided not to send. (closes #1328) -2005-08-02 00:52:28 Brendan Cully (brendan) - * pgp.c: Bump up size of PgpPass to 1024 from 256. Seems crazy, but it's harmless and it (closes #1207). -2005-08-02 00:37:41 Brendan Cully (brendan) - * account.c: Fix password prompt for POP (more authentication ID fallout). -2005-08-01 22:37:22 Brendan Cully (brendan) - * doc/manual.sgml.head: Document key. -2005-08-01 20:43:51 Brendan Cully (brendan) - * pgp.c: Automatically forget PGP passphrase on sign or decrypt error. (closes #1025). Display "successfully decrypted" message instead of nothing. Superseded by signature verification. -2005-08-01 20:06:41 Brendan Cully (brendan) - * commands.c, pgp.c: Don't report PGP signature could not be verified unless there really is a signature verification problem (not some other PGP error). -2005-08-01 18:13:04 Brendan Cully (brendan) - * Makefile.am: Install system muttrc from the build directory, not the source directory. -2005-08-01 18:05:12 Brendan Cully (brendan) - * mbox.c: Restore Sort immediately after sorting by mailbox order in mbox_sync_mailbox. (closes #972) -2005-08-01 17:06:48 Brendan Cully (brendan) - * doc/Makefile.in, doc/mutt.man: Insert compile-time paths to system resources into mutt.man. (closes #854) -2005-08-01 16:38:00 Brendan Cully (brendan) - * commands.c, protos.h: Report errors occuring in _mutt_save_message. (closes #847) -- 2.40.0