X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=ChangeLog.mutt;h=c6649669f5f69f17a6dedb2efe3a4cd923ffd8cc;hp=bc5c973997570f8cc5ffe91ec4cbdb1e260c6111;hb=9ed6c0f86855d82f8b95b3f623bf2639f0f19d0b;hpb=d6988dab6bd378ccdf0f17aaa16de8aee1ceaf43 diff --git a/ChangeLog.mutt b/ChangeLog.mutt index bc5c973..c664966 100644 --- a/ChangeLog.mutt +++ b/ChangeLog.mutt @@ -1,3 +1,86 @@ +2005-11-24 12:50:27 Thomas Roessler (roessler) + + * curs_main.c, pattern.c: mutt/2142 suggests that the change + from pattern.c,3.14 -> 3.15 causes inconsistency and confusion. + Reverting the change; adding a helpful message to the status line. + +2005-11-22 12:31:58 Thomas Roessler (roessler) + + * pgp.c: Fix "mixed messages" about the success (or not) of + decrypting PGP messages. + + * handler.c: Actually, the previous fix for 2139 had a flaw. + + * handler.c: Fix mutt/2139; also Debian #340116. + +2005-11-17 18:40:50 Thomas Roessler (roessler) + + * menu.c: a not entirely sane state of code. + + * menu.c: Another stab at #2019. + +2005-11-01 08:42:00 Thomas Roessler (roessler) + + * menu.c: This should be a better patch for the menu break + dance. (#2019) + +2005-10-31 11:56:58 Thomas Glanzmann (roessler) + + * imap/message.c: Fix 2119. + +2005-10-31 10:51:54 Thomas Roessler (roessler) + + * mutt_idna.c: Fix the underlying problem behind mutt/2107. + + * menu.c: Fixing #2019. + + * flags.c: Fix #2123. + +2005-10-21 04:35:38 Brendan Cully (brendan) + + * smime.c, attach.c, buffy.c, copy.c, copy.h, crypt-gpgme.c, + crypt.c, edit.c, handler.c, mbox.c, mutt.h, pager.c, parse.c, + pattern.c, pgp.c, pgpmicalg.c, pgppacket.c, pgppubring.c, pop.c, + postpone.c, protos.h, sendlib.c: Full large file support. Keep a + close watch on your mailboxes everyone! + +2005-10-18 07:04:50 Vincent Lefevre (roessler) + + * po/fr.po: update + +2005-10-17 09:14:58 TAKAHASHI Tamotsu (roessler) + + * smime.c: Fix S/MIME algorithm choice. + +2005-10-14 09:30:11 Thomas Roessler (roessler) + + * imap/imap.c: Fix imap/2112. + +2005-10-10 18:26:31 Brendan Cully (brendan) + + * pgp.c: Make PGP decode failure non-fatal when displaying + messages (as opposed to decode-saving them). I think it would be + nicer to include the original text when decryption fails + though... + + * imap/command.c, setenv.c: Accept + as IMAP continuation, not + just + . May close #2106. Feed check_sec candy in setenv.c. + +2005-10-09 20:53:21 Brendan Cully (brendan) + + * configure.in: Now that we always check for ncurses/ncurses.h, + remove /usr special case. + + * configure.in, mutt_curses.h: Tweak ncurses autoconflation to + check for ncurses/ncurses.h everywhere, not just in /usr. With + --with-curses=/usr/local, should Close: #2095. + + * configure.in, setenv.c: Add Russ Allbery's setenv replacement + function. + + * init.h: Correct doc nit for $meta_key, noted by Mark + Weyer. Closes: #2105. + 2005-10-06 06:15:00 Brendan Cully (brendan) * browser.c: Sort browser entries after every IMAP browsing