Andreas Krennmair:
[apps/madmutt.git] / ChangeLog.mutt
index bc5c973..3576d16 100644 (file)
@@ -1,3 +1,48 @@
+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