Rocco Rutte:
[apps/madmutt.git] / ChangeLog.mutt
index 4c22836..a1f9878 100644 (file)
@@ -1,3 +1,103 @@
+2005-09-04 18:01:57  Zardoz@users.sourceforge.net  (brendan)
+
+       * keymap.c: Teach keymap.c about KEY_NEXT. Closes: #1588.
+
+2005-09-04 06:57:04  Alain Bench  <veronatif@free.fr>  (brendan)
+
+       * doc/manual.xml.head, doc/manual.xml.tail: Note that <Tab> is
+       bound to next-new-then-unread by default, rather than
+       next-new. Closes: #1637.
+
+       * curs_main.c, pattern.c: Allow empty limits, and limits in empty
+       mailboxes. Closes: #1853, #1906.
+
+2005-09-03 23:22:31  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * send.c, attach.c: Note when mutt_edit_attachment fails and
+       display error instead of prompting to abort an unmodified
+       file. Closes: #2051.
+
+2005-09-03 19:41:53  Alain Bench  <veronatif@free.fr>  (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@kublai.com>  (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  <veronatif@free.fr>  (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@kublai.com>  (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  <lhecking@users.sourceforge.net> (brendan)
+
+       * configure.in: Don't define domain="no" when configured
+       --without-domain. Closes: #2046.
+
+2005-08-24 15:17:43  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * pgp.c: Don't treat PGP inline signature verification errors as
+       fatal.
+
+2005-08-22 20:30:11  Brendan Cully  <brendan@kublai.com>  (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.
+
+2005-08-16 18:10:11  Paul Walker  <paul@black-sun.demon.co.uk>  (brendan)
+
+       * doc/manual.sgml.head, doc/mutt.man, main.c: -D dumps to stdout,
+       not stderr.
+
+2005-08-15 08:10:48  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
+
+       * po/id.po: Fix \n mismatch.
+
+2005-08-15 08:07:36  Ronny Haryanto  <ronnylist@haryan.to>  (roessler)
+
+       * po/id.po: update
+
+2005-08-15 08:06:40  Vsevolod Volkov  <vvv@mutt.org.ua>  (roessler)
+
+       * po/ru.po: update
+
+2005-08-14 21:32:17  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (brendan)
+
+       * attach.c, send.c: Don't pass an empty filename to the default
+       text editor when editing non-plain text. Also don't clobber
+       $content_type when parsing it. Closes: #2038.
+
+2005-08-14 12:28:52  Roland Rosenfeld  <roland@spinnaker.de>  (roessler)
+
+       * po/de.po: update
+
 2005-08-14 02:22:47  Bernd Ahlers  <bernd@ba-net.org>  (brendan)
 
        * cryptglue.c, mutt_sasl.c, smime.c: Fix some S/MIME spelling