Rocco Rutte:
[apps/madmutt.git] / ChangeLog.mutt
index bc5c973..c664966 100644 (file)
@@ -1,3 +1,86 @@
+2005-11-24 12:50:27  Thomas Roessler  <roessler@does-not-exist.org>  (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@does-not-exist.org>  (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@does-not-exist.org>  (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@does-not-exist.org>  (roessler)
+
+       * menu.c: This should be a better patch for the menu break
+       dance. (#2019)
+
+2005-10-31 11:56:58  Thomas Glanzmann  <sithglan@stud.uni-erlangen.de>  (roessler)
+
+       * imap/message.c: Fix 2119.
+
+2005-10-31 10:51:54  Thomas Roessler  <roessler@does-not-exist.org>  (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@kublai.com>  (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  <vincent@vinc17.org>  (roessler)
+
+       * po/fr.po: update
+
+2005-10-17 09:14:58  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (roessler)
+
+       * smime.c: Fix S/MIME algorithm choice.
+
+2005-10-14 09:30:11  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
+
+       * imap/imap.c: Fix imap/2112.
+
+2005-10-10 18:26:31  Brendan Cully  <brendan@kublai.com>  (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@kublai.com>  (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@kublai.com>  (brendan)
 
        * browser.c: Sort browser entries after every IMAP browsing