X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=ChangeLog.mutt;h=6b1f23c3260da823149dd86861ebd9ae5f643a69;hp=81474fcc70999e3edf65e968293546af2c0ca177;hb=7e48409c3d6fb969706114b3c0962ffa0e112d37;hpb=6bd721e672e74635b2d27511bf0a9344e5dac0f8 diff --git a/ChangeLog.mutt b/ChangeLog.mutt index 81474fc..6b1f23c 100644 --- a/ChangeLog.mutt +++ b/ChangeLog.mutt @@ -1,4 +1,54 @@ -2005-08-22 16:10:50 Brendan Cully (brendan) +2005-09-03 19:41:53 Alain Bench (brendan) + + * contrib/gpg.rc: One should let GnuPG charset be automatically + infered from whatever current locale, without hardcoding. + +2005-09-03 04:34:25 Brendan Cully (brendan) + + * doc/manual.xml.head: Just use EXPR as a place holder for regular + expressions, instead of any of EXPR, USER, ID and SUBJECT. Noted + by Vincent Lefevre. + + * doc/manual.sgml.head, doc/manual.sgml.tail, doc/manual.xml.head, + doc/manual.xml.tail, doc/Makefile.in: Rename manual.sgml.* to + manual.xml.*. + +2005-09-02 18:18:19 Alain Bench (brendan) + + * keymap.c: Allow non-ascii characters in push arguments. Closes: #2023. + + * doc/manual.sgml.head, doc/muttrc.man.head, mutt.h, pattern.c: + Adjust ~l to match all known lists, add ~u to match only + subscribed lists. Normalise pattern ordering in docs. Closes: + #2050. + +2005-09-01 17:07:14 Brendan Cully (brendan) + + * configure.in, imap/auth_sasl.c, main.c, mutt_sasl.c, + mutt_sasl.h, pop_auth.c: Remove obsolete Cyrus SASL 1.5 support. + + * doc/chunk.xsl, doc/html.xsl: Docbook support files, dropped + in the initial commit. + + * doc/manual.sgml.tail, configure.in, doc/Makefile.in, + doc/manual.sgml.head, makedoc.c: Convert documentation from + linuxdoc to docbook format. Let the bug avalanche begin. + +2005-08-30 21:34:36 Lars Hecking (brendan) + + * configure.in: Don't define domain="no" when configured + --without-domain. Closes: #2046. + +2005-08-24 15:17:43 Brendan Cully (brendan) + + * pgp.c: Don't treat PGP inline signature verification errors as + fatal. + +2005-08-22 20:30:11 Brendan Cully (brendan) + + * pgp.c: Pause after error message if PGP decode fails, in case + mutt_copy_message overwrites. Real error handling cleanup will have + to wait... * pgp.c: Don't attempt to manipulate null pgp output file handles.