clean repo
[apps/madmutt.git] / legacy / ChangeLog.old
diff --git a/legacy/ChangeLog.old b/legacy/ChangeLog.old
new file mode 100644 (file)
index 0000000..75f415b
--- /dev/null
@@ -0,0 +1,12219 @@
+Fri Dec  6 10:56:30 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * curs_lib.c, pgppubring.c:
+       From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fixing a number of traditional malloc calls which have made their
+       way into the code.
+
+       * build-release: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Don't post announcements automatically for the moment.
+
+Thu Dec  5 22:30:02 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head: From: Michael Elkins <me@sigpipe.org>
+
+       Fix #1398.
+
+Mon Nov 25 14:16:47 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * sendlib.c, ChangeLog, charset.h, configure.in, INSTALL:
+       From: Lars Hecking <lhecking@nmrc.ucc.ie>
+
+       The noiconv patch.
+
+Thu Nov 14 08:12:30 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * curs_lib.c: From: Michael Elkins <me@sigpipe.org>
+
+       Fix #1388.
+
+Wed Nov 13 10:10:52 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * main.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       A description of -A was lacking from the help string.
+
+       * doc/manual.sgml.head, doc/mutt.man, main.c, protos.h:
+       From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Add a new command line option -A which is used to expand aliases.
+
+       * keymap.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Add a safeguard #ifdef for the KEY_BTAB entry.  Suggested by Thomas
+       Dickey.
+
+Tue Nov 12 09:20:30 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * keymap.c: From: Michael Elkins <me@sigpipe.org>
+
+       Tell mutt about the back-tab key (shift tab).
+
+       * Makefile.am: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       ups.
+
+       * Makefile.am: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Add "make pclean" in order to clean up PATCHES.
+
+       * po/ja.po: From: TAKAHASHI Tamotsu <arms405@jade.dti.ne.jp>
+
+       update
+
+       * README: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Add an explicit note that CVS doesn't work from ftp.mutt.org any more.
+
+       * mbyte.c: From: "Yasuhiro Matsumoto" <mattn_jp@hotmail.com>
+
+       cp932 should be treated like shift_jis.
+
+       * imap/auth_gss.c, imap/auth_sasl.c, configure.in, main.c, mutt_sasl.c, mutt_sasl.h:
+       From: Nathan Dushman <nhd+mutt@andrew.cmu.edu>
+
+       Hi - this is a patch against mutt-1.4 to use version 2 of the Cyrus
+       SASL library; all changes are ifdef'd so as not to break SASLv1
+       support. This includes a patch to configure.in to allow the choice
+       between v1 and v2, but someone with a better understanding of
+       autoconf should double-check it.
+
+       * handler.c: From: Michael Elkins <me@sigpipe.org>
+
+       Actually commit patch-1.5.1.me.long_qp.2.
+
+       * mailbox.h, mh.c, mx.c: From: Michael Elkins <me@sigpipe.org>
+
+       The maildir_time patch.
+
+Mon Nov 11 21:17:25 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * muttbug.sh.in: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       You shall not use CVS to distribute test versions.
+
+       * muttbug.sh.in: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       more fixes.
+
+       * muttbug.sh.in: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Add some rpm-related intelligence to flea.
+
+       * muttbug.sh.in: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fix flea's interaction with bug(1) on Debian systems.
+
+       * PATCHES: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Clean up the patch list.
+
+       * hdrline.c, PATCHES: From: Michael Elkins <me@sigpipe.org>
+
+       Fix #485: Make %z work like %Z inside of %{} in $index_format.
+
+       * copy.c, PATCHES: From: Michael Elkins <me@sigpipe.org>
+
+       Fix #1379 - update the total mailbox size when an attachment is
+       deleted.
+
+       * curs_main.c, menu.c, pager.c, PATCHES:
+       From: Michael Elkins <me@sigpipe.org>
+
+       Fix #1310; redraw problems.
+
+       * doc/manual.sgml.head, init.h: From: Michael Elkins <me@sigpipe.org>
+
+       Fix #1306.
+
+       * send.c: From: Michael Elkins <me@sigpipe.org>
+
+       Fix #1364.
+
+       * pgp.c: From: Steve Kennedy <steve-md@gbnet.net>
+
+       Fix memory leak in the PGP code.
+
+       * commands.c, protos.h, sendlib.c:
+       From: Paul Walker <paul@black-sun.demon.co.uk>
+
+       Fix #718.
+
+       * sendlib.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fix #1366.
+
+       * mx.c: From: Martin Siegert <siegert@sfu.ca>
+
+       Fix IMAP moving; #1367.
+
+       * send.c: From: rene@clerc.nl
+
+       Another S/MIME ifdef misses and causes compilation problems.
+
+       * init.h: From: Michael Elkins <me@sigpipe.org>
+
+       patch-1.5.1-me.status_doc.2
+
+       * alias.c, init.c, protos.h:
+       From: Thomas Roessler <roessler@does-not-exist.org>
+
+       patch-1.5-tlr.alias-parse.1 - extension of patch-1.5.1-me.aliascheck.1
+
+       This patch catches the same kind of bad alias names caught by
+       Michael's patch.  There are some extensions:
+
+       1. Mutt makes sure that it doesn't _suggest_ bad names to the user.
+       2. If a name is bad, the user is informed, and may elect to fix the
+          name.  In this case, mutt will automatically suggest a fixed
+          version.
+       3. If the user insists in the bad name, it's written into the
+          aliases file with proper quoting.
+       4. When mutt parses the aliases file, it now uses the normal
+          tokenizer routines in order to properly handle quoted alias names.
+
+       * handler.c: From: Michael Elkins <me@sigpipe.org>
+
+       patch-1.5-me.long_qp.2 (#1371) - fix truncation with overly long Q-P
+       encoded lines.
+
+Tue Oct 22 21:24:07 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * commands.c: From: René Clerc <rene@clerc.nl>
+
+       Add some missing #ifdefs.
+
+       * init.h, recvattach.c: From: Michael Elkins <me@sigpipe.org>
+
+       Documentation fix; #1326
+
+       * send.c: From: René Clerc <rene@clerc.nl>
+
+       Another crypt_reply fix.
+
+       * contrib/sample.muttrc: From: Michael Elkins <me@sigpipe.org>
+
+       #1357
+
+Thu Oct 10 09:50:03 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * send.c: From: René Clerc <rene@clerc.nl>
+
+       Make sure that crypt_reply replies with the same type, despite a
+       possible S/MIME default.
+
+       * doc/manual.sgml.head: From: Michael Elkins <me@sigpipe.org>
+
+       Document escaping rules for regular expressions (#1351).
+
+       * pager.c: From: Michael Elkins <me@sigpipe.org>
+
+       Fix header coloring, so there is no difference between ncurses and
+       slang.
+
+       * init.h: From: Michael Elkins <me@sigpipe.org>
+
+       PGP documentation glitch.
+
+       * doc/manual.sgml.head: From: Paul Walker <paul@black-sun.demon.co.uk>
+
+       Fix #1340 (documentation)
+
+       * pager.c: From: Michael Elkins <me@sigpipe.org>
+
+       Jeremy Lin wrote:
+       > When I search with / and get a match, doing '/\r' doesn't move to the next
+       > match. This behavior is unlike the less pager, and is rather useless, IMHO.
+
+       Try the attached patch.
+
+Mon Sep 23 12:08:43 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * buffy.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       A variant of buffy notification.  Note:  If you folks don't like
+       this, we can return to the old version.
+
+Mon Sep  9 21:48:19 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * browser.c, buffy.c, curs_main.c, functions.h, OPS, pager.c, protos.h:
+       From: Rudi Chiarito <nutello@sweetness.com>
+
+       Add a buffy-list function, and display more information when new
+       mail arrives.  With some modifications from tlr.
+
+       * mh.c: From: Michael Elkins <me@sigpipe.org>
+
+       Fix #1321.
+
+       * mh.c: From: Michael Elkins <me@sigpipe.org>
+
+       [STABLE] Fix #1321.
+
+       * signal.c: From: Tony Leneis <tony@cvr.ds.adp.com>
+
+       Tru64 Unix portability patch.
+
+       * signal.c: From: Tony Leneis <tony@cvr.ds.adp.com>
+
+       [STABLE] Tru64 Unix portability patch.
+
+       * doc/manual.sgml.head: From: Vincent Lefevre <vincent@vinc17.org>
+
+       Fixing a typo.
+
+       * postpone.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fixing #1300.  Noted by David Shaw <dshaw@jabberwocky.com>.
+
+       * postpone.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fix #1299; noted by David Shaw <dshaw@jabberwocky.com>.
+
+       * init.h, mutt.h, send.c: From: Michael Elkins <me@sigpipe.org>
+
+       Introducing $forward_edit.
+
+       * send.c: From: Michael Elkins <me@sigpipe.org>
+
+       #265:
+
+       > Suppose a user wants to fcc to a file (e.g., /a/b/c) but accidentally
+       > typed a = before the path name. Mutt will fail to find the =/a/b/c
+       > folder, display the error message and beep, but immediately erase the
+       > error message; the mail will be sent even though the fcc failed. (The
+       > same can be accomplished by accidentally mistyping other parts of the
+       > path name.) On local systems where screen update is quick, the user
+       > might not notice the error message at all.
+       >
+       > The problem with this behaviour is that the user might have no chance
+       > to read the error message if the screen update is quick enough; as a
+       > result (s)he might not notice that the fcc failed.
+       >
+       > A related thing (probably can't be classified as a problem) is that if
+       > fcc fails, the user probably don't want to send the mail out because
+       > if fcc is requested (s)he probably very much want to keep a copy of
+       > the sent mail.
+
+       Try the following patch.  We keep track of whether or not the fcc
+       failed with a local var `fcc_error' and perform the same behavior as
+       if the actual send of the message failed (without really sending)
+       when the FCC fails, thus giving the user a chance to correct the
+       error.
+
+       * globals.h, init.h, send.c: From: Michael Elkins <me@sigpipe.org>
+
+       Introduce $content_type.  There's one change against Michael's
+       patch, in how the "format=flowed" parameter is used.
+
+       * history.c: From: Vincent Lefevre <vincent@vinc17.org>
+
+       [STABLE] Fixing history classes.
+
+       * history.c: From: Vincent Lefevre <vincent@vinc17.org>
+
+       Fixing history classes.
+
+       * mh.c: From: Armin Wolfermann <aw@osn.de>
+
+       when doing the second parsing pass on a maildir, mutt doesn't delete
+       the fake HEADER struct if the file is unreadable. With this fix
+       unreadable files get silently ignored (like in the MH case).
+
+       * po/ja.po: From: "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
+
+       Update.
+
+       * editmsg.c: From: Michael Elkins <me@sigpipe.org>
+
+       Fixing #1149:  Truncate files used for editing messages.
+
+       * doc/manual.sgml.head, doc/muttrc.man.head, buffy.c, buffy.h, init.h:
+       From: Nicolas Rachinsky <nicolas@dauerreden.de>
+
+       An unmailboxes command.  #1311.
+
+       * attach.c: From: Michael Elkins <me@sigpipe.org>
+
+       Fixing #1330.
+
+       * attach.c: From: Michael Elkins <me@sigpipe.org>
+
+       [STABLE] Fixing #1330.
+
+Fri Aug  9 07:01:11 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/muttrc.man.head:
+       From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Document unalternative_order in the manual page.
+
+       * doc/manual.sgml.head, init.c, init.h:
+       From: Michael Elkins <me@sigpipe.org>
+
+       The following patch adds the `unalternative_order' command.  It also
+       allows using "*" more generically in un-commands which use
+       parse_unlists().
+
+Mon Aug  5 17:25:05 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pgpewrap.c, pgppubring.c: From: Michael Elkins <me@sigpipe.org>
+
+       Error handling fixes.
+
+Fri Jul 26 08:24:01 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head: From: Michael Elkins <me@sigpipe.org>
+
+       Documentation for reply-hook.  Another patch (for the manual page)
+       would be most welcome. ;-))
+
+       * curs_lib.c: From: Michael Elkins <me@sigpipe.org>
+
+       The attached patch fixes mutt_yesorno() so that the question will be
+       truncated enough to always fit in the default answer string.  The
+       size is calculated on the fly so that there is no artificial
+       truncation.
+
+Wed Jul 24 09:46:58 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mutt.h: From: TAKIZAWA Takashi <taki@luna.email.ne.jp>
+
+       The attached patch sets MB_LEN_MAX to 16, which is MB_LEN_MAX value
+       on glibc-2.2. It works only with --without-wc-funcs switch. It may
+       be applied to mutt-1.4 and mutt-1.5.1.
+
+       * configure.in: From: Lars Hecking <lhecking@nmrc.ie>
+
+       Fix a quoting sloppiness.  Noted by Vincent Lefevre.
+
+       * browser.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fixing #1282.  An off-by-one error. :-/
+
+       * mutt.h, send.c, hook.c, init.h: From: Michael Elkins <me@sigpipe.org>
+
+       reply-hook.  Documentation still needed.
+
+       * po/fr.po: From: Vincent Lefevre <vincent@vinc17.org>
+
+       update.
+
+       * doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c:
+       From: Michael Elkins <me@sigpipe.org>
+
+       Fix $editor and $visual.  Based on an earlier patch from Edmund
+       Grimley Evans.
+
+Fri Jul 19 19:23:21 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head: From: Michael Elkins <me@sigpipe.org>
+
+       Another documentation patch.
+
+Wed Jul 17 12:48:38 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * sendlib.c: From: Rocco Rutte <s1118644@mail.inf.tu-dresden.de>
+
+       * Thomas Roessler [02-07-08 10:14:53 +0200] wrote:
+       >  * sendlib.c, 3.12 -> 3.13
+       >    From: Rocco Rutte <s1118644@mail.inf.tu-dresden.de>
+
+       >    Make encode_from a bit more aggressive, by also catching a 'f' in
+       >    the beginning of a line.
+
+       'Catch' is good but also to encode it is better. It may have
+       been too late (sorry for that) so I fixed it. I don't know
+       why the current source only escapes lines that actually
+       begin with 'from' or 'From' followed by some text. I think
+       that escaping 'from' or 'From' on a single line should be
+       done, too.
+
+       Not a big deal, anyways.
+
+Tue Jul 16 07:28:11 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * main.c: From: Michael Elkins <me@sigpipe.org>
+
+       Update copyright notices.
+
+Sun Jul  7 19:33:50 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head, doc/mutt.man, init.h:
+       From: Cedric Duval <cedricduval@free.fr>
+
+       Documentation fixes.
+
+       * doc/manual.sgml.head:
+       From: "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
+
+       Dcumentation fixes.
+
+       * doc/manual.sgml.head, doc/mutt.man, init.h:
+       From: Cedric Duval <cedricduval@free.fr>
+
+       Documentation fixes.
+
+       * sendlib.c: From: Rocco Rutte <s1118644@mail.inf.tu-dresden.de>
+
+       Make encode_from a bit more aggressive, by also catching a 'f' in
+       the beginning of a line.
+
+       * po/Attic/bg.po: From: Velko Hristov <hristov@informatik.hu-berlin.de>
+
+       Update.
+
+       * init.h: From: Jeremy Blosser <jblosser-mutt@firinn.org>
+
+       Add unauto_view to the stable branch.  A one-liner.
+
+Fri Jun 28 19:52:31 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head: From: Michael Elkins <me@sigpipe.org>
+
+       Documentation fix (#271).
+
+Tue Jun 18 10:03:52 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/zh_TW.po, po/tr.po, po/uk.po, po/zh_CN.po, po/sv.po, po/sk.po, po/ru.po, po/pt_BR.po, po/nl.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po, po/it.po, po/gl.po, po/hu.po, po/id.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/el.po, po/da.po, po/de.po, po/ca.po, po/cs.po:
+       From: (automatic)
+
+       "make update-po"
+
+       * po/ca.po: From: several submitters
+
+       Adding a BG translation.  Update for CA.
+
+       * po/Attic/bg.po:
+       file bg.po was initially added on branch mutt-1-4-stable.
+
+       * po/Attic/bg.po: From: several submitters
+
+       Adding a BG translation.  Update for CA.
+
+       * configure.in: From: several submitters
+
+       Adding a BG translation.
+
+       * init.c: From: Michael Elkins <me@sigpipe.org>
+
+       The string used to store the commmand for a backtic expansion in the
+       muttrc was not free'd if the command failed for some reason.
+
+       * m4/gssapi.m4: From: David Champion <dgc@uchicago.edu>
+
+       Okay, two bugs here. One's an oversight of mine in my previous patch,
+       where I tried to use "[hH]" as Bourne code while m4 had quoting set to
+       ([, ]) -- this probably makes mutt mis-detect Heimdal after all.
+
+       The other is not mine (i.e., it's in cvs now) and it makes mutt
+       overstrike $LIBS if Heimdal or MIT Kerberos is detected. This is a
+       problem for anyone who needs -lnsl -lsocket, in particular. I was
+       fixing
+       this by hand during late 1.3.x releases, as I didn't have time to
+       track
+       it down....
+
+       Here's a patch against the current (unpatched) 1.5 cvs copy of
+       m4/gssapi.m4. It probably should go into both branches. Sorry for the
+       repeats.
+
+Thu Jun  6 23:13:54 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * color.c: From: Michael Elkins <me@sigpipe.org>
+
+       Fix #1230.
+
+       * init.h: From: Will Fiveash <william.fiveash@sun.com>
+
+       Fix a couple of compile-time warnings.
+
+Fri May 31 16:59:39 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * charset.c, charset.h, sendlib.c:
+       From: Edmund GRIMLEY EVANS <edmundo@rano.org>
+
+       Fix charset-hook.
+
+       * m4/iconv.m4, charset.h, configure.in, INSTALL:
+       From: Lars Hecking <lhecking@nmrc.ucc.ie>
+
+       The noiconv patch.  Should probably have been in 1.4.
+
+Thu May 30 12:15:02 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * rfc822.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Properly handle empty addresses (<>) when they show up in mail
+       headers.  The approach taken is to store this address as <@>, and to
+       check this special case when printing an address.
+
+Wed May 29 09:31:51 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/zh_CN.po, po/zh_TW.po, po/uk.po, po/tr.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/ko.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/eo.po, po/es.po, po/et.po, po/da.po, po/de.po, po/el.po, po/ca.po, po/cs.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.4
+
+       * po/de.po: From: Roland Rosenfeld <roland@spinnaker.de>
+
+       update.
+
+       * po/id.po: From: Ronny Haryanto <ronny@haryan.to>
+
+       update
+
+Tue May 28 09:07:29 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mx.h, postpone.c: From: Michael Elkins <me@sigpipe.org>
+
+       Fix some warnings noted by Vincent Lefevre.
+
+Tue May 21 07:28:28 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/eo.po: From: Edmund GRIMLEY EVANS <edmundo@rano.org>
+
+       update
+
+Sat May 18 05:39:55 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pattern.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fix #1175.
+
+       * pattern.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fix #1175.  Noticed by Alain Bench.
+
+       * pop_lib.c: From: Vsevolod Volkov <vvv@mutt.org.ua>
+
+       Attached patch for mutt 1.3.X/1.4 and 1.5.X removes gcc warning in
+       pop_lib.c.
+
+Thu May 16 17:33:19 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/pl.po: From: Pawel Dziekonski <dzieko@pwr.wroc.pl>
+
+       update
+
+       * po/ko.po: From: Im Eunjea <eunjea@koru.org>
+
+       update.
+
+       * po/ko.po: From: Im Eunjea <eunjea@koru.org>
+
+       update
+
+       * po/id.po: From: Ronny Haryanto <ronny@haryan.to>
+
+       update.
+
+       * compose.c: From: Ronny Haryanto <ronny@haryan.to>
+
+       Triple-DES, not Tripple-DES.
+
+Tue May 14 18:56:01 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/uk.po: From: "Andrej N. Gritsenko" <andrej@lucky.net>
+
+       update
+
+Mon May 13 20:18:57 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/et.po: From: Toomas Soome <Toomas.Soome@microlink.ee>
+
+       update
+
+       * po/ru.po, po/uk.po: From: Vsevolod Volkov <vvv@mutt.org.ua>
+
+       update
+
+       * po/da.po: From: Byrial Jensen <byrial@image.dk>
+
+       update
+
+       * po/ru.po: From: Vsevolod Volkov <vvv@mutt.org.ua>
+
+       update
+
+       * po/sv.po: From: Jörgen Tegnér <jorgen.tegner@telia.com>
+
+       update
+
+       * po/fr.po: From: Vincent Lefevre <vincent@vinc17.org>
+
+       update
+
+Thu May  9 09:52:09 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/muttrc.man.head:
+       From: Thomas Roessler <roessler@does-not-exist.org>
+
+       #1190, from Tim Alexeevsky <tim@zhuchka.gbnet.net>
+
+Mon May  6 11:27:20 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head:
+       From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Remove -Q which is only present in unstable from the stable
+       documentation.  Thanks to Andreas Kneib <Andreas.Kneib@t-online.de>
+       for noting.
+
+Thu May  2 01:05:27 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * Makefile.am: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Include smime.h with EXRA_DIST.
+
+Wed May  1 23:24:17 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.5.1
+
+       * smime.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Shut up check_sec.sh.  No security holes, but some ugly code.
+
+       * check_sec.sh: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Give all the warnings at once.
+
+       * build-release: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       - This is a development branch.
+       - Add a -nodiff option to suppress generating a patch.
+
+       * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/ko.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, ChangeLog, po/ca.po, po/cs.po, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.99
+
+       * build-release: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       s/scp1/scp/
+
+Tue May  7 15:42:37 IST 2002  Lars Hecking  <lhecking@nmrc.ie>
+
+       * INSTALL: Document new --disable-iconv configure option.
+
+       * charset.h: Conditionalise inclusion of iconv.h. Define iconv_t
+       if not found by configure. Define ICONV_CONST and declare iconv
+       functions if not found by configure.
+
+       * configure.in: New --disable-iconv configure option. Warn instead
+       error if iconv not found. New tests for iconv.h and iconv_t.
+
+       * sendlib.c(convert_file_to): Allow compilation without system
+       iconv and return -1 if no iconv available.
+
+Wed May  1 23:21:10 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * smime.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Shut up check_sec.sh.  No security holes, but some ugly code.
+
+       * check_sec.sh: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Give all the warnings at once.
+
+       * build-release: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       - This is a development branch.
+       - Add a -nodiff option to suppress generating a patch.
+
+       * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/ko.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, ChangeLog, po/ca.po, po/cs.po, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.99
+
+       * build-release: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       s/scp1/scp/
+
+Mon Apr 29 17:12:18 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * lib.c, lib.h, protos.h:
+       From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fix #1171.
+
+       * po/fr.po: From: Vincent Lefevre <vincent@vinc17.org>
+
+       update.
+
+       * po/ja.po: From: oota toshiya <oota@mspd.mt.nec.co.jp>
+
+       update.
+
+       * imap/util.c: From: Byrial Jensen <byrial@image.dk>
+
+       There is a possible buffer overflow due an off-by-one error in
+       imap/util.c, line 125. The error is in the maximum field width
+       indication in the sscanf() call. You must have room in the receiving
+       buffer for this number of characters /plus a terminating NULL
+       character/.
+
+       * imap/util.c: From: Byrial Jensen <byrial@image.dk>
+
+       There is a possible buffer overflow due an off-by-one error in
+       imap/util.c, line 125. The error is in the maximum field width
+       indication in the sscanf() call. You must have room in the
+       receiving buffer for this number of characters /plus a
+       terminating NULL character/.
+
+Thu Apr 25 13:30:49 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pop.c, pop_lib.c: From: Vsevolod Volkov <vvv@mutt.org.ua>
+
+       Attached patch fixes the problem described below. It should be
+       applied to both mutt 1.3/1.4 and 1.5 branches.
+
+       > Date: Thu, 11 Apr 2002 16:24:00 -0500
+       > Subject: mutt 1.3.x / pop
+       > From: "Ryan O'Hara" <rohara@isis.visi.com>
+       > To: bcully@users.sourceforge.net
+       > User-Agent: Mutt/1.3.27i
+
+       > Hi. My apologies if this has nothing to do with you. If it does not,
+       > maybe you could forward it on to someone.
+
+       > In mutt 1.3.x I have noticed that if I uses POP to retrieve mail, and
+       > I enter an incorrect password whem prompted, it will *save* that
+       > password and keep trying to use it. However, in the 1.2.x versions it
+       > worked like this: type in wrong POP password, try to connect to POP
+       > server again and it will ask you (again) for the password. mutt 1.3.x
+       > does not, it just tries to connect with the wrongs password (which
+       > just failed).
+
+       > This is kinda annoying. Just thought I'd point out this regression.
+
+       > Thanks.
+       > R
+
+       * doc/manual.sgml.head: From: Wouter Verheijen <wv@xs2mail.com>
+
+       Someone in news:comp.mail.mutt noted that the list of command-line
+       options in the manual is not up-to-date.
+
+       Included a small patch that includes all options that 'mutt -h' shows.
+
+       * doc/manual.sgml.tail, init.h, OPS, pattern.c:
+       From: Cedric Duval <cedricduval@free.fr>
+
+       attached are fixes for some little mistakes :
+
+       * history-down -> scroll _down_, not up
+       * functions decode-(save|copy) do not exist in the attach menu.
+       * gettext oversight in pattern.c
+       * inconsistency between "printf-like sequences" used all over the place
+         and "escape sequences" for the description of $attribution.
+
+       * doc/manual.sgml.tail, pattern.c, init.h, OPS:
+       From: Cedric Duval <cedricduval@free.fr>
+
+       attached are fixes for some little mistakes :
+
+       * history-down -> scroll _down_, not up
+       * functions decode-(save|copy) do not exist in the attach menu.
+       * gettext oversight in pattern.c
+       * inconsistency between "printf-like sequences" used all over the
+         place and "escape sequences" for the description of $attribution.
+
+       * recvattach.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Also fix this for the S/MIME case.
+
+       * recvattach.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fiy handling of multiparts which have encrypted sub-parts, at least
+       for PGP.
+
+       * sendlib.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Force 7bit encoding for application/pgp-keys.
+
+Sat Apr 20 21:38:47 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * m4/Attic/lib-ld.m4, m4/Attic/lib-link.m4, m4/Attic/lib-prefix.m4, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, intl/Attic/eval-plural.h, intl/Attic/gmo.h, intl/Attic/localename.c, intl/Attic/os2compat.c, intl/Attic/os2compat.h, intl/Attic/osdep.c, intl/Attic/plural-exp.c, intl/Attic/plural-exp.h, intl/bindtextdom.c, intl/ChangeLog, intl/config.charset, intl/dcigettext.c, intl/gettextP.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/Makefile.in, intl/plural.c, intl/plural.y, ABOUT-NLS, Attic/config.rpath, configure.in, INSTALL:
+       From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Backing out the latest iconv-related changes from the
+       mutt-1-4-stable branch.
+
+       * m4/Attic/lib-ld.m4, m4/Attic/lib-link.m4, m4/Attic/lib-prefix.m4, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4:
+       same as above.
+
+       * intl/Attic/eval-plural.h, intl/Attic/gmo.h, intl/Attic/localename.c, intl/Attic/os2compat.c, intl/Attic/os2compat.h, intl/Attic/osdep.c, intl/Attic/plural-exp.c, intl/Attic/plural-exp.h, intl/gettextP.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/plural.c, intl/plural.y, intl/bindtextdom.c, intl/ChangeLog, intl/config.charset, intl/dcigettext.c, intl/Makefile.in:
+       From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Committing the new iconv patches into a separate branch.
+
+       * ABOUT-NLS, Attic/config.rpath, configure.in, INSTALL:
+       From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Committing the new noiconv patches into a separate branch.
+
+       * sendlib.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Generate the resent-message-id ourselves, and add it in the top of
+       the header.
+
+       * copy.c, mutt.h, sendlib.c: From: Wouter Verheijen <wv@xs2mail.com>
+
+       Bug #571 "mutt should not replicate ">From " headers while bounding",
+       has a patch attached.
+       Will that patch get in?
+
+       Although these lines are not generated by mutt, I would strongly
+       suggest
+       to prevent it, because by boucing a mail the MUA should ensure
+       that the message header is according to the specification.
+       A ">From " line is not, because of the spaces before a colon.
+
+       Because this has such serious consequences (totally unreadable mail)
+       when a MTA interpretes this line as the beginning of the body (not
+       unreasonable), I think Mutt should prevent sending this invalid
+       headerline.
+
+       Because the other patch to the bugreport is not really correct IMHO
+       (because the fieldnames are not limited to alphanumeric chars, RFC2822
+       3.6.8), I propose another one.
+
+       This patch also appends Resent-* to the header, instead of
+       prepending it. The Resent-Message-Id is however still appended,
+       because I could not find it; is it added by the MTA instead of by
+       Mutt?
+
+       * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4:
+       Try to get the noiconv patch to work.
+
+       * configure.in: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Try to get the noiconv patch to work with my development environment.
+
+       * INSTALL: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fix a typo.
+
+       * init.h, rfc2047.c, sendlib.c, charset.c, charset.h, configure.in, gnupgparse.c, INSTALL:
+       From: Lars Hecking <lhecking@nmrc.ie>
+
+        patch.1.3.28.lh.noiconv
+        =======================
+
+        This is the new version of my noiconv patch. It _requires_ the previous
+        patch! If applied without, you'll have to resolve a couple of conflicts
+        manually.
+
+        Notes:
+        - it's a lot cleaner than the old noiconv patch because no m4 files are
+          modified
+        - new configure option --disable-iconv; INSTALL updated accordingly
+          [I am guessing here, but the background for the --without-iconv option
+           mentioned in INSTALL was that mutt had a without-iconv option before
+           gettext included iconv support. When mutt's intl/* files were updated
+           to a newer gettext, there suddenly were two iconv options, which then
+           got merged, that is, mutt's was removed. That was probably when
+           --without-iconv stopped working, but I'm not sure, it may well be that
+           it never worked since iconv support was introduced.]
+        - all changes in *.[ch] files should be identical to the old patch
+
+       * intl/Attic/localename.c:
+       file localename.c was initially added on branch mutt-1-4-stable.
+
+       * intl/Attic/localename.c: From: Lars Hecking <lhecking@nmrc.ie>
+
+       This one seems to have been missing, too.
+
+       * Attic/config.rpath:
+       file config.rpath was initially added on branch mutt-1-4-stable.
+
+       * Attic/config.rpath: From: Lars Hecking <lhecking@nmrc.ie>
+
+       Another file from the gettext patch.
+
+       * m4/Attic/lib-ld.m4:
+       file lib-ld.m4 was initially added on branch mutt-1-4-stable.
+
+       * m4/Attic/lib-link.m4:
+       file lib-link.m4 was initially added on branch mutt-1-4-stable.
+
+       * m4/Attic/lib-prefix.m4:
+       file lib-prefix.m4 was initially added on branch mutt-1-4-stable.
+
+       * m4/Attic/lib-ld.m4, m4/Attic/lib-link.m4, m4/Attic/lib-prefix.m4:
+       From: Lars Hecking <lhecking@nmrc.ie>
+
+       Add new m4 files from patch.1.3.28.lh.gettext-0.11.1.
+
+       * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4:
+       From: Lars Hecking <lhecking@nmrc.ie>
+
+        patch.1.3.28.lh.gettext-0.11.1
+        ==============================
+
+        This one updates the gettext stuff in mutt to gettext-0.11.1. I started
+        doing this in the hope that the new gettext version would simplify the
+        noiconv patch, but unfortunately, this turned out not to be the case
+        (the new iconv m4 macros still don't allow for switching iconv support off).
+
+        However, as a few hours of merging and testing were spent, I'd suggest to
+        adopt it for 1.4. The actual changes to intl/* are part cosmetic, part code
+        reorganisation. Ok, a bit more, I'm no gettext expert :)
+
+        Notes:
+        - after applying the patch, you need to chmod 755 config.rpath
+        - a couple of new files for m4/*, too
+        - I have broken with the tradition of renaming gettext's AM_* macros
+          to MUTT_AM_*! I don't think it's necessary anymore to customise these
+          macros, but you (I really mean "you, tlr" :) want to have a look at
+          the new gettext.m4.  The others should be ok as they are.
+        - previous gettext updates were also updating po/Makefile.in.in, which
+          I didn't; someone who has a clue about gettext should check whether
+          this might be necessary, and also whether any other files in po/ need
+          updating
+
+        I will provide the same patch for the 1.5 branch at some stage, ideally
+        after getting some  F E E D B A C K  for this one.
+
+       * intl/Attic/eval-plural.h:
+       file eval-plural.h was initially added on branch mutt-1-4-stable.
+
+       * intl/Attic/gmo.h:
+       file gmo.h was initially added on branch mutt-1-4-stable.
+
+       * intl/Attic/os2compat.c:
+       file os2compat.c was initially added on branch mutt-1-4-stable.
+
+       * intl/Attic/os2compat.h:
+       file os2compat.h was initially added on branch mutt-1-4-stable.
+
+       * intl/Attic/osdep.c:
+       file osdep.c was initially added on branch mutt-1-4-stable.
+
+       * intl/Attic/plural-exp.c:
+       file plural-exp.c was initially added on branch mutt-1-4-stable.
+
+       * intl/Attic/plural-exp.h:
+       file plural-exp.h was initially added on branch mutt-1-4-stable.
+
+       * intl/Attic/eval-plural.h, intl/Attic/gmo.h, intl/Attic/os2compat.c, intl/Attic/os2compat.h, intl/Attic/osdep.c, intl/Attic/plural-exp.c, intl/Attic/plural-exp.h, intl/bindtextdom.c, intl/ChangeLog, intl/config.charset, intl/dcigettext.c, intl/gettextP.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/Makefile.in, intl/plural.c, intl/plural.y, ABOUT-NLS, charset.c, charset.h, configure.in, gnupgparse.c, init.h, rfc2047.c, sendlib.c:
+       From: Lars Hecking <lhecking@nmrc.ie>
+
+        patch.1.3.28.lh.gettext-0.11.1
+        ==============================
+
+        This one updates the gettext stuff in mutt to gettext-0.11.1. I started
+        doing this in the hope that the new gettext version would simplify the
+        noiconv patch, but unfortunately, this turned out not to be the case
+        (the new iconv m4 macros still don't allow for switching iconv support off).
+
+        However, as a few hours of merging and testing were spent, I'd suggest to
+        adopt it for 1.4. The actual changes to intl/* are part cosmetic, part code
+        reorganisation. Ok, a bit more, I'm no gettext expert :)
+
+        Notes:
+        - after applying the patch, you need to chmod 755 config.rpath
+        - a couple of new files for m4/*, too
+        - I have broken with the tradition of renaming gettext's AM_* macros
+          to MUTT_AM_*! I don't think it's necessary anymore to customise these
+          macros, but you (I really mean "you, tlr" :) want to have a look at
+          the new gettext.m4.  The others should be ok as they are.
+        - previous gettext updates were also updating po/Makefile.in.in, which
+          I didn't; someone who has a clue about gettext should check whether
+          this might be necessary, and also whether any other files in po/ need
+          updating
+
+        I will provide the same patch for the 1.5 branch at some stage, ideally
+        after getting some  F E E D B A C K  for this one.
+
+Wed Apr 17 17:05:54 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/fr.po: From: Vincent Lefevre <vincent@vinc17.org>
+
+       Update.
+
+       * m4/gssapi.m4: From: David Champion <dgc@uchicago.edu>
+
+       MIT krb5 1.2.4 has krb5-config, so it's no longer sufficient to say
+       that possession of krb5-config indicates Heimdal. Patch attached. This
+       assumes that Heimdal's "kreb5-config --vendor" begins with "Heimdal".
+       I cannot verify that this is correct, so patch might be wrong on this
+       point.
+
+Sun Apr  7 21:19:57 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/command.c, imap/imap.c, imap/message.c:
+       From: Brendan Cully <brendan@kublai.com>
+
+       The attached patch cleans up some bugs in switching IMAP mailboxes:
+       * free current flags on mailbox close
+       * reset reopen state
+       * don't parse the same untagged SELECT response for multiple options
+       * call mx_update_context after reading the whole mailbox, not after
+         each message
+       * reset new mail flag if mail arrives in the middle of opening the
+         mailbox. This should close 1139
+
+       939 is most likely unaffected. I discovered these problems while
+       investigating 939.
+
+Fri Apr  5 10:42:54 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ja.po: From: "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
+
+       update.
+
+Thu Apr  4 20:49:46 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ko.po: From: Im Eunjea <eunjea@koru.org>
+
+       Update.
+
+       * po/ja.po: From: "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
+
+       Update.
+
+       * pgp.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fix a typo noted by Tamotsu Takahashi.
+
+Wed Apr  3 15:22:27 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fix printing of format=flowed text parts.
+
+       * commands.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fix #1144 in stable.
+
+       * commands.c: From: Thomas Roessler <roessler@does-not-exist.org>
+
+       Fix a file descriptor leak in the display filter code.  Noted by
+       Chr. v. Stuckrad.
+
+       fixes: #1144
+
+Tue Apr  2 18:49:37 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * m4/iconv.m4: From: Lars Hecking <lhecking@nmrc.ie>
+       The noiconv patch.
+
+       * charset.c, charset.h, configure.in, gnupgparse.c, init.h, rfc2047.c, sendlib.c:
+       The noiconv patch.
+
+       From: Lars Hecking <lhecking@nmrc.ie>
+
+Sat Mar 30 08:26:31 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/pl.po: update.  From Pawel Dzienkonski.
+
+       * po/fr.po: Update; From Vincent Lefevre.
+
+       * postpone.c, sendlib.c:
+       The attached patch allows the user to override the user-agent field
+       with my_hdr.  It also removes the stripping of the x-mailer field
+       when recalling a postponed message.
+
+Thu Mar 28 13:25:23 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mx.c, mx.h, mailbox.h, main.c, mbox.c, mh.c:
+       patch-1.3.28-me.emptycheck.1
+
+Wed Mar 27 08:50:42 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pgp.c: There was some output missing.
+
+       * po/POTFILES.in: update.
+
+       * pgp.c:
+       More fixes.  Note to self:  The code which controls character set
+       selection for attachments is far too complicated.
+
+       * pgp.c:
+       Don't include temporary file names in the Content-Disposition header.
+
+       * pgp.c:
+       Use text/plain; format=... when we are asked to detect inline PGP
+       material in in text/plain body parts.
+
+       * pgp.c, sendlib.c: Fix encoder mode for text/plain; action=pgp-*.
+
+       * pgp.c:
+       Fix "noconv" handling for the message body when we generate inline
+       PGP.
+
+       * charset.c, charset.h, handler.c, muttlib.c, pgp.c:
+       Some hackisch charset handling for text/plain; x-action=pgp-*.  I
+       don't like this stuff, but it's better than nothing.
+
+Tue Mar 26 22:25:48 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pgp.c: Change x-action values to "pgp-encrypted", "pgp-signed".
+
+       * contrib/gpg.rc, commands.c, compose.c, crypt.c, handler.c, muttlib.c, pgp.c, protos.h, recvattach.c, sendlib.c:
+       More inline PGP changes.
+
+       * pgp.c:
+       Also permit for "action" and "x-action" on the receiving end, just
+       in case we can settle on a joint standard with other MUA developers.
+
+       * commands.c, crypt.c, handler.c, pgp.c, pgpinvoke.c, sendlib.c:
+       OK, I'm giving up: pgp_create_traditional now creates text/plain;
+       x-mutt-action={pgp-encrypt,pgp-sign}.
+
+       * pgpinvoke.c: Fix application/pgp signatures.
+
+       * charset.c, charset.h, gnupgparse.c, handler.c, mbyte.c, rfc2047.c, sendlib.c:
+       Fix iconv warnings; from Edmund Grimley Evans.
+
+       * smime.c:
+       Please use ascii_strcasecmp() if you want to compare ASCII parameter
+       strings.  mutt_strcasecmp() depends on the locale, and detects "i"
+       and "I" as _different_ in Turkish locales.
+
+Mon Mar 25 11:34:40 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * crypt.c:
+       Fix S/MIME signature type.  Noted by Dan Ohnesorg <Dan@ohnesorg.cz>.
+
+       * buffy.c: close 1103; from Brendan Cully
+
+       * doc/manual.sgml.tail: close 1122; from Brendan Cully
+
+       * hdrline.c, muttlib.c: Fix #87s; from Brendan Cully.
+
+       * hdrline.c, muttlib.c: Fix #872, from Brendan Cully.
+
+       * contrib/smime_keys_test.pl, contrib/Makefile.in:
+       Include a test script by Mike Schiraldi.  It's perl > the one I have
+       installed, so I'm just putting it into contrib for now.
+
+Wed Mar 20 09:53:42 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * editmsg.c, mailbox.h, mx.c: Rename M_NEW to M_NEWFOLDER.
+
+       * editmsg.c, mailbox.h, mx.c:
+       Rename the new M_NEW by M_NEWFOLDER.  There was another constant of
+       the same name.  Problem noted by Will Yardley's compiler.
+
+Tue Mar 19 09:54:05 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * browser.c: Fix #1115.
+
+       * editmsg.c, mailbox.h, mx.c:
+       Fix a temporary file race problem when using the edit-message
+       function.  Backported from unstable.
+
+       * po/pl.po: update
+
+Mon Mar 18 18:54:56 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * browser.c: Should fix #1115.  BACKPORT!
+
+Fri Mar 15 09:11:05 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ja.po: update from oota toshiya.
+
+       * po/ja.po: update, from oota toshiya.
+
+Wed Mar 13 23:43:41 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * attach.c:
+       Undoing the previous patch.  It was junk, and may ruin files.
+
+       * attach.c, editmsg.c, mailbox.h, mx.c:
+       Don't fopen mail folders in append mode where we should safe_fopen()
+       them in write mode.  Debian bug #138200, noted by Colin Philipps
+       <cph@cph.demon.co.uk>.
+
+       NEEDS BACKPORTING.
+
+       * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/da.po, po/de.po, po/el.po, po/Attic/ChangeLog, po/ca.po, po/cs.po:
+       automatic post-release commit for mutt-1.3.28
+
+       * po/Attic/ChangeLog:
+       file ChangeLog was initially added on branch mutt-1-4-stable.
+
+       * ChangeLog, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.28
+
+       * doc/smime-notes.txt, smime.c: Assorted patches from Mike Schiraldi.
+
+Sat Mar  2 12:11:35 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * contrib/smime.rc, compose.c, init.h, mutt.h, sendlib.c, smime.c, smime.h:
+       Introduce smime_default_key.  From Oliver Ehli.
+
+       * contrib/smime.rc, smime.c, smime.h, smime_keys.pl, init.h, mutt.h:
+       smime.c:
+        - the getkeys() function was broken and deleted the last char
+          of the certfilename
+        - it now lets me use more than one key for the same mailbox
+          ie select these.
+        - some display output was garbled when the email didn't match.
+          i posted some fix to mutt-users, but i don't like that sleep()
+          so i dropped the first error message, which basically repeated
+          the from/sender field only. so now there's just the message: they
+          don't match.
+
+       smime_keys:
+        - i modified the add_chain to continue even if no roo-cert
+          is present (david collantes received som chain that got
+          exported from outlook. obiously they don't (always ?)
+          include the root cert) it will now abort if neither root
+          nor intermediate certs are present.
+        - add_cert created index entries with '-' as issuer cert, when
+          it should have been '?'. thus verify would fail. (obviously
+          nobody ever used that command (add_cert, that is) :)
+
+       the feature above obsoletes the hash_cert and fingerprint_cert commands,
+       adds import_cert command and ask_cert_label bool. i modified the output
+       of smime_keys (a little) so it doesn't look too garbled when supplying
+       the label (it is actually interactive :) furthermore, i do a verify
+       after the cert was added and modified the verify routine to make the
+       cerificate trusted in case of success. (we discussed this in another
+       message) that is ok so far, but perhaps this requires some better root
+       certificate handling, ie the trust should be somehow connected to the
+       root certificate, that maybe added (if the user trusts it and its not
+       present already) to the ca-file. i'll think about that some more ... but
+       then, there already is the add_root command. hmmm... (btw, you'll now
+       never get asked to trust a certificate)
+
+       i have not yet deleted the email handling from the import key stuff (in
+       smime.c/crypt.c), for i'm thinking about smime_keys using it as an
+       additional arg. otoh i don't think users would press ^k if verification
+       failed...hmmm... but still, smime_keys does extract the email from the
+       certificate either way and does verify it by itself, so the only thing
+       that would happen is to have some invalid certificates, that mutt'll
+       refuse to use anyways, left in the database....
+
+       (From Oliver Ehli.)
+
+Thu Feb 28 23:28:51 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * sort.c: Turn on incremental threading again.
+
+       * smime_keys.pl:
+       The script will try to pick out the end-user cert and pass that to
+       openssl. The code which tells the difference may not be perfect. It
+       works with all the certs in my collection, though. I won't be at all
+       surprised if someone comes across a cert chain which confuses it,
+       but it should print out an error in that case. Hopefully they will
+       send us the chain so we can adjust our code.
+
+       (From Mike Schiraldi.)
+
+       * init.h, mutt.h, thread.c:
+       Threading enhancements from Daniel Eisenbud.
+
+       * curs_main.c, init.c, init.h, mutt.h, thread.c:
+       $narrow_tree; fater redrawing when changing tree options.  From
+       Daniel Eisenbud.
+
+       * imap/message.c, mbox.c, mx.c, thread.c:
+       A possible work-around for #939.  From Daniel Eisenbud.
+
+       * init.h, mutt.h, thread.c:
+       Threading enhancements from Daniel Eisenbud.
+
+Tue Feb 26 10:58:56 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ru.po: update
+
+       * init.h: Fix a typo.
+
+       * init.h: Fix a typo.  #1069.
+
+       * imap/browse.c, imap/message.c, configure.in, mutt_sasl.c:
+       Brendan Cully sent a patch.
+
+       * install-sh: Fix a typo.  From Edmund Grimley Evans.
+
+       * po/ru.po: ru.po update.
+
+       * pop_lib.c:
+       CAPA response tags are case-insensitive.  Noted by Michael Vore,
+       patch from Vsevolod Volkov.
+
+Mon Feb 18 14:55:31 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * alias.c, send.c: Fix for #1047.  From Michael Elkins.
+
+Thu Feb 14 11:22:51 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * charset.c, gnupgparse.c, init.h, rfc2047.c:
+       Iconv patch from Lars Hecking.  MAY NEED TO BE BACKPORTED.
+
+Wed Feb 13 12:04:52 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * smime.c: mutt_any_key() shouldn't be used in curses mode.
+
+       * hdrline.c, init.h, parse.c:
+       Change the default format to be more friendly to "0-line messages",
+       and fix optional expansion for %l - it was the wrong way around.
+       Also, add a hack to parse.c so we ignore negative values in Lines
+       headers.
+
+       * hdrline.c, muttlib.c, protos.h: Undo the %l fix.  It broke things.
+
+       * menu.c:
+       Fix mutt_pad_string; from Edmund Grimley Evans.  (MAY NEED TO BE
+       BACKPORTED.)
+
+       * main.c: Report libiconv version.
+
+Tue Feb 12 21:54:41 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * hdrline.c, muttlib.c, protos.h: Improve %l's behaviour.
+
+       * extlib.c, main.c, pattern.c, smime_keys.pl:
+       Mike Schiraldi's daily S/MIME patch.
+
+Mon Feb 11 17:31:53 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * smime.c:
+       This patch gets rid of an ugly static variable in smime.c. (From
+       Mike Schiraldi.)
+
+       * smime_keys.pl:
+       This patch lets smime_keys.pl automagically handle both formats of
+       x509 certificate -- PEM (text) and DER (binary). This lets Outlook
+       users (and probably others) directly import the certs without first
+       converting them manually.  (From Mike Schiraldi.)
+
+       * configure.in:
+       Honor current values of $LIBS and $CPPFLAGS.  From Thomas Dickey.
+
+       * configure.in: Honor $LIBS and $CPPFLAGS.  From Thomas Dickey.
+
+       * init.c: patch-1.3.27.me.initsort.1
+
+Thu Feb  7 21:48:42 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * smime_keys.pl: Another S/MIME patch from Mike Schiraldi.
+
+       * smime_keys.pl: Fix smime_keys.
+
+       * smime.c: S/MIME fixes from Mike Schiraldi.
+
+       * po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/POTFILES.in, Makefile.am:
+       Make S/MIME messages translatable.
+
+Wed Feb  6 19:14:47 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * lib.h: Avoid a warning on some machines.
+
+       * lib.h, smime.c: Make some scanf formats safe.
+
+Tue Feb  5 22:01:06 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * ascii.c: The previous fix was complete nonsense.  What a day. :-(
+
+       * ascii.c: The previous fix was complete nonsense.
+
+       * browser.c, lib.c, lib.h:
+       Use strcoll for the file browser.  From David Champion.
+
+       * hook.c: Fix crypt-hook.  From Dale Woolridge
+       <dale-list-mutt-dev@woolridge.org>.
+
+       * smime_keys.pl: Clean-up from Mike Schiraldi.
+
+       * imap/browse.c: Fix.
+
+       * imap/browse.c: Fix another IMAP browsing bug.
+
+       * po/ru.po, po/fr.po, po/ko.po: update
+
+       * smime.c:
+       Don't put garbage onto the screen when trying to decrypt messages.
+
+       * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl:
+       S/MIME fixes from Oliver Ehli:
+
+       - smime_keys.pl:
+
+         support for multiple email adrresses in cert: will add one entry
+         to {keys, cetrificates}/.index now (for each mailbox)
+
+         support for certificates without intermediate certs (e.g. for
+         people who are their own CA: use root as intermediate, for it
+         probably wouldn't be known to anyone...)
+
+         bugfix in handle_pem: the checks if some type of cert is present;
+         die() could never be reached, as the variables checked wouldn't
+         have been set in that case, so it would break because of undefined
+         value or some such thing.... (so it has to check $iter instead)
+
+       - smime.c (init.h, ....)
+
+         support for importing certificates issued for multiple addresses.
+
+         introduced smime_fingerprint_cert_command, so finally certs can
+         get compared ... (so the above works..)
+
+         cleaned up some error messages, that would mess up the terminal.
+
+         fixed typos (init.h)
+
+       * ascii.c: Fix.
+
+       * ascii.c: Fix ascii_*cmp functions.  Problem noted by Brad Thompson.
+
+Mon Feb  4 09:59:02 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * smime.c, crypt.c: Some S/MIME fixes from Oliver Ehli <elmy@acm.org>.
+
+Sun Feb  3 09:58:45 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head, doc/muttrc.man.head, init.h:
+       Add unauto_view.  From Jeremy Blosser.
+
+       * Makefile.am, pgplib.h, pgppubring.c:
+       Add a "-f" flag which helps to dump fingerprints.  Contributed by
+       Jason Harris <jharris@widomaker.com>, and not strictly needed for
+       mutt.
+
+       * pgppubring.c:
+       Correctly calculate fingerprints for type 20 ElGamal keys.  Noted by
+       Jason Harris <jharris@widomaker.com>.
+
+       * pgppubring.c:
+       Fix calculation of fingerprints (and key IDs) for type 20 ElGamal
+       keys.  Noted by Jason Harris <jharris@widowmaker.com>.
+
+Sat Feb  2 16:52:27 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ca.po: update
+
+       * po/ca.po: update.
+
+       * mh.c: Don't forget deletions when a folder is changed.  Ups.
+
+Fri Feb  1 17:23:20 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * smime_keys.pl:
+       Fix some possible leaks of the private key (encrypted, but
+       still...).  (yow_security_holes.patch from Mike Schiraldi.)
+
+Thu Jan 31 22:05:58 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/smime-notes.txt:
+       Document %C, and other updates.  From Mike Schiraldi.
+
+       * smime.c: Remove some unnecessary quotation marks.
+
+       * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl:
+       Use mutt -Q from smime_keys.
+
+       * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/ca.po, po/cs.po:
+       update-po
+
+       * main.c: fix a string.
+
+       * doc/mutt.man: Document -Q.
+
+       * init.c, main.c, protos.h:
+       Add a -Q option to query configuration variables.  This is needed to
+       avoid a separate mutt configuration parser in smime_keys.pl.
+
+Wed Jan 30 22:51:12 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * send.c: patch-1.3.27.me.postpone_date.2
+
+       * smime.c: Mike Schiraldi's daily S/MIME patch, as he puts it.
+
+Tue Jan 29 21:08:10 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * smime.c: Improved certificate handling.  Suggested by Oliver Ehli,
+       implemented by Mike Schiraldi.
+
+       * smime.c:
+       Properly handle certain signatures generated by Outlook.  From Mike
+       Schiraldi.
+
+       * parse.c:
+       Fix a segmentation fault in debugging code.  From Daniel Eisenbud.
+
+Mon Jan 28 23:29:05 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * crypt.c, init.h, mutt.h:
+       Add a new crypt_timestamp option.  The timestamps aren't really
+       needed any more.
+
+       * commands.c, menu.c, mutt_curses.h, mutt.h, pattern.c:
+       Add ~V to match successfully verified messages.
+
+       * contrib/smime.rc: Add a comment. From Mike Schiraldi.
+
+       * init.h: Fix list-from documentation.  From Michael Elkins.
+
+       * doc/smime-notes.txt:
+       Add more information on S/MIME.  Adapted from Oliver Ehli's notes by
+       Mike Schiraldi.
+
+       * send.c: Avoid C99 comments.  Noted by Vincent Lefevre.
+
+       * po/ja.po, po/sv.po: updates
+
+       * menu.c: Wide character fix from TAKIZAWA Takashi.
+
+       * hook.c, Makefile.am: S/MIME-related bug fixes from Brendan Cully.
+
+Fri Jan 25 00:08:30 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * smime.c: ups
+
+       * commands.c, recvattach.c, smime.c, smime.h:
+       More decryption key detection fixes.
+
+       * commands.c, smime.c:
+       Make some prompts look nicer, and add sensible selection of the
+       decryption key.
+
+Thu Jan 24 23:53:19 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * commands.c, crypt.c, smime.c, smime.h: More S/MIME nit-picking.
+
+       * mh.c: Fix.
+
+       * mh.c: Still more code clean-up.
+
+       * doc/smime-notes.txt: Update.
+
+       * mx.c: little fix.
+
+       * mh.c: Ups, don't use the wrong check function...
+
+       * mh.c: Clean up the mh code, too.
+
+       * mh.c: indentation
+
+       * mh.c, mx.c, mx.h:
+       Maildir efficiency improvements, from Michael Elkins and Thomas
+       Roessler.
+
+       * crypt.c, curs_lib.c, smime.c: S/MIME nits.
+
+       * Attic/reap.pl: We don't need this any more.
+
+       * imap/message.c, doc/Makefile.in, doc/smime-notes.txt, contrib/ca-bundle.crt, contrib/Makefile.in, contrib/smime.rc, attach.c, commands.c, compose.c, configure.in, copy.c, copy.h, crypt.c, crypt.h, curs_main.c, functions.h, globals.h, handler.c, hdrline.c, headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, main.c, Makefile.am, mutt.h, muttlib.c, mx.c, OPS.CRYPT, OPS.PGP, OPS.SMIME, pager.c, parse.c, pattern.c, pgp.c, pgp.h, pgplib.h, pop.c, postpone.c, protos.h, recvattach.c, send.c, sendlib.c, smime.c, smime.h, smime_keys.pl:
+       S/MIME support.  From Oliver Ehli <elmy@acm.org> and Mike Schiraldi
+       <raldi@research.netsol.com>.
+
+       * po/pt_BR.po: update
+
+       * doc/manual.sgml.head, doc/muttrc.man.head, attach.c, globals.h, init.h, protos.h, rfc1524.c, sendlib.c:
+       Introduce mime_lookup.  From Brian Foley and Ulf Erikson.
+
+       * po/ru.po: update
+
+       * mh.c: Make reading maildirs more efficient.
+
+       * VERSION: Pseudo-revision for mutt-1.5.
+
+       * m4/glibc21.m4, m4/gssapi.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, m4/funcdecl.m4, m4/gettext.m4, m4/codeset.m4, m4/curslib.m4, m4/README, m4/.cvsignore, m4/Makefile.am.in:
+       version bump
+
+       * po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/fr.po, po/gl.po, po/hu.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/ca.po, po/cs.po, po/.cvsignore, po/da.po, po/de.po, po/Makefile.in.in, po/POTFILES.in, imap/auth_anon.c, imap/auth.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth.h, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/BUGS, imap/command.c, imap/.cvsignore, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/Makefile.am, imap/message.c, imap/message.h, imap/README, imap/TODO, imap/utf7.c, imap/util.c:
+       more version bumps.
+
+       * intl/bindtextdom.c, intl/cat-compat.c, intl/ChangeLog, intl/config.charset, intl/COPYING.LIB-2.1, intl/COPYING.LIB-2, intl/.cvsignore, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h, intl/libintl.glibc, intl/linux-msg.sed, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/Makefile.in, intl/ngettext.c, intl/plural.c, intl/plural.y, intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, intl/VERSION, intl/xopen-msg.sed:
+       more version number updates.
+
+       * doc/applying-patches.txt, doc/.cvsignore, doc/devel-notes.txt, doc/dotlock.man, doc/instdoc.sh.in, doc/Makefile.in, doc/manual.sgml.head, doc/manual.sgml.tail, doc/mbox.man, doc/muttbug.man, doc/mutt.man, doc/muttrc.man.head, doc/muttrc.man.tail, doc/patch-notes.txt, doc/PGP-Notes.txt:
+       more version number updates
+
+       * contrib/iconv/iconv.aix-3.2.5.rc, contrib/iconv/iconv.aix-4.1.5.rc, contrib/iconv/iconv.aix-4.2.0.rc, contrib/iconv/iconv.aix-4.3.2.rc, contrib/iconv/iconv.freebsd-3.3.rc, contrib/iconv/iconv.glibc-2.1.3.rc, contrib/iconv/iconv.glibc-2.1.90.rc, contrib/iconv/iconv.hpux-10.01.rc, contrib/iconv/iconv.hpux-10.20.rc, contrib/iconv/iconv.hpux-11.00.rc, contrib/iconv/iconv.irix-6.5.rc, contrib/iconv/iconv.osf1-4.0a.rc, contrib/iconv/iconv.osf1-4.0d.rc, contrib/iconv/iconv.solaris-2.4.rc, contrib/iconv/iconv.solaris-2.5.1.rc, contrib/iconv/iconv.solaris-2.6-cjk.rc, contrib/iconv/iconv.solaris-2.6.rc, contrib/iconv/iconv.solaris-2.7.rc, contrib/iconv/make.sh, contrib/iconv/README, contrib/.cvsignore, contrib/gpg.rc, contrib/language50.txt, contrib/language.txt, contrib/Makefile.in, contrib/Mush.rc, contrib/patch.slang-1.2.2.keypad.1, contrib/pgp2.rc, contrib/pgp5.rc, contrib/pgp6.rc, contrib/Pine.rc, contrib/sample.mailcap, contrib/sample.muttrc, contrib/sample.muttrc-tlr, contrib/Tin.rc:
+       Bumping more version numbers.
+
+       * snprintf.c, sort.c, sort.h, stamp-h.in, status.c, strcasecmp.c, strdup.c, system.c, thread.c, url.c, url.h, utf8.c, wcwidth.c, Attic/reap.pl, pgpkey.c, pgplib.c, pgplib.h, pgpmicalg.c, pgppacket.c, pgppacket.h, pgppubring.c, pop_auth.c, pop.c, pop.h, pop_lib.c, postpone.c, prepare, protos.h, query.c, recvattach.c, recvcmd.c, regex.c, reldate.h, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, score.c, send.c, sendlib.c, sha1.c, sha1.h, signal.c, md5c.c, md5.h, menu.c, mh.c, mime.h, mime.types, missing, mkinstalldirs, mkjtags.c, muttbug, muttbug.sh.in, mutt_curses.h, mutt.h, muttlib.c, mutt_menu.h, mutt_regex.h, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h, mutt_ssl_nss.c, mutt_tunnel.c, mutt_tunnel.h, mx.c, mx.h, pager.c, pager.h, parse.c, patchlist.sh, pattern.c, pgp.c, pgpewrap.c, pgp.h, pgpinvoke.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c, from.c, functions.h, gen_defs, getdomain.c, gettext.c, globals.h, gnupgparse.c, handler.c, hash.c, hash.h, hdrline.c, headers.c, help.c, history.c, history.h, hook.c, init.c, init.h, install-sh, keymap.c, keymap.h, lib.c, lib.h, mailbox.h, main.c, makedoc.c, mapping.h, mbox.c, mbyte.c, mbyte.h, attach.c, attach.h, base64.c, browser.c, browser.h, buffy.c, buffy.h, build-release, charset.c, charset.h, check_sec.sh, color.c, commands.c, complete.c, compose.c, config.guess, config.sub, configure.in, copy.c, copy.h, curs_lib.c, curs_main.c, date.c, depcomp, dotlock.c, dotlock.h, edit.c, acconfig.h, account.c, account.h, addrbook.c, alias.c, ascii.c, ascii.h, GPL, INSTALL, Makefile.am, Muttrc.head.in, NEWS, OPS, OPS.MIX, OPS.PGP, PATCHES, README, README.SECURITY, README.SSL, _regex.h, TODO, VERSION, ABOUT-NLS, BEWARE, ChangeLog, COPYRIGHT, .cvsignore:
+       Bumping version numbers to 3.0, for the new unstable branch.
+
+       * send.c: Set default Fcc when resending a message.
+
+       * po/ja.po: update
+
+Wed Jan 23 22:37:12 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/da.po, po/el.po, po/et.po, po/ko.po, po/pl.po: updates
+
+       * po/uk.po, po/id.po: update
+
+       * charset.c: Fix #999.  A single missing comma.
+
+Tue Jan 22 12:12:45 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, ChangeLog, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.27
+
+Mon Jan 21 17:43:19 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/it.po: update
+
+       * po/sv.po, po/de.po, po/eo.po: updates
+
+Mon Jan 21 17:43:19 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/it.po: update
+
+       * po/sv.po, po/de.po, po/eo.po: updates
+
+       * mutt_ssl.c: A fix from Ulf Erikson, which he says to fix bug #989.
+
+Fri Jan 18 11:44:54 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.3.26
+
+Thu Jan 17 22:41:45 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * configure.in: Use ncurses.h for configure tests, if present.
+
+Thu Jan 17 22:41:45 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * configure.in: Use ncurses.h for configure tests, if present.
+
+Wed Jan 16 20:44:49 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * config.guess, config.sub, missing, mkinstalldirs:
+       Updated auto* files. From Lars Hecking.
+
+       * curs_main.c, protos.h, thread.c: patch-1.3.25-de-new_threads.1
+
+Tue Jan 15 22:08:12 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * acconfig.h, configure.in:
+       Configure and config.h cleanup.  From Lars Hecking.
+
+       * handler.c:
+       Don't hallucinate a '\n' in the end of quoted-printable encoded
+       attachments.
+
+       * po/fr.po: update.
+
+       * flags.c, mh.c, mutt.h, mx.c: patch-1.3.25.tlr.maildir_trash.1
+
+       * po/ko.po: update
+
+       * init.c: Avoid reading past the end of ta string when handling \ or ^
+       sequences.  From Michael Elkins.
+
+       * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/ca.po, po/cs.po, po/da.po, pgpkey.c:
+       Shorten some messages.  Noted by Jeremy Blosser.  #978.
+
+       * pattern.c: Fix an off-by-one error.
+
+Mon Jan 14 09:03:31 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/imap.c: fix another case-sensitive comparison.
+
+Sun Jan 13 21:19:25 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * ascii.h: Fix the ascii_strncmp() macro.
+
+       * imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c, imap/message.c, imap/util.c:
+       Parse IMAP responses locale- and case- insensitive.  From Brendan
+       Cully.
+
+       * muttlib.c, pager.c:
+       A different fix for the '\012' issue.  Bug tracked down by Johannes
+       Geiger <geiger@ePost.de>.
+
+Sat Jan 12 11:42:18 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * NEWS: More on ~=.
+
+       * doc/manual.sgml.head, doc/muttrc.man.head, mutt.h, pattern.c:
+       Add a ~= pattern.  From Frederic Duval.
+
+       * doc/manual.sgml.head: Fix a typo, #971.
+
+Wed Jan  9 15:39:28 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pgp.c: Fix #960.
+
+Tue Jan  8 13:06:21 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mx.c: Try to fix #943.
+
+       * INSTALL, NEWS: fix libiconv URL.  #959.
+
+Mon Jan  7 19:10:51 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ko.po: update
+
+       * attach.c: Fix #951.
+
+Fri Jan  4 14:30:29 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * rfc822.c: Terminate the correct buffer.  Noted by Durval Menezes
+       <durval@tmp.com.br>.  (This bug shouldn't have any security
+       implications. ;-)
+
+       * po/et.po, po/fr.po, po/pl.po, po/sv.po: updates.
+
+Thu Jan  3 20:57:20 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mutt_ssl.c, mutt_ssl.h, mutt_ssl_nss.c, globals.h:
+       Move some globals where they belong.  From Brendan Cully.
+
+Wed Jan  2 16:28:46 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * acconfig.h: Cleanup; from Lars Hecking.
+
+       * mutt_ssl.c: Replace a few strncpy() calls by strfcpy().
+
+       * recvcmd.c: Bug fix.  Problem noted by Vincent Lefevre's compiler.
+
+       * muttlib.c: Fix the \012 bug.
+
+Tue Jan  1 20:18:41 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/ca.po, po/cs.po, po/Makefile.in.in, reldate.h, ChangeLog, VERSION:
+       automatic post-release commit for mutt-1.3.25
+
+       * intl/COPYING.LIB-2.1, intl/COPYING.LIB-2:
+       ups, these were missing from the CVS.
+
+       * po/ca.po: update.
+
+       * po/Attic/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po, po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po, po/cs.po, po/da.po, ChangeLog, rfc822.c, VERSION:
+       post-release commit for mutt-1.2.5.1.
+
+       * rfc822.c: Fix a security problem.
+
+Tue Jan  1 20:07:35 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * intl/COPYING.LIB-2.1, intl/COPYING.LIB-2:
+       ups, these were missing from the CVS.
+
+       * po/ca.po: update.
+
+       * po/Attic/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po, po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po, po/cs.po, po/da.po, ChangeLog, rfc822.c, VERSION:
+       post-release commit for mutt-1.2.5.1.
+
+       * rfc822.c: Fix a security problem.
+
+Tue Jan  1 20:05:05 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ca.po: update.
+
+       * po/Attic/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po, po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po, po/cs.po, po/da.po, ChangeLog, rfc822.c, VERSION:
+       post-release commit for mutt-1.2.5.1.
+
+       * rfc822.c: Fix a security problem.
+
+Tue Jan  1 20:02:10 2002  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/Attic/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po, po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po, po/cs.po, po/da.po, ChangeLog, rfc822.c, VERSION:
+       post-release commit for mutt-1.2.5.1.
+
+       * rfc822.c: Fix a security problem.
+
+Fri Dec 28 17:19:00 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * protos.h, recvcmd.c, send.c:
+       Make sure References and In-Reply-To headers are generated properly
+       when the user replies to one or more message-type attachments.
+
+Wed Dec 26 19:24:46 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/imap.c: Possible fix for #905.   From Daniel Eisenbud.
+
+Fri Dec 21 00:22:12 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pager.c: Fix #929.
+
+Tue Dec 18 15:13:18 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/imap.c, imap/imap.h, browser.c:
+       Fix from #918.  From <ntyni+mutt@mappi.helsinki.fi>.
+
+       * po/Makefile.in.in, m4/gettext.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, ABOUT-NLS, intl/bindtextdom.c, intl/ChangeLog, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/Makefile.in, intl/ngettext.c, intl/plural.c, intl/plural.y, intl/textdomain.c, intl/VERSION:
+       Updating to gettext-0.10.40.
+
+Mon Dec 17 10:08:18 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * edit.c: Fix a memory allocation bug.  #917.
+
+       * thread.c, hdrline.c: Another threading update.
+
+Thu Dec 13 12:10:59 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * menu.c, mutt.h, sort.c, thread.c:
+       Threading updates, from Daniel Eisenbud.
+
+       * pager.c: compile fix.
+
+Tue Dec 11 23:30:59 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/muttrc.man.head: Typo, #911.
+
+       * po/it.po: update
+
+       * contrib/gpg.rc: Remove an unnecessary \-quoting.
+
+       * init.c, pager.c: Add a missing else.
+
+       * contrib/gpg.rc: Use gettext to determine the good signature pattern.
+
+       * init.c: Make "`...`" work as expected.
+
+       * po/it.po: update.
+
+Mon Dec 10 13:12:41 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * query.c: Fix #910.
+
+       * init.h: Change the default for $pgp_replyencrypt to "yes".
+
+       * po/ja.po, po/pl.po: updates.
+
+Sun Dec  9 09:12:08 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ca.po, configure.in:
+       Add a Catalan translation.  From Ivan Vilata i Balaguer
+       <ivan@selidor.net>.
+
+Tue Dec  4 10:28:22 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ru.po: update
+
+Mon Dec  3 18:36:09 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/da.po, po/de.po: update.
+
+       * mx.c:
+       Try to detect write() errors by calling fsync() after fflush().  May
+       fix #895.
+
+Thu Nov 29 09:43:41 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/zh_TW.po, po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, ChangeLog, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.24
+
+Wed Nov 28 10:30:36 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/id.po: update
+
+Wed Nov 28 10:30:36 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/id.po: update
+
+Mon Nov 26 19:16:52 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * PATCHES: PATCHES should be _empty_ in the CVS version.  Ups.
+
+       * mbyte.c, PATCHES:
+       patch-1.3.23.2.tt.wcwidth_ja.1.  Fix wcwidth_ja(), from Takizawa
+       Takashi <taki@luna.email.ne.jp>.
+
+       * handler.c, muttlib.c:
+       patch-1.3.23.2.bj.state_attach_puts.1, from Byrial Jensen.  This
+       patch is supposed to make one message more friendly to translators.
+
+       * po/et.po, po/ja.po, po/pl.po, po/ru.po, po/da.po, po/de.po: updates.
+
+Wed Nov 21 13:58:42 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c: Use $wrapmargin in the format=flowed handler, too.
+
+       * pager.c, globals.h, init.h:
+       Add a $wrapmargin configuration variable to fine-tune
+
+Mon Nov 19 10:41:32 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * hash.c: Fix #868, #876.  Work-around from Len Lattanzi
+       <len@mss.migration.com>.
+
+       * hdrline.c, protos.h, thread.c:
+       Fix mutt_messages_in_thread().  From Daniel Eisenbud.
+       (patch-1.3.23.2-de-new_threads.2-3.gz).
+
+Thu Nov 15 18:53:23 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * remailer.c:
+       Should be slightly better than a mixmaster patch suggested by Stefan
+       Karrmann <sk@mathematik.uni-ulm.de>.  (UNTESTED!)
+
+Mon Nov 12 09:53:54 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * sort.c, thread.c: patch-1.3.23.2-de-new_threads.2
+
+Sat Nov 10 08:14:52 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/eo.po, po/fr.po: update
+
+Fri Nov  9 09:28:55 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mh.c: Add some NONULL's (#863)
+
+       * Makefile.am: Distribute patchlist.sh.  Ups.
+
+Thu Nov  8 22:42:45 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/gl.po, po/hu.po, po/et.po, po/fr.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.3.23.2
+
+       * pager.c, init.h, mutt.h:
+       Add an $allow_ansi option.  Suggested and (mostly) implemented by
+       Mike Schiraldi.
+
+Thu Nov  8 17:35:14 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pager.c, init.h, mutt.h:
+       Add an $allow_ansi option.  Suggested and (mostly) implemented by
+       Mike Schiraldi.
+
+       * Makefile.am: Don't depend on GNU make.  Noted by Bob Bell.
+
+       * pgp.c:
+       Fix some messages, so the color marker is actually in the beginning
+       of a new line.
+
+       * globals.h, handler.c, init.c, mutt.h, muttlib.c, pager.c, pgp.c:
+       somewhat cleaner in-band-signalling between the handlers and the
+       pager.  In particular, it's more difficult now to get fake PGP and
+       other mutt-generated "[-- " messages colored.
+
+       * commands.c, curs_main.c, init.c, init.h, mutt.h, sort.c, thread.c:
+       patch-1.3.23.1-de-new_threads.3-4
+
+       * handler.c: 2.47 introduced another bug.  I should go to bed now.
+
+       * handler.c:
+       Replace a ridiculous for loop by a proper calculation.  Ahem.
+
+       * handler.c, pager.c:
+       Use a slightly different reset sequence for the format=flowed hack,
+       and don't send any such sequence when we aren't in the internal pager.
+
+       * pager.c: Trying to fix #738.
+
+Wed Nov  7 22:25:09 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c:
+       Fix #860.  Noted: The format=flowed code is not yet utf-8 aware.
+
+       * addrbook.c: Fix #858.
+
+       * doc/patch-notes.txt, main.c, Makefile.am, muttlib.c, patchlist.sh, protos.h, sendlib.c:
+       Implement the patchlist scheme instead of version number munging.
+
+       * complete.c: Fix 706, 853.
+
+       * commands.c, init.h, mutt.h, thread.c:
+       patch-1.3.23.1-de-new_threads.2-3
+
+Tue Nov  6 20:38:17 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mutt.h, sort.c, sort.h, thread.c, menu.c:
+       [patch.1.3.23.1.de.new_threads.2]  Daniel Eisenbud's redone
+       threading code, version two.
+
+       * doc/patch-notes.txt: fix a typo.
+
+       * PATCHES: uuups, there was a "test" left over.
+
+       * doc/PGP-Notes.txt:
+       Some part of this documentation was severely outdated.
+
+       * doc/Makefile.in, doc/patch-notes.txt, configure.in, main.c, Makefile.am, muttlib.c, PATCHES, protos.h, sendlib.c:
+       Add and document a new mechanism for displaying patches in running
+       mutts' output.
+
+       * send.c:
+       Indentation fixing while staring at the code affected by #857.  No
+       fix for the crash, though.
+
+       * doc/manual.sgml.head, doc/muttrc.man.head, alias.c, init.c:
+       Fix an addressbook bug, and introduce "unalias *".  From "g.c.w. de
+       bruijn" <geerd.debruijn@nl.thalesgroup.com>.
+
+Mon Nov  5 21:38:18 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/browse.c, imap/imap.c, imap/util.c, mutt_ssl.c, mutt_ssl_nss.c, pop.c, thread.c:
+       Missing gettext calls, noted by Byrial Jensen.
+
+       * commands.c:
+       Make the save-copy prompt more translator-friendly.  from Byrial
+       Jensen.
+
+       * po/da.po, po/de.po, po/eo.po, po/fr.po, po/ja.po, po/pl.po: updates
+
+       * mh.c:
+       Fix a segmentation fault which occurs when mutt's get-mail POP mode
+       is used with a maildir spool folder.  Noted by Frédéric L. W.
+       Meunier <0@pervalidus.net>.
+
+       * mutt_socket.c, pop.c:
+       Vsevolod Volkov's fix for #851, and a related bug.
+
+       * headers.c, muttlib.c, protos.h, send.c:
+       Byrial Jensen's mtime hack is needed at more than one place.  Noted
+       by Manoj Kasichainula.
+
+Wed Oct 31 09:38:07 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, ChangeLog, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.23.1
+
+       * imap/message.c, commands.c, curs_main.c, flags.c, hdrline.c, init.h, mbox.c, menu.c, mh.c, mutt.h, mx.c, mx.h, parse.c, pop.c, postpone.c, protos.h, sort.c, sort.h, thread.c:
+       Advanced threading, v 5.1.  From Daniel Eisenbud
+       <eisenbud@cs.swarthmore.edu>.
+
+       * pgpewrap.c:
+       Add magic comment so we can use traditional malloc() in this program.
+
+Wed Oct 31 09:20:40 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/message.c, commands.c, curs_main.c, flags.c, hdrline.c, init.h, mbox.c, menu.c, mh.c, mutt.h, mx.c, mx.h, parse.c, pop.c, postpone.c, protos.h, sort.c, sort.h, thread.c:
+       Advanced threading, v 5.1.  From Daniel Eisenbud
+       <eisenbud@cs.swarthmore.edu>.
+
+       * pgpewrap.c:
+       Add magic comment so we can use traditional malloc() in this program.
+
+Tue Oct 30 22:43:23 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * init.h: .mh_sequences fix, from lorenzo@cisco.com.
+
+       * mutt_socket.c, mutt_ssl.c: TLS connection reuse.  From Brendan Cully.
+
+Mon Oct 29 23:21:48 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pager.c:
+       Fix two places which _may_ look like buffer overflows, but aren't.
+
+       * url.c: Fix #843.
+
+       * doc/manual.sgml.head:
+       Make the documentation of toggle-unlink more precise - someone on
+       comp.mail.mutt got confused by this.
+
+Sun Oct 28 19:46:43 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/browse.c, imap/imap.c: Fix 839
+
+       * po/fr.po: update
+
+       * sendlib.c: Another aesthetic message-id change.
+
+       * sendlib.c: GMT's too clumsy.  Just take G.
+
+       * sendlib.c:
+       Use GMT for message-IDs.  Note: The addition of the constant string
+       "GMT" is so intended to avoid the production of duplicate
+       message-IDs when mutts running in time zones ahead GMT are updated.
+
+       * po/ru.po: update.
+
+       * url.c: Another bug related to #837.
+
+       * imap/util.c:
+       Fix a problem related to #837 (the bug isn't entirely close, though).
+
+Fri Oct 26 23:53:29 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head:
+       Point to the openProjects.net IRC channel instead of dal.net.
+
+Thu Oct 25 07:54:35 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pgp.c:
+       Handle clearsigned messages gracefully even when pgp_verify_sig is
+       set and pgp_decode_command is unset.
+
+Wed Oct 24 11:08:22 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * complete.c: Suspected fix for #837.
+
+Mon Oct 22 09:28:26 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/util.c, globals.h, init.h:
+       Make IMAP keepalive configurable.  From Brendan Cully.
+
+Wed Oct 17 17:03:19 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * curs_main.c: Fix #829.
+
+       * sendlib.c:
+       Fix #828: Sendmail is now invoked with stdout and stderr redirected
+       to /dev/null.  Apparently, sendmail 8.12.1 doesn't like to be
+       invoked with stderr and stdout closed.
+
+       * curs_main.c:
+       Fix CURHDR confusion.  Mutt should compile now.  (Sorry for not
+       committing this earlier.)
+
+Tue Oct 16 14:29:27 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * addrbook.c, keymap.c:
+       Address book nit fix from geerd.debruijn@nl.thalesgroup.com.
+
+       * po/ja.po, po/it.po: update
+
+Mon Oct 15 20:18:32 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * rfc2047.c: Close #821.  Fix provided by Edmund.
+
+       * curs_main.c: AIX portability patch.  Suggested by Jan Chrillesen
+       <jan@chrillesen.dk>.
+
+       * doc/manual.sgml.tail: Fixing a nit, From David Ellement.
+
+Fri Oct 12 09:03:26 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/fr.po: update
+
+Thu Oct 11 20:08:44 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/message.c:
+       Small fix from Edmund GRIMLEY EVANS <edmundo@rano.org>.
+
+       * compose.c: Little fix from sroberts@certicom.com.
+
+       * po/eo.po: update
+
+       * pgpewrap.c: Add public domain notice.
+
+       * Attic/pgpewrap, configure.in, Makefile.am, pgpewrap.c:
+       Include C version of pgpewrap, by Wessel Dankers <wsl@fruit.eu.org>.
+
+       * po/da.po: update
+
+       * compose.c, editmsg.c, sendlib.c:
+       Unify "Can't stat" messages.  Suggested by Byrial.
+
+Wed Oct 10 23:37:06 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mh.c: Fix #560.
+
+       * pager.c:
+       Fix minor snafu in Vsevolod's patch about important flags for POP
+       folders.
+
+       * main.c:
+       Mess around with signal handlers.  Allegedly, this helps to get
+       things working with Solaris 8.  See #455.
+
+       * imap/message.c: Try to fix #302.
+
+       * curs_main.c, pager.c:
+       Don't allow setting the "important" flag when message resides on a
+       POP server.
+
+       * curs_lib.c:
+       Rename pad_char to m_pad_char - AIX curses have a macro called
+       pad_char.  Noted by Jan Chrillesen <jan@chrillesen.dk>.
+
+       * pager.c: Patch from #272 (from acli@mingpaoxpress.com).
+
+       * browser.c: Fix #813.
+
+       * mx.c: Another consistency fix for maildir_trash.
+
+       * mh.c, mx.c:
+       Experimental patch to make maildir_trash handling more consistent.
+
+       * buffy.c:
+       maildir buffy: Don't consider "trashed" new messages new. Fixes #412.
+
+       * main.c: Include platform information with mutt -v output.
+
+       * muttbug.sh.in:
+       Include some information about the compiler and compiler flags used
+       with bug reports.
+
+       * po/pl.po: update
+
+       * po/fr.po, po/de.po: updates.
+
+Tue Oct  9 09:29:55 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * getdomain.c: A different fix for #767.
+
+       * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/ru.po, po/sk.po, po/sv.po, po/pt_BR.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog, VERSION:
+       automatic post-release commit for mutt-1.3.23
+
+Sun Oct  7 06:43:52 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head: We do update .mh_sequences files now.
+
+Sun Oct  7 06:43:52 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head: We do update .mh_sequences files now.
+
+Sat Oct  6 09:31:44 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head:
+       Documentation for check-traditional-pgp and for edit-type when used
+       in read mode.
+
+Tue Oct  2 22:20:03 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * enter.c: Fix #801.
+
+Mon Oct  1 09:58:49 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mh.c: Create mh_sequences files when they don't exist.  Suggested by
+       TAKIZAWA Takashi <taki@luna.email.ne.jp>.
+
+Fri Sep 28 08:38:44 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * charset.c: More character set aliases, from Ionel Mugurel Ciobica
+       <tgakic@sg10.chem.tue.nl>.
+
+       * pager.c: Color fix from Brandon Long.  Welcome back!
+
+Wed Sep 26 10:56:52 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mh.c: OK, I couldn't resist. ;-)
+
+       Depending on the user's usage patterns and configuration, there may
+       be a strong bias in maildir files moving either within the new or to
+       the cur subfolder. This patch adds hit counters for each of these
+       directories. Mutt will then look first into the directory
+       encountered more frequently in the past.  This should help to reduce
+       the cost of chasing messages a bit, and isn't too costly itself.
+
+       (Another possibility for optimization may be to actually base the
+       prediction on the configuration and on the message flags as we know
+       them - in particular, the mark_old and move options could have some
+       effect here.  Thinking about message flags, one could even replace
+       the simple heuristic currently implemented by a matrix recording hit
+       counters depending on flags.  But then again, it's all just playing
+       around, since this function will be invoked only rarely. ;-)
+
+       * attach.c, commands.c, copy.c, copy.h, handler.c, mutt.h, recvattach.c:
+       Fix inconsistencies between printing and displaying of
+       message/rfc822 body parts.
+
+       * attach.c: Fix attachment printing.
+
+       * mh.c, mx.c, mx.h:
+       Search for messages which may have been moving under our feet in
+       maildir folders.  Suggested by Bjoern Jacke.
+
+       * contrib/gpg.rc:
+       Remove --comment '' - it breaks pgpewrap and isn't necessary with
+       more recent gpg versions.
+
+Fri Sep 21 09:35:18 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/pl.po: update
+
+Mon Sep 17 10:19:10 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * send.c: fix #737.
+
+Fri Sep 14 08:19:30 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/id.po: update
+
+Tue Sep 11 12:24:32 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * addrbook.c, alias.c, init.c, menu.c, mutt.h, query.c:
+       More addressbook fixes.
+
+       * addrbook.c, attach.h, browser.c, functions.h, init.c, init.h, keymap.c, keymap.h, menu.c, mutt.h, mutt_menu.h, recvattach.c:
+       The addressbook used to crash when someone issued the alias and
+       unalias commands while on that menu.  This patch has a basic fix for
+       this behaviour, and adds delete and undelete functions to this menu.
+       While I'm on it, I've also made sure that "apply-tag" untags
+       everything on all menus.
+
+       The original crash was noted by Oliver Kauss <kauss@gmx.de>.
+
+Sat Sep  8 14:23:05 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * init.c:
+       Thomas Guettler <thomas@thomas-guettler.de> reports a segfault when
+       you search for "~b \\${".
+
+       * po/zh_TW.po: update
+
+Thu Sep  6 12:10:10 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/pl.po: update
+
+       * curs_main.c:
+       Try to fix a boundary condition: Assume that you are in a limited
+       view which includes the folder's last message.  Display that
+       message.  Wait until a new message is added to the current folder
+       which does NOT match the limit pattern. Press tab.  Mutt would get
+       confused.  I think that this patch fixes the problem (but I'm not
+       entirely sure).
+
+Wed Sep  5 12:09:44 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * sendlib.c: BSD/OS portability fix from Edmund Grimley Evans.  #758.
+
+       * imap/imap.c, init.h:
+       patch-1.3.22.1.remove_warnings.awn.1, from Andrew W. Nosenko.
+
+Tue Sep  4 19:12:23 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/da.po: update
+
+       * imap/util.c, muttlib.c, mutt_socket.c, pop.c, url.c, url.h:
+       patch-bac.canonifypath-4.
+
+       The attached patch reverts the IMAP canonification patch I reverted
+       a version ago (sorry for being so wishy-washy). This time I put in
+       some code to preserve IMAP URL passwords in the initial pass, so
+       people who like to use those sorts of URLs still can. That was the
+       only reason I had reverted the patch before.
+
+       (From Brendan Cully.)
+
+       * po/ja.po, po/ru.po, po/uk.po: updates
+
+       * mutt_tunnel.c: patch-bac.tunnelreopen-1 from Brendan Cully.
+
+Mon Sep  3 13:59:37 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * curs_main.c, thread.c:
+       Don't lose track of the current message when collapsing and changing
+       sort modes wildly.  Noted by David T-G.
+
+       * globals.h, init.h, mh.c, NEWS: Make MH sequences variable.
+
+       * po/de.po: update
+
+       * sendlib.c: Don't try to attach non-regular files.  #754.
+
+Fri Aug 31 09:21:55 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * NEWS: Mention mailto URL support.
+
+       * imap/imap.c, imap/util.c, imap/command.c:
+       Fix some memory leaks.  From Pawel Salek, by way of Brendan Cully.
+
+Thu Aug 30 21:30:39 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/pt_BR.po, po/ru.po, po/sk.po, po/lt.po, po/nl.po, po/pl.po, po/it.po, po/ja.po, po/ko.po, po/gl.po, po/hu.po, po/id.po, po/et.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/da.po, po/de.po, ChangeLog, doc/Makefile.in, po/cs.po, VERSION:
+       automatic post-release commit for mutt-1.3.22.1
+
+       * po/uk.po, po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, po/pt_BR.po, po/ru.po, po/pl.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/ko.po, po/hu.po, po/id.po, po/gl.po, po/et.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/da.po, ChangeLog, po/cs.po, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.22
+
+       * contrib/sample.muttrc-tlr: update
+
+       * build-release: more preparations for stabilizing 1.3.
+
+       * Attic/README.UPGRADE, Makefile.am: README.UPGRADE is quite outdated.
+
+       * doc/muttrc.man.head, NEWS: documentation updates.
+
+Thu Aug 30 21:04:34 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/uk.po, po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, po/pt_BR.po, po/ru.po, po/pl.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/ko.po, po/hu.po, po/id.po, po/gl.po, po/et.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/da.po, ChangeLog, po/cs.po, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.22
+
+Thu Aug 30 21:00:51 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * contrib/sample.muttrc-tlr: update
+
+       * build-release: more preparations for stabilizing 1.3.
+
+       * Attic/README.UPGRADE, Makefile.am: README.UPGRADE is quite outdated.
+
+       * doc/muttrc.man.head, NEWS: documentation updates.
+
+       * doc/mutt.man: mention ~/.mutt/muttrc
+
+       * curs_main.c: Fix #750 / deb#108628.
+
+       * pop_auth.c: patch-20010829.vvv.pop_auth
+
+Tue Aug 28 20:39:04 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c:
+       Don't do character conversion when we call an external handler for a
+       text type.  Assume that the conversion is done there.
+
+       * po/da.po: update
+
+Fri Aug 24 08:07:42 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * sendlib.c:
+       Don't use the 7bit encoding for non-text MIME types.  This may
+       produce slightly longer messages, but it helps to avoid corruption
+       with binary attachments which look like text, but aren't.
+
+       * po/de.po: update
+
+       * sendlib.c:
+       More liberally apply MIME encodings to non-text body parts when
+       there's a ^From_ line.
+
+Thu Aug 23 19:10:04 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/eo.po, po/sv.po: update
+
+Wed Aug 22 14:41:32 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/et.po, po/fr.po: update
+
+       * pop_auth.c:
+       This should fix the warnings which A. Nosenko found.  (And may
+       introduce new ones about unused variables.)
+
+Tue Aug 21 21:54:33 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/pt_BR.po, po/ru.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/hu.po, po/id.po, po/it.po, po/fr.po, po/gl.po, po/et.po, po/el.po, po/eo.po, po/es.po, po/da.po, po/de.po, po/cs.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.3.21
+
+Mon Aug 20 12:11:28 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mx.c: Check for .mew-cache in MH folders.
+
+Mon Aug 20 12:11:28 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mx.c: Check for .mew-cache in MH folders.
+
+Thu Aug 16 12:42:30 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * sendlib.c:
+       Mutt's detection of overly long lines would fail with text files
+       when the long line is the last one, and is not finished by a newline
+       character.  This can, for instance, happen when you send out
+       macintosh-generated HTML files.
+
+       (And, apparently, we hit some boundary somewhere in the PGP code
+       with that - I had some truncated attachments today.)
+
+Mon Aug 13 16:12:08 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pop.c: fix content-length headers.
+
+       * mh.c:
+       Fix treatment of maildir folders.  We partially used mh routines for
+       these, introducing absurdities such as .mh_sequences files.
+
+Sun Aug 12 10:15:15 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * init.c, init.h:
+       Fix the "strange e-mail header" bug.  It was an uninitialized
+       buffer.  Thanks to Brendan Cully for figuring it out.
+
+Sat Aug 11 17:39:13 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * muttlib.c:
+       Undo an earlier change to _mutt_expand_path, which seems to have
+       caused problems.  From Brendan Cully.
+
+       * config.guess, config.sub: Update.  Thanks, Brendan!
+
+Thu Aug  9 11:28:09 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/uk.po, po/ja.po: update
+
+Wed Aug  8 19:27:50 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.tail: Adding someone I forgot.
+
+Tue Aug  7 12:45:51 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.tail:
+       Update credits.  I'm sure I forgot some people.  If you feel you're
+       one of them, please drop me a line!
+
+Mon Aug  6 17:49:06 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * curs_lib.c:
+       Here's a fix to allow (n)curses versions to work with some terminfo
+       entries where (for whatever reason), someone specified cvvis but not
+       cnorm. From a report/discussion with Mario Vanoni
+       <vanonim@dial.eunet.ch>. (From Thomas Dickey.)
+
+       * buffy.c: Another little MH buffy bug.  From Len Lattanzi
+       <Len.Lattanzi@Migration.com>.
+
+Fri Aug  3 16:55:41 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mh.c: fix an mh_buffy segfault.
+
+       * configure.in:
+       Don't default to "no" when we can't find sendmail.  #713; Brendan
+       Cully.
+
+       * buffy.c, mh.c, mx.h: MH buffy.
+
+Thu Aug  2 22:59:16 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * contrib/gpg.rc: Don't emit a comment armor header at all.
+
+       * mh.c:
+       Update mh_sequences when messages are deleted.  Note: Currently, we
+       only clean up our own sequences, and leave others' sequences alone.
+       Should possibly be fixed.
+
+       * mh.c: Fix #720.
+
+       * imap/browse.c:
+       Namespace fix.  From Pawel Slawek (or Peter Bloomfield?); forwarded
+       by Brendan Cully.
+
+Wed Aug  1 22:40:29 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/eo.po: update
+
+       * po/fr.po, po/ru.po, po/de.po: updates.
+
+       * gnupgparse.c, pgpkey.c:
+       Signed fixes.  Noted by Vincent Lefevre's compiler.
+
+Tue Jul 31 12:28:19 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mh.c: More MH fixes.
+
+       * mh.c: fix a small typo
+
+       * mailbox.h, mh.c, mx.c: Add mh_sequences support.  I hope this works.
+
+Sun Jul 29 09:48:04 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * contrib/gpg.rc:
+       Fix the comment header, and generally be less verbose.
+
+Thu Jul 26 17:42:48 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/util.c: patch-bac.imapnextword-1. From Brendan Cully.
+
+       * pgpkey.c: Don't confuse validity and trust when it comes to PGP keys.
+
+       * thread.c: O(n log (n)) sorting from Jan Kratochvil <short@ucw.cz>.
+
+Wed Jul 25 19:51:58 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/cs.po:
+       update-po after gettext update.
+
+Tue Jul 24 21:29:47 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/gl.po, po/hu.po, po/id.po, po/it.po, ChangeLog, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.20
+
+       * imap/imap.c: Avoid mail loss with IMAP.  From Brendan Cully.
+
+Tue Jul 24 21:26:03 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/imap.c: Avoid mail loss with IMAP.  From Brendan Cully.
+
+       * imap/command.c: patch-bac.capability-20010724.1.  From Brendan Cully.
+
+       * mbox.c:
+       Add a status message, so "Writing messages" doesn't stay on screen
+       forever.
+
+       * imap/imap.c:
+       The attached patch fixes a couple bugs I introduced recently when
+       working around the buggy but firmly entrenched UW-IMAP 4.7 server.
+       These resulted in additional overhead when synchronising mailboxes
+       and occasional problems opening empty mailboxes.
+
+       From: Brendan Cully <brendan@kublai.com>
+
+Thu Jul 19 14:51:14 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * curs_main.c:
+       Redraw when an alias is created - the user may have assigned a
+       different realname.
+
+       * COPYRIGHT: update
+
+Wed Jul 11 07:19:45 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * INSTALL:
+       Replace mutt-dev@cs.hmc.edu by mutt-dev@mutt.org.  Noted by "Mark E.
+       Mallett" <mem@mv.mv.com>.
+
+Mon Jul  9 20:54:34 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * acconfig.h, configure.in, Makefile.am:
+       locale-related fix from Lars Hecking.
+
+Wed Jul  4 07:35:20 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/util.c: Fix a nit.  From "Andrew W. Nosenko" <awn@bcs.zp.ua>
+
+Tue Jul  3 19:32:12 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * m4/iconv.m4, configure.in:
+       Iconv-related cleanup.  From Brendan Cully.
+
+       * init.c, muttlib.c, protos.h:
+       Unified buffer handling, from Brendan Cully.
+
+       * pgppubring.c: Don't sign-extend chars.
+
+       * pgp.c: Fixing a PGP signature reporting bug; adding debugging output.
+
+       * mutt_socket.c: Don't fcntl -1.  From Brendan.
+
+       * imap/imap.c, imap/imap_private.h, imap/message.c, muttlib.c, protos.h:
+       Fix #677.  From Brendan Cully.
+
+Mon Jul  2 20:28:32 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * query.c: Fix a minor nit with the external query interface.
+
+       * doc/manual.sgml.head: documentation from Brendan Cully.
+
+Fri Jun 29 10:06:16 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/imap.c, hook.c, init.h, mutt.h, mutt_socket.c, protos.h:
+       patch-bac-vvvacounthook-20010628.1
+
+Thu Jun 28 20:34:05 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * query.c: Query patch from Olivier Chapuis <olivier.chapuis@free.fr>.
+
+Wed Jun 27 16:08:06 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ru.po: update.
+
+       * init.h, mutt.h, mx.c: patch-1.3.19i.rs.keep_flagged
+
+Tue Jun 26 10:26:54 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pgppubring.c: fixes.
+
+       * pgplib.h, pgppubring.c: Fix handling of revocation certificates.
+
+       * pgppubring.c: Also dump revocations.
+
+       * pgplib.c, pgplib.h, pgppubring.c:
+       Add a very simple signature-dumping mode to pgpring.  (Not needed
+       for mutt.)
+
+Tue Jun 19 08:39:17 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ja.po: update
+
+       * imap/imap.c, imap/message.c:
+       IMAP error checking for bug #662.  From Brendan Cully.
+
+Mon Jun 18 17:29:55 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/Attic/zh_CN.GB2312.po, po/Attic/zh_TW.Big5.po, po/zh_CN.po, po/zh_TW.po, configure.in:
+       Renaming the Chinese translations.
+
+       * po/eo.po: update
+
+       * globals.h, init.h, mutt.h, pop_auth.c, pop.h:
+       The attached patch adds two variables: $pop_authenticators and
+       $pop_auth_try_all.
+
+       From Vsevolod Volkov.
+
+Thu Jun 14 13:29:06 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/pl.po: update
+
+Wed Jun 13 08:29:16 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * m4/gettext.m4, m4/glibc21.m4: Avoid more m4 macro collisions.
+
+       * imap/auth_sasl.c, mutt_sasl.c, mutt_sasl.h, pop_auth.c:
+       An updated version of the previous patch.  From Brendan.
+
+       * pop_auth.c:
+       This patch closes a ridiculous bug where the SASL library could be
+       used without being initialised. I don't understand why lots of people
+       weren't having problems, unless no one who uses SASL uses POP :)
+
+       closes 549
+
+       From Brendan Cully.
+
+       * po/cs.po: update
+
+Tue Jun 12 12:45:29 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * m4/gettext.m4, m4/progtest.m4, configure.in:
+       gettext-related fixes.  Most of this may just be temporary if we
+       decide to get rid of our own gettext.m4.
+
+       * m4/gettext.m4: Fix comments.
+
+       * po/tr.po: update
+
+Mon Jun 11 18:32:05 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/auth.c, imap/imap.c, doc/manual.sgml.head:
+       patch-bac.flags-20010611.1
+
+       * po/es.po, po/da.po: update.
+
+       * doc/manual.sgml.head: Updates from Byrial Jensen.
+
+       * keymap.c: command/function cosmetics from Byrial Jensen.
+
+       * po/de.po, po/et.po, po/sv.po: update.
+
+       * doc/muttbug.man, doc/mutt.man, init.c, init.h:
+       Use the EMAIL environment variable as the default for $from.
+
+       * po/eo.po, po/el.po: update.
+
+Thu Jun  7 23:15:53 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/fr.po, po/id.po: updates for 1.3.19.
+
+       * po/Attic/zh_TW.Big5.po: A fixed version from EGE.
+
+       * build-release: Don't try to upload to sigtrap.guug.de any more.
+
+       * po/Attic/zh_CN.GB2312.po, po/Attic/zh_TW.Big5.po, po/tr.po, po/uk.po, po/ru.po, po/sk.po, po/sv.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/hu.po, po/id.po, po/it.po, po/fr.po, po/gl.po, po/es.po, po/et.po, po/el.po, po/eo.po, po/cs.po, po/da.po, po/de.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.3.19
+
+       * check_sec.sh: Don't check in intl/
+
+       * m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4:
+       More from the gettext munster patch from E.G.E.
+
+       * po/Attic/zh_TW.Big5.po, m4/gettext.m4, m4/lcmessage.m4, m4/progtest.m4:
+       Gettext update. (From E.G.E., of course.)
+
+       * intl/bindtextdom.c, intl/cat-compat.c, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h, intl/libintl.glibc, intl/linux-msg.sed, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/Makefile.in, intl/ngettext.c, intl/plural.c, intl/plural.y, intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, intl/VERSION, intl/xopen-msg.sed, intl/ChangeLog, intl/.cvsignore, acconfig.h, configure.in, gettext.c, lib.h, Makefile.am, mbyte.c:
+       Gettext update.
+
+       * po/ru.po: update.
+
+       * configure.in: ALL_LINGUAS.  I forgot to do this earlier today.
+
+       * NEWS: Documentation update from Brendan Cully.
+
+Thu Jun  7 20:09:54 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * check_sec.sh: Don't check in intl/
+
+       * m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4:
+       More from the gettext munster patch from E.G.E.
+
+       * po/zh_TW.Big5.po, m4/gettext.m4, m4/lcmessage.m4,
+       m4/progtest.m4: Gettext update. (From E.G.E., of course.)
+
+       * intl/bindtextdom.c, intl/cat-compat.c,
+       intl/config.charset, intl/dcgettext.c, intl/dcigettext.c,
+       intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c,
+       intl/explodename.c, intl/finddomain.c, intl/gettext.c,
+       intl/gettext.h, intl/gettextP.h, intl/hash-string.h,
+       intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h,
+       intl/libgnuintl.h, intl/libintl.glibc, intl/linux-msg.sed,
+       intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c,
+       intl/locale.alias, intl/localealias.c, intl/Makefile.in,
+       intl/ngettext.c, intl/plural.c, intl/plural.y,
+       intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin,
+       intl/textdomain.c, intl/VERSION, intl/xopen-msg.sed,
+       intl/ChangeLog, intl/.cvsignore, acconfig.h, configure.in,
+       gettext.c, lib.h, Makefile.am, mbyte.c: Gettext update.
+
+       * po/ru.po: update.
+
+       * configure.in: ALL_LINGUAS.  I forgot to do this earlier today.
+
+       * NEWS: Documentation update from Brendan Cully.
+
+       * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po:
+       Updating the gl translation, another update-po run.
+
+       * po/zh_TW.Big5.po:
+       Changed to utf-8 in order to avoid problems with recent gettext
+       versions.  Thanks to EGE!
+
+       (BTW, the file name is lying now.  Is this a problem?)
+
+       * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/pt_BR.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/cs.po, po/da.po, po/de.po, po/el.po:
+       update-po; adding an Estonian translation.
+
+       * po/it.po: Fix a small bug.
+
+       * imap/message.c:
+       This patch ensures IMAP FLAGS aren't parsed twice when fetching the
+       full message body. It really only amounts to a cosmetic error, but
+       may cause spurious "Mailbox externally modified" messages.
+
+       From Brendan Cully.
+
+       * INSTALL, README.SSL, rfc2047.c:
+       Documentation updates and a little bug fix.  From Brendan Cully.
+
+       * init.c: Don't add empty strings to lists.  From Thomas Parmelan
+       <tom@proxad.net>.
+
+Tue Jun  5 15:43:41 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c: Leave slightly more margin with format=flowed.
+
+       * imap/command.c, mutt_socket.c, mutt_ssl.c, mutt_tunnel.c:
+       patch-bac.sockets-20010605.1
+
+       * imap/auth.c, init.h:
+       Change the delimiter for imap_authenticators to a colon.
+
+       * imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/imap.c, imap/auth_anon.c, imap/auth.c, imap/auth_cram.c, imap/auth.h:
+       The attached patch should be the last feature I want to get in
+       before 1.4. It creates a new config variable $imap_authenticators,
+       which is a comma-separated list of authentication methods for mutt
+       to try to use to authenticate to an IMAP server. If it is
+       unspecified you get the old behaviour - any method is tried, the
+       first to succeed or fail ends the auth loop.
+
+       (From Brendan Cully.)
+
+       * globals.h, init.h:
+       The attached patch should be the last feature I want to get in
+       before 1.4. It creates a new config variable $imap_authenticators,
+       which is a comma-separated list of authentication methods for mutt
+       to try to use to authenticate to an IMAP server. If it is
+       unspecified you get the old behaviour - any method is tried, the
+       first to succeed or fail ends the auth loop.
+
+       * attach.c, commands.c, handler.c:
+       Check mutt_create_filter*'s return value  for errors.  This should
+       avoid a bunch of possible crashes.
+
+Mon Jun  4 18:29:33 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head: Score documentation fix.
+
+       * po/pl.po: Update.
+
+       * doc/.cvsignore, .cvsignore:
+       Ignore some more generated files.  From Andrew Nosenko.
+
+       * Makefile.am:
+       -I$(includedir) is moved from INCLUDES variable to the end of
+       CPPFLAGS.  This allow build Mutt with Bruno's libiconv and
+       --prefix=/usr on glibc-2.1.2 systems.
+
+       From "Andrew W. Nosenko" <awn@bcs.zp.ua>.
+
+       * doc/instdoc.sh.in, doc/Makefile.in, contrib/Makefile.in, configure.in, init.c, INSTALL, main.c, Makefile.am, muttbug.sh.in, sendlib.c:
+       Clean up the sharedir mess.  From Lars Hecking.
+
+Fri Jun  1 08:53:23 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c, curs_main.c, mailbox.h:
+       More concurrent IMAP modification handling from Brendan Cully.
+
+       * po/fr.po: Update.
+
+Thu May 31 18:04:24 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * mutt_tunnel.c: Tunnel fixes.
+
+       * configure.in: Fix some typos.
+
+       * mutt_curses.h, configure.in:
+       Utf-8 support with ncurses, by Sven Verdoolaege.  Thomas E. Dickey
+       says it looks reasonable, so I include it.
+
+Wed May 30 23:00:51 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/command.c, imap/imap.c, enter.c, Makefile.am, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl_nss.c, mutt_tunnel.c:
+       Socket API clean-up from Brendan Cully.
+
+       * send.c: If messages have no References header, fall back to using
+       In-Reply-To when constructing a reply's references header.  This may
+       not be strictly according to the book, but looks like a reasonable
+       suggestion (which came from Vincent Lefebvre).
+
+       * curs_main.c: Check whether any messages are visible.
+
+Tue May 29 20:26:23 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * m4/gssapi.m4, imap/auth.c, imap/auth_gss.c, imap/auth_sasl.c, imap/imap.c, configure.in, globals.h, init.h, Makefile.am, mutt_socket.c, mutt_socket.h, mutt_tunnel.c, mutt_tunnel.h, README:
+       GSSAPI fixes, tunnel driver.  From Brendan Cully.
+
+       * configure.in, md5.h, sha1.h:
+       More type-determination fixes from Lars Hecking.
+
+Mon May 28 19:14:47 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/util.c:
+       Consult /etc/services for imaps port.  From Brendan Cully.
+
+       * imap/Makefile.am, Attic/checktypes.c, configure.in, Makefile.am, md5c.c, md5.h, sha1.c, sha1.h:
+       Improve checking for 32bit integers.  From Brendan Cully and Lars
+       Hecking.
+
+       * muttbug.sh.in: Cosmetics.  From Brendan Cully.
+
+       * imap/command.c, imap/imap.c, imap/imap_private.h:
+       Detect external modifications of IMAP folders.  From Brendan Cully.
+
+       * curs_main.c: Fix attaching messages via IMAP.  From Brendan Cully.
+
+Thu May 24 10:18:30 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ja.po: update.
+
+       * browser.c: patch-bac.chdir-20010523.2
+
+Wed May 23 14:19:16 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * browser.c: patch-bac.chdir-20010523.1
+
+       * imap/browse.c: patch-bac.createnull-20010522.1
+
+Tue May 22 21:45:52 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.head: Documentation nit from Björn Jacke.
+
+       * configure.in:
+       Let configure --help look prettier.  From Brendan Cully.
+
+       * doc/manual.sgml.head, doc/manual.sgml.tail:
+       Documentation fixes from Brendan Cully.
+
+       * imap/imap.c: Attachment deletion on IMAP servers, take two.
+
+Mon May 21 08:42:07 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/imap.c, imap/message.c, commands.c, mx.c, protos.h:
+       Attachment deletion for IMAP folders.  By Brendan Cully.
+
+Sun May 20 22:35:29 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c:
+       Fix character set conversion for non-plain text types with 8bit
+       content-transfer-encodings.  Noted by Björn Jacke.
+
+       * imap/message.c: \Seen for FCCs.  From Brendan Cully.
+
+Thu May 17 18:37:21 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * pager.c: patch-1.3.18.bj.segfault.1.
+
+       * handler.c: Fix multibyte encodings with quoted-printable.
+       (patch-1.3.18.tt.decode_quoted.1)
+       From TAKIZAWA Takashi <taki@luna.email.ne.jp>.
+
+Tue May 15 20:41:55 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/browse.c, imap/util.c, mutt_socket.c: patch-bac.notes-20010515.1
+
+       * rfc1524.c:
+       Make tests on an attachment's file name possible.  Patch from Bob
+       Bell <bobbell@zk3.dec.com>.
+
+Sun May 13 15:43:48 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/de.po: Update.
+
+Sat May 12 05:49:31 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c: Undo one of yesterday's aesthetical changes.
+
+       * muttlib.c: IMAP path canonification hack from Brendan Cully.
+
+       * handler.c:
+       Adding a hack to use format=flowed's quoting information in the
+       pager, using ANSI color sequences to turn off quote coloring.
+
+Fri May 11 22:16:17 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * handler.c:
+       Don't cut off the final part of ttachments with overlong lines.
+
+       * handler.c: Correctly handle extremely long lines.
+
+       * handler.c:
+       Improve handling of indented text when wrapping text/plain;
+       format=flowed.  This is, in particular, important when replying to
+       messages with indented text.  I hope this code does The Right Thing
+       most of the time now.
+
+       (Further note that we still try to avoid wrapping at places where
+       the user didn't do so.)
+
+       * handler.c: Some more esthetical nits.
+
+       * handler.c: More fixes.
+
+       * recvcmd.c: Fix some nits with respect to text/plain; format=flowed.
+
+       * copy.c, handler.c, init.h, mutt.h, send.c:
+       Add experimental support for text/plain; format=flowed.
+
+       * send.c: Fix #590.
+
+       * headers.c: Some code simplifications.
+
+       * headers.c, muttlib.c:
+       Fix a memory leak in mutt_free_envelope(); avoid dangling pointers
+       in header editing.
+
+Thu May 10 13:15:45 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/ja.po: update.
+
+       * hdrline.c: Fix %D.  From Len Lattanzi <Len.Lattanzi@migration.com>.
+
+       * headers.c: Fix header editing and references headers.
+
+       * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c, imap/message.c, imap/util.c, sort.c, copy.c, curs_main.c, globals.h, hook.c, init.h, mbox.c, menu.c, muttlib.c, mutt_socket.c, mutt_ssl.c, mx.c, pgpkey.c, pop_auth.c, pop.c, pop_lib.c, protos.h:
+       A slightly extended version of Dave Ewart's sleeptime patch.
+
+       * po/fr.po, po/id.po, po/sv.po, po/da.po: update.
+
+       * po/hu.po, configure.in:
+       Adding the Hungarian translation from Szabolcs Horvath
+       <horvaths@fi.inf.elte.hu>.
+
+Mon May  7 19:21:41 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * imap/imap.h, imap/README, imap/util.c, muttlib.c:
+       IMAP path canonicalization.  From Brendan Cully.
+
+Wed May  2 20:49:46 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * doc/manual.sgml.tail: Document some missing functions.
+
+       * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po, po/da.po:
+       make update-po.
+
+Tue May  1 21:32:50 2001  Thomas Roessler  <roessler@does-not-exist.org>
+
+       * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/pl.po, po/pt_BR.po, po/lt.po, po/nl.po, po/gl.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, ChangeLog, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.18
+
+       * pgp.c: #568:  Out-of-band reporting for traditional signed+encrypted
+       messages.
+
+Tue May  1 21:24:41 2001  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c: #568:  Out-of-band reporting for traditional signed+encrypted
+       messages.
+
+Thu Apr 26 15:52:34 2001  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in: Replace tabs by spaces.
+
+       * BEWARE, Makefile.am:
+       Add a word of warning concerning the case problems.
+
+       * imap/command.c, imap/imap.c, imap/message.c, imap/util.c, imap/browse.c, parse.c, pattern.c, pgp.c, pgpkey.c, postpone.c, recvattach.c, remailer.c, rfc1524.c, rfc2047.c, send.c, sendlib.c, url.c, account.c, addrbook.c, alias.c, ascii.c, ascii.h, attach.c, charset.c, color.c, commands.c, copy.c, edit.c, handler.c, headers.c, init.c, keymap.c, Makefile.am, mutt.h, muttlib.c, mutt_ssl_nss.c, mx.c:
+       Add ascii_strcasecmp() and ascii_strncasecmp() functions which do
+       locale-independent and case-insensitive string comparisons.  Needed
+       for mutt to work in iso-8859-9 environments, where tolower('I') !=
+       'i'.
+
+Wed Apr 25 22:08:41 2001  Thomas Roessler  <roessler@guug.de>
+
+       * globals.h, init.h, mutt.h, parse.c, protos.h, send.c, sendlib.c, thread.c, url.c:
+       Implement RFC 2822's idea of the In-Reply-To header.  In particular,
+       we have to drop the $in_reply_to configuration variable.  Also, the
+       change in the specification makes some changes to the threading code
+       reasonable.
+
+       * parse.c: Use RFC 2822's interpretation of two-digit years.
+
+       * charset.c: Kluge around some problems with iso-8859-9 locales.
+
+Tue Apr 24 11:21:22 2001  Thomas Roessler  <roessler@guug.de>
+
+       * commands.c:
+       When the character set is changed, ask whether or not mutt should
+       convert.
+
+Thu Apr 19 09:39:49 2001  Thomas Roessler  <roessler@guug.de>
+
+       * compose.c:
+       Don't try to select the secret key from the public key ring.
+
+Wed Apr 18 15:12:50 2001  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c:
+       Fix a segmentation fault.  Bug reported by Björn Jacke and analyzed
+       by Lars Hecking.
+
+Fri Apr 13 23:20:15 2001  Thomas Roessler  <roessler@guug.de>
+
+       * enter.c: Fix KEY_ENTER.  From EGE.
+
+       * build-release, README: Introducing trithemius.gnupg.org.
+
+Wed Apr 11 23:42:59 2001  Thomas Roessler  <roessler@guug.de>
+
+       * hook.c:
+       Avoid excessive unhooking from within hooks.  Problem noted by
+       Eugene Lee <eugene@anime.net> on mutt-users.
+
+       * doc/Makefile.in:
+       Don't rely on GNU make's implicit rules for shell scripts.  Noted by
+       EGE.
+
+Mon Apr  9 16:10:59 2001  Thomas Roessler  <roessler@guug.de>
+
+       * INSTALL: Fix the documentation of --enable-locale-fix.  From EGE.
+
+       * enter.c, keymap.c:
+       Entering multibyte characters.  From Edmund Grimley Evans.
+
+       * send.c: Avoid a crash.  patch-1.3.17.tlr.pgpflags_fault.1.
+
+Thu Apr  5 23:23:37 2001  Thomas Roessler  <roessler@guug.de>
+
+       * po/it.po: update
+
+       * po/tr.po: update.
+
+       * init.h: Fix a minor typo in the documentation.
+
+Wed Apr  4 23:29:29 2001  Thomas Roessler  <roessler@guug.de>
+
+       * send.c:
+       Fix pgp_replyencrypt and friends for group-replies to several tagged
+       messages.  Noted by Werner Koch.
+
+Tue Apr  3 19:26:55 2001  Thomas Roessler  <roessler@guug.de>
+
+       * pgpkey.c: More PGP key selection changes:  Clean up the key selection
+       mechanism.  I'd appreciate if some of you could review the logic.
+
+       * pgpkey.c: Fixes for the previous patch.
+
+       * pgpkey.c:
+       Add an error message in case keys can be found, but none are valid.
+
+       * init.h: Write "mail folder" instead of "folder" in the description of
+       $postponed.  If people believe they understand it better that way,
+       fine with me.  (Debian #89195.)
+
+       * doc/manual.sgml.head: Fix a typo.  Debian #90400.
+
+       * po/sv.po: update.
+
+       * url.c:
+       Permit for passwords which contain '@'.  From Felix von Leitner
+       <leitner@fefe.de>.
+
+       * mutt_socket.c:
+       Set the close on exec bit for IMAP sockets.  From Jason Gunthorpe
+       <jgg@wakko.deltatee.com>.  #536, Debian #92651.
+
+Mon Apr  2 13:02:56 2001  Thomas Roessler  <roessler@guug.de>
+
+       * pop.c:
+       Fix a buffer overrun.  Noted by Gordon Sadler <gbsadler1@lcisp.com>;
+       #530.
+
+       * imap/Makefile.am: Fix dependencies.  From Lars Hecking.
+
+Fri Mar 30 08:53:12 2001  Thomas Roessler  <roessler@guug.de>
+
+       * imap/Makefile.am: Add a rule for ../types.h.
+
+Thu Mar 29 11:23:05 2001  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c: Adding a dprint statement.
+
+Wed Mar 28 14:59:52 2001  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c, pgp.h:
+       Add some more PGP good signature checks, so we can detect whether or
+       not an encrypted+signed message is OK.
+
+       * main.c: fix some of the copyright messages.
+
+       * gnupgparse.c, pgpkey.c, pgplib.c, pgplib.h, pgppacket.c:
+       Make mutt compatible with GnuPG's latest features.  As requested by
+       Werner Koch.
+
+       * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/it.po, po/ja.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/eo.po, po/el.po, po/de.po, po/da.po, po/cs.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.3.17
+
+       * po/pl.po: update.
+
+Wed Mar 28 12:00:38 2001  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po: update.
+
+Fri Mar 23 12:30:17 2001  Thomas Roessler  <roessler@guug.de>
+
+       * send.c: handle my_hdr message-id: correctly.
+
+Tue Mar 20 17:28:55 2001  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c: Fix Content-Disposition of PGP/MIME messages.  The second part
+       should get a file name for convenience, not the first one.
+
+       * po/ja.po: Update from Oota Toshiya <oota@ppd.fc.nec.co.jp>.
+
+       * mbyte.c: Fix a bug in mbrtowc_iconv().  From TAKIZAWA Takashi
+       <taki@luna.email.ne.jp>.
+
+Mon Mar 12 11:54:38 2001  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po: update from Vsevolod.
+
+Thu Mar  8 16:48:50 2001  Thomas Roessler  <roessler@guug.de>
+
+       * pager.c:
+       Cosmetic change for OP_PAGER_TOP, suggested by Mike Schiraldi
+       <raldi@research.netsol.com>.
+
+Mon Mar  5 20:52:04 2001  Thomas Roessler  <roessler@guug.de>
+
+       * init.h: Fix use_ipv6.
+
+       * po/ja.po: update.
+
+Sun Mar  4 14:25:07 2001  Thomas Roessler  <roessler@guug.de>
+
+       * po/eo.po: update.
+
+       * pgppacket.c:
+       Fix the interpretation of new-style packet lengths.  This is a
+       really bad bug.
+
+       * init.h, mutt.h, mutt_socket.c:
+       Make it possible to enable ipv6 at run time.
+
+Sat Mar  3 18:17:23 2001  Thomas Roessler  <roessler@guug.de>
+
+       * mutt_ssl.c: Fix a typo concerning OpenSSL version numbers.
+
+Thu Mar  1 10:18:04 2001  Thomas Roessler  <roessler@guug.de>
+
+       * po/fr.po: update.
+
+       * po/de.po, po/id.po: updates.
+
+       * imap/imap.c: Don't engage STARTTLS when already in SSL mode.
+
+Tue Feb 27 16:59:45 2001  Thomas Roessler  <roessler@guug.de>
+
+       * depcomp, Makefile.am, missing:
+       Adding files for users of automake-cvs.  From Lars Hecking.
+
+       * configure.in: Simplifications from Lars Hecking.
+
+       * doc/Makefile.in: Distribute instdoc.sh.in.
+
+       * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/id.po, po/it.po, po/ja.po, po/es.po, po/fr.po, po/gl.po, po/el.po, po/eo.po, po/da.po, po/de.po, contrib/Makefile.in, po/cs.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.3.16
+
+Mon Feb 26 16:35:39 2001  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c:
+       Fix behaviour with multiple signed blocks inside one application/pgp.
+
+       * pgp.c:
+       Add out-of-band signature status signalling for application/pgp with
+       clearsig.
+
+Mon Feb 26 16:35:39 2001  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c:
+       Fix behaviour with multiple signed blocks inside one application/pgp.
+
+       * pgp.c:
+       Add out-of-band signature status signalling for application/pgp with
+       clearsig.
+
+Fri Feb 23 09:13:55 2001  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap.c, mutt_ssl.c, po/ru.po: update.
+
+       * url.h: Ports are unsigned short, not short.
+
+       * po/de.po: Update.
+
+Wed Feb 21 17:02:18 2001  Thomas Roessler  <roessler@guug.de>
+
+       * po/fr.po: update.
+
+       * po/pl.po, po/sv.po: updates.
+
+Tue Feb 20 19:05:17 2001  Thomas Roessler  <roessler@guug.de>
+
+       * imap/auth_gss.c, imap/message.c: More IMAP patches from Brendan.
+
+       * sendlib.c:
+       lookup_mime_type() could overflow.  This is, however, harmless,
+       because it only works on data from local configuration files which
+       are either under the control of the user or under the control of
+       root.
+
+Mon Feb 19 18:21:53 2001  Thomas Roessler  <roessler@guug.de>
+
+       * imap/command.c: Improved error handling.
+
+       * po/de.po: There is no such thing as a "Text Anhang" in German.
+
+       * imap/imap.c, imap/imap.h, hook.c, mailbox.h, mx.c:
+       Brendan Cully's generic access() wrapper which know about IMAP.
+
+       * po/el.po: Update.
+
+Fri Feb 16 00:42:57 2001  Thomas Roessler  <roessler@guug.de>
+
+       * imap/BUGS, imap/message.c: Bugfix.  From B.C.
+
+       * imap/message.c: Fix #378.  From Brendan Cully.
+
+       * imap/imap.c: Support for \HasNoChildren.  From Brendan Cully.
+
+Thu Feb 15 16:37:27 2001  Thomas Roessler  <roessler@guug.de>
+
+       * imap/browse.c, imap/imap.c, imap/imap.h, imap/util.c, acconfig.h, configure.in, globals.h, init.h, mutt.h, muttlib.c, mutt_sasl.c, pop_auth.c, url.c:
+       Brendan Cully's latest STARTTLS patch.
+
+       * po/ja.po, configure.in: Adding ja.po.
+
+       * charset.c:
+       Fix iconv-hook.  It would segfault with x-unknown and other
+       problematic cases.
+
+       * init.h:
+       Fix the documentation of pgp_verify_sig.  It's ask-yes, not ask.
+
+Wed Feb 14 23:58:28 2001  Thomas Roessler  <roessler@guug.de>
+
+       * INSTALL: Add a comment about the sample iconv-hook files.
+
+       * doc/instdoc.sh.in, doc/Makefile.in, doc/manual.sgml.head, doc/muttrc.man.head, doc/muttrc.man.tail, contrib/iconv/iconv.aix-3.2.5.rc, contrib/iconv/iconv.aix-4.1.5.rc, contrib/iconv/iconv.aix-4.2.0.rc, contrib/iconv/iconv.aix-4.3.2.rc, contrib/iconv/iconv.freebsd-3.3.rc, contrib/iconv/iconv.glibc-2.1.3.rc, contrib/iconv/iconv.glibc-2.1.90.rc, contrib/iconv/iconv.hpux-10.01.rc, contrib/iconv/iconv.hpux-10.20.rc, contrib/iconv/iconv.hpux-11.00.rc, contrib/iconv/iconv.irix-6.5.rc, contrib/iconv/iconv.osf1-4.0a.rc, contrib/iconv/iconv.osf1-4.0d.rc, contrib/iconv/iconv.solaris-2.4.rc, contrib/iconv/iconv.solaris-2.5.1.rc, contrib/iconv/iconv.solaris-2.6-cjk.rc, contrib/iconv/iconv.solaris-2.6.rc, contrib/iconv/iconv.solaris-2.7.rc, contrib/iconv/make.sh, contrib/iconv/README, contrib/Makefile.in, mutt.h, protos.h, charset.c, configure.in, hook.c, init.h:
+       iconv-hook.
+
+       * imap/auth.c, imap/imap.c, imap/message.c, acconfig.h, configure.in, mutt_sasl.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h:
+       STARTTLS patch from Brendan Cully.
+
+       * rfc2047.c, sendlib.c:
+       Minor charset fixes.  Users can now give any character set names in
+
+Tue Feb 13 23:42:29 2001  Thomas Roessler  <roessler@guug.de>
+
+       * charset.c: Some more strange character set aliaes.
+
+       * charset.c: Add more possibly-interesting character set names.
+
+       * charset.c:
+       While I'm on it, fix a warning and remove some weired code by proper
+       use of ctype functions.
+
+       * imap/utf7.c, charset.c, charset.h, gettext.c, gnupgparse.c, handler.c, rfc2047.c, rfc2231.c, sendlib.c:
+       Change charset-hook's behaviour.
+
+       * po/id.po: update.
+
+       * po/de.po: Fix some typos.  From Björn Jacke.
+
+       * recvattach.c:
+       A little fix for those who don't have PGP installed. ;-)
+
+       * commands.c, curs_main.c, functions.h, OPS.PGP, pgp.c, pgp.h, protos.h, recvattach.c:
+       Add a function check-traditional-pgp which can be used to handle
+       old-style PGP messages and/or parts more easily.
+
+       * query.c: Match all fields when searching on the query menu.
+
+       * attach.c:
+       Fix #470:  multipart- and message-type attachments weren't handled
+       correctly.
+
+Mon Feb 12 20:42:40 2001  Thomas Roessler  <roessler@guug.de>
+
+       * curs_lib.c: Fix '?' in the file name dialogue.  Fixes #468, #465.
+
+       * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/lt.po, po/nl.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.3.15
+
+       * NEWS: Tell users about some of the new features.
+
+       * pgppacket.c: Don't free(NULL).
+
+       * mutt.h, pgp.c, pgp.h, pgplib.c, pgplib.h, pgpmicalg.c, pgppacket.c, pgppacket.h, pgppubring.c, postpone.c, protos.h, send.c, sendlib.c, compose.c, configure.in, gnupgparse.c, init.h, Makefile.am:
+       Auto-detect the micalg used with PGP/MIME signatures.
+
+Mon Feb 12 17:48:25 2001  Thomas Roessler  <roessler@guug.de>
+
+       * NEWS: Tell users about some of the new features.
+
+       * pgppacket.c: Don't free(NULL).
+
+       * mutt.h, pgp.c, pgp.h, pgplib.c, pgplib.h, pgpmicalg.c,
+       pgppacket.c, pgppacket.h, pgppubring.c, postpone.c,
+       protos.h, send.c, sendlib.c, compose.c, configure.in,
+       gnupgparse.c, init.h, Makefile.am: Auto-detect the micalg
+       used with PGP/MIME signatures.
+
+       * handler.c:
+       Make mutt_decode_* usable without passing a BODY structure.
+
+       * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c:
+       Fixes so mutt at least compiles with Brendan's new SASL patch.
+
+       * lib.c: Fix mutt_read_line's behaviour when encountering an
+       EOF.  From Aaron Lehmann <aaronl@vitelus.com>.
+
+       * pager.c: Avoid an infinite loop in the pager.  From Edmund
+       Grimley Evans.
+
+       * imap/auth_login.c, imap/auth_sasl.c, imap/browse.c,
+       imap/command.c, imap/imap.c, imap/imap_private.h,
+       imap/message.c, imap/util.c, mutt_sasl.c, mutt_sasl.h,
+       mutt_ssl.c, mutt_ssl.h: Brendan Cully's SASL patch.
+
+Thu Feb  8 15:50:51 2001  Thomas Roessler  <roessler@guug.de>
+
+       * attach.c, commands.c, curs_lib.c, muttlib.c, pgp.c,
+       recvattach.c, remailer.c: Replace various instances of
+       endwin() by mutt_endwin().  This should help to avoid
+       chaotic screen output on the "second" screen.
+
+       * po/da.po: update.
+
+       * doc/manual.sgml.head: Fix a typo.
+
+Tue Feb  6 22:14:01 2001  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head, doc/muttrc.man.head: Document fuzzy
+       dates.
+
+       * date.c, pattern.c: Fuzzy date matching.  From Eike Rathke
+       <er@erack.de>.
+
+Fri Feb  2 12:36:19 2001  Thomas Roessler  <roessler@guug.de>
+
+       * pgpinvoke.c: Apply more conservative quoting to some PGP
+       invocation.
+
+       * po/sv.po: Update from Jörgen Tegnér.
+
+Thu Feb  1 17:03:44 2001  Thomas Roessler  <roessler@guug.de>
+
+       * po/tr.po: update
+
+Wed Jan 31 18:31:27 2001  Thomas Roessler  <roessler@guug.de>
+
+       * send.c:
+       Don't use group mailboxes with list-reply.  E.g., when you have
+       "ietf" as a list pattern, and a message goes to
+
+               IETF-Announce:;, ietf-openpgp@somewhere.org,
+
+       list-reply will now yield ietf-openpgp and _not_:
+
+               IETF-Announce: ietf-openpgp@...
+
+       * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
+       po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/fr.po,
+       po/gl.po, po/id.po, po/it.po, po/ko.po, po/lt.po, po/nl.po,
+       po/pl.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po,
+       po/es.po: Including the turkish translation from Fatih Demir
+       <kabalak@gmx.net>; make update-po.
+
+       * configure.in: Including the turkish translation from Fatih
+       Demir <kabalak@gmx.net>.
+
+Tue Jan 30 10:24:36 2001  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head:
+       Stan Ryckman <stanr@sunspot.tiac.net> noted that we are abusing
+       "envelope" where it should be "header".
+
+       * thread.c: Fix sort_aux=received.  From <benno@sesgroup.net>.
+
+       * pager.c:
+       Eric Fischer <eric@eazel.com> sent us this patch as part of bug#441.
+       I'm not entirely sure that it works, but let's try it.
+
+       * po/de.po, po/id.po: update
+
+       * po/fr.po: update.
+
+       * pop_auth.c:
+       Fixing a stupid typo.  bug#445, from Larry Rosenman <ler@lerctr.org>.
+
+Sat Jan 27 13:50:26 2001  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pt_BR.po, po/ru.po, po/pl.po, po/ko.po, po/lt.po, po/nl.po, po/gl.po, po/id.po, po/it.po, po/es.po, po/fr.po, po/eo.po, po/el.po, po/de.po, po/da.po, po/cs.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.3.14
+
+       * recvattach.c: More improvements to the recvattach collapsing.
+
+       * mutt.h, pager.c, pager.h, protos.h, recvattach.c, attach.c, attach.h, compose.c, functions.h, init.h, OPS:
+       Add collapsing to the receive-attach menu, and improve digest
+       handling that way.
+
+Sat Jan 27 13:41:11 2001  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c: More improvements to the recvattach collapsing.
+
+       * mutt.h, pager.c, pager.h, protos.h, recvattach.c, attach.c, attach.h, compose.c, functions.h, init.h, OPS:
+       Add collapsing to the receive-attach menu, and improve digest
+       handling that way.
+
+Thu Jan 25 12:04:46 2001  Thomas Roessler  <roessler@guug.de>
+
+       * po/cs.po: Fixes from Björn Jacke <bjacke@suse.de>.
+
+       * contrib/pgp6.rc: A nit from Björn Jacke <bjacke@suse.de>.
+
+Mon Jan 22 11:04:56 2001  Thomas Roessler  <roessler@guug.de>
+
+       * mutt_ssl.c: patch-1.3.13.tk.ssl.connect.1
+
+Thu Jan 18 11:27:56 2001  Thomas Roessler  <roessler@guug.de>
+
+       * complete.c:
+       Completion fix.  From Aaron Schrab <aaron+mutt@schrab.com>.
+
+Wed Jan 17 08:53:12 2001  Thomas Roessler  <roessler@guug.de>
+
+       * rfc822.c:
+       This one-line diff should fix the behaviour of the address parser
+       when encountering loose dots in addresses.
+
+       * imap/auth_sasl.c:
+       Try to catch mysterious failures of the SASL library instead of
+       hanging.  From Brendan Cully.
+
+Mon Jan 15 10:40:50 2001  Thomas Roessler  <roessler@guug.de>
+
+       * copy.c: Some debugging helpers.
+
+       * send.c:
+       Use safe_fclose() where a NULL pointer may be passed to fclose().
+
+       * pattern.c:
+       Make ~m usable in $simple_search.  From <David.Good@stratasource.com>.
+
+Wed Jan 10 19:36:43 2001  Thomas Roessler  <roessler@guug.de>
+
+       * recvcmd.c, send.c:
+       Make some messages about mime-forwarding more comprehensible to
+       normal users.
+
+Mon Jan  8 23:09:32 2001  Thomas Roessler  <roessler@guug.de>
+
+       * imap/auth_sasl.c, imap/utf7.c, imap/util.c, charset.c, charset.h, check_sec.sh, dotlock.c, enter.c, gnupgparse.c, keymap.c, lib.c, mutt_sasl.c, parse.c, pgp.c, pgppubring.c, pop_auth.c, regex.c, rfc2047.c, rfc2231.c, rfc822.c, sendlib.c, strdup.c:
+       Let check_sec.sh check for use of the unsafe malloc, realloc, free,
+       and strdup routines.  While we are on it, plug some memory leaks and
+       make some code understandable.
+
+       * intl/cat-compat.c, imap/auth_cram.c, imap/auth_gss.c, imap/imap.c, imap/imap_private.h, imap/message.c, base64.c, browser.c, check_sec.sh, commands.c, complete.c, copy.c, curs_lib.c, edit.c, handler.c, init.c, lib.c, pager.c, pgp.c, pgpkey.c, pop_lib.c, protos.h, query.c, rfc2231.c, rfc822.c, send.c, sendlib.c, snprintf.c:
+       Fix and/or check more fishy code.
+
+       * intl/cat-compat.c, imap/auth_cram.c, imap/auth_gss.c, browser.c, buffy.c, check_sec.sh, curs_main.c, enter.c, init.c, main.c, makedoc.c, mkjtags.c, mutt_sasl.c, pgp.c, pgpinvoke.c, pgpkey.c, pop.c, protos.h, regex.c, rfc2231.c, sendlib.c:
+       Going through possible security problems with a fine comb.  If you
+       want to help, check out the current source, and run check_sec.sh.
+
+       * attach.c, build-release, check_sec.sh, edit.c, pgpkey.c:
+       Some automated security checks concerning fopen() calls.
+
+Thu Jan  4 05:39:31 2001  Thomas Roessler  <roessler@guug.de>
+
+       * gettext.c: Don't use debugfile unless DEBUG is #defined.
+
+Wed Jan  3 13:39:48 2001  Thomas Roessler  <roessler@guug.de>
+
+       * enter.c, mbyte.c: More wide-char patches from EGE.
+
+       * enter.c: Don't accept '\0' as keyboard input.
+
+       * imap/auth_sasl.c:
+       Set SASL_IP_{LOCAL,REMOTE} properties - needed for krb4 support;
+       from yak@MIT.EDU.
+
+       * enter.c: Try to fix nonprintable character input.
+
+       * enter.c: Extend the editor so it supports unprintable characters.
+
+Tue Jan  2 16:34:26 2001  Thomas Roessler  <roessler@guug.de>
+
+       * enter.c: Make my_wcstombs more robust.  From EGE.
+
+       * main.c: Only show mailboxes with -y.  From devenish@arcme.uwa.edu.au.
+
+       * account.h: Fix password input.  From Vsevolod Volkov.
+
+Sun Dec 31 15:30:52 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po, pop_lib.c: Missing patches from VVV.
+
+       * imap/imap.c, curs_main.c, functions.h, globals.h, OPS:
+       Experimental patch to add an imap-fetch-mail function.
+
+       * mutt.h, protos.h, browser.c, curs_lib.c, enter.c, main.c:
+       Make browser behaviour more consistent with expectations.
+
+       * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/pl.po, po/it.po, po/ko.po, po/id.po, po/es.po, po/fr.po, po/gl.po, po/eo.po, po/da.po, po/de.po, po/el.po, po/cs.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.3.13
+
+Sat Dec 30 10:28:16 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po: update.
+
+Sat Dec 30 10:28:16 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po: update.
+
+Fri Dec 22 18:03:34 2000  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in: autoconf consmetics.  From L.H.
+
+       * enter.c, mutt.h: Some more changes to the enter code.
+
+       * enter.c: Fix some ugly bugs in the completion code.  In particular,
+       replace_part() could lead to heap corruption.
+
+       * po/lt.po, configure.in:
+       Lithuanian translation.  From Gediminas Paulauskas <menesis@delfi.lt>.
+
+Thu Dec 21 09:19:41 2000  Thomas Roessler  <roessler@guug.de>
+
+       * flags.c, init.h, mh.c, mutt.h: patch.me.maildir_trash.1
+
+Sun Dec 17 19:54:58 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sv.po: update.
+
+Thu Dec 14 15:40:30 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head: Improve hook documentation.  From Lars Hecking.
+
+       * enter.c: More file name completion fixes.
+
+       * enter.c: Fix "tab-tab" at the change-folder prompt.
+
+Sun Dec 10 21:01:35 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/message.c, init.h, mutt.h:
+       Avoid implicit flag updates with IMAP.  From Brendan Cully.
+
+       * configure.in, enter.c, mbyte.c, mbyte.h, mutt.h:
+       More enter.c updates.  From E.G.E..
+
+       * mbyte.h, mutt.h, configure.in, enter.c:
+       More changes to the utf-8 friendly line editor: Implement some
+       missing functions, include some more header files.
+
+Fri Dec  8 10:38:30 2000  Thomas Roessler  <roessler@guug.de>
+
+       * curs_lib.c: Remove an unnecessary ENTER_STATE allocation.
+
+       * curs_lib.c, enter.c, mutt.h, protos.h:
+       Make _mutt_enter_string() re-entrant.
+
+       * curs_lib.c, edit.c, enter.c, protos.h:
+       Make the line editor utf-8 friendly.  First take from Edmund Grimley
+       Evans.
+
+Wed Dec  6 20:31:46 2000  Thomas Roessler  <roessler@guug.de>
+
+       * gnupgparse.c: Fix pgp_ignore_subkeys.
+
+       * mutt_curses.h: Make the BEEP macro a bit safer.  From EGE.
+
+       * imap/imap.c: Fix a memory leak in imap_logout_all.
+
+Mon Dec  4 09:00:08 2000  Thomas Roessler  <roessler@guug.de>
+
+       * mbyte.c:
+       A little fix for the -HAVE_WC_FUNCS +LOCALES_HACK case.  From EGE.
+
+Sun Dec  3 09:34:41 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/PGP-Notes.txt:
+       Document the fact that Courier MTA corrupts PGP/MIME signatures.
+
+Sat Dec  2 09:16:47 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/el.po, po/uk.po: update.
+
+Tue Nov 28 11:19:57 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/da.po, po/de.po, po/fr.po, po/id.po: updates
+
+Mon Nov 27 13:14:28 2000  Thomas Roessler  <roessler@guug.de>
+
+       * attach.h, commands.c, compose.c, curs_main.c, protos.h, recvattach.c:
+       Make sure edit-type works without a segmentation fault from the
+       receive-attach menu.
+
+       * po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/nl.po, po/it.po, po/ko.po, po/fr.po, po/gl.po, po/id.po, po/eo.po, po/es.po, po/el.po, po/cs.po, po/da.po, po/de.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.3.12
+
+Thu Nov 23 10:30:49 2000  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/sample.muttrc-tlr:
+       Use display_filter to fix some ugliness people are sending me.
+
+       * commands.c: Don't endwin() before invoking the display_filter.
+
+Thu Nov 23 10:30:49 2000  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/sample.muttrc-tlr:
+       Use display_filter to fix some ugliness people are sending me.
+
+       * commands.c: Don't endwin() before invoking the display_filter.
+
+Tue Nov 21 10:32:34 2000  Thomas Roessler  <roessler@guug.de>
+
+       * protos.h, main.c, curs_lib.c, globals.h:
+       [stable] Introduce mutt_curses_message and mutt_nocurses_message.
+       From Olaf Kirch.
+
+       * globals.h, main.c, protos.h, curs_lib.c:
+       Introduce mutt_curses_message/mutt_nocurses_message.  From Olaf Kirch.
+
+Mon Nov 20 13:20:28 2000  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/gpg.rc: Add a missing --textmode switch.
+
+Sun Nov 19 20:39:49 2000  Thomas Roessler  <roessler@guug.de>
+
+       * NEWS: Mention $print_split.
+
+       * contrib/sample.muttrc-tlr: update
+
+       * mutt.h, pgp.c, protos.h, commands.c, init.h:
+       Introduce a new option named $print_split.  While we are on it,
+       unify the pipe-message and print-message code, and fix the PGP
+       key-extraction code so it doesn't interact with OPTPIPEDECODE in
+       strange manners any more.
+
+Sat Nov 18 19:50:48 2000  Thomas Roessler  <roessler@guug.de>
+
+       * curs_lib.c: Remove an unnecessary include statement.
+
+Fri Nov 17 09:19:41 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sv.po: Small fix from Jörgen Tegnér <teg@post.netlink.se>.
+
+       * imap/auth_gss.c:
+       [stable] GSSAPI patch from Bill Nottingham <notting@redhat.com>.
+
+       * doc/manual.sgml.tail, curs_main.c, functions.h:
+       Make folder synchronization possible from within the pager.  From
+       Chris Cutler <cutler@bluemug.com>.
+
+Wed Nov 15 20:29:58 2000  Thomas Roessler  <roessler@guug.de>
+
+       * charset.c:
+       Fix langinfo-based character set detection.  From Martin Norbäck
+       <d95mback@dtek.chalmers.se>.
+
+Tue Nov 14 16:57:19 2000  Thomas Roessler  <roessler@guug.de>
+
+       * curs_main.c: another possibly problematic case.
+
+       * curs_main.c:
+       Try fixing a possible segmentation fault.  I'm not entirely sure how
+       I produced it, but it's at least obvious where it happened.
+
+Mon Nov 13 22:19:57 2000  Thomas Roessler  <roessler@guug.de>
+
+       * gnupgparse.c, init.h, mutt.h:
+       Add the pgp_ignore_subkeys option.  Unset it to get the traditional
+       listing with all the subkeys.  (Experimental, may introduce new bugs.)
+
+       * po/ru.po, po/sv.po: update
+
+       * remailer.c: Qualify some more header fields.
+
+Tue Nov  7 10:31:51 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.h, mutt.h, send.c: Add a sig_on_top option.
+
+       * po/el.po: update
+
+Mon Nov  6 11:27:07 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/da.po: update
+
+       * configure.in:
+       Make building mutt without iconv support possible.  From EGE.
+
+Fri Nov  3 10:16:32 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.h:
+       Change pgp_good_sign's default to 0 instead of UL "".  This should
+       fix the annoying error messages when starting up mutt on some systems.
+
+       * init.c: Make error reporting more verbose.
+
+       * po/de.po, po/fr.po, po/id.po: updates
+
+Wed Nov  1 13:14:18 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, ChangeLog, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.11
+
+Fri Oct 27 10:51:01 2000  Thomas Roessler  <roessler@guug.de>
+
+       * enter.c: A nicer version of {capitalize,...}-word functions.
+
+       * doc/manual.sgml.head:
+       Document the recent additions to the line editor.
+
+       * enter.c, functions.h, OPS:
+       Add capitalize-word, upcase-word, downcase-word functions to the
+       editor.  Bindings follow the Emacs conventions (i.e., M-c, M-u, M-d).
+
+Fri Oct 27 10:51:01 2000  Thomas Roessler  <roessler@guug.de>
+
+       * enter.c: A nicer version of {capitalize,...}-word functions.
+
+       * doc/manual.sgml.head:
+       Document the recent additions to the line editor.
+
+       * enter.c, functions.h, OPS:
+       Add capitalize-word, upcase-word, downcase-word functions to the
+       editor.  Bindings follow the Emacs conventions (i.e., M-c, M-u, M-d).
+
+Wed Oct 25 18:56:20 2000  Thomas Roessler  <roessler@guug.de>
+
+       * rfc822.c: Fix parsing of route-addrs.
+
+Tue Oct 24 08:59:21 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.tail: Document edit-type.  From Mikko Hänninen.
+
+       * po/el.po: update
+
+Mon Oct 23 16:39:10 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head: Typo.  From Daniel Roesen <dr@bofh.de>.
+
+       * doc/manual.sgml.head:
+       Fix documentation of uznknown MIME type handling.  From Brian
+       Salter-Duke <b_duke@lacebark.ntu.edu.au>
+
+Wed Oct 18 09:01:56 2000  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c: Fix tree formatting in the recvattach menu.
+
+Tue Oct 17 15:10:51 2000  Thomas Roessler  <roessler@guug.de>
+
+       * commands.c, curs_lib.c, hdrline.c, menu.c, protos.h:
+       Fix pager and index display when non-printable space characters are
+       encountered.  From EGE.
+
+       * sendlib.c: Teach mutt to attach files of arbitrary type.
+
+Mon Oct 16 17:29:55 2000  Thomas Roessler  <roessler@guug.de>
+
+       * curs_lib.c:
+       nl_langinfo({YES,NO}EXPR) may return an _extended_ regular
+       expression.  Close #312.
+
+       * po/zh_TW.Big5.po, po/id.po, po/sv.po: update
+
+       * mutt_socket.c:
+       Fix the strange "Can't connect" error messages.  From Brendan Cully.
+
+Thu Oct 12 14:49:58 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/da.po: update
+
+Wed Oct 11 14:17:17 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/de.po: update.
+
+       * po/fr.po: update
+
+       * po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/nl.po, po/pl.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, ChangeLog, Makefile.am, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.10
+
+       * buffy.c: Compilation fix from Emil Sit <sit@cisco.com>.
+
+Wed Oct 11 10:21:57 2000  Thomas Roessler  <roessler@guug.de>
+
+       * buffy.c: Compilation fix from Emil Sit <sit@cisco.com>.
+
+Tue Oct 10 19:22:48 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/POTFILES.in, doc/manual.sgml.head, globals.h, init.c, init.h, mailbox.h, mutt.h, muttlib.c, mx.c, mx.h, pop_auth.c, pop.c, pop.h, pop_lib.c, protos.h, recvattach.c, browser.c, buffy.c, commands.c, compose.c, configure.in, curs_main.c, Makefile.am:
+       Vsevolod Volkov's POP mailbox patch.
+
+       * doc/manual.sgml.head:
+       Mixmaster documentation patch from Brian Salter-Duke.
+
+Mon Oct  9 08:30:35 2000  Thomas Roessler  <roessler@guug.de>
+
+       * main.c: Add an #ifdef for HAVE_GETADDRINFO.
+
+       * mutt_socket.c: Use AF_INET6 only when necessary.
+
+Sat Oct  7 18:06:24 2000  Thomas Roessler  <roessler@guug.de>
+
+       * curs_lib.c, help.c: Display fixes from EGE.
+
+Thu Oct  5 19:12:28 2000  Thomas Roessler  <roessler@guug.de>
+
+       * query.c: Catch some possible NULL pointer deferences.  From
+       chris+usenet@chiappa.net (Chris Chiappa), posted to comp.mail.mutt.
+
+Wed Oct  4 18:50:35 2000  Thomas Roessler  <roessler@guug.de>
+
+       * mutt_ssl_nss.c:
+       Downgrade Michael Elkins' indentation style to the version used
+       throughout mutt. ;-)
+
+       * acconfig.h, configure.in, init.c, init.h, Makefile.am, mutt.h, mutt_socket.c, mutt_ssl_nss.c, pop.c:
+       Adding support for Netscape's (pardon, Mozilla's) SSL
+       implementation.  From Michael Elkins.
+
+       * globals.h, init.h, mutt_socket.c, protos.h, signal.c:
+       patch.me.connect_timeout.1
+
+Tue Oct  3 10:47:20 2000  Thomas Roessler  <roessler@guug.de>
+
+       * NEWS: Document some of the recent user-visible changes.
+
+       * doc/manual.sgml.head:
+       More documentation for the "L" to_char.  Thanks, Byrial!
+
+       * hdrline.c, init.h:
+       Adding a list flag to to_chars,  From Andreas Plesner Jacobsen
+       <apj@wol.dk>.  Note: If you don't like the new behaviour, just set
+       $to_chars to the old " +TCF" value.
+
+       * po/ru.po: update
+
+Mon Oct  2 09:11:52 2000  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in, mutt_socket.c: patch-bac.ipv6-1
+
+       * curs_lib.c: patch-1.3.9.bj.yesno.1
+
+Thu Sep 28 06:53:36 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.h: Fix a minor typo.  From Byrial.
+
+       * charset.c, charset.h, init.c, INSTALL:
+       Document the --without-wc-funcs switch to configure, and clean up
+       the code to set the character set from nl_langinfo from EGE.
+
+Wed Sep 27 14:28:35 2000  Thomas Roessler  <roessler@guug.de>
+
+       * charset.c:
+       Catch another error condition which may be caused by a broken
+       nl_langinfo() function.
+
+       * COPYRIGHT: We don't need to mention EAY's copyright any more.
+
+       * charset.c: Fix #287.
+
+Tue Sep 26 23:05:46 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/eo.po: update
+
+       * Attic/sha1dgst.c, Attic/sha.h, Attic/sha_locl.h, checktypes.c, main.c, Makefile.am, pgppubring.c, sha1.c, sha1.h:
+       Replace the BSD-licensed sha-1 from SSLeay with a public domain
+       version in order to satisfy GPL license zelots.
+
+Mon Sep 25 13:03:09 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sv.po: update
+
+       * send.c: patch-1.3.9.bj.f-up-prompt.1
+
+Thu Sep 21 09:37:14 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sk.po, po/sv.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/nl.po, po/pl.po, po/pt_BR.po, po/it.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/el.po, po/eo.po, po/da.po, po/de.po, po/cs.po, ChangeLog, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.9
+
+       * rfc2047.c: Make some of the code more readable.  From EGE.
+
+Thu Sep 21 07:56:40 2000  Thomas Roessler  <roessler@guug.de>
+
+       * rfc2047.c: Make some of the code more readable.  From EGE.
+
+Fri Sep 15 09:19:29 2000  Thomas Roessler  <roessler@guug.de>
+
+       * rfc2047.c, rfc2047.h, sendlib.c: Fix some RFC2047 encoding bugs.
+
+Wed Sep 13 21:01:31 2000  Thomas Roessler  <roessler@guug.de>
+
+       * rfc2047.c:
+       Undo part of the character set canonicalization.  EGE pointed out it
+       isn't needed.
+
+       * rfc2231.c: Replace "unknown" by "unknown-8bit".
+
+       * sendlib.c: s/iconv_open/mutt_iconv_open/.  Suggested by EGE.
+
+       * charset.c:
+       Add "646" as an alias for us-ascii.  SunOS 5.8 seems to need it.
+
+       * browser.c:
+       Let the browser handle non-existent directories more gracefully.
+       From Byrial Jensen.
+
+Tue Sep 12 23:18:47 2000  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in: Remove some caching.  From EGE.
+
+Mon Sep 11 10:50:37 2000  Thomas Roessler  <roessler@guug.de>
+
+       * charset.c, copy.c, mbyte.c, rfc2047.c, sendlib.c:
+       Fix some more character set glitches.
+
+Sat Sep  9 07:30:29 2000  Thomas Roessler  <roessler@guug.de>
+
+       * charset.c:
+       sizeof (dest) == 4.  I should have written dlen instead.  Noted by
+       EGE.
+
+Fri Sep  8 21:52:04 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap.c:
+       Brendan's version of the last fix.  I put it in since he's most
+       likely the next one to look at or change this. ,-)
+
+       * imap/imap.c:
+       Fix a silly little IMAP bug.  From Daniel Jacobowitz <dan@debian.org>.
+
+       * charset.c, protos.h, rfc2231.c, sendlib.c:
+       Add a character set comparison function.
+
+Thu Sep  7 21:56:00 2000  Thomas Roessler  <roessler@guug.de>
+
+       * charset.c:
+       Add a table of official character set names.  Data taken from
+       www.iana.org.
+
+       * rfc2231.c:
+       Detect pure 7bit data and don't encode them.  This helps a bit in
+       situations where mutt believes it has some really strange us-ascii
+       alias as the character set.
+
+       * po/es.po, po/el.po: update
+
+       * curs_lib.c:
+       Make the use of nl_langinfo(YESEXPR/NOEXPR) more robust.  Problem
+       noted by Wolfgang Baumann <baumann@zib.de>.
+
+Wed Sep  6 08:47:13 2000  Thomas Roessler  <roessler@guug.de>
+
+       * snprintf.c: Fix the MAX fix.  from Byrial Jensen.
+
+Tue Sep  5 22:14:36 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.c, muttlib.c, pgppubring.c, protos.h, snprintf.c:
+       Clean up some warning messages.  From Bob Bell.
+
+       * hook.c: Fix a segmentation fault in hook parsing.  From Bob Bell.
+
+Mon Sep  4 10:49:48 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/util.c, account.c, account.h, browser.c, curs_main.c, url.c, url.h:
+       patch-bac.imapurl-4
+
+       * po/ru.po, po/da.po: update
+
+       * po/id.po: update.
+
+       * recvcmd.c: Fix a segmentation fault when replying to multiple
+       message/rfc822-type attachments.  Noted by David Champion.
+
+Fri Sep  1 08:58:39 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.c:
+       Don't mutt_pretty_mailbox when setting variables, since this may
+       badly interact with non-default settings.  Suggested by Byrial Jensen.
+
+Thu Aug 31 15:14:25 2000  Thomas Roessler  <roessler@guug.de>
+
+       * muttlib.c: patch-1.3.8.bj.pretty_mailbox.1
+
+       * doc/manual.sgml.head: patch-1.3.8.bj.manquote.1
+
+       * imap/command.c, imap/imap.c: patch-bac.command-3
+
+Wed Aug 30 21:34:42 2000  Thomas Roessler  <roessler@guug.de>
+
+       * pager.c: Fix display of backspace sequences.  From EGE.
+
+       * po/fr.po, po/de.po: update
+
+       * po/sk.po, po/sv.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, ChangeLog, VERSION:
+       automatic post-release commit for mutt-1.3.8
+
+       * VERSION: ups
+
+       * po/POTFILES.in, imap/Attic/imap_ssl.c, imap/Attic/imap_ssl.h, imap/Attic/md5c.c, imap/Attic/md5.h, imap/Makefile.am, imap/util.c, ChangeLog, configure.in, curs_main.c, init.c, Makefile.am, md5c.c, md5.h, mutt_socket.c, mutt_ssl.c, mutt_ssl.h, reldate.h, VERSION:
+       SSL unification patch from Vsevolod.
+
+       * imap/command.c, imap/imap.c, imap/message.c, imap/message.h:
+       patch-bac.expunge-2
+
+       * muttlib.c: Fix mutt_prety_mailbox.  From Vsevolod.
+
+Wed Aug 30 10:08:15 2000  Thomas Roessler  <roessler@guug.de>
+
+       * VERSION: ups
+
+       * po/POTFILES.in, imap/Attic/imap_ssl.c, imap/Attic/imap_ssl.h, imap/Attic/md5c.c, imap/Attic/md5.h, imap/Makefile.am, imap/util.c, ChangeLog, configure.in, curs_main.c, init.c, Makefile.am, md5c.c, md5.h, mutt_socket.c, mutt_ssl.c, mutt_ssl.h, reldate.h, VERSION:
+       SSL unification patch from Vsevolod.
+
+       * imap/command.c, imap/imap.c, imap/message.c, imap/message.h:
+       patch-bac.expunge-2
+
+       * muttlib.c: Fix mutt_prety_mailbox.  From Vsevolod.
+
+Wed Aug 30 08:43:12 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/command.c, imap/imap.c, imap/message.c, imap/message.h:
+       patch-bac.expunge-2
+
+       * muttlib.c: Fix mutt_prety_mailbox.  From Vsevolod.
+
+Tue Aug 29 11:36:25 2000  Thomas Roessler  <roessler@guug.de>
+
+       * curs_lib.c:
+       The next version of Byrial Jensen's yesorno patch, this time without
+       a memory leak.
+
+       * acconfig.h, configure.in, curs_lib.c, main.c:
+       Use locale for yes/no expressions.
+
+Mon Aug 28 13:14:55 2000  Thomas Roessler  <roessler@guug.de>
+
+       * rfc2231.c: Little fix from EGE.
+
+       * po/ru.po: Update from Vsevolod.
+
+       * complete.c: From: EGE
+
+       Fix a buffer overrun in complete.c.
+
+       * imap/auth_sasl.c, imap/command.c, imap/imap_private.h, muttlib.c:
+       From: Brendan Cully <brendan@kublai.com>
+
+       The attached small patch adjusts mutt_pretty_mailbox to handle
+       URLs.
+
+       * browser.c, curs_lib.c, hdrline.c, protos.h, recvattach.c:
+       From: Edmund GRIMLEY EVANS <edmundo@rano.org>
+
+       This patch moves hdr_format_s from hdrline.c to curs_lib.c and renames
+       it to mutt_format_s. The function is then used in various places in
+       browser.c and recvattach.c where previously there was "%%%ss".
+
+       * rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, sendlib.c:
+       Do character set selection for RFC2231 encodings.  From EGE, but
+       with choose_charset renamed to mutt_choose_charset.
+
+       * mbyte.c, protos.h, utf8.c, wcwidth.c: From: edmundo@rano.org (EGE)
+
+       This is the patch TAKIZAWA Takashi and I came up with in the end.
+
+       When the Charset is euc-jp or shift_jis, iconv is used for mbrtowc
+       and wcrtomb. The worst part is mbrtowc_iconv(), where I attempted to
+       make mbrtowc both restartable (it can process part of multibyte
+       character) and fast in the case where there is nothing left over
+       from a previous character. Also I try to make no assumptions about
+       how those character sets work, which is easy, because I know very
+       little about them ...
+
+       People who don't use one of those two stateless Japanese display
+       charsets shouldn't be affected. People whose systems provide the
+       wchar_t functions should be even less affected, because they don't
+       even get this code in their binary.
+
+Fri Aug 25 06:28:24 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap.c, imap/imap_ssl.c, imap/imap_ssl.h, imap/util.c, account.c, account.h, browser.c, mutt_socket.c, mx.c, url.c, url.h:
+       patch-bac.imapurl-2, with small modifications.
+
+Tue Aug 22 22:23:10 2000  Thomas Roessler  <roessler@guug.de>
+
+       * muttlib.c: Fix #251, from Brendan.
+
+       * main.c, Makefile.am, parse.c, protos.h, url.c, url.h:
+       Add an URL parser, and support for mailto URLs.
+
+       * doc/manual.sgml.head: Minor fixes from Will Fiveash.
+
+       * po/ru.po: update
+
+       * hdrline.c: Fix %B in index_format.
+
+Mon Aug 21 19:25:26 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/browse.c, imap/imap.c, muttlib.c, mutt_socket.c:
+       patch-bac.parsepath-2
+
+       * doc/manual.sgml.head, doc/manual.sgml.tail:
+       Documentation patch from Lars Hecking.
+
+       * imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c, imap/browse.c, imap/command.c, imap/imap.c, doc/manual.sgml.head, browser.c, browser.h, buffy.c, functions.h, globals.h, init.h, OPS:
+       patch-bac.createplus-1
+
+       * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c:
+       patch-bac.command-2
+
+Thu Aug 17 06:06:02 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_CN.GB2312.po, configure.in: Adding zh_CN.GB2312 translation.
+
+       * imap/Makefile.am, doc/Makefile.in, mutt_socket.c, mx.c:
+       Random cleanup from Brendan Cully.
+
+       * hdrline.c: Fix justification of number formats.  (EGE)
+
+Tue Aug 15 17:21:19 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po: update
+
+       * mbyte.c, pager.c, protos.h: Another charset fix from EGE.
+
+Thu Aug 10 15:48:13 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/Makefile.am: Fix from Brendan Cully.
+
+       * doc/mutt.man, doc/muttrc.man.tail: More minor fixes.
+
+       * doc/mutt.man: Document $MAILDIR.
+
+       * init.c:
+       Tell mutt about the MAILDIR environment variable DJB talks about in
+       maildir (5).
+
+       * doc/muttbug.man: Fix a typo.
+
+       * doc/mbox.man: fix some typos.
+
+Wed Aug  9 21:14:35 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/Makefile.in, doc/mbox.man: Install mbox (5), and fix a typo.
+
+       * doc/mbox.man:
+       Document the mbox format in a manual page.  There may be some need
+       for this.
+
+       * configure.in, init.c, main.c, Makefile.am:
+       Minor portability and compilation fixes.
+
+Tue Aug  8 18:17:54 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/POTFILES.in: Some files were missing.  From Vsevolod Volkov.
+
+       * imap/command.c, imap/imap.c, imap/imap_private.h, imap/Makefile.am, imap/message.c, init.c, mutt_socket.c, mx.c:
+       * handles expunged messages better. Previously mutt's state was only
+         updated when syncing the mailbox. This was the reason for Bob Bell's
+         segfault when manipulating mailboxes with multiple simultaneous
+         clients.
+       * makes a small adjustment for Sam's weird Courier server, which
+         returns an OK FETCH completed response even when FETCH fails. I
+         should probably report that behaviour to him as a bug, though.
+       * renames IMAP_REOPEN_PENDING to IMAP_EXPUNGE_PENDING
+       * gets rid of the _("Closing mailbox...") message, which was obscuring
+         the status updates.
+       * clears some spurious mutt_clear_error calls in imap_cmd_finish.
+       * makes socket reads and writes check that they have an open
+         connection. Shouldn't be necessary (and such calls are logged), but
+         can happen currently.
+       * Some SASL vs regular authenticator tweaks in the imap Makefile.
+
+       (From Brendan Cully.)
+
+Mon Aug  7 08:31:36 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/Makefile.in.in, imap/Makefile.am, configure.in, Makefile.am, mapping.h, sort.h:
+       Cross compilation patches from Rüdiger Kuhlmann
+       <ruediger.kuhlmann@stud.uni-karlsruhe.de>.
+
+Sun Aug  6 14:35:15 2000  Thomas Roessler  <roessler@guug.de>
+
+       * curs_lib.c:
+       Return an exit value of 1 if mutt is left via ctrl-c.  From Andre
+       Albsmeier <andre.albsmeier@mchp.siemens.de>.
+
+Sat Aug  5 17:50:03 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap.c, imap/imap_private.h, imap/message.c, imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/Makefile.am, mutt_socket.c:
+       Unified IMAP command code.
+
+       * doc/manual.sgml.head:
+       Fix keyboard binding documentation.  From Thomas Schultz
+       <tststs@gmx.de>.
+
+Fri Aug  4 21:47:11 2000  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: Fix a character set encoding bug. From EGE.
+
+       * imap/auth_sasl.c, imap/imap_ssl.c, doc/manual.sgml.head, account.c, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h:
+       SASL patch from Brendan Cully.
+
+Thu Aug  3 22:08:13 2000  Thomas Roessler  <roessler@guug.de>
+
+       * charset.c: fix a segmentation fault.
+
+       * po/eo.po, po/sv.po: update.
+
+       * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/fr.po, po/gl.po, po/id.po, po/it.po, imap/Makefile.am, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.3.7
+
+       * sendlib.c:
+       Use a correct Envelope from when bouncing with $envelope_from enabled.
+
+       * imap/auth_sasl.c, imap/BUGS, imap/imap.c, imap/imap_ssl.c, mutt_sasl.c:
+       More IMAP fixes from Brendan.
+
+Thu Aug  3 08:24:55 2000  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c:
+       Use a correct Envelope from when bouncing with $envelope_from enabled.
+
+       * imap/auth_sasl.c, imap/BUGS, imap/imap.c, imap/imap_ssl.c, mutt_sasl.c:
+       More IMAP fixes from Brendan.
+
+Thu Aug  3 08:24:55 2000  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c:
+       Use a correct Envelope from when bouncing with $envelope_from enabled.
+
+       * imap/auth_sasl.c, imap/BUGS, imap/imap.c, imap/imap_ssl.c, mutt_sasl.c:
+       More IMAP fixes from Brendan.
+
+Wed Aug  2 18:03:21 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/it.po: update
+
+Tue Aug  1 18:04:42 2000  Thomas Roessler  <roessler@guug.de>
+
+       * mx.c: Fix from BC
+
+       * imap/auth.c, imap/auth_gss.c, imap/auth_sasl.c, imap/message.c:
+       Brendan's latest patches.
+
+Mon Jul 31 10:49:00 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/fr.po: update.
+
+       * m4/gettext.m4, imap/auth_anon.c, imap/auth.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth.h, imap/auth_login.c, imap/auth_sasl.c, imap/command.c, imap/imap.c, imap/imap_private.h, imap/Makefile.am, acconfig.h, account.c, account.h, configure.in, globals.h, init.h, main.c, Makefile.am, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h:
+       Brendan Cully's SASL patch.  I hope I didn't miss any files.
+
+Sat Jul 29 16:33:53 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/id.po: update.
+
+       * imap/README: updated readme file.
+
+       * Makefile.am:
+       Make sure checktypes and makedoc don't depend on the intl library.
+
+       * po/de.po: update.
+
+Fri Jul 28 19:00:31 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/cs.po, po/da.po, po/de.po, po/el.po, ChangeLog, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.6
+
+       * Makefile.am: parse.h no longer exists, so don't try to distribute it.
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, po/da.po, po/de.po, reldate.h, ChangeLog, VERSION:
+       automatic post-release commit for mutt-1.2.5
+
+       * imap/imap.c, imap/imap_private.h, imap/message.c:
+       Use UIDs instead of sequence numbers in IMAP.  (Brendan)
+
+Fri Jul 28 18:57:31 2000  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am: parse.h no longer exists, so don't try to distribute it.
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, po/da.po, po/de.po, reldate.h, ChangeLog, VERSION:
+       automatic post-release commit for mutt-1.2.5
+
+       * imap/imap.c, imap/imap_private.h, imap/message.c:
+       Use UIDs instead of sequence numbers in IMAP.  (Brendan)
+
+Fri Jul 28 18:51:38 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, po/da.po, po/de.po, reldate.h, ChangeLog, VERSION:
+       automatic post-release commit for mutt-1.2.5
+
+       * imap/imap.c, imap/imap_private.h, imap/message.c:
+       Use UIDs instead of sequence numbers in IMAP.  (Brendan)
+
+       * imap/imap.c, imap/imap_private.h, imap/message.c, imap/message.h, imap/command.c, mutt.h, muttlib.c, mx.c:
+       Handle expunged messages.  From Brendan Cully.
+
+Wed Jul 26 09:30:01 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head: Nits from Michael Sobolev.
+
+Tue Jul 25 16:35:48 2000  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am: Include the muttbug wrapper with the distribution.
+
+       * doc/Makefile.in: Install muttbug.man als flea.1.
+
+       * doc/muttbug.man, doc/mutt.man, main.c, Makefile.am, muttbug:
+       Install muttbug(1) as flea(1), and adjust the documentation
+       accordingly.  Note: Typing muttbug will still work.
+
+       * doc/muttbug.man: More tiny fixes.
+
+       * doc/muttbug.man:
+       Fix some typos.  In particular, it's bug tracking system, not buck
+       tracking system.  Oh well.
+
+       * doc/Makefile.in, doc/muttbug.man, doc/mutt.man:
+       muttbug(1) has a manual page of it's own now.
+
+       * muttbug.sh.in: Fix a little bug concerning version numbers.
+
+       * Makefile.am: The warning about README.UPGRADE can go.
+
+       * doc/mutt.man: Mention the bug tracking system.
+
+       * INSTALL:
+       Mention that mutt needs an iconv implementation, and point users to
+       libiconv.
+
+       * INSTALL: Mention OpenBSD
+
+       * Makefile.am: Remove types.h at "make clean" time.
+
+       * curs_main.c: Fix a segmentation fault in the index.
+
+       * curs_main.c: Try to fix a segmentation fault in the index.
+
+Mon Jul 24 07:48:53 2000  Thomas Roessler  <roessler@guug.de>
+
+       * browser.h:
+       make bit types unsigned.  From albert chin <china@thewrittenword.com>.
+
+       * curs_lib.c, hdrline.c, help.c, mbyte.c, mbyte.h, menu.c:
+       Replace wctomb and mbtowc with wcrtomb and mbrtowc.  From TAKIZAWA
+       Takashi <taki@luna.email.ne.jp>, with small changes from Edmund
+       Grimley Evans.
+
+Sun Jul 23 21:47:01 2000  Thomas Roessler  <roessler@guug.de>
+
+       * menu.c: Fix #108, from Gero Treuner.
+
+       * configure.in, resize.c: sys/ioctl.h vs. ioctl.h.  From Sam Roberts.
+
+       * rfc2231.c:
+       Fix an obvious bug which prevented rfc2231 _encoding_ support from
+       working.
+
+Sat Jul 22 09:01:43 2000  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in, mutt.h: Some more QNX compiling aides.
+
+Fri Jul 21 07:32:12 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/md5.h, checktypes.c, Makefile.am:
+       Try to be smart about integer types.
+
+       * imap/imap.c: Fix imap_passive.  From Brendan Cully.
+
+       * contrib/Makefile.in: Fix #150.  From Brendan Cully.
+
+Thu Jul 20 17:51:52 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/devel-notes.txt: Typo.
+
+       * imap/browse.c, imap/command.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/util.c, mutt_socket.c, mutt_socket.h, mx.c, pop.c:
+       Another IMAP patch from Brendan.
+
+       * imap/util.c: quick hack against mx->mbox being NULL.
+
+       * imap/BUGS, imap/imap.c, imap/imap.h, imap/util.c, postpone.c:
+       patch-bac.postpone-2
+
+       * pop.c: Use shared socket code, from Vsevolod Volkov.
+
+Wed Jul 19 10:21:57 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/POTFILES.in, imap/Attic/imap_socket.h, imap/Attic/socket.c, imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/imap_ssl.c, imap/imap_ssl.h, imap/Makefile.am, imap/message.c, imap/util.c, acconfig.h, account.c, account.h, browser.c, configure.in, gettext.c, globals.h, init.c, init.h, Makefile.am, mutt_socket.c, mutt_socket.h:
+       IMAP socket moves by Brendan Cully, with a fix from Tommi
+       Komulainen, and most likely based on input from Vsevolod Voykov
+       (sp?).
+
+       * imap/util.c:
+       Fix more possible IMAP memory corruption.  From Brendan Cully.
+
+       * imap/util.c:
+       Fix possible memory corruption in stable.  From Brendan Cully.
+
+       * imap/Attic/socket.c, imap/imap_private.h, imap/message.c, imap/imap.c:
+       Backport various IMAP bug-fixes to stable.  From Brendan Cully.
+
+Tue Jul 18 14:38:13 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/Attic/socket.c, imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c:
+       More IMAP clean-up from Brendan Cully.
+
+       * imap/Attic/socket.c, imap/imap.c, imap/imap_private.h, imap/message.c, imap/utf7.c:
+       IMAP fixes from Brendan Cully.
+
+       * init.h: Documentation fix.
+
+Mon Jul 17 18:08:27 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/message.c: Fix possible heap corruption.  From Brendan Cully.
+
+       * imap/utf7.c: Name changes left out by EGE's patch.
+
+       * imap/util.c, imap/imap_private.h: imap/UTF7 related fixes from EGE.
+
+       * curs_main.c: Fix #192.
+
+Sun Jul 16 15:35:14 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/browse.c, imap/imap.c, imap/imap_private.h, imap/Makefile.am, imap/message.c, imap/utf7.c, imap/util.c:
+       Support modified UTF-7 in folder names.  From Edmund Grimley Evans,
+       modified by Brendan Cully.
+
+       * handler.c: Another qp fix.
+
+       * handler.c:
+       More qp decoder modifications: We should handle multibyte characters
+       spanning soft line breaks.
+
+       * handler.c:
+       Rewrite the quoted-printable decoder so it properly chops off
+       trailing white space.  Problem noted by Byrial Jensen.
+
+Sat Jul 15 06:51:47 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/Attic/socket.c: Add a message that we are looking up a host.
+
+Fri Jul 14 15:03:43 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/message.c, imap/message.h: Brendan's latest IMAP changes.
+
+       * README.SSL:
+       Tommi Komulainen's entropy gathering patch - documentation.
+
+Wed Jul 12 14:17:46 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/cs.po: update.
+
+       * imap/imap_ssl.c: Entropy gathering fixes.
+
+       * configure.in: Re-apply the iconv patch from vvv.
+
+       * configure.in: undo the enable-external-dotlock patch.
+
+       * handler.c:
+       Initialize a variable in order to avoid a segmentation fault.  From
+       Aaron Schrab.
+
+Tue Jul 11 20:38:49 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/Attic/socket.c, imap/imap.c, imap/imap_private.h:
+       Unify logout stuff in _one_ function.  From Vsevolod Volkov.
+
+       * imap/message.c:
+       Disable a bug work-around which actually breaks things.
+
+       * configure.in: Typo, noted by Brad <brad@comstyle.com>.
+
+Mon Jul 10 19:52:12 2000  Thomas Roessler  <roessler@guug.de>
+
+       * main.c: Typo.
+
+       * po/id.po: update.
+
+       * rfc2047.c:
+       Fix some possible NULL pointer deferences in the RFC2047 code.
+
+       * imap/Attic/socket.c, imap/command.c, imap/imap.c, imap/message.c, browser.c, pgpkey.c, pop.c, query.c, remailer.c:
+       Fix a bunch of cases where format parameters were missing from calls
+       to mutt_message and mutt_error.
+
+       * imap/command.c, imap/imap.c, imap/message.c, browser.c, pgpkey.c, pop.c, query.c, remailer.c:
+       [stable] Fix a bunch of cases where format parameters were missing
+       to calls of mutt_error and mutt_message.
+
+       * po/ru.po, po/de.po, po/da.po: update.
+
+       * po/da.po: Update.
+
+       * acconfig.h, charset.c, configure.in, INSTALL, main.c:
+       Some changes from EGE.
+
+Fri Jul  7 15:12:37 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/fr.po: update
+
+       * attach.c, Attic/parse.h, copy.c, editmsg.c, from.c, mbox.c, parse.c, pgp.c, protos.h:
+       Fix #185:  is_from would return 0 (i.e., error) when parsing Jan 1
+       1970 12:00 - apparently, this point of time occurs on real mail
+       folders.
+
+Thu Jul  6 23:08:39 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/nl.po, po/pl.po, po/it.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/da.po, po/de.po, po/el.po, po/eo.po, ChangeLog, po/cs.po, VERSION:
+       automatic post-release commit for mutt-1.2.4
+
+       * muttlib.c: ups, this should be fixed in stable.
+
+       * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ko.po, po/nl.po, po/pl.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog, VERSION:
+       automatic post-release commit for mutt-1.3.5
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/cs.po, po/da.po, po/de.po, reldate.h, ChangeLog, VERSION:
+       automatic post-release commit for mutt-1.2.3
+
+       * po/fr.po: update.
+
+Thu Jul  6 22:34:55 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/cs.po, po/da.po, po/de.po, reldate.h, ChangeLog, VERSION:
+       automatic post-release commit for mutt-1.2.3
+
+       * po/fr.po: update.
+
+       * imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/command.c, imap/imap.c, imap/imap_private.h, imap/imap_socket.h, imap/message.c, imap/socket.c:
+       More IMAP clean-up.
+
+       * imap/imap_private.h, imap/imap_socket.h, imap/message.c, imap/socket.c, imap/util.c, imap/browse.c, imap/command.c, imap/imap.c:
+       More IMAP fixes from Brendan Cully.
+
+Wed Jul  5 14:39:14 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/socket.c: Fix the Fix.  From TK.
+
+       * imap/imap_ssl.c, imap/socket.c:
+       From: Tommi Komulainen <Tommi.Komulainen@iki.fi>
+
+       - imap_logout_all assumed every connection with descriptor value !=
+         0 to be ready for reading/writing. Unfortunately when the
+         descriptor was closed, conn->fd remained untouched. This is why
+         mutt segfaulted if IMAP login was aborted with ^G.
+
+       - ssl_socket_close was called without calling ssl_socket_open first.
+         This caused a segfault because conn->sockdata was NULL. Apparently
+         there was also a memory leak, because conn->sockdata was never
+         free'd :-]
+
+       * imap/auth.c, imap/BUGS, imap/imap.c, imap/socket.c, imap/TODO:
+       IMAP cosmetics from Brendan Cully.
+
+Tue Jul  4 17:59:10 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head:
+       slight documentation imrpovement from Will Fiveash.
+
+Mon Jul  3 15:26:22 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/de.po: update
+
+       * imap/BUGS, imap/command.c, imap/imap.c, imap/imap.h, imap/imap_socket.h, imap/socket.c, imap/util.c, curs_main.c:
+       IMAP logout patch from Brendan Cully.
+
+       * po/id.po: update
+
+       * po/id.po: update.
+
+       * rfc2047.c: "Where have all the headers gone" fix from EGE.
+
+       * sendlib.c: utf8 -> utf8 fix (From EGE).
+
+       * rfc2047.c: RFC 2047 patch from EGE.
+
+Fri Jun 30 08:28:56 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po: fix a format.
+
+       * sendlib.c: Character set fix from EGE.
+
+Tue Jun 27 22:28:01 2000  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: minor change from EGE.
+
+       * main.c, rfc2047.c:
+       Cosmetics.  No, I didn't touch the word-wrap code. ;-)
+
+Mon Jun 26 23:10:26 2000  Thomas Roessler  <roessler@guug.de>
+
+       * muttlib.c:
+       Fix a possible segfault in mutt_expand_folder. Noted by AMK; [stable].
+
+       * muttlib.c:
+       Fix a possible segmentation fault in mutt_expand_path.  Noted by
+       Andreas M. Kirchwitz.
+
+       * doc/Makefile.in, contrib/Makefile.in: "make check" cosmetics.
+
+       * contrib/sample.muttrc-tlr: update.
+
+       * configure.in: Iconv detection patch.  From Lars Hecking.
+
+       * color.c: Fix #173.  From Roland Rosenfeld.
+
+Thu Jun 22 23:18:36 2000  Thomas Roessler  <roessler@guug.de>
+
+       * muttlib.c:
+       Avoid crashing when forwarding message/rfc822-type attachments.
+
+       * Makefile.am, prepare: Lars Hecking's build process patch for stable.
+
+       * rfc822.c: Fix stack corruption in the RFC822 parser.  Noted by Ari
+       Gordon-Schlosberg <ari@heavyware.com>.
+
+       * rfc822.c:
+       Fix stack corruption in the RFC822 parser.  Problem noted by Ari
+       Gordon-Schlosberg <ari@heavyware.com>.
+
+       * recvattach.c:
+       Merge two almost-identical string constants.  From Byrial.
+
+Wed Jun 21 19:23:23 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/auth_gss.c: More debug code which needs #ifdefs.
+
+       * imap/auth_gss.c: More debugging code which needs #ifdefs.
+
+       * po/eo.po: update.
+
+       * Makefile.am, prepare:
+       Work-around for keymap_defs and other dependency problems.  From
+       Lars Hecking.
+
+       * muttlib.c: Fix ~logname expansion for stable.
+
+       * muttlib.c: Fix ~logname expansion.
+
+       * README: Remove explicit list of mirrors, and refer to download.html.
+
+       * mbox.c: Fix another mbox synch problem.
+
+       * mbox.c: Fix another bug in mbox synching.
+
+       * postpone.c: Some more character set cleanup,.
+
+       * commands.c, compose.c, muttlib.c, pgpkey.c, postpone.c, protos.h, recvattach.c, send.c, sendlib.c:
+       More character set clean-up.
+
+       * postpone.c:
+       Improve character set handling when postponing messages.  This patch
+       may lead to information loss under very special circumstances.
+
+       * muttlib.c, protos.h: Remove unused mutt_dup_body () function.
+
+       * compose.c, pgpkey.c, protos.h, recvattach.c, send.c, sendlib.c:
+       Fix character set selection.  Postponing and recalling messages
+       should work again, now.
+
+       * postpone.c, sendlib.c: Fix a file descriptor leak in sendlib.c.
+
+       * main.c:
+       patch-1.3.2.tbm.lastfolder, from Martin Michlmayr <tbm@cyrius.com>.
+
+       * commands.c, hook.c, protos.h, recvattach.c, recvcmd.c, send.c:
+       Apply message-hook to more commands, and make it more useful by
+       permitting the "~h" and "~b" pattern specifiers.  Bad enough, this
+       removes message-hook abilities from the receive-attachment menu.
+
+Tue Jun 20 22:23:37 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/it.po, po/ko.po, po/nl.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/el.po, po/eo.po, po/cs.po, po/da.po, po/de.po, ChangeLog, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.2.2
+
+       * build-release:
+       Add a "make" call, so build-release will also work from a source
+       tree which hasn't been built recently.
+
+       * commands.c: Do some comparisons case-insensitive.
+
+       * po/ru.po: update.
+
+       * doc/muttrc.man.head: s/display-hook/message-hook/
+
+       * po/de.po:
+       Fix a misleading fuzzy translation about PGP signature validity.
+       From Roland Rosenfeld.
+
+       * imap/imap.c: Don't use debuglevel unless DEBUG is defined.  Noted by
+       china@thewrittenword.com.
+
+       * imap/imap.c:
+       Only use debuglevel if DEBUG is defined.  Noted by Albert Chin
+       <china@thewrittenword.com>,
+
+       * po/fr.po: update.
+
+Mon Jun 19 21:13:19 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/devel-notes.txt, doc/manual.sgml.head, init.h, makedoc.c:
+       patch-1.3.3.bj.docref.1
+
+       * build-release: Make sure m4/Makefile is _really_ rebuilt.
+
+       * po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/cs.po, ChangeLog, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.2.1
+
+       * doc/manual.sgml.head: Fix some more mentions of display-hook.
+
+       * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, ChangeLog, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h, VERSION:
+       automatic post-release commit for mutt-1.3.4
+
+       * compose.c: No need to include iconv.h.
+
+       * po/da.po: update.
+
+       * po/ru.po: update
+
+Mon Jun 19 08:56:57 2000  Thomas Roessler  <roessler@guug.de>
+
+       * compose.c: No need to include iconv.h.
+
+       * po/da.po: update.
+
+       * po/ru.po: update
+
+Sat Jun 17 08:07:36 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap_ssl.c: Certificate verification fix from Tommi Komulainen.
+
+       * imap/imap_ssl.c: SSL fix.
+
+       * po/ru.po: upate
+
+Fri Jun 16 10:21:34 2000  Thomas Roessler  <roessler@guug.de>
+
+       * OPS, commands.c, compose.c, functions.h, mutt.h, sendlib.c:
+       patch-1.3.3.tlr.change_charset.1
+
+       * po/ru.po: nit.
+
+Thu Jun 15 21:37:07 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head, doc/muttrc.man.head, commands.c, hook.c, init.h, mutt.h, recvcmd.c, send.c:
+       patch-1.3.3.tlr.message_hook.1
+
+       * mutt.h, sendlib.c: patch-1.3.3.tlr.content_info.1
+
+       * imap/imap.c: shut up the compiler.
+
+       * po/ru.po, commands.c, init.h: nits.
+
+       * commands.c, globals.h, init.h: patch-1.2.bbell.display_filter.2.
+
+       * complete.c:
+       patch-1.3.2.bbell.complete.1 - autocomplete "!", which is helpful
+       in certain IMAP contexts.
+
+       * copy.c, mbox.c, mh.c, mx.c:
+       [stable] Prevent data corruption when the temporary space runs full.
+       Backport from unstable.
+
+       * po/el.po, po/fr.po: updates.
+
+       * po/ru.po: update.
+
+       * rfc2047.c, sendlib.c, copy.c, handler.c:
+       Avoid dumping core when Charset isn't set.
+
+       * init.h: Little documentation fix from Aaron Schrab.
+
+Wed Jun 14 09:23:45 2000  Thomas Roessler  <roessler@guug.de>
+
+       * OPS, charset.c, charset.h, compose.c, functions.h, handler.c:
+       Remove recode-attachment, and the "decoder" API.  (EGE)
+
+       * gettext.c: Make sure --disable-nls works.  (EGE)
+
+Tue Jun 13 20:36:33 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.h, mutt.h, sendlib.c: EGE's latest send-charset patch.
+
+       * m4/curslib.m4:
+       New file, contains Tom Dickey's CF_CURSES_LIBS macro from lynx.
+
+       * configure.in:
+       Use CF_CURSES_LIBS macro for better detection of platform-specific
+       curses libraries.  From Lars Hecking.
+
+       * main.c: Inform us about ICONV_NOTRANS.  From EGE.
+
+       * configure.in: iconv detection.  From EGE.
+
+       * commands.c:
+       Only display PGP signature verification status if verification was
+       tried.
+
+Mon Jun 12 07:02:42 2000  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in: A new check for working wchar functions.
+
+Sun Jun 11 19:05:12 2000  Thomas Roessler  <roessler@guug.de>
+
+       * mh.c, mx.c:
+       Fix some issues with synching of maildir/mh folders.  Problems noted
+       by Byrial Jensen.
+
+Fri Jun  9 17:42:14 2000  Thomas Roessler  <roessler@guug.de>
+
+       * pattern.c:
+       Force decimal parsing on dates, so 09 is parsed as 9, and not as
+       "invalid".
+
+       * imap/imap_ssl.c: Fix a mix-up.
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, VERSION, po/cs.po, po/da.po, ChangeLog, reldate.h:
+       automatic post-release commit for mutt-1.3.3
+
+Fri Jun  9 11:34:26 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po,
+       po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po,
+       po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po,
+       po/pt_BR.po, po/cs.po, reldate.h, ChangeLog: automatic
+       post-release commit for mutt-1.3.3
+
+       * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po,
+       po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po,
+       po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po,
+       po/pt_BR.po, VERSION, po/cs.po, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-1.3.3
+
+       * charset.c, init.c: Fix some typos in the nl_langinfo stuff.
+
+Fri Jun  9 05:51:33 2000  Thomas Roessler  <roessler@guug.de>
+
+       * charset.c, init.c: Fix some typos in the nl_langinfo stuff.
+
+       * rfc2047.c: Latest patch from EGE.
+
+Thu Jun  8 21:44:14 2000  Thomas Roessler  <roessler@guug.de>
+
+       * copy.c, mbox.c:
+       This patch should fix the mailbox corruption various people observed.
+
+       * charset.c, charset.h, init.c:
+       Fix up the value returned by nl_langinfo(CODESET).
+
+       * mbox.c: Improve error reporting with mbox folders a bit.
+
+       * send.c: patch-1.2.bj.ed_mtime.1
+
+       * Makefile.am, acconfig.h, configure.in, main.c, mbyte.c:
+       Removing the built-in charset support.
+
+       * doc/muttrc.man.head: one-character typo.
+
+       * imap/imap_ssl.c:
+       Fix #157.  From Enrik Berkhan <Enrik.Berkhan@fun.de>.
+
+       * imap/imap_ssl.c:
+       [stable] Fix #157.  From Enrik Berkhan <Enrik.Berkhan@fun.de>.
+
+       * README.SSL, init.h, mutt.h, imap/imap_ssl.c:
+       [stable] patch-1.3.2.tl.sslcerts.1.
+
+       * charset.c:
+       Don't return data on the stack.  Noted by "Andrew W. Nosenko"
+       <awn@bcs.zp.ua>.
+
+       * po/sv.po: update.
+
+Sun Jun  4 18:18:56 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head: Nits from Mikko Hänninen.
+
+Fri Jun  2 10:05:41 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap.h, pgp.c: Fix #152.
+
+Tue May 30 12:52:41 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po: update
+
+Mon May 29 22:34:12 2000  Thomas Roessler  <roessler@guug.de>
+
+       * rfc2047.c, rfc2047.h, send.c, sendlib.c:
+       Edmund's latest RFC2047 encoding update.
+
+Sun May 28 20:32:05 2000  Thomas Roessler  <roessler@guug.de>
+
+       * commands.c:
+       Don't bother the user with messages about PGP signature verification
+       when there is no PGP stuff about the message.
+
+       * README.SSL, init.h, mutt.h:
+       SSL certificate verification fixes from Tommi Komulainen.
+
+       * imap/imap_ssl.c:
+       SSL certificate verification fix from Tommi Komulainen.
+
+       * imap/command.c:
+       [stable] Handle connection take-down by servers more graciously.
+       From Patrick Caulfield.
+
+       * doc/manual.sgml.head, contrib/pgp2.rc, contrib/pgp5.rc, commands.c, init.h, pgp.c, pgp.h:
+       Modified version of Byrial Jensen's signature verification patch.
+
+Thu May 25 12:21:29 2000  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c: Use strftime for time indications with PGP verification.
+
+       * curs_lib.c, mbyte.c: Somewhat different sigsegv fix suggested by EGE.
+
+       * mbyte.c: wctomb(0,wc) is needed to work for bounds checking.
+
+       * mutt.h: Include stdlib.h from mutt.h.
+
+       * makedoc.c, init.h: Minor fixes from Byrial.
+
+       * doc/manual.sgml.head: typo.
+
+       * doc/devel-notes.txt, init.h, makedoc.c:
+       Documentation beautification patch from Byrial Jensen.  Thanks!
+
+Wed May 24 19:20:07 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po: Fixes #143.
+
+       * po/ru.po: Some fixes - #143.
+
+       * charset.c, charset.h, compose.c, gnupgparse.c:
+       Make charset-hook work with an external iconv implementation.
+
+       * imap/command.c:
+       Handle disconnects more gracefully.  From Patrick Caulfield
+       <patrick@sco.com>.
+
+       * config.guess, config.sub:
+       [stable] Latest versions from ftp.gnu.org/pub/gnu/config
+
+       * config.guess, config.sub:
+       Latest versions from ftp.gnu.org/pub/gnu/config.
+
+Tue May 23 17:16:46 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, ChangeLog, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, reldate.h:
+       automatic post-release commit for mutt-1.3.2
+
+       * contrib/gpg.rc: Make this work on QNX.
+
+       * contrib/gpg.rc:
+       Change suggested by Sam Roberts <sroberts@uniserve.com> to make this
+       work on QNX.
+
+Tue May 23 08:15:02 2000  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/gpg.rc: Make this work on QNX.
+
+       * contrib/gpg.rc:
+       Change suggested by Sam Roberts <sroberts@uniserve.com> to make this
+       work on QNX.
+
+Mon May 22 16:15:35 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po: update
+
+       * rfc2047.c: Fix a stupid segmentation fault.
+
+       * lib.c: cosmetics.
+
+       * rfc2047.c: Fix a memory leak.
+
+       * charset.c, lib.c, lib.h, protos.h: Add mutt_str_adjust ().
+
+       * parse.c: Fix a possible cause for heap corruption.
+
+       * po/de.po: update.
+
+       * charset.c, gettext.c: Make mutt_gettext () a bit more compact.
+
+Sun May 21 18:45:15 2000  Thomas Roessler  <roessler@guug.de>
+
+       * mbyte.h: Small fix from EGE.
+
+       * sendlib.c:
+       Some fixes so ISO-2022-JP* works with mutt.  Mostly from TAKIZAWA
+       Takashi <taki@luna.email.ne.jp>.
+
+       * muttlib.c: Comment a bit of code.
+
+Sat May 20 18:16:18 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/fr.po: update.
+
+       * charset.c, charset.h, curs_lib.c, rfc2047.c, rfc2231.c:
+       String conversion patch from EGE.
+
+       * doc/manual.sgml.head, hook.c:
+       Second version of Byrial's display-hook patch.
+
+       * po/uk.po, po/zh_TW.Big5.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, ChangeLog, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h:
+       automatic post-release commit for mutt-1.3.1
+
+       * doc/muttrc.man.head: Document display-hook in the manual page.
+
+       * commands.c, hook.c, init.h, mutt.h, protos.h, send.c:
+       Add a display-hook command.  From Byrial Jensen.
+
+       * alias.c, browser.c, init.c, lib.c, mutt.h, muttlib.c, protos.h:
+       Add mutt_gecos_name function which centrally handles the GECOS
+       processing.
+
+       * imap/imap.c:
+       Shut up some warnings.  We may have to think about mutt_stristr again.
+
+       * configure.in:
+       Verify that regmatch_t has offsets, and not only pointers.  From Sam
+       Roberts <sroberts@uniserve.com>.
+
+       * configure.in:
+       Don't look for curses in /usr/5lib any more - this broke things for
+       some people.
+
+       * configure.in:
+       Don't look for the curses library in /usr/5lib any more.  This broke
+       things for some people.
+
+       * sendlib.c:
+       Real fix for the pointer problem noted by Heiko Schlichting.
+
+       * sendlib.c:
+       Fix a "string on stack returned" bug found by Heiko Schlichting.
+
+Sat May 20 07:53:50 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/muttrc.man.head: Document display-hook in the manual page.
+
+       * commands.c, hook.c, init.h, mutt.h, protos.h, send.c:
+       Add a display-hook command.  From Byrial Jensen.
+
+       * alias.c, browser.c, init.c, lib.c, mutt.h, muttlib.c, protos.h:
+       Add mutt_gecos_name function which centrally handles the GECOS
+       processing.
+
+       * imap/imap.c:
+       Shut up some warnings.  We may have to think about mutt_stristr again.
+
+       * configure.in:
+       Verify that regmatch_t has offsets, and not only pointers.  From Sam
+       Roberts <sroberts@uniserve.com>.
+
+       * configure.in:
+       Don't look for curses in /usr/5lib any more - this broke things for
+       some people.
+
+       * configure.in:
+       Don't look for the curses library in /usr/5lib any more.  This broke
+       things for some people.
+
+       * sendlib.c:
+       Real fix for the pointer problem noted by Heiko Schlichting.
+
+       * sendlib.c:
+       Fix a "string on stack returned" bug found by Heiko Schlichting.
+
+Fri May 19 07:36:42 2000  Thomas Roessler  <roessler@guug.de>
+
+       * hdrline.c: Fix %. formats.  From EGE.
+
+Thu May 18 17:06:59 2000  Thomas Roessler  <roessler@guug.de>
+
+       * copy.c, parse.c, rfc2047.c, rfc2047.h, rfc2231.c, send.c, sendlib.c:
+       rfc2047_decode change from EGE.
+
+       * charset.c: Catch a segmentation fault in mutt_convert_string ().
+
+       * acconfig.h: Don't enable debugging by default in the stable branch.
+
+       * configure.in, main.c:
+       More debugging output, and a warning in configure.in.
+
+       * main.c:
+       Tell us something about internal iconv and CHARMAPS_DIR from mutt -v.
+
+Wed May 17 12:39:16 2000  Thomas Roessler  <roessler@guug.de>
+
+       * mkjtags.c: handle ^L lines correctly.
+
+       * mkjtags.c: Some beautifications.
+
+       * Makefile.am, mkjtags.c:
+       Add a little tool to help with building tags files my editor groks.
+
+       * handler.c:
+       When displaying a deleted attachment's information, present the file
+       name if it is present.  Suggested by Pete Wenzel <pete@stc.com>.
+
+       * imap/imap_ssl.c: SSL certificate check fix.  From Tommi Komulainen.
+
+       * imap/imap_ssl.c: Certificate check fix, from Tommi Komulainen.
+
+       * OPS, enter.c, functions.h:
+       Add forward-word and backward-word functions to the editor.
+
+       * OPS, enter.c, functions.h:
+       Add a kill-eow function to the line editor.
+
+       * init.c: Small fix to mutt_set_default().
+
+Tue May 16 19:01:50 2000  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am:
+       We don't need to build in the charmaps/ directory unless we use the
+       included iconv.
+
+       * compose.c, mutt.h, protos.h, sendlib.c:
+       Some fixes to the size calculation code.
+
+       * compose.c, globals.h, init.h, sendlib.c:
+       A modified version of Will Fiveash's compose format patch.
+
+       * acconfig.h, configure.in, init.c, init.h:
+       Use nl_langinfo's return value as the default for $charset.
+
+       * init.c:
+       More default setting.  This can easily be done much cleaner than the
+       last version of the patch.
+
+       * init.c: Hack: mutt_restore_default() now stores the latest value of a
+       variable as it's default if there was no default before.  The code
+       in question is executed precisely once: when mutt_restore_default() is
+       invoked from mutt_init().
+
+       * hook.c, lib.c, lib.h, muttlib.c, protos.h:
+       Let _mutt_expand_path escape regular expression special characters.
+       For stable.
+
+       * hook.c, lib.c, lib.h, muttlib.c, protos.h:
+       mutt_expand_path is now able to escape special characters for use in
+       regular expressions.  This is needed to make folder-hooks work like
+       intended.
+
+       * muttlib.c: Sanitize file names passed to mutt_adv_mktemp.
+
+       * muttlib.c: Sanitize file name suggestions passed to mutt_adv_mktemp.
+
+       * doc/manual.sgml.tail, OPS, enter.c, functions.h:
+       Add a transpose-character function to the editor.  From Aaron Schrab.
+
+       * configure.in:
+       Improve the wchar_t checks.  From "Andrew W. Nosenko" <awn@bcs.zp.ua>.
+
+Mon May 15 12:00:53 2000  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in, mbyte.c, pager.c: More iconv-related patches from EGE.
+
+Sat May 13 17:39:03 2000  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in:
+       HP/UX vs. ANSI C.  From Lars Hecking and Albert Chin. [stable]
+
+       * configure.in:
+       Configuration for ANSI C / HP/UX.  From albert chin and Lars Hecking.
+
+Fri May 12 13:41:34 2000  Thomas Roessler  <roessler@guug.de>
+
+       * mbyte.c, wcwidth.c: Make things compile. ;-)
+
+       * mbyte.c, mbyte.h, wcwidth.c:
+       Isprint-related changes.  Suggested by Andrew Nosenko, adapted by EGE.
+
+       * gettext.c: Replacing some more free() calls by safe_free().
+
+       * iconv/iconv.c, acconfig.h, configure.in, curs_lib.c, gettext.c, help.c, mbyte.c, mbyte.h, mutt.h, pager.c, wcwidth.c:
+       wide-character related patches.  From Edmund Grimley Evans.
+
+       * configure.in: HP/UX -Ae detection.  From Albert Chin. [stable]
+
+       * configure.in:
+       Improve the HP/UX check for the -Ae command line parameter.  From
+       albert chin (china@thewrittenword.com).
+
+       * gen_defs: Make sure gen_defs returns success.  [stable]
+
+       * gen_defs:
+       Sam Roberts reports that some shells do strange things with exit
+       states.
+
+       * doc/manual.sgml.head:
+       Fix $spool vs. $spoolfile.  From David Ellement.
+
+       * iconv/.cvsignore: Ignore Makefile.in, Makefile, and .deps.
+
+Thu May 11 07:10:32 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/mutt.man: Remove some unnecessary spaces.
+
+       * doc/mutt.man, main.c:
+       Fix usage information.  Noted by Mikko Hänninen.
+
+       * acconfig.h, configure.in, globals.h:
+       Check volatility of sig_atomic_t.
+
+Wed May 10 18:02:31 2000  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in: Support for old Kerberos versions.  From David Champion
+       <dgc@uchicago.edu>.
+
+       * configure.in: Fix support for old Kerberos libraries.
+
+       * hdrline.c, thread.c:
+       updated messages-in-thread (%e) patch from Markus Holmberg.
+
+       * po/pl.po: update.
+
+       * init.h, mutt.h, pop.c:
+       Fix a segmentation fault introduced by the change of pop_delete to a
+       quad option.
+
+       * po/fr.po: Update the French translation.
+
+Tue May  9 20:19:28 2000  Thomas Roessler  <roessler@guug.de>
+
+       * parse.c: more mailtool brain-damage support.
+
+       * acconfig.h, configure.in, parse.c:
+       Sun mailtool message support.  The format is ugly, but the patch is
+       reasonably clean.
+
+       * Makefile.am: include mbyte.h with the distribution.
+
+       * doc/devel-notes.txt: Add a word about format flags.
+
+       * imap/message.c: Make the X-Label patch work over IMAP.
+
+       * po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, reldate.h, ChangeLog, VERSION:
+       automatic post-release commit for mutt-1.3
+
+       * hdrline.c, init.h, protos.h, thread.c:
+       Add a %e option for thread-relative message numbers.  From Markus
+       Holmberg <markush@acc.umu.se>.
+
+       * doc/manual.sgml.head, hdrline.c, init.h, mutt.h, parse.c, pattern.c:
+       X-Label header support from David Champion <dgc@uchicago.edu>.
+
+       * init.h, pop.c: Make pop_delete a quad-option.  From Honza Pazdziora
+       <adelton@informatics.muni.cz>.
+
+       * VERSION:
+       Ups, we should leave the version file on 1.2, so the diff will get
+       built properly when I release 1.3.
+
+       * iconv/Makefile.am, iconv/iconv.c, iconv/iconv.h, lib.h, mbyte.c, mbyte.h, menu.c, muttlib.c, pager.c, pgppubring.c, protos.h, rfc2047.c, rfc2231.c, sendlib.c, utf8.c, wcwidth.c, Makefile.am, VERSION, charset.c, charset.h, commands.c, compose.c, configure.in, curs_lib.c, curs_main.c, enter.c, gettext.c, gnupgparse.c, hdrline.c, help.c, init.c:
+       Edmund Grimley Evans' UTF-8 patch.
+
+       * po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-1.2
+
+       * build-release: unstable branch.
+
+       * build-release: start preparing 1.2.
+
+Tue May  9 15:51:54 2000  Thomas Roessler  <roessler@guug.de>
+
+       * hdrline.c, init.h, protos.h, thread.c:
+       Add a %e option for thread-relative message numbers.  From Markus
+       Holmberg <markush@acc.umu.se>.
+
+       * doc/manual.sgml.head, hdrline.c, init.h, mutt.h, parse.c, pattern.c:
+       X-Label header support from David Champion <dgc@uchicago.edu>.
+
+       * init.h, pop.c: Make pop_delete a quad-option.  From Honza Pazdziora
+       <adelton@informatics.muni.cz>.
+
+       * VERSION:
+       Ups, we should leave the version file on 1.2, so the diff will get
+       built properly when I release 1.3.
+
+       * iconv/Makefile.am, iconv/iconv.c, iconv/iconv.h, lib.h, mbyte.c, mbyte.h, menu.c, muttlib.c, pager.c, pgppubring.c, protos.h, rfc2047.c, rfc2231.c, sendlib.c, utf8.c, wcwidth.c, Makefile.am, VERSION, charset.c, charset.h, commands.c, compose.c, configure.in, curs_lib.c, curs_main.c, enter.c, gettext.c, gnupgparse.c, hdrline.c, help.c, init.c:
+       Edmund Grimley Evans' UTF-8 patch.
+
+       * po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-1.2
+
+       * build-release: unstable branch.
+
+       * build-release: start preparing 1.2.
+
+Wed May  3 07:48:46 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, ChangeLog, VERSION, po/cs.po:
+       automatic post-release commit for mutt-1.1.14
+
+       * po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, ChangeLog, VERSION, po/cs.po, reldate.h:
+       automatic post-release commit for mutt-1.1.13
+
+Wed May  3 06:44:22 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/da.po,
+       po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po,
+       po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po,
+       po/pt_BR.po, po/ru.po, ChangeLog, VERSION, po/cs.po,
+       reldate.h: automatic post-release commit for mutt-1.1.13
+
+Sun Apr 30 06:58:21 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/message.c:
+       Catch the case that an IMAP server sends "\n\n" after a mail header.
+       Diagnosed by Brendan.
+
+Sun Apr 30 06:58:21 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/message.c:
+       Catch the case that an IMAP server sends "\n\n" after a mail header.
+       Diagnosed by Brendan.
+
+Sat Apr 29 13:38:05 2000  Thomas Roessler  <roessler@guug.de>
+
+       * query.c:
+       Fix a possible segmentation fault with the external query feature.
+
+       * imap/imap.c:
+       Fix the "empty screen after sync" bug observed with certain versions
+       of the Courier IMAP server.  From Brendan Cully.
+
+Wed Apr 26 17:43:00 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/util.c: Fix the imap_force_ssl option.
+
+       * po/da.po: update.
+
+       * contrib/pgp6.rc:
+       Fix a little typo.  Noted by Steve Brewer <limako@mediaone.net>.
+
+       * imap/imap_ssl.c, imap/imap_ssl.h, imap/util.c, init.h, mutt.h:
+       Add a new option named imap_force_ssl.
+
+Tue Apr 25 18:39:01 2000  Thomas Roessler  <roessler@guug.de>
+
+       * acconfig.h, configure.in: Revised version of Lars' patch.
+
+       * m4/funcdecl.m4:
+       New macros CF_CHECK_FUNCDECL, CF_CHECK_FUNCDECLS, CF_UPPER. These
+       are slightly modified versions of T. E. Dickey's macros from the
+       lynx distribution. (From Lars Hecking.)
+
+       * configure.in:
+       Use new CF_CHECK_FUNCDECLS macro for curses functions. This should
+       catch function declarations and macros alike. Due to a misfeature in
+       autoheader, we have to explicitly AC_DEFINE the curses functions.
+       (From Lars Hecking.)
+
+       * acconfig.h:
+       acconfig.h: Remove duplicate VERSION and unused HAVE_GETOPT_DECL.
+       Remove DEBUGGER (it's AC_SUBST'ed, not AC_DEFINE'd). Add defines for
+       curses functions. (From Lars Hecking.)
+
+       * po/it.po: update.
+
+Mon Apr 24 13:10:11 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/util.c:
+       Fix a segmentation fault with folder completion.  From Brendan.
+
+       * imap/message.c:
+       Fall back to INTERNALDATE when Date header isn't present.  From
+       Brendan.
+
+Sat Apr 22 18:34:29 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, ChangeLog, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, reldate.h:
+       automatic post-release commit for mutt-1.1.12
+
+       * doc/manual.sgml.head:
+       Add a link to http://www.mutt.org/download.html.
+
+       * init.c, init.h, thread.c:
+       Handle sort_aux="threads" somewhat different, and probably more
+       safely.  Problem and principle of fix noted by Gero Treuner and
+       Michael Tatge <Michael.Tatge@studserv.uni-stuttgart.de>.
+
+       * lib.c: Coda compatibility.  From Jan Harkes <jaharkes@cs.cmu.edu>.
+
+       * parse.c:
+       Fix message parsing.  This fixes the "Reply-To in body" bug.  From
+       Edmund GRIMLEY EVANS.
+
+       * doc/manual.sgml.tail: Fix the sgmltools URL.  From Martin Michlmayr.
+
+       * charset.c, editmsg.c, extlib.c, gnupgparse.c, lib.c, lib.h, pgpinvoke.c, pgpkey.c, pgplib.c, pgppubring.c, recvcmd.c, remailer.c, rfc2231.c, rfc2231.h:
+       Comment cosmetics.  From Martin Michlmayer.
+
+       * doc/manual.sgml.head:
+       Document the elmish "!!" shortcut for the last folder.  From Martin
+       Michlmayr <tbm@cyrius.com>.
+
+       * curs_main.c, pager.c:
+       Fix various inconsistencies with respect to thread deletion.
+
+Sat Apr 22 09:33:46 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head:
+       Add a link to http://www.mutt.org/download.html.
+
+       * init.c, init.h, thread.c:
+       Handle sort_aux="threads" somewhat different, and probably more
+       safely.  Problem and principle of fix noted by Gero Treuner and
+       Michael Tatge <Michael.Tatge@studserv.uni-stuttgart.de>.
+
+       * lib.c: Coda compatibility.  From Jan Harkes <jaharkes@cs.cmu.edu>.
+
+       * parse.c:
+       Fix message parsing.  This fixes the "Reply-To in body" bug.  From
+       Edmund GRIMLEY EVANS.
+
+       * doc/manual.sgml.tail: Fix the sgmltools URL.  From Martin Michlmayr.
+
+       * charset.c, editmsg.c, extlib.c, gnupgparse.c, lib.c, lib.h, pgpinvoke.c, pgpkey.c, pgplib.c, pgppubring.c, recvcmd.c, remailer.c, rfc2231.c, rfc2231.h:
+       Comment cosmetics.  From Martin Michlmayer.
+
+       * doc/manual.sgml.head:
+       Document the elmish "!!" shortcut for the last folder.  From Martin
+       Michlmayr <tbm@cyrius.com>.
+
+       * curs_main.c, pager.c:
+       Fix various inconsistencies with respect to thread deletion.
+
+Wed Apr 12 16:32:26 2000  Thomas Roessler  <roessler@guug.de>
+
+       * browser.c: Initialize some more memory.  Noted by Vsevolod Volkov
+       <vvv@lucky.net>.
+
+       * headers.c: Catch some error conditions.
+
+       * main.c: Tell us whether debugging is enabled or not.
+
+Sun Apr  9 13:32:36 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sv.po: Update.
+
+       * imap/imap_ssl.c: Another file mode change.
+
+       * po/fr.po, po/es.po, po/el.po: update.
+
+       * imap/imap_ssl.c:
+       Save more than one SSL certificate to the certificate file.
+
+       * po/da.po, po/cs.po: update.
+
+       * imap/socket.c: Make host name comparison case-insensitive.
+
+       * doc/manual.sgml.head:
+       Minor typo in the documentation.  Noted by Vsevolod Volkov
+       <vvv@lucky.net>.
+
+       * muttlib.c:
+       The "!!" shortcut had another flaw.  Noted by Martin Michlmayr
+       <tbm@cyrius.com>.
+
+       * imap/BUGS: Documentation patch from Brendan Cully.
+
+       * pattern.c: Fix ^ and ! pattern modifiers.
+
+Fri Mar 31 12:37:21 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po, po/id.po: update.
+
+Thu Mar 30 15:33:14 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/ko.po, po/it.po, po/fr.po, po/gl.po, po/id.po, po/eo.po, po/es.po, po/el.po, po/da.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-1.1.11
+
+       * po/uk.po, po/zh_TW.Big5.po, po/sv.po, po/sk.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/ko.po, po/id.po, po/it.po, po/gl.po, po/fr.po, po/es.po, po/eo.po, po/el.po, po/de.po, po/da.po, po/Makefile.in.in, po/POTFILES.in, po/cs.po:
+       make update-po, and undo most parts of Lars' and Tommi's patch - it
+       broke things here.
+
+Thu Mar 30 15:16:22 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/uk.po, po/zh_TW.Big5.po, po/sv.po, po/sk.po,
+       po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/ko.po,
+       po/id.po, po/it.po, po/gl.po, po/fr.po, po/es.po, po/eo.po,
+       po/el.po, po/de.po, po/da.po, po/Makefile.in.in,
+       po/POTFILES.in, po/cs.po: make update-po, and undo most
+       parts of Lars' and Tommi's patch - it broke things here.
+
+       * imap/imap_ssl.c: Typo, noticed by Vsevolod Volkov <vvv@lucky.net>.
+
+       * po/de.po: update.
+
+       * po/eo.po: fix.
+
+       * contrib/Makefile.in: Distribute pgp6.rc. Ups.
+
+       * po/uk.po: Updated Ukrainian translation.
+
+       * curs_main.c: Cursor cosmetics.  From Byrial.
+
+       * contrib/Makefile.in:
+       Installation process patch from Bill Nottingham <notting@redhat.com>.
+
+       * build-release: Explicitly use scp1.
+
+Wed Mar 29 20:16:36 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/sv.po, po/uk.po, po/sk.po, po/pt_BR.po, po/ru.po, po/pl.po, po/ko.po, po/nl.po, po/id.po, po/it.po, po/gl.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/da.po, po/cs.po, VERSION, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-1.1.10
+
+       * imap/message.c: Fix access to read-only folders via IMAP.
+
+Wed Mar 29 20:03:32 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/message.c: Fix access to read-only folders via IMAP.
+
+       * po/de.po, doc/Makefile.in, doc/manual.sgml.head, init.c, thread.c:
+       Various little patches from Gero Treuner.
+
+       * imap/Makefile.am, Makefile.am: Build diff from Brendan Cully.
+
+Tue Mar 28 10:09:19 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/Makefile.in.in, po/POTFILES.in, Makefile.am:
+       A patch from Tommi Komulainen (and Lars Hecking) for building
+       outside the source directory.
+
+Mon Mar 27 23:56:35 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/auth_gss.c, imap/imap_ssl.c, acconfig.h, configure.in:
+       NetBSD portability patches from Brendan Cully.
+
+Sat Mar 25 18:22:09 2000  Thomas Roessler  <roessler@guug.de>
+
+       * keymap.c:
+       Timeout occasionally in menus, with the notable exception of the
+       editor.  This is needed to avoid some more IMAP timeouts.
+       [patch-1.1.9.tlr.timeout.1]
+
+Thu Mar 23 12:21:10 2000  Thomas Roessler  <roessler@guug.de>
+
+       * remailer.c: Little fix for the remailer menu.
+
+       * configure.in:
+       Fix Kerberos configuration.  From David Champion <dgc@uchicago.edu>.
+
+Wed Mar 22 08:24:45 2000  Thomas Roessler  <roessler@guug.de>
+
+       * mutt.h, sort.c, init.h: Sorting fix from Gero Treuner.
+
+Tue Mar 21 22:01:42 2000  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in:
+       Fix charmap configuration.  This was broken in configure.in,v 2.54.
+
+Mon Mar 20 10:32:18 2000  Thomas Roessler  <roessler@guug.de>
+
+       * muttlib.c:
+       Fix the "!!" shortcut for the last folder.  Noted by Byrial Jensen.
+
+       * po/da.po, po/eo.po: update
+
+       * configure.in, Attic/Muttrc.head, Muttrc.head.in:
+       Put Muttrc.head under autoconf control - we need to substitute
+       @docdir@ for the <f1> macro to work.
+
+Sun Mar 19 09:19:30 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/nl.po: Fix some sloppiness errors.  From Brendan Cully.
+
+Fri Mar 17 08:26:22 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/nl.po: update
+
+       * rfc2047.c, sendlib.c: Don't override iso-2022-jp with us-ascii.
+
+Thu Mar 16 10:01:43 2000  Thomas Roessler  <roessler@guug.de>
+
+       * commands.c, init.h, mutt.h: Add the $print_decode option.
+
+       * po/ru.po, po/sv.po: updates
+
+       * po/it.po: update.
+
+       * editmsg.c:
+       Use Editor with a fall-back to visual when editing messages.
+
+       * muttlib.c: Localization nit from Byrial Jensen.
+
+       * doc/manual.sgml.head, init.h:
+       Documentation fixes from Mikko Hänninen.
+
+Wed Mar 15 23:25:47 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap_ssl.c, imap/imap_ssl.h, imap/socket.c, README.SSL, configure.in, init.h:
+       Fix entropy gathering in the IMAP SSL support.  From Tommi Komulainen.
+
+       * Makefile.am: Add a dependency for keymap_defs.h.  Hope it works now.
+
+       * po/da.po: update
+
+Tue Mar 14 21:05:00 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po, po/cs.po: updates.
+
+       * configure.in: Fix a charmap configuration flaw.  From Gero Treuner.
+
+       * doc/Makefile.in:
+       Install all the documentation.  Problem noted and fix supplied by
+       Gero Treuner.
+
+       * po/es.po: Update from Boris Wesslowski.
+
+       * base64.c: Add the original fetchmail copyright notice.
+
+       * contrib/Makefile.in, contrib/pgp6.rc:
+       More nits: Include a sample configuration file for using mutt with
+       pgp6, and install and actually distribute Tin.rc.
+
+Mon Mar 13 22:36:56 2000  Thomas Roessler  <roessler@guug.de>
+
+       * makedoc.c, send.c, charset.h, init.h:
+       Various nits, noted by Gero Treuner.
+
+       * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po, po/ru.po, po/pl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/gl.po, po/es.po, po/fr.po, po/eo.po, po/el.po, po/da.po, po/de.po, po/cs.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.1.9
+
+       * build-release: change code for going on-line.
+
+       * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/gl.po, po/id.po, po/it.po, po/eo.po, po/es.po, po/fr.po, po/el.po, po/de.po, po/cs.po, po/da.po:
+       make update-po.
+
+       * po/sv.po, po/fr.po: updates.
+
+Mon Mar 13 18:37:17 2000  Thomas Roessler  <roessler@guug.de>
+
+       * build-release: change code for going on-line.
+
+       * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pl.po,
+       po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/gl.po,
+       po/id.po, po/it.po, po/eo.po, po/es.po, po/fr.po, po/el.po,
+       po/de.po, po/cs.po, po/da.po: make update-po.
+
+       * po/sv.po, po/fr.po: updates.
+
+Fri Mar 10 11:38:32 2000  Thomas Roessler  <roessler@guug.de>
+
+       * handler.c:
+       Fix the handling of raw carriage return characters in the base64
+       handler.
+
+Thu Mar  9 11:58:11 2000  Thomas Roessler  <roessler@guug.de>
+
+       * pgpinvoke.c: Bail on empty PGP formats.
+
+       * po/ko.po: update.
+
+Wed Mar  8 18:08:03 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/message.c: Another fix from Brendan Cully.
+
+       * po/pl.po: update.
+
+       * sendlib.c, parse.c:
+       Fix more RFC2047 encoding bugs.  Once again from Gero Treuner
+       <gero@faveve.uni-stuttgart.de>.
+
+Tue Mar  7 19:53:19 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/da.po, configure.in:
+       Adding a Danish translation.  Thanks to Morten Bo Johansen
+       <mojo@image.dk> and the members of the sslug-locale mailing list,
+       see http://www.sslug.dk/emailarkiv/locale/.
+
+       * color.c:
+       The uncolor/unmono commands weren't parsed correctly when not
+       applicable.  This fixes bug#65.
+
+       * makedoc.c: Make gcc happy.
+
+       * TODO: Remove an old item from this list.  From Brendan Cully.
+
+       * sendlib.c, TODO, protos.h, send.c:
+       Correct header encodings when postponing messages.
+
+       * po/de.po: update
+
+       * po/pt_BR.po, po/el.po: updates.
+
+       * curs_main.c: Fix NULL pointer deferences.
+
+Sat Mar  4 12:57:53 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po,
+       po/pt_BR.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po,
+       po/it.po, po/id.po, po/gl.po, po/fr.po, po/eo.po, po/es.po,
+       po/el.po, po/de.po, po/cs.po, reldate.h, build-release,
+       VERSION, ChangeLog: automatic post-release commit for
+       mutt-1.1.8
+
+       * protos.h, send.c, alias.c, headers.c: Unify alias expansion.
+
+Sat Mar  4 08:40:53 2000  Thomas Roessler  <roessler@guug.de>
+
+       * protos.h, send.c, alias.c, headers.c: Unify alias expansion.
+
+Fri Mar  3 16:52:41 2000  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/gpg.rc:
+       Don't use gpg-2comp by default, but leave the command lines using
+       this one there as comments.
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/pl.po, po/pt_BR.po, po/nl.po, po/it.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/el.po, po/eo.po, po/cs.po, po/de.po, imap/imap_ssl.c, imap/imap_ssl.h, imap/message.c, imap/message.h, imap/socket.c, imap/util.c, imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/command.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/imap_socket.h, doc/dotlock.man, doc/manual.sgml.head, doc/mutt.man, doc/muttrc.man.head, rfc822.h, score.c, send.c, sendlib.c, signal.c, sort.c, sort.h, status.c, system.c, thread.c, recvcmd.c, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, rfc822.c, pgpinvoke.c, pgpkey.c, pgplib.c, pgplib.h, pgppubring.c, pop.c, postpone.c, protos.h, query.c, recvattach.c, mx.h, pager.c, pager.h, parse.c, pattern.c, pgp.c, pgp.h, menu.c, mh.c, mime.h, mutt.h, mutt_curses.h, mutt_menu.h, mutt_regex.h, muttbug.sh.in, muttlib.c, mx.c, history.c, history.h, hook.c, init.c, init.h, keymap.c, keymap.h, lib.c, lib.h, mailbox.h, main.c, makedoc.c, mapping.h, mbox.c, dotlock.h, edit.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c, from.c, functions.h, globals.h, gnupgparse.c, handler.c, hash.c, hash.h, hdrline.c, headers.c, help.c, charset.c, charset.h, color.c, commands.c, complete.c, compose.c, copy.c, copy.h, curs_lib.c, curs_main.c, date.c, dotlock.c, COPYRIGHT, addrbook.c, alias.c, attach.c, attach.h, base64.c, browser.c, browser.h, buffy.c, buffy.h:
+       The FSF apparently has moved.
+
+       * po/sv.po: Swedish translation.
+
+       * imap/imap.h, imap/imap.c, commands.c, compose.c, curs_main.c, editmsg.c, mailbox.h, mbox.c, mh.c, mx.c, mx.h, pop.c, postpone.c, send.c, sendlib.c, attach.c:
+       Fix index updates when closing or synching mail folders fails.
+       There were some bug-fixes hidden in that code.
+
+       * imap/message.c: More missing fclose (3) calls.
+
+Thu Mar  2 21:01:27 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap_ssl.c, imap/message.c:
+       Fix a bunch of file descriptor leaks.
+
+       * po/de.po: A one-character patch from Gero Treuner.
+
+       * INSTALL, README.SSL:
+       Add some SSL documentation.  From Tommi Komulainen.
+
+       * mh.c, mx.c:
+       Fix incompatible return value checking.  This should fix #29.
+
+       * mutt.h, send.c, init.h:
+       Add $reverse_realname option.  Essentially suggested by ws@rhein.de.
+
+Wed Mar  1 21:27:36 2000  Thomas Roessler  <roessler@guug.de>
+
+       * Muttrc.head: Fix #26: A little typo.
+
+       * contrib/Makefile.in, contrib/sample.muttrc-tlr:
+       Add a commented version of my .muttrc as an example.
+
+       * contrib/sample.muttrc: Fix some mail addresses.
+
+       * README.UPGRADE:
+       Add some more documentation for users who are upgrading.  This is
+       more precise than the NEWS file, but confined to the more notable
+       changes.
+
+       * configure.in: Another fix from Tommi Komulainen.
+
+       * po/eo.po, po/id.po, po/de.po: update.
+
+       * imap/util.c: Don't crash with NULL Context pointers.
+
+       * po/fr.po: Update.
+
+       * doc/dotlock.man, doc/mutt.man:
+       dotlock is called mutt_dotlock for quite some time now.
+
+       * po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/el.po, po/eo.po, po/es.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-1.1.7
+
+       * imap/command.c, init.h, mutt.h, README.SECURITY, configure.in:
+       Add $imap_servernoise option to suppress IMAP server messages.  From
+       Brendan Cully.
+
+       * imap/Makefile.am: Include auth_gss.c with the distribution.
+
+Wed Mar  1 00:12:14 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/command.c, init.h, mutt.h, README.SECURITY, configure.in:
+       Add $imap_servernoise option to suppress IMAP server messages.  From
+       Brendan Cully.
+
+       * imap/Makefile.am: Include auth_gss.c with the distribution.
+
+Tue Feb 29 22:40:46 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/pl.po, po/it.po, po/fr.po, po/gl.po, po/id.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/cs.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.1.6
+
+       * po/zh_TW.Big5.po, po/sv.po, po/uk.po, po/sk.po, po/ru.po, po/pt_BR.po, po/nl.po, po/pl.po, po/ko.po, po/gl.po, po/id.po, po/it.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/cs.po, po/de.po:
+       Some updates; make update-po.
+
+       * charset.c:
+       Add error checking to the recode-attachment code.  From "Andrew W.
+       Nosenko" <awn@bcs.zp.ua>.
+
+       * configure.in:
+       Replace --enable-ssl by --with-ssl.  From Tommi Komulainen.
+
+       * imap/imap.c, mx.c, curs_main.c:
+       More IMAP folder update hacks.  Brendan says it works.
+
+Tue Feb 29 22:34:07 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/sv.po, po/uk.po, po/sk.po, po/ru.po,
+       po/pt_BR.po, po/nl.po, po/pl.po, po/ko.po, po/gl.po,
+       po/id.po, po/it.po, po/es.po, po/fr.po, po/el.po, po/eo.po,
+       po/cs.po, po/de.po: Some updates; make update-po.
+
+       * charset.c: Add error checking to the recode-attachment
+       code.  From "Andrew W. Nosenko" <awn@bcs.zp.ua>.
+
+       * configure.in:
+       Replace --enable-ssl by --with-ssl.  From Tommi Komulainen.
+
+       * imap/imap.c, mx.c, curs_main.c:
+       More IMAP folder update hacks.  Brendan says it works.
+
+Mon Feb 28 18:06:35 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head: Martin Michlmayr told me about a typo.
+
+       * imap/imap.h, imap/util.c, menu.c, pager.c:
+       New IMAP keep-alive code.  This should work from all menus, and it
+       should always poll the current folder.
+
+       * menu.c, pager.c: Do IMAP keep-alive polls from all menus.
+
+       * curs_main.c, pager.c:
+       Don't do Context updates from the background, part 2.
+
+       * imap/imap.h, imap/imap_private.h, imap/util.c, imap/command.c, imap/imap.c:
+       Don't do Context updates from the background.
+
+Sun Feb 27 08:49:34 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/POTFILES.in:
+       imap/auth_gss.c was missing.  Noted by "Andrew W. Nosenko"
+       <awn@bcs.zp.ua>.
+
+Sat Feb 26 18:14:24 2000  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am:
+       muttbug is a script, not a program.  Tell automake about this.
+
+       * mx.c: Don't use an uninitialized string for error reporting.
+
+       * imap/browse.c: Fix a segmentation fault.  Patch from Brendan Cully.
+
+Fri Feb 25 08:57:05 2000  Thomas Roessler  <roessler@guug.de>
+
+       * .cvsignore: ignore muttbug{,.sh}
+
+       * Makefile.am: Tell users about README.UPGRADE.
+
+Thu Feb 24 21:34:10 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/ru.po, po/pt_BR.po, po/pl.po, po/ko.po, po/nl.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/es.po, po/cs.po, po/de.po, po/el.po, po/eo.po, reldate.h, ChangeLog, VERSION:
+       automatic post-release commit for mutt-1.1.5
+
+       * main.c: Fix #52, from Mikko.Hanninen@iki.fi.
+
+Thu Feb 24 21:25:49 2000  Thomas Roessler  <roessler@guug.de>
+
+       * main.c: Fix #52, from Mikko.Hanninen@iki.fi.
+
+Wed Feb 23 13:26:03 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pl.po,
+       po/pt_BR.po, po/ru.po, po/nl.po, po/id.po, po/it.po,
+       po/ko.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po,
+       po/cs.po, po/de.po: New German translation; make update-po.
+
+       * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po,
+       po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/pl.po,
+       po/fr.po, po/gl.po, po/id.po, po/it.po, po/eo.po, po/es.po,
+       po/Makefile.in.in, po/cs.po, po/de.po, po/el.po: Fix some
+       dependency, and do update-po again.  Also, Edmund Evans
+       submitted a new Esperanto translation.
+
+       * mx.c: safe_fclose() doesn't like FILE pointers.
+
+       * mx.h, mx.c: Don't core dump when locking a folder fails.
+
+Tue Feb 22 19:22:29 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/ru.po,
+       po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/id.po,
+       po/it.po, po/fr.po, po/gl.po, po/el.po, po/eo.po, po/es.po,
+       po/de.po, po/cs.po: update-po.
+
+       * po/ko.po: New Korean translation from <redhands@linux.sarang.net>.
+
+       * muttbug.sh.in: Fix bug#42: A missing "'".
+
+       * main.c: Cosmetic fix from Marco d'Itri.
+
+       * imap/browse.c, browser.c, doc/manual.sgml.head:
+       Brendan Cully's latest IMAP browser fixes.
+
+Fri Feb 18 10:56:24 2000  Thomas Roessler  <roessler@guug.de>
+
+       * muttlib.c:
+       In mutt_copy_body(), we also need to strdup() the content-description.
+
+       * imap/command.c:
+       Reasonably handle suerfluous EXIST messages from IMAP servers.  From
+       Brendan Cully.
+
+Thu Feb 17 18:22:27 2000  Thomas Roessler  <roessler@guug.de>
+
+       * send.c:
+       Fix content-description encoding - it was done after signing, not
+       before signing.
+
+       * sendlib.c, attach.c, mx.c, pop.c:
+       Do more error checking when writing messages to folders.
+
+Wed Feb 16 17:29:33 2000  Thomas Roessler  <roessler@guug.de>
+
+       * send.c: Fix mail-followup-to generation.
+
+       * sendlib.c:
+       Don't output empty header fields.  This is made necessary by the
+       addition of possibly empty my_hdr commands.
+
+       * init.c: Permit empty my_hdrs.  Suggested by Edmund Grimley Evans.
+
+       * po/cs.po: update.
+
+       * pattern.c, protos.h, send.c:
+       Generate mail-followup-to headers which contain the user's mail
+       address when sending messages to _known_ mailing lists.
+
+       * po/de.po: update.
+
+Tue Feb 15 22:26:39 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/fr.po: update.
+
+       * po/eo.po: New translation from Edmund Grimley.
+
+       * OPS: Fix a typo.
+
+       * globals.h: Increase the size of ErrorBuf.
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pl.po, po/ru.po, po/sk.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po, po/de.po, po/el.po, VERSION, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-1.1.4
+
+       * doc/manual.sgml.head:
+       Add improved documentation for the "push" command, and macros.  From
+       Byrial Jensen, based on a patch by Mikko Hanninen.
+
+       * functions.h: Fix the <exit> function on the pager.
+
+       * doc/manual.sgml.head, doc/muttrc.man.head, hook.c, init.c, init.h, protos.h:
+       Byrial Jensen's unhook command patch.
+
+       * doc/Makefile.in:
+       Remove superfluous empty lines from the text version of the manual.
+
+       * OPS:
+       Change the documentation string for OP_MAIN_PREV_UNDELETED - it may
+       be confusing.
+
+       * functions.h, keymap.c: More OP_EXIT fixes.
+
+       * OPS, functions.h, keymap.c, pager.c:
+       Remove the OP_PAGER_EXIT opcode, and change it to OP_EXIT.
+
+       * doc/manual.sgml.head: Add more documentation for subscribe and lists.
+
+Tue Feb 15 08:59:41 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head:
+       Add improved documentation for the "push" command, and macros.  From
+       Byrial Jensen, based on a patch by Mikko Hanninen.
+
+       * functions.h: Fix the <exit> function on the pager.
+
+       * doc/manual.sgml.head, doc/muttrc.man.head, hook.c, init.c, init.h, protos.h:
+       Byrial Jensen's unhook command patch.
+
+       * doc/Makefile.in:
+       Remove superfluous empty lines from the text version of the manual.
+
+       * OPS:
+       Change the documentation string for OP_MAIN_PREV_UNDELETED - it may
+       be confusing.
+
+       * functions.h, keymap.c: More OP_EXIT fixes.
+
+       * OPS, functions.h, keymap.c, pager.c:
+       Remove the OP_PAGER_EXIT opcode, and change it to OP_EXIT.
+
+       * doc/manual.sgml.head: Add more documentation for subscribe and lists.
+
+Mon Feb 14 20:51:37 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.h: Fix documentation for $followup_to.
+
+       * po/de.po:
+       Fix the fixes.  Folks, when submitting changes to the .po files,
+       please try a "make" in the po subdirectory afterwards.
+
+       * po/it.po: New Italian translation from Marco d'Itri.
+
+       * imap/imap.c, imap/Makefile.am, imap/auth.c, imap/auth_gss.c, imap/browse.c, doc/manual.sgml.head, mx.c, .cvsignore, Makefile.am, browser.c, browser.h, configure.in:
+       Brendan Cully's patch from <20000212185021.A7365@xanadu.kublai.com>.
+
+       * po/de.po: Fixes from Roland Rosenfeld.
+
+       * attach.c, compose.c:
+       Fix a couple of random perror() calls and related problems.
+
+       * sendlib.c: Fix encoding for text/* attachments with long lines.
+
+Fri Feb 11 09:04:22 2000  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/Pine.rc: Fix bug #23.
+
+       * init.h, makedoc.c:
+       Fix minor documentation problems noted by Marius Gedminas
+       <mgedmin@takas.lt>.
+
+Thu Feb 10 19:46:13 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/message.c, pager.c, parse.c, pattern.c, pgp.c, pgp.h, pgpkey.c, pgplib.h, postpone.c, protos.h, recvattach.c, send.c, sendlib.c, sort.h, functions.h, globals.h, handler.c, hdrline.c, headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, main.c, mutt.h, muttlib.c, mx.c, Makefile.am, acconfig.h, attach.c, commands.c, compose.c, configure.in, copy.c, copy.h, curs_main.c:
+       PGP-cleanup patch from Roland Rosenfeld.  Thanks!
+
+       * muttbug.sh.in:
+       ${prefix} should be defined, as it may be used by autoconf.
+
+Wed Feb  9 18:28:45 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head: Fix a minor typo.  From Mikko Hänninen.
+
+       * muttbug.sh.in: Mostly Debian-related fixes from Roland Rosenfeld.
+
+       * main.c: Small translation-related fix from Roland.
+
+       * po/fr.po: Update from Vincent Lefevre.
+
+       * pgpewrap:
+       Portability patch to make pgpewrap work under HP/UX.  From David
+       Ellement <ellement@sdd.hp.com>.
+
+       * doc/Makefile.in, doc/manual.sgml.head, doc/manual.sgml.tail, init.h:
+       Documentation changes from Roland Rosenfeld.
+
+Tue Feb  8 20:55:33 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/ru.po, po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/de.po, po/el.po, po/eo.po, po/es.po, build-release, po/cs.po, reldate.h, Makefile.am, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.1.3
+
+       * build-release:
+       Don't build US releases.  RedHat and Caldera don't object, Debian
+       uses the international version anyways, and SuSE (1) sits in Germany
+       and (2) doesn't react.
+
+Tue Feb  8 20:34:51 2000  Thomas Roessler  <roessler@guug.de>
+
+       * build-release:
+       Don't build US releases.  RedHat and Caldera don't object, Debian
+       uses the international version anyways, and SuSE (1) sits in Germany
+       and (2) doesn't react.
+
+Tue Feb  8 20:34:51 2000  Thomas Roessler  <roessler@guug.de>
+
+       * build-release:
+       Don't build US releases.  RedHat and Caldera don't object, Debian
+       uses the international version anyways, and SuSE (1) sits in Germany
+       and (2) doesn't react.
+
+       * contrib/pgp2.rc: add a comment concerning +encrypttoself.
+
+       * pager.c, keymap.c: Avoid IMAP timeouts when viewing messages.  From
+       Tommi.Komulainen@iki.fi.
+
+       * po/eo.po: Small fix from Edmund.
+
+Mon Feb  7 19:16:41 2000  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head: Add a note on my_hdr when used from send-hook.
+
+       * muttbug.sh.in:
+       Remove another Debian reference from the severity level descriptions.
+
+       * muttbug.sh.in: More fixes.
+
+       * muttlib.c, protos.h, rfc2047.c, rfc2231.c: Fix bug#22.
+
+       * muttbug.sh.in: Various fixes from Roland Rosenfeld.
+
+       * buffy.c: Fix a NULL pointer deference.
+
+Thu Feb  3 13:41:38 2000  Thomas Roessler  <roessler@guug.de>
+
+       * acconfig.h, configure.in, muttbug.sh.in:
+       Add debugger support to muttbug.
+
+       * init.c: Add a comment concerning muttbug.sh.
+
+       * muttbug.sh.in:
+       More changes to the bug report script.  Most of them were suggest by
+       Roland Rosenfeld.
+
+       * po/de.po: Minor fixes from Roland Rosenfeld.
+
+       * muttbug.sh.in: Add some Debian specifics.
+
+       * muttbug.sh.in: Strip comments from included configuration files.
+
+       * muttbug.sh.in: another minor fix.
+
+       * muttbug.sh.in: Minor fixes.
+
+       * Makefile.am, configure.in, main.c, muttbug.sh.in:
+       Add muttbug, the bug reporting utility.  (Yes, we are about to get a
+       real bug-tracking system, see http://bugs.guug.de/.)
+
+       * doc/manual.sgml.head: Documentation fix.
+
+Wed Feb  2 10:53:28 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.c: Make the parsing of integers more
+
+       * lib.c: Use O_NOFOLLOW when it's there, and needed.
+
+Tue Feb  1 18:47:49 2000  Thomas Roessler  <roessler@guug.de>
+
+       * main.c: Cosmetics.
+
+       * doc/mutt.man, doc/muttrc.man.head:
+       Cosmetics.  Additionally, remove the y2k compliance notice from the
+       manual page.
+
+       * makedoc.c:
+       Change the font used for typesetting "tables", so we get usable
+       output when roffing the muttrc (5) manual page for a postscript
+       printer.
+
+       * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pl.po, po/ru.po, po/ko.po, po/nl.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, po/de.po:
+       Include various po-file updaes, and make update-po.
+
+       * po/Makefile.in.in, po/POTFILES.in, Makefile.am:
+       Build fix for the po/ subdirectory, from Edmund G. Evans.
+
+       * po/eo.po: New Esperanto translation.
+
+       * init.h: Add a bit more documentation on $recall.
+
+Sun Jan 30 13:35:22 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/nl.po, po/pl.po, po/id.po, po/it.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/eo.po, po/POTFILES.in, po/cs.po, po/de.po, po/el.po, po/Makefile.in.in, configure.in:
+       Try to fix the build process in the po/ subdirectory.
+
+       * configure.in: Add some languages to ALL_LINGUAS.
+
+       * po/gl.po, po/sv.po: Adding translations from stable to unstable.
+
+       * po/ru.po, po/zh_TW.Big5.po, po/fr.po, po/id.po, po/ko.po, po/pl.po, po/de.po, po/el.po, po/eo.po:
+       make update-po; including new revisions submitted so far.
+
+Sat Jan 29 08:03:48 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.h: Another change to attach_format.
+
+       * pgp.c, recvattach.c, send.c, sendlib.c, OPS, compose.c, functions.h, init.h, mutt.h, parse.c:
+       Michael Elkins' content-disposition patch, with some small changes.
+
+Fri Jan 28 21:32:47 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.h:
+       Make the documentation for rfc2047_parameters comprehensible to the
+       end user.
+
+       * init.h: Documentation fix.
+
+       * rfc2231.c: RFC2231 support should understand utf-8.
+
+Thu Jan 27 09:57:09 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap_ssl.c, README.SSL, init.h, mutt.h:
+       Add options to disallow individual SSL protocols.  From Jeremy Katz
+       <katzj@linuxpower.org>.
+
+Tue Jan 25 21:21:10 2000  Thomas Roessler  <roessler@guug.de>
+
+       * imap/BUGS, imap/README, imap/TODO, imap/command.c, imap/imap.c, imap/message.c:
+       Brendan Cully's latest changes:
+
+          Here is a patch to add some support for read-only IMAP folders.
+          This is most useful if you have multiple copies of mutt open, but
+          it also allows you to open a folder read-only and not have to
+          worry about flags getting changed. Toggling read-only still
+          doesn't work correctly - you may lose your 'N' flags if you open
+          a folder normally and switch to read-only.
+
+         I've also decided to try using UID FETCH, although I'm not sure if
+         older IMAP servers support it, but then again I'm not sure if
+         anyone's using any really old IMAP servers. The main advantage is
+         in the case of multiple clients, where one client is deleting
+         messages and the other isn't getting notification. I'm
+         experiencing that on my UW-IMAP 4.6 server. On the other hand,
+         this server seems to have all sorts of terrible problems with this
+         scenario, so I'm not sure how well the code functions. It's a
+         two-line change so far, it's experimental, and it's the only IMAP
+         code in an #if 0 block...
+
+       * doc/Makefile.in:
+       Make the build process work when sgmltools aren't present.  From
+       Lawrence Greenfield <leg+@andrew.cmu.edu>.
+
+       * imap/auth.c:
+       Fix GSSAPI support.  From Lawrence Greenfield <leg+@andrew.cmu.edu>.
+
+Mon Jan 24 13:17:17 2000  Thomas Roessler  <roessler@guug.de>
+
+       * dotlock.h, mx.c, dotlock.c: Locking fix.
+
+       * enter.c: patch-1.1.2.mg.autocomplete.1 - from Marius Gedminas
+       <mgedmin@pub.osf.lt>.
+
+       * Makefile.am: small build process fix.
+
+       * m4/Makefile.am.in:
+       Patch from Lars Hecking in order to build mutt cleanly under Solaris
+       2.6.
+
+       * doc/manual.sgml.head:
+       More list-reply documentation from Mikko.Hanninen@iki.fi.
+
+       * init.h, mutt.h, rfc822.c:
+       Removing rewrite_uucp.  There were too many objections against it.
+
+       * init.h, mutt.h, rfc822.c: Adding the $rewrite_uucp option.
+
+       * po/ru.po: update.
+
+       * po/eo.po, configure.in:
+       Adding the Esperanto translation to unstable.  From Edmund GRIMLEY
+       EVANS <edmundo@rano.org>.
+
+Fri Jan 21 09:28:56 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/el.po: New greek translation.
+
+       * po/id.po: updated translation.
+
+Thu Jan 20 17:35:41 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po: Updated polish translation.
+
+       * contrib/Makefile.in, Makefile.am:
+       "make distclean" fixes from Marco d'Itri.
+
+       * compose.c: Typo noted by edmundo@rano.org.
+
+       * po/ko.po: Update.
+
+       * send.c: Honor mail-followup-to when doing a list-reply.  From
+       Mikko.Hanninen@iki.fi.
+
+Wed Jan 19 14:59:01 2000  Thomas Roessler  <roessler@guug.de>
+
+       * commands.c:
+       Don't move the index cursor after a failed attempt to save a
+       message.  From Joe Orton <joe@orton.demon.co.uk>.
+
+       * po/de.po: New German translation for unstable, from Roland Rosenfeld.
+
+       * pgp.c: Fiksing a speling mysdeik nodet by Michael Sobolev. ;-)
+
+       * NEWS: Add a notice on display-toggle-weed.
+
+       * doc/manual.sgml.head, doc/manual.sgml.tail, OPS, functions.h:
+       Rename display-headers to display-toggle-weed.
+
+Tue Jan 18 22:46:18 2000  Thomas Roessler  <roessler@guug.de>
+
+       * mx.c: mx_open_mailbox_append: Add an error message and remove a file
+       descriptor leak when we can open, but can't lock an MMDF or MBOX
+       folder.
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sv.po, po/sk.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/gl.po, po/id.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/cs.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.0.1
+
+       * contrib/Makefile.in:
+       Respect $DESTDIR in contrib/Makefile.  From Hao Li
+       <hli@rainfinity.com>.
+
+       * imap/imap.c, imap/message.c:
+       Fix use of confirmcreate with IMAP.  A patch for this was suggested
+       by Brian R. Gaeke.
+
+       * init.h, alias.c:
+       Documentation fix about gecos_mask.  From Will Fiveash.
+
+Sun Jan 16 14:44:12 2000  Thomas Roessler  <roessler@guug.de>
+
+       * po/eo.po: new esperanto translation from edmundo@rano.org.
+
+       * editmsg.c:
+       Use Visual, not Editor, for editing messages.  Noted by Marius
+       Gedminas <mgedmin@pub.osf.lt>.
+
+       * rfc822.c:
+       quote-related fix to the RFC822 parser.  From Edmund Grimley Evans.
+
+Wed Jan 12 09:20:34 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.c:
+       It was impossible to unset a string.  If you did "unset realname" it
+       would just print out the value of the string.  Attached is the fix.
+
+Mon Jan 10 21:34:06 2000  Thomas Roessler  <roessler@guug.de>
+
+       * reap.pl: Handle #ifndef in reap.pl.
+
+       * configure.in:
+       Recognize differently-named gccs as such, and enable warnings.  From
+       "Andrew W. Nosenko" <awn@bcs.zp.ua>.
+
+       * pgp.c:
+       To compile on SunOs 4.1.4, the order of two includes needs to be
+       switched (<sys/resource.h> contains a struct timeval.)
+
+       From Mark Seiden <mis@seiden.com>.
+
+       * doc/manual.sgml.head, pgplib.h, postpone.c, recvattach.c, recvcmd.c, remailer.c, remailer.h, rfc2231.c, rfc2231.h, attach.c, charset.c, charset.h, dotlock.h, editmsg.c, extlib.c, gnupgparse.c, lib.c, lib.h, makedoc.c, mh.c, muttlib.c, mx.c, mx.h, pgp.h:
+       More copyright cosmetics - noted by Martin Michlmayr <tbm@cyrius.com>.
+
+       * lib.c: Use safe_free() instead of free() with mutt_str_replace -
+       equivalent, but nicer.
+
+       * parse.c, pgpkey.c, postpone.c, protos.h, recvattach.c, rfc1524.c, rfc2047.c, send.c, sendlib.c, attach.c, browser.c, compose.c, curs_main.c, edit.c, history.c, init.c, lib.c, main.c, menu.c, mh.c, muttlib.c:
+       Add (and use) a function mutt_str_replace, which essentially
+       replaces the sequence:
+
+               safe_free (&s);
+               s = safe_strdup (t);
+
+       * build-release, gnupgparse.c:
+       Fix PGP uid parsing.  Noted by Edmund GRIMLEY EVANS
+       <edmundo@rano.demon.co.uk>.
+
+Sat Jan  8 10:31:28 2000  Thomas Roessler  <roessler@guug.de>
+
+       * VERSION, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-1.1.2
+
+       * keymap.c:
+       Fix a macro-related segmentation fault in stable.   From Byrial
+       Jensen.
+
+       * keymap.c:
+       Fix a macro-related segmentation fault.  From Byrial Jensen.
+
+       * OPS, commands.c, compose.c, curs_main.c, functions.h, protos.h, recvattach.c:
+       Unified edit-type function for the index, compose, and
+       receive-attachment menus.  Mostly by Michael Elkins.
+
+       * curs_lib.c: patch-1.1.1.me.endwin.1, from Michael Elkins.
+
+       * mutt.h, parse.c, init.h: Undo Michaels "pgpsearchext" patch.
+
+Sat Jan  8 09:40:02 2000  Thomas Roessler  <roessler@guug.de>
+
+       * keymap.c:
+       Fix a macro-related segmentation fault in stable.   From Byrial
+       Jensen.
+
+       * keymap.c:
+       Fix a macro-related segmentation fault.  From Byrial Jensen.
+
+       * OPS, commands.c, compose.c, curs_main.c, functions.h, protos.h, recvattach.c:
+       Unified edit-type function for the index, compose, and
+       receive-attachment menus.  Mostly by Michael Elkins.
+
+       * curs_lib.c: patch-1.1.1.me.endwin.1, from Michael Elkins.
+
+       * mutt.h, parse.c, init.h: Undo Michaels "pgpsearchext" patch.
+
+Thu Jan  6 12:00:50 2000  Thomas Roessler  <roessler@guug.de>
+
+       * rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, score.c, send.c,
+       sendlib.c, signal.c, sort.c, sort.h, status.c, system.c,
+       thread.c, pgplib.c, pgplib.h, pgppubring.c, pop.c,
+       postpone.c, protos.h, query.c, recvattach.c, recvcmd.c,
+       remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h,
+       rfc2047.c, rfc2047.h, mh.c, mime.h, mutt.h, mutt_curses.h,
+       mutt_menu.h, mutt_regex.h, muttlib.c, mx.c, mx.h, pager.c,
+       pager.h, parse.c, pattern.c, pgp.h, pgpinvoke.c, keymap.c,
+       keymap.h, lib.c, lib.h, mailbox.h, main.c, makedoc.c,
+       mapping.h, mbox.c, menu.c, init.h, hash.h, hdrline.c,
+       headers.c, help.c, history.c, history.h, hook.c, init.c,
+       copy.h, curs_lib.c, curs_main.c, date.c, dotlock.c,
+       dotlock.h, edit.c, editmsg.c, enter.c, extlib.c, filter.c,
+       flags.c, from.c, functions.h, globals.h, gnupgparse.c,
+       handler.c, hash.c, attach.c, attach.h, browser.c, browser.h,
+       buffy.c, buffy.h, charset.c, charset.h, color.c, commands.c,
+       complete.c, compose.c, copy.c, addrbook.c, alias.c: Update
+       copyright notices for unstable.
+
+       * Attic/socket.c, signal.c, sort.c, sort.h, status.c,
+       system.c, thread.c, query.c, recvattach.c, resize.c,
+       rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, rfc822.c,
+       rfc822.h, score.c, send.c, sendlib.c, pattern.c, pgp.c,
+       pgpinvoke.c, pgpkey.c, pgppubring.c, pop.c, postpone.c,
+       protos.h, pager.h, parse.c, Attic/mutt_socket.h, menu.c,
+       mh.c, mime.h, mutt.h, mutt_curses.h, mutt_menu.h,
+       mutt_regex.h, mx.c, mx.h, pager.c, Attic/imap.h, init.c,
+       init.h, keymap.c, keymap.h, lib.c, mailbox.h, main.c,
+       mapping.h, mbox.c, Attic/imap.c, hash.c, hash.h, hdrline.c,
+       headers.c, help.c, history.c, history.h, hook.c,
+       curs_main.c, date.c, dotlock.c, dotlock.h, edit.c, enter.c,
+       filter.c, flags.c, from.c, functions.h, globals.h,
+       gnupgparse.c, handler.c, buffy.c, buffy.h, charset.c,
+       charset.h, color.c, commands.c, complete.c, compose.c,
+       copy.c, copy.h, curs_lib.c, addrbook.c, alias.c, attach.c,
+       attach.h, browser.c: Updat copyright notices in stable.
+
+Wed Jan  5 09:40:52 2000  Thomas Roessler  <roessler@guug.de>
+
+       * init.h, mutt.h, parse.c:
+       patch-1.1.1.me.pgpsearchtext.1.  From Michael Elkins.
+
+Mon Jan  3 10:15:54 2000  Thomas Roessler  <roessler@guug.de>
+
+       * strcasecmp.c: New str*casecmp replacements for stable.
+
+       * strcasecmp.c:
+       Fix strncasecmp and strcasecmp replacement functions.  Problem noted
+       by Stu Heiss <stu@jpusa1.chi.il.us>.
+
+Sat Jan  1 17:59:51 2000  Thomas Roessler  <roessler@guug.de>
+
+       * parse.c: y2k fix for 1.0.
+
+       * parse.c: A y2k fix for those who still use two-digit year numbers as
+       originally specified in RFC 822.
+
+Wed Dec 29 18:38:07 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po:
+       New Chinese translation; from Anthnoy Wong <ypwong@debian.org>; Dec
+       21 1999.
+
+       * sort.c: Fix a minor threading bug.  From Edmund GRIMLEY EVANS
+       <edmundo@rano.demon.co.uk>, Dec 14 1999.
+
+       * browser.c:
+       Fix the use of link_is_dir() in the file browser.  This should fix
+       the bug reported by John Yates <yates@flatiron.com> on Dec 07 1999.
+       (Details noted by Byrial Jensen <byrial@image.dk> on Dec 09 1999.)
+
+       * send.c:
+       Don't use IMAP folders for FCCs when sending messages in batch mode.
+       This is _not_ Brendan's patch, which may be included later.
+
+Tue Dec 14 10:29:25 1999  Thomas Roessler  <roessler@guug.de>
+
+       * INSTALL:
+       Add a short note that EXACT_ADDRESS is broken.  In order to fix it,
+       we'd need a RFC 2047 implementation which knows about RFC 822
+       syntax.  (This would also help with In-Reply-To headers, BTW, but
+       would be considerably more complex.)
+
+Mon Dec 13 11:36:01 1999  Thomas Roessler  <roessler@guug.de>
+
+       * init.h, mutt.h, protos.h, send.c, sendlib.c:
+       Adding the envelope_from option.
+
+Thu Dec  9 11:17:35 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/README, imap/auth.c, imap/browse.c, imap/imap.c,
+       imap/imap.h, imap/imap_private.h, imap/imap_socket.h,
+       imap/imap_ssl.c, imap/message.c, imap/socket.c, imap/util.c,
+       doc/manual.sgml.head, init.c, browser.c: Tommi Komulainen's
+       multiple IMAP usernames patch.
+
+Mon Dec  6 09:59:28 1999  Thomas Roessler  <roessler@guug.de>
+
+       * mbox.c:
+       Cosmetic improvement for reading mmdf folders.  From John Hawkinson
+       <jhawk@bbnplanet.com>.
+
+Sat Dec  4 15:42:07 1999  Thomas Roessler  <roessler@guug.de>
+
+       * mx.c: Check for the presence of .overview files when testing whether
+       some directory is an MH folder.  This way, you can at least read
+       Usenet news from the spool using Mutt. ;-)
+
+       * alias.c, init.h, mutt_regex.h: William Feavish's GECOS regexp patch.
+
+Fri Dec  3 16:54:03 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.head:
+       Fix the documentation on how to join the mutt lists.  Noted by
+       Marius Gedminas <mgedmin@takas.lt>.
+
+       * init.h: Fix a small bug in the documentation for $hidden_host.
+
+       * configure.in: Fix the handling of --disable configure switches.
+
+       * configure.in:
+       patch-1.0.rr.autoconf-disable.1: --disable-pop shouldn't enable pop.
+
+       * rfc2047.c:
+       Properly tag quoted-printable encoded RFC 2047 strings with
+       $send_charset, not with $charset.
+
+       * Makefile.am, README, README.UPGRADE:
+       Adding one more readme file.  This one is intended to serve as some
+       kind of "howto" for the most notable incompatible configuration
+       changes.
+
+Thu Dec  2 16:29:26 1999  Thomas Roessler  <roessler@guug.de>
+
+       * pgpkey.c: Fix the PGP key selection menu's title.
+
+       * imap/imap_ssl.c: SSL fixes from Tommi Kommulainen.
+
+       * NEWS: Announce edit-message and resend-message, and the changes in
+       recvcmd.c.
+
+       * doc/manual.sgml.head:
+       Clarify the documentation of lists/unlists/subscribe/unsubscribe a
+       bit.
+
+Wed Dec  1 12:06:31 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/util.c: Now, I should have got the signal handling right.
+
+       * imap/util.c:
+       another alarm (0) was missing.  (However, this one didn't crash mutt.)
+
+       * imap/util.c:
+       imap_keepalive: cancel pending alarms.  Otherwise, mutt will die
+       frequently.
+
+       * imap/util.c:
+       Re-set the list of blocked signals after the imap_keepalive stuff.
+
+       * imap/imap.h, imap/util.c, curs_lib.c, mutt.h, system.c:
+       A modified version of Tommi Kommulainen's imap keepalive patch.
+
+Fri Nov 26 09:19:03 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/message.c: Fix the lines header.
+
+Thu Nov 25 15:18:02 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap.h, imap/util.c, curs_lib.c, mutt.h, system.c:
+       Undo the IMAP keepalive patch.  It has just bitten me while mutt was
+       trying to dotlock a folder.  Seems that there needs some more work
+       to be done.
+
+       * imap/imap.h, imap/util.c, mutt.h, system.c, curs_lib.c:
+       A modified version of Tommi Komulainen's imap keepalive patch.
+
+Wed Nov 24 16:29:58 1999  Thomas Roessler  <roessler@guug.de>
+
+       * NEWS:
+       Change some headlines: Instead of "major changes since <unstable
+       version>", it's "major changes since 1.0" now.  In addition, I
+       changed the note concerning the lists/subscribe change to be more
+       explicit than the old one.
+
+       * imap/message.c: IMAP line count fix from Tommi.Komulainen@iki.fi.
+
+Tue Nov 23 23:43:51 1999  Thomas Roessler  <roessler@guug.de>
+
+       * postpone.c:
+       mutt_prepare_template() didn't work with PGP-encrypted messages due
+       to an - errm - interesting typo.
+
+       * doc/manual.sgml.head:
+       Document the fact that users can enter a mail-followup-to header in
+       the editor.  There seems to have been some confusion about this.
+
+       * doc/PGP-Notes.txt, acconfig.h, configure.in, pgp.c:
+       Disable core dumps before we ask the user for a pass phrase.
+       Suggested by <Stefan.Alfredsson@kau.se>.
+
+       * doc/PGP-Notes.txt: Include the maildrop recipe Mark Weinem
+       <mark.weinem@unidui.uni-duisburg.de> sent me some weeks ago.
+
+       * muttlib.c: Permit !! for the last folder.  Elm compatibility.
+
+       * NEWS: Tell our users that fcc_clear exists.
+
+       * init.h, mutt.h, send.c:
+       Adding an fcc_clear option for unencrypted and unsigned FCCs.
+
+       * imap/Makefile.am: Include the SSL-related code with "make dist".
+
+Mon Nov 22 16:01:42 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c, imap/BUGS, imap/README, imap/TODO, OPS, browser.c, functions.h, pgppubring.c:
+       IMAP folder creation and deletion.  From Brendan Cully.
+
+       * po/de.po:
+       Der Versuch, "Diskussionsfaden" durch etwas Verständlicheres zu
+       ersetzen. ;-)
+
+Thu Nov 18 16:19:35 1999  Thomas Roessler  <roessler@guug.de>
+
+       * init.h: Include SSL documentation in the manual.
+
+       * dotlock.c: indentation noise.
+
+       * imap/socket.c: Small code clean-up.
+
+       * mx.c:
+       Detect .mew_cache files in MH folders.  Suggested by Kawaguti Ginga
+       <ginga@amalthea.phys.s.u-tokyo.ac.jp>.
+
+       * doc/manual.sgml.head: Documentation nit from Byrial Jensen.
+
+       * lib.c:
+       patch-1.0.bj.lastline.1: Handle last lines in configuration files
+       nicely, even when they are not terminated by a \n character.
+
+       * parse.c, rfc2231.c: Some rather cosmetic changes.
+
+Wed Nov 17 22:47:59 1999  Thomas Roessler  <roessler@guug.de>
+
+       * menu.c: some reorganizations of the dialog menu code.
+
+       * alias.c:
+       Fix the address sanitizer.  You should now be able to auto-create an
+       alias for someone like "Jon K. Hellan" <hellan@acm.org>.
+
+       * imap/Makefile.am, imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/imap_socket.h, imap/imap_ssl.c, imap/imap_ssl.h, imap/message.c, imap/socket.c, imap/util.c, doc/manual.sgml.head, Makefile.am, NEWS, README.SSL, acconfig.h, configure.in, init.c, init.h, main.c, mutt.h:
+       Tommi Komulainen's IMAP/SSL support patches.
+
+       * menu.c, mutt_menu.h: Tommi Komulainen's menu/dialog patch.
+
+Mon Nov 15 17:44:15 1999  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c: Fix the pgp-hook logic.
+
+       * color.c: Small color fix from T. E. Dickey.
+
+       * color.c: A small patch from TE Dickey.
+
+Thu Nov 11 18:30:25 1999  Thomas Roessler  <roessler@guug.de>
+
+       * rfc822.c: ups, the previous patch included a small buffer overflow.
+
+       * po/Attic/gl.po:
+       Roberto Suarez Soto <robe@ceu.fi.udc.es> sent us a new translation.
+
+       * rfc822.c: Fix a header quoting bug.
+
+       * doc/Makefile.in: Another build process patch from Brendan Cully.
+
+Wed Nov 10 21:35:33 1999  Thomas Roessler  <roessler@guug.de>
+
+       * rfc2231.c: Ignore empty MIME parameters.
+
+Tue Nov  9 12:40:14 1999  Thomas Roessler  <roessler@guug.de>
+
+       * mbox.c, parse.c: Add some more sanity checks about content-length.
+
+       * curs_lib.c:
+       Fix an SLang-related compilation problem.  Originally from Jon Kåre
+       Hellan.
+
+       * postpone.c:
+       Simplify mutt_prepare_template ().  Instead of copying around all
+       kinds of data, we re-parse the postponed message's structure.
+
+       * postpone.c:
+       Make sure mutt doesn't forget MIME structure when the user resends a
+       message/rfc822 body from the recvattach menu.  Note, however, that
+       this is more of a temporary solution - I think there is some more
+       space for improvements in mutt_prepare_template().
+
+       * imap/Makefile.am, doc/Makefile.in, contrib/Makefile.in, configure.in, Makefile.am:
+       Build process fixes from Brendan Cully.
+
+       * pager.c: Add a missing redraw after resend-message.
+
+Mon Nov  8 22:10:49 1999  Thomas Roessler  <roessler@guug.de>
+
+       * VERSION:
+       Undo changes which are due to release-building tests.  After all, we
+       want the _right_ diff next time.
+
+       * build-release: Finalize the new build-release script.
+
+       * ChangeLog, VERSION, build-release:
+       automatic post-release commit for mutt-1.1.1.2
+
+       * Attic/LAST_TAG, Attic/OVERSION, Makefile.am, VERSION, build-release, ChangeLog:
+       automatic post-release commit for mutt-1.1.1.1
+
+       * Attic/LAST_TAG, Attic/OVERSION, Makefile.am:
+       Preparing some improvements to the build process.
+
+Mon Nov  8 21:56:29 1999  Thomas Roessler  <roessler@guug.de>
+
+       * Attic/LAST_TAG, Attic/OVERSION, Makefile.am, VERSION,
+       build-release, ChangeLog: automatic post-release commit for
+       mutt-1.1.1.1
+
+       * Attic/LAST_TAG, Attic/OVERSION, Makefile.am:
+       Preparing some improvements to the build process.
+
+       NOTICE: You'll find a version 1.1.1.1 in the logs, and in
+       the CVS tags.  This version is identical to 1.1.1, and
+       exculsively serves the purpose to test some improvements to
+       the release build process.
+
+       * LAST_TAG, Makefile.am, OVERSION:
+       Preparing some improvements to the build process.
+
+       * po/de.po, reldate.h, VERSION, ChangeLog:
+       automatic post-release commit for mutt-1.1.1
+
+Sun Nov  7 22:52:40 1999  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c:
+       short-cut utf-7 as a 7bit character set.  Currently, utf-7 may be
+       overridden by us-ascii.
+
+       * protos.h, recvattach.c, recvcmd.c, rfc1524.c, rfc1524.h, send.c, sendlib.c, attach.c, attach.h, browser.c, commands.c, compose.c, curs_main.c, functions.h, init.h, mutt.h, muttlib.c, pager.c, pager.h, postpone.c, Makefile.am:
+       Rewriting lots of the recvattach code.
+
+       * po/Attic/eo.po: Esperanto translation from Edmund GRIMLEY EVANS
+       <edmundo@rano.demon.co.uk>.
+
+       * po/Attic/eo.po:
+       file eo.po was initially added on branch mutt-1-0-stable.
+
+       * configure.in: Esperanto translation from Edmund GRIMLEY EVANS
+       <edmundo@rano.demon.co.uk>.
+
+Fri Nov  5 07:28:11 1999  Thomas Roessler  <roessler@guug.de>
+
+       * pgppubring.c: preprocess out some unused strings.
+
+Thu Nov  4 21:35:32 1999  Thomas Roessler  <roessler@guug.de>
+
+       * rfc2231.c:
+       Catch a segmenatation fault.  Note that this is not the real fix for
+       the problem...
+
+       * menu.c: Change a short to an int where it should have been one.
+
+       * po/Attic/gl.po: New version.
+
+       * protos.h, send.c, status.c, buffy.c, globals.h, postpone.c:
+       IMAP postpone changes from Byrial Jensen.
+
+Wed Nov  3 20:30:19 1999  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c:
+       Adding a comment which describes some ideas on how the attachment
+       menu should work.
+
+Tue Nov  2 15:51:07 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/BUGS, imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c, imap/util.c, buffy.c:
+       Various IMAP-related fixes from Brendan Cully.
+
+Sun Oct 31 17:12:55 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/it.po: [stable] Small fix from Marco d'Itri.
+
+       * m4/.cvsignore, intl/.cvsignore, imap/BUGS, imap/message.c, contrib/.cvsignore, charmaps/.cvsignore:
+       From Brendan Cully: IMAP updates should work properly again.
+
+Fri Oct 29 05:43:40 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/.cvsignore: Cosmetics.
+
+       * imap/BUGS: Update the documentation.
+
+       * doc/.cvsignore: Cosmetics.
+
+       * buffy.c, globals.h, postpone.c, send.c, status.c:
+       Don't check the number of postponed messages every time the status
+       line is updated - this gets quite slow when used with slow IMAP
+       connections.
+
+Thu Oct 28 17:42:07 1999  Thomas Roessler  <roessler@guug.de>
+
+       * README: Fix the version number in the README file.
+
+       * pop.c: Cosmetic POP fixes from Evan DiBiase <evand@telerama.com>.
+
+       * pop.c: Cosmetic fixes from Evan DiBiase <evand@telerama.com>.
+
+       * imap/imap_socket.h, imap/socket.c, init.h, globals.h:
+       Adding imap_preconnect.  This way, you can let mutt start an ssh
+       tunnel before it tries to connect to an IMAP server.
+
+       From: <Jon.K.Hellan@item.ntnu.no>
+
+Wed Oct 27 12:17:34 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/Attic/gl.po: Adding a Galician translation.
+
+       * po/Attic/gl.po:
+       file gl.po was initially added on branch mutt-1-0-stable.
+
+       * configure.in: Adding a Galician translation.
+
+Tue Oct 26 15:14:01 1999  Thomas Roessler  <roessler@guug.de>
+
+       * curs_lib.c, main.c: Some display-related fixes from Andrej Gritsenko.
+
+       * editmsg.c:
+       Fix a small bug in the new edit-message feature.  From Andrej
+       Gritsenko.
+
+       * imap/imap.c, imap/imap_private.h, imap/util.c, imap/auth.c, imap/browse.c, imap/command.c:
+       * stops mutt from logging CRAM secrets in debug mode.
+       * should fix mutt segfaulting when trying to open {}
+       * helps with the problem of mutt detecting new mail in the wrong
+         folder. Now, IMAP commands from the SELECTED state should call
+         imap_cmd_finish after they've executed commands. I've only put
+         this is imap_buffy_check for now - in my opinion the command
+         execution path is still not stable, and rewrites may obviate the
+         need for this...
+
+       (From: Brendan Cully <brendan@kublai.com>)
+
+Mon Oct 25 20:05:14 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/Attic/sv.po: Adding the Swedish translation to stable.
+
+       * po/Attic/sv.po:
+       file sv.po was initially added on branch mutt-1-0-stable.
+
+       * configure.in: Adding the Swedish translation to stable.
+
+       * po/de.po: Updated German translation from Roland Rosenfeld.
+
+       * imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c, imap/.cvsignore, imap/BUGS, imap/Makefile.am, imap/browse.c, imap/command.c, imap/imap.c, init.h:
+       Brendan Cully's IMAP code movements patch.
+
+Fri Oct 22 08:49:30 1999  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am, VERSION, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-1.1
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/pt_BR.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, NEWS, VERSION, reldate.h, ChangeLog:
+       post-release commit for one dot zero.  (yes, really.)
+
+Fri Oct 22 07:52:22 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/pt_BR.po,
+       po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po,
+       po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, NEWS,
+       VERSION, reldate.h, ChangeLog: post-release commit for one
+       dot zero.  (yes, really.)
+
+Thu Oct 21 08:07:22 1999  Thomas Roessler  <roessler@guug.de>
+
+       * compose.c: Another sprintf-vs-null issue.
+
+Wed Oct 20 14:51:57 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/id.po: new indonesian translation.
+
+       * imap/message.c:
+       Flags should only be modified using mutt_set_flag().  Everything
+       else leads to neglected side effects.  In this case, index colors,
+       searches and possibly other side effects were ignored when a message
+       which resides on an IMAP folder was read.
+
+       * imap/auth.c: Let the user skip CRAM-MD5 by entering an empty secret.
+
+       * po/id.po, po/el.po: translation updates.
+
+       * configure.in: Don't use GNU grep specific options.
+
+Tue Oct 19 15:34:04 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/auth.c: Fix some sloppiness-induced, but harmless, nonsense.
+
+       * imap/imap_private.h, imap/auth.c, imap/imap.c:
+       Add AUTHENTICATE=ANONYMOUS support to the IMAP authentication
+       methods.  This is, for instance, needed to access the cyrus-related
+       mailing lists' archives at CMU.
+
+       * po/el.po: New greek translation.
+
+Mon Oct 18 09:13:42 1999  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c: Handle Ctrl-G on the pgp-hook prompt correctly.
+
+Sat Oct 16 15:19:29 1999  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am: doc/PGP-Notes.txt vs. doc/PGP-Notes.
+
+       * Makefile.am: [stable] doc/PGP-Notes.txt has an extension. ups.
+
+       * send.c: [stable] Fix Debian bug #47408.
+
+       * send.c:
+       Fix Debian bug #47408: When the postponed folder is a maildir,
+       messages should only be written to the _new_ subdirectory.
+
+       * po/nl.po: New nl translation from Johan van Selst <johans@stack.nl>.
+
+       * po/cs.po:
+       New cs translation from Jiri Pavlovsky <pavlovsk@ff.cuni.cz>.
+
+       * po/zh_TW.Big5.po:
+       [stable] chinese translation fixes from Anthony Wong
+       <ypwong@debian.org>.
+
+       * init.h: scoring documentation fix.
+
+       * globals.h, init.h, mutt.h, mx.c, protos.h, score.c, sort.c:
+       Scoring improvements.
+
+Thu Oct 14 16:09:10 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po: New Russian tranlation for stable.
+
+       * contrib/gpg.rc: New gpg.rc from Roland Rosenfeld.
+
+       * po/fr.po: [stable] New french translation.
+
+       * po/de.po: [stable] Fixes to the German translation.
+
+       * pattern.c:
+       [stable] Fix a segmentation fault when attempting to search
+       pgp-encrypted messages.
+
+       * pattern.c:
+       Fix a segmentation fault when search PGP-encrypted messages.
+
+Mon Oct 11 20:26:41 1999  Thomas Roessler  <roessler@guug.de>
+
+       * VERSION, po/es.po, reldate.h, ChangeLog:
+       automatic post-release commit for mutt-0.96.8
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog:
+       post-release commit for 1.0pre4.
+
+       * po/zh_TW.Big5.po: New Chinese Translation.
+
+       * dotlock.c: [stable] Use dotlock.c from unstable.
+
+Mon Oct 11 19:16:13 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po: New Chinese Translation.
+
+       * dotlock.c: [stable] Use dotlock.c from unstable.
+
+Wed Oct  6 20:20:54 1999  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am: Makefile.am fix for unstable.
+
+       * Makefile.am:
+       [stable] Check for mutt_dotlock in $(DESTDIR)$(bindir), not in
+       $(bindir). This should fix some Debian build problems.
+
+       * init.h: fix the $from documentation.  Noted by David DeSimone.
+
+Tue Oct  5 06:50:34 1999  Thomas Roessler  <roessler@guug.de>
+
+       * compose.c, mutt.h, recvattach.c: small fixes from Gero Treuner.
+
+       * mutt.h, recvattach.c, compose.c:
+       [stable] small fixes from Gero Treuner.
+
+Mon Oct  4 10:05:26 1999  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in: [stable] add pt_BR to ALL_LINGUAS.
+
+       * configure.in: add pt_BR to ALL_LINGUAS.
+
+       * po/pt_BR.po: Brasilian translation.
+
+       * po/pt_BR.po:
+       file pt_BR.po was initially added on branch mutt-1-0-stable.
+
+       * imap/BUGS, imap/Makefile.am, imap/README, imap/auth.c, imap/imap.c, imap/util.c, .cvsignore, mx.c:
+       Some fixes from Brendan Cully.
+
+       * pgpewrap: pgpewrap spits out ugly error messages when used with ash.
+
+       * configure.in:
+       AM_C_PROTOTYPES seems to be too recent for the installed
+       automake/autoconf base.
+
+       * postpone.c: Remove some nonsense from the resend-message patches.
+
+       * postpone.c: Fix a memory leak.
+
+Thu Sep 30 22:05:28 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/message.c, send.c, sendlib.c, OPS, buffy.c, curs_main.c, functions.h, headers.c, main.c, mbox.c, mh.c, mutt.h, parse.c, parse.h, postpone.c, protos.h, recvattach.c:
+       Add a resend-message function (similar to the _old_ edit-message),
+       and redo large parts of mutt_prepare_edit_message (now
+       mutt_prepare_template).
+
+       * main.c: unstable cosmetics.
+
+       * main.c: [stable] cosmetic change suggested by marco d'itri.
+
+       * po/es.po: New spanish translation from Boris Wesslowsky.
+
+       * imap/Makefile.am, makedoc.c: Build fixes from Lars Hecking.
+
+       * doc/Attic/manual.sgml.in, Attic/Muttrc.in, NEWS, globals.h, init.h, send.c:
+       [stable] Re-add in_reply_to, this time with the right default value.
+
+       * sendlib.c: [unstable] fix the duplicate x-mailer/uesr-agent problem.
+
+       * send.c, globals.h, init.h:
+       [unstable] Re-add in-reply-to.  This time with a suitable default. #-\
+
+Wed Sep 29 17:47:33 1999  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in: More fixes from Lars Hecking.
+
+       * configure.in: Adding AC_PREREQ to configure.in.
+
+       * configure.in:
+       make sure the right software is used for building mutt. Patch
+       suggested by Lars Hecking and Will Fiveash.
+
+       * pgpinvoke.c:
+       don't leak /dev/null file descriptors.  From Roland Rosenfeld.
+
+       * curs_main.c: fix^2 for stable.
+
+       * curs_main.c: Fixing the fix - missing brackets.
+
+       * curs_main.c, parse.c:
+       [stable] Fix some memory leaks noted by purify running on behalf of
+       Daniel Eisenbud.
+
+       * curs_main.c, parse.c:
+       Fix some memory leaks noted by purify running on behalf of Daniel
+       Eisenbud.
+
+Tue Sep 28 18:55:31 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po:
+       Here goes an update for version 1.0-pre3i.  The main feature of this
+       translation is that one-letter answers to multiple choice questions are not
+       localized (Thomas, could you please add this as comment to the update in CVS?)
+
+       (From: Michael Sobolev.)
+
+       * sendlib.c: [stable] Include SPACE and HT with MIME specials.
+
+       * sendlib.c: [unstable] Include SPACE and HT with MimeSpecials.
+
+       * Makefile.am: Better solution for the makedoc build using automake.
+
+       * Makefile.am:
+       Some makes apparently have to be told about how to build makedoc.
+
+Mon Sep 27 17:55:14 1999  Thomas Roessler  <roessler@guug.de>
+
+       * copy.c:
+       A back-port from unstable had missed some parts which could lead to
+       message corruption with mh mail folders.
+
+       * po/it.po: new Italian translation from Marco d'Itri.
+
+       * po/pl.po: New polish translation.
+
+       * po/de.po: Translation fix from Roland Rosenfeld.
+
+       * doc/Attic/manual.sgml.in: Documentation fix from Roland Rosenfeld.
+
+Sat Sep 25 07:37:51 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po:
+       post-release commit for 1.0pre3.
+
+       * VERSION, reldate.h, ChangeLog: pre-release commit for 1.0pre3.
+
+Fri Sep 24 17:51:55 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/pl.po, po/ru.po, po/it.po, po/ko.po, po/nl.po, po/fr.po, po/id.po, po/el.po, po/es.po, po/cs.po, po/de.po, ChangeLog, VERSION, reldate.h:
+       automatic post-release commit for mutt-0.96.7
+
+Thu Sep 23 21:13:55 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/el.po: New Greek tranlsation from Fanis <madf@geocities.com>.
+
+       * browser.c: [stable] Solaris snprintf vs. NULL pointers.
+
+       * browser.c:
+       Try not to pass NULL pointers to snprintf - the Solaris version
+       doesn't like them.  (Noted by Thomas.Parmelan@efrei.fr.)
+
+       * imap/imap_private.h, imap/socket.c, imap/util.c, imap/BUGS, imap/imap.c, buffy.c:
+       Brendan Cully's latest changes:
+
+       * includes all of my last patch, since it hasn't been committed yet.
+       * catches a couple segfault problems if Context is NULL.
+       * works harder to avoid sending null STORE FLAGS commands. May not
+         be perfect yet, but also has extra debugging code.
+       * has the beginnings of a more interactive IMAP error handler.
+         Doesn't do anything yet, I'm just including it because I want to
+         get the rest of the patch out.
+
+       * doc/Makefile.in, Makefile.am:
+       Use $(MAKE) instead of make.  Noted by Ryan Murray
+       <rmurray@cyberhqz.com>.
+
+       * doc/Makefile.in, Makefile.am, configure.in, init.h:
+       A small portability fix related to makedoc.
+
+       * po/es.po: [stable] new spanish translation from Boris Wesslowski
+       <Boris.Wesslowski@StudBox.Uni-Stuttgart.DE>.
+
+       * alias.c: increase this limit for stable as well.
+
+       * handler.c:
+       [stable] Fix a buffer overflow and a bug helping with exploiting this
+       overflow in the text/enriched handler.
+
+       * handler.c:
+       Fix a buffer overflow and a bug helping with exploiting this
+       overflow in the text/enriched handler.
+
+       * imap/browse.c, doc/manual.sgml.head, curs_main.c: This small patch:
+
+       * catches a possible null-pointer dereference in mx_close_mailbox when
+         logging out of the server.
+       * fixes IMAP tab-completion cosmetics (slightly broken with last
+         Cyrus-compatibility updates)
+       * adds a bit to the IMAP part of the manual.
+
+       Brendan Cully <brendan@kublai.com>
+
+       * alias.c:
+       Increase a buffer to make larger group aliases possible.  The
+       current STRING buffer was far too small.
+
+Thu Sep 23 21:13:55 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/el.po: New Greek tranlsation from Fanis <madf@geocities.com>.
+
+       * browser.c: [stable] Solaris snprintf vs. NULL pointers.
+
+       * browser.c:
+       Try not to pass NULL pointers to snprintf - the Solaris version
+       doesn't like them.  (Noted by Thomas.Parmelan@efrei.fr.)
+
+       * imap/imap_private.h, imap/socket.c, imap/util.c, imap/BUGS, imap/imap.c, buffy.c:
+       Brendan Cully's latest changes:
+
+       * includes all of my last patch, since it hasn't been committed yet.
+       * catches a couple segfault problems if Context is NULL.
+       * works harder to avoid sending null STORE FLAGS commands. May not
+         be perfect yet, but also has extra debugging code.
+       * has the beginnings of a more interactive IMAP error handler.
+         Doesn't do anything yet, I'm just including it because I want to
+         get the rest of the patch out.
+
+       * doc/Makefile.in, Makefile.am:
+       Use $(MAKE) instead of make.  Noted by Ryan Murray
+       <rmurray@cyberhqz.com>.
+
+       * doc/Makefile.in, Makefile.am, configure.in, init.h:
+       A small portability fix related to makedoc.
+
+       * po/es.po: [stable] new spanish translation from Boris Wesslowski
+       <Boris.Wesslowski@StudBox.Uni-Stuttgart.DE>.
+
+       * alias.c: increase this limit for stable as well.
+
+       * handler.c:
+       [stable] Fix a buffer overflow and a bug helping with exploiting this
+       overflow in the text/enriched handler.
+
+       * handler.c:
+       Fix a buffer overflow and a bug helping with exploiting this
+       overflow in the text/enriched handler.
+
+       * imap/browse.c, doc/manual.sgml.head, curs_main.c: This small patch:
+
+       * catches a possible null-pointer dereference in mx_close_mailbox when
+         logging out of the server.
+       * fixes IMAP tab-completion cosmetics (slightly broken with last
+         Cyrus-compatibility updates)
+       * adds a bit to the IMAP part of the manual.
+
+       Brendan Cully <brendan@kublai.com>
+
+       * alias.c:
+       Increase a buffer to make larger group aliases possible.  The
+       current STRING buffer was far too small.
+
+Sun Sep 12 19:39:10 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/es.po: [stable] Updated spanish translation from Boris Wesslowski.
+
+       * po/es.po:
+       [stable] Fixes for the Spanish translation.  From Nicolás Lichtmaier
+       <nick@debian.org>.
+
+       * imap/BUGS, imap/Makefile.am, imap/TODO, imap/auth.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c, buffy.c, commands.c, globals.h, init.h:
+       The attached patch (imap-turbocharge.diff):
+
+       * changes mutt_buffy_check to only poll the selected folder when it
+         is opened, not all mailboxes (unless the timeout has expired).
+         This is a noticeable win if you have a few IMAP mailboxes.
+
+       * sets the default checkinterval to 60 seconds from 0. Things are
+         much much slower with 0.
+
+       * makes some cosmetic renames
+
+       * moves lots of generic imap stuff into a separate file, imap/util.c
+
+       * abstracts the process of sending a command to an IMAP server a bit
+         better (lots more to do here, though).
+
+       * moves the message-set creation code used by the new fastdelete
+         code into its own function, since it is generally useful.
+
+       * implements server-side copy of messages. Tagged messages are
+         copied in one command, thanks to the message-set function. Speedy!
+
+       (From: Brendan Cully; modifications by tlr.)
+
+Sat Sep 11 17:04:12 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po: [stable] new polish translation from Pawel Dienkonski.
+
+       * po/es.po: [stable] New Spanish translation from Boris Wesslowski.
+
+       * configure.in: [stable] Hurd portability patch from Marcus Brinkmann.
+
+       * configure.in: Hurd portability patch from Marcus Brinkmann.
+
+       * imap/browse.c, imap/imap.c: Fix IMAP fast deletion.  From Brendan.
+
+       * Attic/Muttrc.in: typos fixed by Telsa.
+
+       * doc/Attic/manual.sgml.in:
+       Small manual fix for stable.  Noted by Telsa
+       <hobbit@aloss.ukuu.org.uk>.
+
+Wed Sep  8 06:05:54 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/imap.c, imap/imap.h, imap/imap_private.h, mx.c, curs_main.c:
+       The attached patch:
+
+       * gets Mutt to properly log off the IMAP server when quitting. Clients
+         don't care, but it's polite and proper.
+       * further updates the flags changes from yesterday
+       * uses CLOSE instead of EXPUNGE when closing a mailbox and purging
+         messages, for some slight speed gain.
+       * purges all messages marked for deletion in one command (if purging),
+         making for very cool speed gains switching mailboxes if you're on,
+         say, a few high volume mailing lists. Yeah, baby! (I personally love
+         this one).
+
+       (From Brendan Cully <brendan@kublai.com>)
+
+Tue Sep  7 17:01:28 1999  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am: Bail out if the chmod of mutt_dotlock fails.
+
+       * pgpkey.c: Fix a strtok NULL pointer problem.
+
+       * doc/Attic/manual.sgml.in: notes on how to produce secure mailcaps.
+
+       * gnupgparse.c, pgpinvoke.c: GPG-related fix from Gero Treuner.
+
+       * imap/BUGS, imap/Makefile.am, imap/TODO, imap/imap.c, imap/imap_private.h, imap/message.c, imap/message.h, mutt.h, muttlib.c, mx.c, status.c, complete.c, flags.c:
+       * redoes the folder update optimisation I did yesterday. It's somewhat
+         cleaner and less invasive, and I'm not so worried about memory leaks
+         now.
+
+       * Fixes the bug where mutt would append a '/' to $folder even if it
+         was only {mailhost}, causing mutt to browse the root directory
+         instead of the home directory.
+
+       * includes a first stab at preserving the D flag on the IMAP server.
+         Now if you answer no to 'Purge deleted', the server still stores
+         the messages as deleted, but doesn't expunge them on exit.
+
+         NOTE: this is a first attempt. Play around, but don't mark things
+         as deleted that you'd be sorry to see disappear.
+
+       (From: Brendan Cully <brendan@kublai.com>)
+
+       * doc/manual.sgml.head: Adding notes from README.SECURITY.
+
+Mon Sep  6 09:16:53 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/Makefile.am, imap/TODO, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c, imap/message.h, mutt.h, muttlib.c:
+       * Small imap/Makefile.am tweak for make dist
+
+       * Hold on to mailbox flags, message flags, do update in one pass
+         instead of two, halving traffic on mailbox sync.
+
+       * Update message flags at fetch as well as header download, if the
+         server thinks they've changed. Saves some unneeded updates on
+         sync.
+
+       * Move some structures out of imap_private.h into message.h, since
+         they are local now.
+
+       (From: Brendan Cully <brendan@kublai.com>)
+
+Sun Sep  5 08:42:23 1999  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/Tin.rc: add a sample of tin/lynx-like key bindings.
+
+       * imap/Makefile.am: include message.c with the IMAP library.
+
+       * init.c: [stable] Fixing "unignore *".
+
+       * init.c: Fix "unignore *": We must not add "*" to the unignore list.
+
+       * init.h: Documentation nit, from Liviu.
+
+Sat Sep  4 04:55:58 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap/BUGS, imap/browse.c, imap/imap.c, imap/imap_private.h, imap/message.c:
+       Fix some more IMAP problems.  From Brendan Cully.
+
+Fri Sep  3 21:42:16 1999  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/sample.muttrc:
+       fix mailing list addresses.  Noted by David Benfell
+       <benfell@greybeard95a.com>.
+
+       * browser.c:
+       - If the name of the folder returned by an IMAP server is empty, Mutt
+         could segfault in the browser window attempting to display it.
+       - add_folder in browser.c looks like it got corrupted in some CVS
+         update. A small patch makes things work again for
+         examine_mailboxes.
+       (From: Brendan Cully <brendan@kublai.com>)
+
+       * strdup.c, configure.in: strdup for unstable.
+
+       * configure.in, strdup.c:
+       [stable] Some systems may not have strdup.  Substitute it.
+
+       * strdup.c:
+       file strdup.c was initially added on branch mutt-1-0-stable.
+
+       * browser.c: [stable] cosmetic fix from Brendan Cully.
+
+Thu Sep  2 18:50:46 1999  Thomas Roessler  <roessler@guug.de>
+
+       * editmsg.c:
+       Don't copy the Status header to the user's edit buffer - we destroy
+       it later when copying the message back.
+
+       * acconfig.h, configure.in, init.c, init.h, main.c:
+       [stable] Improved pgp 6.5.1 support.  From Jochen Schmitt
+       <Jochen@herr-schmitt.de>.
+
+       * doc/manual.sgml.head, Makefile.am, OPS, compose.c, curs_main.c, editmsg.c, mutt.h, protos.h, send.c, sendlib.c:
+       A new edit-message feature, giving the raw message in an editor.
+
+       * imap/auth.c: Fix a tiny signedness warning.
+
+       * dotlock.c: Remove a superfluous label.
+
+       * dotlock.c: [stable] remove a superfluous label.
+
+       * po/cs.po:
+       New czech translation.  From Jiri Pavlovsky <pavlovsk@ff.cuni.cz>.
+
+       * doc/Attic/manual.sgml.in:
+       [stable] It's www.sgmltools.org, not www.sgml-tools.org.  Noted by
+       Heiko Schlichting.
+
+Wed Sep  1 21:41:19 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/Makefile.in, Makefile.am:
+       A couple of build process and portability fixes concerning the
+       automatically generated documentation.
+
+       * mutt.h, init.c:
+       [stable] Fix ignore/unignore.  This is a back-port from the unstable
+       branch.
+
+       * po/ko.po: New Korean translation.  From Byeong-Chan Kim
+       <redhands@linux.sarang.net>.
+
+       * curs_lib.c, edit.c, hdrline.c, sendlib.c:
+       Fix a couple of possible compilation warnings.  (Noted by "John C.
+       Place" <placej@ctcdist.com>.)
+
+       * hdrline.c, sendlib.c, curs_lib.c, edit.c:
+       [stable] Fix a couple of small warnings.  Noted by "John C. Place"
+       <placej@ctcdist.com>.
+
+       * ChangeLog: check-point commit.
+
+       * mx.c: Don't clear the error line whenever dotlocking a file.
+
+       * mx.h: adding a prototype.
+
+       * curs_main.c, mailbox.h, mx.c:
+       When the user synchronizes a mail folder, do a thorough check.
+
+Wed Sep  1 07:47:40 1999  Thomas Roessler  <roessler@guug.de>
+
+       * mx.c: Don't clear the error line whenever dotlocking a file.
+
+       * mx.h: adding a prototype.
+
+       * curs_main.c, mailbox.h, mx.c:
+       When the user synchronizes a mail folder, do a thorough check.
+
+Tue Aug 31 20:26:33 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/id.po, po/it.po, po/es.po, po/fr.po, VERSION, po/cs.po, po/de.po, po/el.po, reldate.h, Makefile.am, ChangeLog:
+       automatic post-release commit for mutt-0.96.6
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog:
+       post-release commit for 1.0pre2.
+
+       * doc/manual.sgml.tail, doc/manual.sgml.head, protos.h, thread.c, OPS, curs_main.c, functions.h:
+       Adding a <parent-message> function. From Roland Rosenfeld
+       <roland@spinnaker.rhein.de>.
+
+Tue Aug 31 19:51:34 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog:
+       post-release commit for 1.0pre2.
+
+       * doc/manual.sgml.tail, doc/manual.sgml.head, protos.h, thread.c, OPS, curs_main.c, functions.h:
+       Adding a <parent-message> function. From Roland Rosenfeld
+       <roland@spinnaker.rhein.de>.
+
+Tue Aug 31 19:11:57 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.tail, doc/manual.sgml.head, protos.h, thread.c, OPS, curs_main.c, functions.h:
+       Adding a <parent-message> function. From Roland Rosenfeld
+       <roland@spinnaker.rhein.de>.
+
+       * curs_lib.c:
+       Fix possible signedness problem with localized y/n responses.
+
+       * po/ru.po:
+       New russian translation.  From Michael Sobolev <mss@transas.com>.
+
+       * Attic/imap.c: [stable] fix IMAP caching.
+
+Mon Aug 30 16:10:45 1999  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in, imap/imap.c, main.c: Properly handle IMAP cache files.
+
+       * mh.c: cosmetics.
+
+       * mh.c: [stable] Back-port various fixes from unstable.
+
+       * mh.c: Avoid a memory and temporary file leak.
+
+       * mx.c, Attic/imap.c, buffy.c, configure.in:
+       [stable] back-port of various IMAP-related fixes.  From Brendan
+       Cully <brendan@kublai.com>.
+
+Fri Aug 27 07:41:44 1999  Thomas Roessler  <roessler@guug.de>
+
+       * TODO: some notes on generic limiting.
+
+Thu Aug 26 20:26:56 1999  Thomas Roessler  <roessler@guug.de>
+
+       * keymap.c:
+       Change alias menu key bindings to something more reasonable.
+
+       * imap/TODO: Adding a TODO list.
+
+       * doc/manual.sgml.tail:
+       Fix the sgml-tools url.  Noted by Heiko Schlichting.
+
+       * doc/Attic/manual.sgml.in:
+       Fix the URL to the sgml-tools package.  Noted by Heiko Schlichting.
+
+       * mh.c: Fixing a somewhat hypothetical error condition.
+
+       * curs_main.c, keymap.c, pager.c, recvattach.c: IRIX fixes.
+
+       * keymap.c, main.c, pager.c, recvattach.c, curs_main.c, edit.c:
+       Various fixes to make mutt compile on IRIX.  Additionally, we
+       introduce default bindings for the <enter> key which is used by xwsh
+       for "return".  Suggested by Heiko Schlichting
+       <heiko@cis.fu-berlin.de>.
+
+Wed Aug 25 06:33:37 1999  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in: We need ranlib even when we don't use IMAP.
+
+       * compose.c:
+       Trivial patch to make attach-message work for IMAP folders.
+
+Tue Aug 24 21:27:20 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/de.po: Updates from Roland Rosenfeld.
+
+       * Makefile.am: Automake clean-up.  From Lars Hecking.
+
+       * po/id.po: Updates.
+
+       * doc/Makefile.in: build muttrc.man before installing it.
+
+       * reldate.h, Makefile.am, VERSION, ChangeLog:
+       automatic post-release commit for mutt-0.96.5
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, NEWS, VERSION, reldate.h, ChangeLog:
+       release-commit 1.0pre1.
+
+       * Makefile.am: Still more bugs in the release-building process.
+
+       * Makefile.am: *grrrr*  typos.
+
+       * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/nl.po, po/pl.po, po/fr.po, po/id.po, po/it.po, po/ko.po, po/cs.po, po/de.po, po/el.po, po/es.po, ChangeLog:
+       translation update.
+
+       * Makefile.am: Some of the targets were broken.
+
+       * Makefile.am: Another tidbit.
+
+       * Makefile.am:
+       Still more build-process stuff. Let's see whether this automatically
+       builds 0.96.5.
+
+       * doc/Attic/manual.sgml, doc/Attic/muttrc.man, Attic/Muttrc:
+       Remove some auto-built files from the repository.
+
+       * Makefile.am: Further distribution process fixes.
+
+       * po/POTFILES.in:
+       Make translations fit together with actual source tree.
+
+       * doc/Makefile.in, Attic/Muttrc, ChangeLog, Makefile.am:
+       More fixes to the distribution-building process; check-point commit
+       for documentation and ChangeLog.
+
+       * doc/Attic/manual.sgml, doc/Attic/muttrc.man, doc/Makefile.in:
+       Various experimental changes to automate the distribution-building
+       process; documentation update.
+
+       * Makefile.am:
+       Various experimental changes to automate the distribution-building
+       process.
+
+Tue Aug 24 16:20:55 1999  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am: Still more bugs in the release-building process.
+
+       * Makefile.am: *grrrr*  typos.
+
+       * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/nl.po, po/pl.po, po/fr.po, po/id.po, po/it.po, po/ko.po, po/cs.po, po/de.po, po/el.po, po/es.po, ChangeLog:
+       translation update.
+
+       * Makefile.am: Some of the targets were broken.
+
+       * Makefile.am: Another tidbit.
+
+       * Makefile.am:
+       Still more build-process stuff. Let's see whether this automatically
+       builds 0.96.5.
+
+       * doc/Attic/manual.sgml, doc/Attic/muttrc.man, Attic/Muttrc:
+       Remove some auto-built files from the repository.
+
+       * Makefile.am: Further distribution process fixes.
+
+       * po/POTFILES.in:
+       Make translations fit together with actual source tree.
+
+       * doc/Makefile.in, Attic/Muttrc, ChangeLog, Makefile.am:
+       More fixes to the distribution-building process; check-point commit
+       for documentation and ChangeLog.
+
+       * doc/Attic/manual.sgml, doc/Attic/muttrc.man, doc/Makefile.in:
+       Various experimental changes to automate the distribution-building
+       process; documentation update.
+
+       * Makefile.am:
+       Various experimental changes to automate the distribution-building
+       process.
+
+Tue Aug 24 16:12:23 1999  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am: *grrrr*  typos.
+
+       * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/nl.po, po/pl.po, po/fr.po, po/id.po, po/it.po, po/ko.po, po/cs.po, po/de.po, po/el.po, po/es.po, ChangeLog:
+       translation update.
+
+       * Makefile.am: Some of the targets were broken.
+
+       * Makefile.am: Another tidbit.
+
+       * Makefile.am:
+       Still more build-process stuff. Let's see whether this automatically
+       builds 0.96.5.
+
+       * doc/Attic/manual.sgml, doc/Attic/muttrc.man, Attic/Muttrc:
+       Remove some auto-built files from the repository.
+
+       * Makefile.am: Further distribution process fixes.
+
+       * po/POTFILES.in:
+       Make translations fit together with actual source tree.
+
+       * doc/Makefile.in, Attic/Muttrc, ChangeLog, Makefile.am:
+       More fixes to the distribution-building process; check-point commit
+       for documentation and ChangeLog.
+
+       * doc/Attic/manual.sgml, doc/Attic/muttrc.man, doc/Makefile.in:
+       Various experimental changes to automate the distribution-building
+       process; documentation update.
+
+       * Makefile.am:
+       Various experimental changes to automate the distribution-building
+       process.
+
+Tue Aug 24 15:51:56 1999  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am: Some of the targets were broken.
+
+       * Makefile.am: Another tidbit.
+
+       * Makefile.am:
+       Still more build-process stuff. Let's see whether this automatically
+       builds 0.96.5.
+
+       * doc/Attic/manual.sgml, doc/Attic/muttrc.man, Attic/Muttrc:
+       Remove some auto-built files from the repository.
+
+       * Makefile.am: Further distribution process fixes.
+
+       * po/POTFILES.in:
+       Make translations fit together with actual source tree.
+
+       * doc/Makefile.in, Attic/Muttrc, ChangeLog, Makefile.am:
+       More fixes to the distribution-building process; check-point commit
+       for documentation and ChangeLog.
+
+       * doc/Attic/manual.sgml, doc/Attic/muttrc.man, doc/Makefile.in:
+       Various experimental changes to automate the distribution-building
+       process; documentation update.
+
+       * Makefile.am:
+       Various experimental changes to automate the distribution-building
+       process.
+
+Tue Aug 24 15:10:48 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/Makefile.in, doc/manual.sgml, doc/muttrc.man:
+       Various experimental changes to automate the distribution-building
+       process; documentation update.
+
+       * Makefile.am:
+       Various experimental changes to automate the distribution-building
+       process.
+
+Mon Aug 23 22:12:09 1999  Thomas Roessler  <roessler@guug.de>
+
+       * charmaps/Makefile.am, configure.in:
+       Fix charmaps part of the build process.
+
+       * copy.c: Fix an off-by-one error which lead to a segmentation fault.
+
+       * charset.c:
+       Don't delete symbol -> character code mappings.  Character sets may
+       define multiple symbols. :-(
+
+       * imap/auth.c, imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, browser.c, configure.in, Makefile.am, acconfig.h:
+       Inclue GSS authentization for IMAP.
+
+       * dotlock.c, mx.c:
+       Remove a couple of NFS-related hacks which seem to be unnecessary.
+
+       * main.c: Fix a small typo affecting mutt -v's output.
+
+Fri Aug 20 08:24:13 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/fr.po: Fixed french translation.
+
+       * imap/Makefile.am, imap/auth.c, imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/imap_socket.h, imap/md5.h, imap/md5c.c, imap/socket.c, Attic/socket.c, Attic/imap.c, Attic/imap.h, Attic/mutt_socket.h, globals.h, init.h, lib.h, mime.h, prepare, protos.h, rfc2047.c, sendlib.c, Makefile.am, base64.c, configure.in, copy.c:
+       Brendan Cully's latest IMAP clean-up.
+
+       * doc/Attic/manual.sgml.in, NEWS, copy.c, init.h, mutt.h, sendlib.c:
+       Back-port $bounce_delivered from unstable.
+
+       * po/fr.po: [stable] Small fixes.
+
+Thu Aug 19 10:04:28 1999  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: [stable] Fix a back-porting bug.
+
+       * configure.in:
+       [stable] Albert Chin-A-Young <china@thewrittenword.com> suggests a
+       different check for -lnsl and -lsocket.
+
+       * configure.in:
+       Albert Chin-A-Young suggests a slightly different check for
+       libsocket and libnsl.
+
+       * doc/Attic/manual.sgml.in: [stable] fix the urlview url.
+
+       * doc/manual.sgml.head: fix the urlview url.
+
+       * main.c: copyright message cosmetics.
+
+       * Makefile.am, configure.in, prepare:
+       Remove the $output.in hack, and create a fake charmaps directory
+       instead.
+
+       * acconfig.h, configure.in:
+       [stable] check signal.h for sig_atomic_t.  This should help to build
+       this version of mutt on systems such as SunOS 4.1.
+
+       * sendlib.c:
+       [stable] Force quotes around the boundary parameter's value.
+
+       * sendlib.c:
+       Force quotes around the boundary parameter.  Another courtesy
+       towards Outlook.
+
+       * pgp.c:
+       [stable] Make sure the boundary MIME parameter is the last one on
+       multipart/signed.  Otherwise, Outlook will fail.  Pointed out by Ian
+       Bell, Turnpike.
+
+       * muttlib.c, pgp.c:
+       Ian Bell (turnpike) reports that Outlook Express expects the
+       boundary parameter to be the _last_ MIME parameter on a multipart/*
+       body part, and otherwise displays messages as empty.
+
+Wed Aug 18 06:54:13 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/muttrc.man, doc/muttrc.man.head, doc/manual.sgml, NEWS:
+       documentation fixes.
+
+       * commands.c:
+       Fetch senders' keys also when decrypting a message.  There may be a
+       signature.
+
+       * main.c: Don't try to create $maildir if it's an IMAP folder.
+
+Tue Aug 17 20:04:07 1999  Thomas Roessler  <roessler@guug.de>
+
+       * reldate.h: :-(
+
+       * reldate.h: *grmbls*
+
+       * po/de.po, ChangeLog, VERSION: post-release commit for 0.96.4.
+
+       * po/de.po, VERSION, ChangeLog: post-release commit for 0.95.7.
+
+       * doc/manual.sgml, doc/muttrc.man, Muttrc: ispell's default path.
+
+Tue Aug 17 17:53:40 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml, doc/muttrc.man, Muttrc: ispell's default path.
+
+       * postpone.c: Fixing a mutt -p segfault.
+
+       * doc/mutt.man, main.c:
+       cosmetics; mention warranties in the manual page.
+
+Sun Aug 15 19:59:09 1999  Thomas Roessler  <roessler@guug.de>
+
+       * compose.c: Make attach-message work with IMAP folders.
+
+       * po/cs.po: New CS translation.
+
+       * doc/Makefile.in, doc/manual.sgml, doc/muttrc.man, mutt.h, mx.c, pgp.c, pgp.h, pgpinvoke.c, prepare, send.c, Makefile.am, Muttrc, NEWS, README.SECURITY, browser.c, browser.h, commands.c, copy.c, curs_main.c, globals.h, init.c, init.h, main.c:
+       Various changes added over the last week:
+
+       - $delete_untag
+       - creation of "application/pgp" messages
+       - an attempt to fix prepare.
+       - Browser format changes
+
+       * dotlock.h: cosmetics.
+
+       * dotlock.c: [stable] take dotlock.c from unstable.
+
+       * dotlock.c: Commit remaining changes.
+
+       * copy.c, mh.c, mutt.h: Remove ugly mh-synching kludge.
+
+       * dotlock.c, dotlock.h:
+       Really fix $save_empty, even when the dotlocking code is compiled
+       into mutt.
+
+       * dotlock.c, dotlock.h:
+       [stable] Fix $save_empty even when the dotlocking code is linked
+       into mutt.
+
+Mon Aug  9 19:03:12 1999  Thomas Roessler  <roessler@guug.de>
+
+       * ChangeLog: check-point commit.
+
+       * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ko.po, po/nl.po, po/pl.po, po/ru.po, po/de.po, po/el.po, po/es.po, po/fr.po, po/id.po, po/it.po, po/cs.po:
+       update-po.
+
+       * po/zh_TW.Big5.po:
+       [stable] Fixing a small typo in the Chinese translation.
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/el.po, po/es.po, po/de.po, po/cs.po:
+       [stable] Adding the new polish translation; general "make update-po".
+
+       * Muttrc, doc/muttrc.man, doc/muttrc.man.head, main.c, po/zh_TW.Big5.po:
+       Various fixes.  Additionally, mutt will now create the $folder
+       directory when started in curses mode and if it doesn't exist.
+
+Mon Aug  9 19:01:42 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ko.po, po/nl.po, po/pl.po, po/ru.po, po/de.po, po/el.po, po/es.po, po/fr.po, po/id.po, po/it.po, po/cs.po:
+       update-po.
+
+       * po/zh_TW.Big5.po:
+       [stable] Fixing a small typo in the Chinese translation.
+
+       * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/el.po, po/es.po, po/de.po, po/cs.po:
+       [stable] Adding the new polish translation; general "make update-po".
+
+       * Muttrc, doc/muttrc.man, doc/muttrc.man.head, main.c, po/zh_TW.Big5.po:
+       Various fixes.  Additionally, mutt will now create the $folder
+       directory when started in curses mode and if it doesn't exist.
+
+Sun Aug  8 14:57:13 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/zh_TW.Big5.po: new chinese translation.
+
+       * po/zh_TW.Big5.po: New chinese translation.
+
+       * Makefile.am: Fix order of some dependencies.
+
+       * Makefile.am: Fix keymap_defs.h dependency.
+
+       * po/it.po: Fix a translation string in it.po.
+
+       * po/it.po: Fixing a message.  From Marco.
+
+       * doc/muttrc.man, init.h:
+       Include complete documentation regardless of actual features.
+
+       * doc/Attic/manual.sgml.in, doc/Attic/mutt.man.in, doc/manual.sgml.tail, doc/mutt.man, doc/muttrc.man, doc/muttrc.man.head, doc/muttrc.man.tail, contrib/Makefile.in, contrib/gpg.rc, doc/Attic/dotlock.man.in, doc/Makefile.in, doc/devel-notes.txt, doc/dotlock.man, doc/manual.sgml, doc/manual.sgml.head, Attic/Muttrc.in, Makefile.am, Muttrc.head, NEWS, configure.in, init.h, makedoc.c:
+       Documentation updates; autogeneration of documentation from init.h.
+
+Wed Aug  4 19:58:13 1999  Thomas Roessler  <roessler@guug.de>
+
+       * NEWS: documentation to prepare the next release.
+
+       * doc/Attic/dotlock.man.in, dotlock.c, dotlock.h, mbox.c, mx.c, mx.h:
+       [stable] Fix $save_empty.
+
+       * ChangeLog: ChangeLog.
+
+       * NEWS, protos.h, send.c: Various fixes; documentation.
+
+       * doc/Attic/dotlock.man.in: Document the -d option.
+
+       * dotlock.h, mbox.c, mx.c, mx.h, dotlock.c: Fix $save_empty.
+
+Wed Aug  4 19:49:28 1999  Thomas Roessler  <roessler@guug.de>
+
+       * NEWS, protos.h, send.c: Various fixes; documentation.
+
+       * doc/dotlock.man.in: Document the -d option.
+
+       * dotlock.h, mbox.c, mx.c, mx.h, dotlock.c: Fix $save_empty.
+
+Thu Jul 29 09:17:29 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in:
+       Remove references to the old PGP configuration interface.  Noted by
+       Hanno Wagner <wagner@fitug.de>.
+
+       * browser.c, complete.c, enter.c, imap.c, imap.h, main.c, protos.h:
+       Brendan Cully's latest IMAP patches.
+
+Wed Jul 28 20:40:49 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in:
+       Fix "lists" documentation.  From Jeremy Blosser <jblosser@firinn.org>.
+
+       * doc/manual.sgml.in:
+       Fix the description of the lists command.  Patch provided by Jeremy
+       Blosser <jblosser@firinn.org>.
+
+       * doc/PGP-Notes.txt, pgp.h, pgpinvoke.c, init.c, init.h, pgp.c:
+       PGP 6 support.
+
+       * charsets/Attic/Makefile.in:
+       Portability patch for MiNT, from Guido Flohr
+       <gufl0000@stud.uni-sb.de>.
+
+       * doc/manual.sgml.in, doc/mutt.man.in:
+       Documentation fixes from Jeremy Blosser.
+
+       * mh.c: Replarse mh message' headers when updating them.
+
+       * mh.c:
+       Re-parse mh messages when committing them to disk.  The structure
+       may have changed.
+
+       * rfc822.h, commands.c, init.h, pgp.c, pgp.h, pgpinvoke.c:
+       Add a hook which enables us to fetch PGP keys from servers on
+       demand.  Look out for pkspxy. :-)
+
+       * hdrline.c: Enable the use of %F in conditionals.  From Aaron Schrab
+       <aaron+mutt@schrab.com>.
+
+Mon Jul 26 21:04:53 1999  Thomas Roessler  <roessler@guug.de>
+
+       * dotlock.c: impose a hard limit on the number of locking attempts.
+
+       * dotlock.c: Impose a hard limit on dotlock attempts.
+
+       * recvattach.c, gnupgparse.c, pgpinvoke.c:
+       Fix an error message.  Also, close Debian bug #37394 for stable.
+
+       * acconfig.h, configure.in: Check for gpgm.
+
+       * recvattach.c:
+       Make an error message ready for translation.  From Gero Treuner.
+
+       * Makefile.am:
+       Add missing dependencies for pgpring.  Fix from David Ellement
+       <ellement@sdd.hp.com>
+
+       * Makefile.am:
+       Create keymap_defs.h when it isn't present.  Fix from Lars Hecking
+       <lhecking@nmrc.ucc.ie>.
+
+       * Makefile.am:
+       Generate keymap_defs.h when it isn't present.  Fix proposed by Lars
+       Hecking <lhecking@nmrc.ucc.ie>.
+
+       * doc/manual.sgml.in, handler.c, init.h, mutt.h, parse.c:
+       Undo the content-disposition changes.  They don't merge well with
+       operations such as printing, and need some more thought.
+
+       * doc/manual.sgml.in, init.h, mutt.h, parse.c, handler.c:
+       When an attachment's content-disposition is different from "inline",
+       and if the user sets the use_cdisp option, don't auto_view this
+       part.
+
+       * ChangeLog: checkpointing.
+
+       * flags.c, protos.h, recvattach.c:
+       When replying to message/rfc822 type attachments, Context statistics
+       would go out of order.  Problem noted by Johan van Selst
+       <johans@stack.nl>.
+
+       * flags.c, protos.h, recvattach.c:
+       When replying to a message/rfc822 attachment, the Context statistics
+       would get out of order.  Problem noted by Johan van Selst
+       <johans@stack.nl>.
+
+       * curs_lib.c:
+       Dynamically allocate the unget buffer.  Fixes Debian bug #41042.
+       From Gero Treuner.
+
+       * curs_lib.c:
+       Dynamically allocate the unget buffer.  Fixes Debian bug #41042.
+       From Gero Treuner <gero@faveve.uni-stuttgart.de>.
+
+       * curs_main.c: Fix read_only in folder-hooks.
+
+       * curs_main.c, ChangeLog: The following:
+
+               folder-hook !asdf unset read_only
+               folder-hook asdf set read_only
+
+       wouldn't work.  Fix from Gero Treuner <gero@faveve.uni-stuttgart.de>.
+
+       * browser.h, imap.c, imap.h, mx.c, postpone.c, browser.c:
+       Assorted IMAP fixes.  From Brendan Cully <brendan@kublai.com>,
+       message <19990725150346.A19750@xanadu.kublai.com>.
+
+Mon Jul 26 14:53:01 1999  Thomas Roessler  <roessler@guug.de>
+
+       * flags.c, protos.h, recvattach.c:
+       When replying to message/rfc822 type attachments, Context statistics
+       would go out of order.  Problem noted by Johan van Selst
+       <johans@stack.nl>.
+
+       * flags.c, protos.h, recvattach.c:
+       When replying to a message/rfc822 attachment, the Context statistics
+       would get out of order.  Problem noted by Johan van Selst
+       <johans@stack.nl>.
+
+       * curs_lib.c:
+       Dynamically allocate the unget buffer.  Fixes Debian bug #41042.
+       From Gero Treuner.
+
+       * curs_lib.c:
+       Dynamically allocate the unget buffer.  Fixes Debian bug #41042.
+       From Gero Treuner <gero@faveve.uni-stuttgart.de>.
+
+       * curs_main.c: Fix read_only in folder-hooks.
+
+       * curs_main.c, ChangeLog: The following:
+
+               folder-hook !asdf unset read_only
+               folder-hook asdf set read_only
+
+       wouldn't work.  Fix from Gero Treuner <gero@faveve.uni-stuttgart.de>.
+
+       * browser.h, imap.c, imap.h, mx.c, postpone.c, browser.c:
+       Assorted IMAP fixes.  From Brendan Cully <brendan@kublai.com>,
+       message <19990725150346.A19750@xanadu.kublai.com>.
+
+       * parse.c, rfc2047.c, rfc2231.c, rfc2231.h, sendlib.c, Makefile.am, TODO, copy.c, init.h, mutt.h:
+       Implement RFC 2231.
+
+Mon Jul 26 13:57:58 1999  Thomas Roessler  <roessler@guug.de>
+
+       * browser.h, imap.c, imap.h, mx.c, postpone.c, browser.c:
+       Assorted IMAP fixes.  From Brendan Cully <brendan@kublai.com>,
+       message <19990725150346.A19750@xanadu.kublai.com>.
+
+       * parse.c, rfc2047.c, rfc2231.c, rfc2231.h, sendlib.c, Makefile.am, TODO, copy.c, init.h, mutt.h:
+       Implement RFC 2231.
+
+       * ChangeLog: *** empty log message ***
+
+       * commands.c:
+       Fix a missing #ifdef. From Matt Armstrong <matt@lickey.com>.
+
+       * doc/devel-notes.txt:
+       Add some notes.  From Matt Armstrong <matt@lickey.com>.
+
+Mon Jul 26 10:13:38 1999  Thomas Roessler  <roessler@guug.de>
+
+       * commands.c:
+       Fix a missing #ifdef. From Matt Armstrong <matt@lickey.com>.
+
+       * doc/devel-notes.txt:
+       Add some notes.  From Matt Armstrong <matt@lickey.com>.
+
+Sat Jul 24 14:55:45 1999  Thomas Roessler  <roessler@guug.de>
+
+       * rfc2047.c: Add some sanity checks to the RFC 2047 decoder.
+       From "Alexander V. Lukyanov" <lav@yars.free.net>.
+
+Fri Jul 23 06:31:09 1999  Thomas Roessler  <roessler@guug.de>
+
+       * parse.c: There was some code missing about TYPEMODEL.
+       Noted by Brian Salter-Duke <b_duke@lacebark.ntu.edu.au>.
+
+Thu Jul 22 14:56:44 1999  Thomas Roessler  <roessler@guug.de>
+
+       * mutt.h: Fix content-type's widths.
+
+Wed Jul 21 13:02:12 1999  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c: When forwarding or replying to attachments,
+       use the proper time stamp for From_ lines of Fccs.  Note:
+       This code may need some clean-up, it's horribly slow.
+
+       * buffy.c: Fix compilation problem for non-imap systems.
+
+       * compose.c: *grr* avoid a warning about /* in a comment.
+
+       * compose.c: call mutt_update_encoding() after changing an
+       attachment's content type.
+
+Tue Jul 20 20:09:13 1999  Thomas Roessler  <roessler@guug.de>
+
+       * send.c, sendlib.c, protos.h:
+       Use $from for resent-from headers when bouncing messages.
+
+       * imap.c: Fix from Gero Treuner.
+
+       * init.c:
+       Fix value completion for DT_ADDR variables.  While we are on it,
+       proper quoting is added.
+
+       * init.h, send.c, alias.c, globals.h, init.c:
+       As Aaron Schrab noted, patch-0.95.6.tlr.reverse_name.1 broke the use
+       of my_hdr from send-hooks.  This patch introduces a new variable
+       $from which can be used to use a default sender address; to make
+       this possible, a new variable class DT_ADDR is defined.
+
+       We now have the following algorithm for determining the from
+       address:
+
+       - $from is used as the default from address, if defined.  Otherwise,
+         the local user name and (if the user wishes so) the local domain
+         are used.
+       - This address can be overridden by $reverse_name, if set.
+       - Now, send-hooks are evaluated.
+       - Afterwards, user headers are evaluated.  In this step, the from
+         header can be overridden using my_hdr From:.
+       - When there is no real name, $realname is used for it.  Note that,
+         when the default from header is used and $from defines a real
+         name, it takes precedence over $realname.
+
+       * buffy.c, complete.c, imap.c, imap.h: Bugs fixed
+       * Mutt sometimes forgets that IMAP folders with new mail have new
+         mail.
+       * On some common IMAP servers, Mutt erroneously insists that the
+         current folder has new mail.
+       * Mutt constantly polls the server for new messages,
+         disregarding the imap_checkinterval option.
+
+       New features
+       * tab-completion of IMAP folders. Not yet namespace aware, though it
+         will work within an alternate namespace (eg won't complete #ft ->
+         #ftp, but will complete #ftp/pu -> #ftp/pub). Some tweaking of the
+         browser was necessary to get it to cooperate with completion.
+         Some remains to be done.
+
+       (From: From: Brendan Cully <brendan@kublai.com>)
+
+       * doc/manual.sgml.in, globals.h, init.h, send.c, Muttrc.in:
+       Remove the $in_reply_to configuration variable.
+
+       * doc/manual.sgml.in, globals.h, init.h, send.c, Muttrc.in:
+       Remove the $in_reply_to configuration variable and always use the
+       message-ID for that header.
+
+       * pgp.c: patch-0.95.6.pgperror.1
+
+       * po/de.po, curs_main.c, pager.c:
+       patch-0.95.6.gettext.1.gz, from Gero Treuner.
+
+       * pager.c: patch-0.95.6.search_in_help.1, from Gero Treuner.
+
+       * po/sk.po: New sk translation.
+
+       * alias.c, enter.c: patch-0.95.6.alias_compl.1.gz, from Gero Treuner
+
+Mon Jul 19 19:18:05 1999  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in, pgppubring.c:
+       Fix compilation problems with SunOS 4.  From Lars Hecking.
+
+       * po/sk.po: new sk translation.
+
+       * buffy.c:
+       Consider empty folders to be non-existent for buffy's purposes.
+
+Tue Jul  6 22:57:08 1999  Thomas Roessler  <roessler@guug.de>
+
+       * send.c, sendlib.c, signal.c, system.c, curs_lib.c, curs_main.c, globals.h, menu.c, mutt.h, pager.c, pattern.c, protos.h, attach.c, commands.c, compose.c:
+       Applying Liviu Daia's signal handling patches.  They work fine with
+       unstable for months now, so we may wish to use them with stable.
+
+       * po/zh_TW.Big5.po, po/el.po, configure.in:
+       Greek and Chinese translations for unstable.
+
+       * po/zh_TW.Big5.po: Chinese translation for stable.
+
+       * po/zh_TW.Big5.po:
+       file zh_TW.Big5.po was initially added on branch mutt-1-0-stable.
+
+       * configure.in: Adding chinese (big5) translation.
+
+       * po/el.po: Adding greek translation from Fanis <madf@geocities.com>.
+
+       * po/el.po: file el.po was initially added on branch mutt-1-0-stable.
+
+       * configure.in:
+       Adding greek translation from Fanis <madf@geocities.com>.
+
+       * mx.c, mx.h, parse.c, pop.c, postpone.c, protos.h, recvattach.c, sendlib.c, attach.c, buffy.c, copy.c, lib.c, mailbox.h, mh.c:
+       New mh and maildir folder writing code.  Back-port from unstable.
+
+       * color.c: Fix color problem noted by Todd Larson.  From unstable.
+
+       * color.c: Fixing a string buffer problem noted by Todd Larason
+       <jtl@molehill.org>.
+
+       * imap.c: Try creating an IMAP folder before writing to it.  Hack from
+       "Neulinger, Nathan R." <nneul@umr.edu>.
+
+       * contrib/pgp5.rc, contrib/pgp2.rc: Fix various bugs.
+
+Thu Jul  1 11:22:22 1999  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/gpg.rc: Fix gpg invocation.  Noted by Werner Koch.
+
+       * mx.c: Fix a small imap-related bug.
+
+       * recvattach.c, sendlib.c, buffy.c, copy.c, curs_lib.c, globals.h, gnupgparse.c, hdrline.c, init.c, init.h, lib.c, lib.h, mailbox.h, mh.c, mutt.h, mx.c, mx.h, parse.c, pattern.c, pgpkey.c, pgppubring.c, pop.c, postpone.c, protos.h, attach.c:
+       Various patches from last week, including:
+
+       - new mh/maildir access code.
+       - subscribe/unsubscribe
+       - various fixes.
+
+Mon Jun 14 21:20:42 1999  Thomas Roessler  <roessler@guug.de>
+
+       * mutt.h, parse.c, sendlib.c:
+       - Handle CRLF properly in non-text MIME parts.
+       - Correctly parse attachments with CRLF line endings, but without a
+         trailing CRLF.
+
+       * alias.c, enter.c:
+       Completion fixes from Gero Treuner <gero@faveve.uni-stuttgart.de>.
+
+Thu Jun 10 09:30:39 1999  Thomas Roessler  <roessler@guug.de>
+
+       * alias.c, commands.c, curs_main.c, pager.c, protos.h:
+       Use the same address with take-alias and display-address.
+
+Wed Jun  9 17:17:53 1999  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c: Fix the fix.  Most of it was wrong.
+
+       * recvattach.c: There was bogus bug-fixing in the last fix.
+
+       * recvattach.c: Fix attachment forwading.  Same problem as in unstable.
+
+       * recvattach.c:
+       Fix attachment forwarding.  The leading newline for certain MIME
+       boundaries was missing.  *grrrr*
+
+       * send.c: Give reverse_name precedence over my_hdr From:
+
+Tue Jun  8 18:30:42 1999  Thomas Roessler  <roessler@guug.de>
+
+       * acconfig.h, configure.in, pgppubring.c, protos.h:
+       Portability patches for SunOS 4.1.  From Lars Hecking.
+
+       * curs_main.c: Fix "Tab" behaviour when returning from the pager.
+
+       * mutt.h, pattern.c, send.c, sendlib.c, commands.c, copy.c, copy.h, handler.c, imap.c, attach.c:
+       Don't do charset conversions when they aren't necessary.
+
+       Back-port from unstable.
+
+       * pgp.c, pgpinvoke.c, pgpkey.c, pgplib.h, pgppubring.c, recvattach.c, Makefile.am, commands.c, compose.c, configure.in, hdrline.c, init.c, init.h, mutt.h:
+       - Add a $weed option.
+       - Add out-of-band reporting of signature status.
+
+Thu Jun  3 21:48:24 1999  Thomas Roessler  <roessler@guug.de>
+
+       * curs_main.c: Another header weeding change.  Experimental.
+
+       * commands.c, init.h, mutt.h, send.c:
+       Experimental: Use OPTWEED for _all_ header weeding throughout mutt.
+
+       * contrib/Makefile.in, Makefile.am, NEWS, VERSION, reldate.h, ChangeLog:
+       post-release commit 0.96.3.
+
+       * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po, gnupgparse.c, reldate.h, NEWS, VERSION, ChangeLog:
+       release commit 0.95.6.
+
+       * po/pl.po, po/ko.po, po/fr.po, po/de.po, po/cs.po: Latest chagnes.
+
+       * doc/PGP-Notes.txt, contrib/pgp2.rc, contrib/pgp5.rc, pgppubring.c:
+       Hardwire some mechanisms for finding secret and public key-rings.
+       This way, we need to hard-wire less stuff in the various
+       configuration files, making the use of PGP with mutt a bit simpler
+       again.
+
+Thu Jun  3 20:13:22 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po, po/ko.po, po/fr.po, po/de.po, po/cs.po: Latest chagnes.
+
+       * doc/PGP-Notes.txt, contrib/pgp2.rc, contrib/pgp5.rc, pgppubring.c:
+       Hardwire some mechanisms for finding secret and public key-rings.
+       This way, we need to hard-wire less stuff in the various
+       configuration files, making the use of PGP with mutt a bit simpler
+       again.
+
+       * contrib/pgp2.rc: Another little fix.
+
+       * contrib/pgp2.rc:
+       ups, wrong order of arguments when verifying signatures.
+
+       * doc/PGP-Notes.txt: Document the new PGP configuration interface.
+
+       * contrib/gpg.rc, contrib/pgp2.rc, contrib/pgp5.rc, pgp.c, pgp.h, pgpewrap, pgpinvoke.c, pgpkey.c, pgplib.c, pgplib.h, pgppubring.c, Makefile.am, compose.c, configure.in, gnupgparse.c, init.c, init.h, mutt.h:
+       Experimental: New PGP invocation interface. The invocations are done
+       through formats, so all this should fit more cleanly into mutt now.
+
+Wed Jun  2 18:52:19 1999  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am, extlib.c, init.c, lib.c, lib.h, mutt.h, muttlib.c, protos.h:
+       Major cutting & pasting: We now have a "real" library in lib.c which
+       can be linked against external programs without much effort.
+
+       * po/ko.po, po/pl.po, po/es.po, po/it.po, po/de.po: various updates.
+
+Tue Jun  1 14:52:09 1999  Thomas Roessler  <roessler@guug.de>
+
+       * flags.c, mh.c, curs_main.c:
+       Back-porting the maildir fixes from 0.96.2.
+
+Mon May 31 16:11:32 1999  Thomas Roessler  <roessler@guug.de>
+
+       * VERSION: Preparing pre-release for 0.95.6.
+
+       * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po:
+       translation updates
+
+       * hook.c, pattern.c, pgp.c, send.c: Backporting fixes from unstable.
+
+       * pattern.c, pgp.c, send.c, hook.c: Minor bug-fixes.
+
+Fri May 21 15:55:27 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/ko.po: Adding the Korean translation.
+
+       * configure.in, po/ko.po: Korean translation.
+
+Tue May 18 19:22:55 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap.c: Latest IMAP fixes from Brandon.
+
+       * imap.c:
+       The current code wasn't asking for the capabilities of the server in
+       the case where the user is using PREAUTH.
+
+       * imap.c:
+       The current IMAP code wasn't asking for the capabilities of the
+       server in the case where the user is using PREAUTH.
+
+Sun May 16 06:26:11 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/it.po: New IT translation.
+
+       * pgpkey.c:
+       Add a couple of token delimiters when constructing hints.  This way,
+       addresses like "Chr. xyz" <xyz@foo.bar.baz> will match key IDs like
+       xyz <xyz@bar>.
+
+       * handler.c: Fix base64 decoding.
+
+Thu May  6 08:29:17 1999  Thomas Roessler  <roessler@guug.de>
+
+       * curs_main.c, flags.c, mh.c: Fixing more maildir cursor problems.
+
+Wed May  5 20:33:57 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap.c: The latest IMAP fixes.
+
+       * imap.c: Fixing imap_check_mailbox().  From Brandon Long.
+
+       * imap.c: Mutt would lose user-set "N" flags.
+
+Mon May  3 16:17:29 1999  Thomas Roessler  <roessler@guug.de>
+
+       * gnupgparse.c: gnupg gives reasonable trust values now.
+
+       * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po, keymap.c, menu.c, send.c:
+       Various fixes from last week.
+
+       * keymap.c, menu.c, pgpkey.c, send.c: Various fixes.
+
+Fri Apr 23 09:01:42 1999  Thomas Roessler  <roessler@guug.de>
+
+       * reldate.h: ups, this should also be updated for 0.95.5 final.
+
+       * ChangeLog: preparing the final 0.95.5.
+
+       * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po:
+       New translations and typo fixes.
+
+       * OPS: Fix a documentation typo.
+
+       * po/de.po: translation fixes from Roland and Gero.
+
+Thu Apr 22 10:21:41 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in: Document %_.
+
+       * menu.c: Fix redraws.  Back-port from unstable.
+
+       * lib.c: Add "_" as an expando option.
+
+       * imap.h, init.h, mutt.h, mutt_socket.h, socket.c, imap.c:
+       IMAP update from Brandon Long.
+
+       * send.c: Fix FCC-related SNAFU in the ci_send_message() spaghetti.
+
+Tue Apr 20 19:26:28 1999  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: [stable] fix timezone snafu.
+
+       * sendlib.c: Fix a time zone snafu.
+
+       * po/ru.po, po/sk.po, po/uk.po, po/fr.po, po/id.po, po/it.po, po/nl.po, po/pl.po, po/cs.po, po/de.po, po/es.po, VERSION, reldate.h, ChangeLog:
+       Preparing 0.96.2.
+
+       * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/id.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog:
+       preparing 0.95.5
+
+Mon Apr 12 21:02:35 1999  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c: more multipart/alternative handling.
+
+       * recvattach.c: Change multipart handling when receiving messages.
+
+       * compose.c: Clean-up, from Vikas.
+
+Mon Apr 12 21:02:35 1999  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c: more multipart/alternative handling.
+
+       * recvattach.c: Change multipart handling when receiving messages.
+
+       * compose.c: Clean-up, from Vikas.
+
+Mon Apr 12 21:02:35 1999  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c: more multipart/alternative handling.
+
+       * recvattach.c: Change multipart handling when receiving messages.
+
+       * compose.c: Clean-up, from Vikas.
+
+       * parse.c: typo.
+
+       * parse.c:
+       us-ascii is the default character set for text attachments we receive.
+
+       * compose.c, sendlib.c:
+       Fix default character set setting when attaching text files.
+
+       * imap.c:
+       Fix an IMAP quoting problem.  Essentially from Randall Nortman
+       <rnortman@computer.org>.
+
+       * po/sk.po, po/id.po, configure.in: new languages: id, sk.
+
+       * po/id.po, po/sk.po, configure.in: New translations: id, sk.
+
+Wed Mar 31 06:35:03 1999  Thomas Roessler  <roessler@guug.de>
+
+       * charset.c: Stupid error.
+
+       * charset.c, charset.h: Another small charset optimization.
+
+       * charset.h, handler.c, charset.c:
+       A couple of optimizations, most notably for the special case of a
+       non-prefix state.
+
+Tue Mar 30 23:50:33 1999  Thomas Roessler  <roessler@guug.de>
+
+       * charset.c, charset.h, handler.c:
+       This patch removes at least some of the horrible utf-8 kluges in
+       charset.c.  The new DECODER framework is currently only used in
+       handler.c, and there in a horribly inefficient manner.  We should
+       use greater blocks of data, which would be much more efficient than
+       what we are currently doing.
+
+       Most of the other charset-related code still uses the old
+       mutt_display_char() &friends interface, which is actually ok as long
+       as you don't try to handle multibyte character sets.
+
+       The most notable change should be the one to mutt_get_translation():
+       It will delay the loading and parsing of character set information
+       files until it's really needed, catching a huge amount of standard
+       cases.  As a side effect, this will make "iso tagged as ascii"
+       "work" again, as long as both sides use the same iso character set.
+
+       * send.c:
+       resort headers when forward-decoding them with weed switched on.
+
+       * pager.c: Fix a pager failure for long messages. From Liviu.
+
+       * pager.c:
+       Fix pager failure for long messages, changing two shorts to ints.
+       From Liviu Daia.
+
+       * recvattach.c:
+       Add some user feedback to attachment forwarding.  From Vikas.
+
+Thu Mar 25 19:46:52 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in, init.h, pgpkey.c, sort.h, Muttrc.in, init.c:
+       Roland's sort_keys patch.
+
+Wed Mar 24 20:35:38 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in, Muttrc.in, recvattach.c:
+       Vikas' latest version of attachment forwarding.
+
+       * recvattach.c: patch-0.96.1.vikas.forward_attachment.2
+
+       * main.c:
+       Only exit with "no recipients specified", when $auto_edit is set.
+
+Tue Mar 23 20:21:50 1999  Thomas Roessler  <roessler@guug.de>
+
+       * postpone.c, recvattach.c, init.h, mutt.h:
+       Vikas' forward_attachment patch.
+
+Mon Mar 22 16:00:39 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in, pgppubring.c, gnupgparse.c, pgp.h, pgpkey.c:
+       PGP key creation time fix by Roland Rosenfeld.
+
+Wed Mar 17 14:45:10 1999  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c: Vikas' attach_tag patch.
+
+Tue Mar 16 21:42:06 1999  Thomas Roessler  <roessler@guug.de>
+
+       * thread.c, configure.in: bug fixes.
+
+       * thread.c: Detect thread loops.
+
+Mon Mar 15 15:32:19 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in, copy.c, init.h, mutt.h, sendlib.c:
+       Add $bounce_delivered.
+
+       * edit.c: another digital unix compile problem.
+
+       * main.c: _Fix_ the compile problems, don't install new ones.
+
+       * send.c: Cleanly handle fcc when the user unsets it and the message is
+       postponed.
+
+       * main.c: Fix compilation problems under digital unix.
+
+       * configure.in: Fix sendmail autodetection.
+
+       * color.c: Fix colorN, N > 7 for Slang's curses emulation. From Vikas.
+
+Tue Mar  9 13:34:52 1999  Thomas Roessler  <roessler@guug.de>
+
+       * menu.c: another menu.c fix from Kim DeVaughn.
+
+       * send.c, menu.c, handler.c: Fixes.
+
+       * send.c, menu.c, handler.c:
+       handler.c: Properly handle message/external-body expiry.
+       menu.c: Small fix from Liviu.
+       send.c: Honor confirm_create for FCCs.
+       cvs: ----------------------------------------------------------------------
+
+Thu Mar  4 08:00:38 1999  Thomas Roessler  <roessler@guug.de>
+
+       * Makefile.am: post-postrelease commit.
+
+Wed Mar  3 20:06:33 1999  Thomas Roessler  <roessler@guug.de>
+
+       * rfc2047.c: ups.
+
+       * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, ChangeLog:
+       releasing 0.95.4.
+
+       * sendlib.c, rfc2047.c, reldate.h, curs_main.c, VERSION, ChangeLog:
+       releasing 0.96.1.
+
+       * reldate.h, regex.c, VERSION, Makefile.am, ChangeLog:
+       release preparations; back-port a couple of things from unstable.
+
+       * curs_main.c: Vikas' resort_index.3.
+
+       * sendlib.c, imap.c, from.c, curs_main.c:
+       from.c: Backport from unstable.
+       others: latest imap related patches.
+
+Wed Mar  3 19:44:24 1999  Thomas Roessler  <roessler@guug.de>
+
+       * reldate.h, regex.c, VERSION, Makefile.am, ChangeLog:
+       release preparations; back-port a couple of things from unstable.
+
+       * curs_main.c: Vikas' resort_index.3.
+
+       * sendlib.c, imap.c, from.c, curs_main.c:
+       from.c: Backport from unstable.
+       others: latest imap related patches.
+
+Tue Mar  2 22:13:30 1999  Thomas Roessler  <roessler@guug.de>
+
+       * curs_main.c, charset.c: Some small fixes from Vikas.
+
+       * parse.c, init.h, imap.c, globals.h:
+       Brandon Long's latest  IMAP fixes.
+
+       * parse.c: Latest IMAP-related fix from Brandon Long.
+
+       * thread.c:
+       Correctly handle messages which have themselves in their references
+       header.
+
+       * thread.c:
+       Properly handle messages which have themselves in "References".
+
+Sun Feb 28 08:30:19 1999  Thomas Roessler  <roessler@guug.de>
+
+       * rfc822.c: Fix a memory leak.  From Liviu.
+
+       * rfc822.c: Fix a memory leak. From Liviu.
+
+       * rfc1524.c, mutt.h, lib.c, attach.c:
+       Fix the $TMPDIR raace noted by Hamish Moffat.
+
+       * rfc1524.c, mutt.h, lib.c, attach.c: Fix a $TMPDIR race condition.
+
+       * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po:
+       post-snapshot commit.
+
+Fri Feb 26 15:42:07 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in, send.c, regex.c, mutt.h, init.h:
+       Adding pgp_replyencrypt.
+
+Thu Feb 25 06:58:01 1999  Thomas Roessler  <roessler@guug.de>
+
+       * from.c:
+       parse some more from_ lines.  Before, there were problems with cases
+       like this:
+
+       >From <@x400host:"/G=Bob/S=Allinson/CN=Has embedded spaces/OU=X400HOST/
+       >OU=xxxx/O=xxx/PRMD=xxxxx/ADMD=XXXXXX/C=GB/"@x400host>
+       >Tue Feb 23 09:44:52 1999
+
+       Problem noted by johnm@sirius3.demon.co.uk
+
+Tue Feb 23 20:38:49 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap.c: fix a segfault. From Brandon.
+
+Mon Feb 22 12:37:43 1999  Thomas Roessler  <roessler@guug.de>
+
+       * curs_main.c: Vikas' latest collapse fix.
+
+       * curs_main.c: collapse fix from Vikas.
+
+       * mbox.c, imap.c:
+       Avoid reading past actual headers when reopening mailboxes.  From
+       Daniel Eisenbud.
+
+       * mbox.c, imap.c:
+       Avoid reading past the end of actual headers when reopening folders.
+       From Daniel Eisenbud.
+
+       * pgp.c: Don't override base64 by quoted-printable.
+
+       * menu.c: replace clear() by clrtobot().
+
+       * pgp.c:
+       Currently, PGP signing messages will force quoted-printable encoding
+       even if we should use base64.
+
+Fri Feb 19 07:38:17 1999  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: Don't qp-encode multiparts. ugh.
+
+       * sendlib.c: ... message and multipart, not just message.
+
+       * sendlib.c, mutt.h, init.h:
+       Add $encode_from: This option causes mutt to trigger
+       quoted-printable encoding for any non-multipart attachments which
+       have ^From at the beginning of a line.  Note that we don't trigger
+       on ^From_ since either procmail or sendmail is >-escaping on ^From,
+       and note that this won't help against sites where sendmail has the
+       '9' flag set on the local mailer, as these sites will inevitably
+       transform to 8bit (sic!).
+
+Thu Feb 18 23:14:36 1999  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c, mutt.h, init.h:
+       Add retainable signatures.  This should work nicely with encrypted
+       mailing lists.
+
+       * mx.c, init.h, globals.h, configure.in, acconfig.h, Makefile.am:
+       Introduce $dotlock_program: This makes the mutt_dotlock program's
+       location a run-time configuration variable.
+
+       * send.c, mutt.h, init.h:
+       Introduce $honor_followup_to.  The user will now be asked whether he
+       wants to honor mail-followup-to or not.
+
+       * curs_main.c:
+       properly handle OP_FLAG_MESSAGE when applied to tagged messages.
+
+       * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po:
+       Updated translations.
+
+       * contrib/sample.mailcap: Fix the text/html entry.
+
+       * regex.c, headers.c, copy.h, configure.in:
+       copy.h: Some flags were used with multiple meanings. bad.
+       configure.in, regex.c: Make regex autoconfiguration work.
+       headers.c: expand aliases on the from header.
+
+       * headers.c: Expand aliases on the From header.
+
+Wed Feb 17 15:48:05 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/mutt.man.in: Fix the URL.
+
+       * sendlib.c, init.h: User-Agent, not X-Mailer.
+
+       * po/fr.po: update.
+
+       * copy.h:
+       Some of the M_CM flags erroneously had been defined to have the same
+       value.  _Very_ bad.
+
+       * contrib/sample.mailcap: Correct the netscape text/html entry.
+
+       * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, po/Makefile.in.in, sendlib.c, send.c, regex.c, pager.c, mutt.h, init.h, configure.in, acconfig.h, Muttrc.in, Makefile.am:
+       - Makefile.am: Fix the dist target to include all necessary files.
+       - po/fr.po: New French translation.  (-> stable!)
+       - Add the new options to Muttrc.in.
+       - regex.c, configure.in: include config.h from regex.c, and handle
+         alloca in a more intelligent way than before. (Currently, we just
+         mis-handle it.)
+         Port this to stable and test it!
+       - po/cs.po: update cs.po.
+       - po/de.po, po/nl.po: updated versions from Roland and Boris.
+       - pager.c: Vikas' grok_ansi fix.
+       - po/Makefile.in.in: keymap_defs is always in po/..  - from Lars
+         Hecking.
+
+Fri Feb 12 11:23:17 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, reldate.h, ChangeLog:
+       post-release commit for 0.95.3.
+
+       * po/nl.po, reldate.h, ChangeLog: post-release commit for 0.96.
+
+Thu Feb 11 22:52:03 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap.c, VERSION: another imap-related fix.
+
+       * pattern.c: another signal fix from liviu.
+
+Thu Feb 11 22:52:03 1999  Thomas Roessler  <roessler@guug.de>
+
+       * imap.c, VERSION: another imap-related fix.
+
+       * pattern.c: another signal fix from liviu.
+
+       * imap.c: Remove a superfluous if statement.
+
+       * imap.c: ups, that one was bad.
+
+       * imap.c:
+       The HEADER structure doesn't have a mailcap component any more.
+
+       * imap.c:
+       The HEADER structure doesn't have a mailcap component any more.
+       Noted by Johan van Selst <johans@stack.nl>.
+
+       * signal.c, sendlib.c, pattern.c, pager.c, mutt.h, menu.c, globals.h, curs_main.c, curs_lib.c:
+       patch.mutt-0.95.1i.ld.signals.1-2.gz
+
+       * po/nl.po: new nl translation.
+
+       * pattern.c, curs_main.c: pattern.c: Collapse patch from Vikas.
+
+       * po/nl.po: New nl translation.
+
+       * pattern.c, curs_main.c:
+       curs_main.c: Check whether the user pressed a number before putting
+       it back onto the stack.  (OP_JUMP)
+       pattern.c: Vikas' latest fix.
+
+       * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po:
+       Updating the po files.
+
+       * doc/manual.sgml.in, doc/Makefile.in:
+       Install README.SECURITY in the doc directory, document
+       mailcap_sanitize.
+
+       * reldate.h, prepare, configure.in, VERSION, Makefile.am, Attic/$output.in:
+       Preparing for 0.96: $output.in was real fun in the dist target.
+       *argh*
+
+       * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, doc/manual.sgml.in, doc/Makefile.in, reldate.h, VERSION, NEWS, Makefile.am, ChangeLog:
+       [stable] post-release commit for 0.95.2.
+
+       * README.SECURITY: Add a note on how to write mailcap files.
+
+       * README.SECURITY: Add a note on how to write mailcaps.
+
+Wed Feb 10 23:12:27 1999  Thomas Roessler  <roessler@guug.de>
+
+       * browser.c: Ups, this one needed a #ifdef USE_IMAP.
+
+       * imap.c, browser.c:
+       Some patches Brandon Long posted to comp.mail.mutt.
+
+       * rfc1524.c, protos.h, lib.c, handler.c, attach.c:
+       Fix the security fix.
+
+       * rfc1524.c, mutt.h, lib.c, init.h: [stable] $mailcap_sanitize
+
+       * rfc1524.c, mutt.h, lib.c, init.h: [unstable] $mailcap_sanitize.
+
+       * system.c, signal.c, sendlib.c, send.c, protos.h, mutt.h, globals.h, curs_lib.c, compose.c, commands.c, attach.c, TODO:
+       patch.mutt-0.95.1i.ld.signals.1: A major redesign of how child
+       processes are invoked.  From Liviu.
+
+Tue Feb  9 23:54:03 1999  Thomas Roessler  <roessler@guug.de>
+
+       * sort.c, mx.c, mutt.h, mh.c, mbox.c, curs_main.c, ChangeLog:
+       Vikas' latest collapse fix.
+
+       * prepare: Small prepare bug noted by vikas.
+
+       * pgppubring.c, pgpkey.c, pgp.h, main.c, gnupgparse.c, browser.h:
+       browser.h: re-insert the "tagged" component.
+       pgp support: fix handling of PGP 5 subkeys, algorithm 20.
+
+       * pgppubring.c: [stable] Alg. 16 is encrypt-only, el-gamal.
+
+       * commands.c:
+       honor hdr_order when decode-piping a message.  From Vikas.
+
+       * po/cs.po: New czech translation.
+
+       * commands.c: Reorder headers when decode-piping.
+
+       * po/cs.po, doc/manual.sgml.in, socket.c, mx.c, mutt_socket.h, mutt.h, menu.c, init.h, imap.h, imap.c, functions.h, complete.c, browser.h, browser.c, OPS:
+       Brandon's IMAP clean-up; new czech translation.
+
+Thu Feb  4 12:00:10 1999  Thomas Roessler  <roessler@guug.de>
+
+       * rfc1524.c, protos.h, pgpinvoke.c, mx.c, lib.c:
+       [unstable] Change the way mutt_quote_filename() worked.  It's not
+       too reasonable to allocate memory dynamically whenever we quote a
+       file name.  (I guess I should add "vim" to pgpinvoke.c's copyright
+       notice. :-)
+
+       * mx.c:
+       [unstable] Check for write errors when moving messages to $mbox.
+
+       * mx.c: Check for write errors when moving messages to $mbox.
+
+Wed Feb  3 22:14:18 1999  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c, recvattach.c, postpone.c, main.c, hash.c, functions.h, compose.c, charset.h, charset.c, OPS:
+       [unstable] Produce some reasonable character set support when
+       postponing messages.
+
+       Additionally, this patch fixes a nasty pointer leak in
+       load_charset() [noted with electric fence], and a completely
+       mis-lead attempt to use bsearch().  Apparently, nobody ever tested
+       the utf8 decoder for quite some time.
+
+Tue Feb  2 21:57:44 1999  Thomas Roessler  <roessler@guug.de>
+
+       * pattern.c: merge ~v patch into unstable.
+
+       * pattern.c: small nit-fix from vikas to the ~v pattern.
+
+       * pgp.c: Thou shall not use dangling pointers.
+
+       * attach.c:
+       [unstable] Fix mutt_decode_save_attachment's handling of character
+       set conversions.
+
+       * sendlib.c, send.c, rfc2047.c, recvattach.c, protos.h, pgp.c, pattern.c, mutt.h, init.h, handler.c, globals.h, functions.h, copy.h, copy.c, compose.c, commands.c, charset.h, charset.c, attach.c, OPS:
+       Merging the external character set patch into unstable.
+       Additionally, this change introduces a M_CHARCONV state flag which
+       gives us some more control about when character set conversions are
+       actually done.  Current versions of mutt would happily apply
+       character set conversions when, e.g., saving a text/plain attachment
+       to a file.  (We had at least one corrupt russing translation file
+       due to this mis-feature.)
+
+       Additionally, we clean up some of the character set related code in
+       handler.c.  Most of that is now done by the decoder functions in
+       charset.c.
+
+       * imap.c: Brandon's imap_create patch.
+
+       * pgpkey.c:
+       [unstable] clear the message line before letting people select
+       public keys.
+
+       * imap.c, copy.c: [unstable] merging Brandon's imap fixes.
+
+       * copy.c, imap.c: A couple of IMAP fixes from Brandon Long.
+
+Sat Jan 30 17:07:30 1999  Thomas Roessler  <roessler@guug.de>
+
+       * pgpkey.c:
+       really fix the weak associations problem.  it was worse than i
+       thought.
+
+       * pgpkey.c:
+       Handle expired keys correclty, even when they are the only and exact
+       match when searching for keys by address.
+
+Fri Jan 29 11:15:15 1999  Thomas Roessler  <roessler@guug.de>
+
+       * init.h: [unstable] Change some default formats.
+
+       * remailer.c, pgpkey.c, menu.c, addrbook.c: Add generic menu searching.
+
+       * remailer.h, remailer.c, init.h, globals.h:
+       Use a user-definable format for the mixmaster menu.
+
+       * pgpkey.c, pgp.h, init.h: [unstable] add $pgp_entry_format.
+
+Thu Jan 28 09:08:47 1999  Thomas Roessler  <roessler@guug.de>
+
+       * gnupgparse.c:
+       gnupg's trust model is currently unusable.  As a work-around, we
+       don't present the user with _any_ trust information if he uses
+       gnupg.
+
+Wed Jan 27 19:53:46 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in, pgpkey.c, mutt.h, init.h, gnupgparse.c:
+       Add $pgp_show_unusable.
+
+Tue Jan 26 21:24:56 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in: [unstable] document ~v.
+
+       * doc/manual.sgml.in: [stable] document ~v.
+
+       * thread.c, pattern.c, mutt.h:
+       [unstable] Add the ~v pattern.  From Vikas.
+
+       * thread.c, pattern.c, mutt.h: [stable] Add the ~v pattern.
+
+       * doc/manual.sgml.in, ChangeLog:
+       ChangeLog, documentation for implicit_autoview.
+
+       * doc/manual.sgml.in: Document $implicit_autoview.
+
+Tue Jan 26 09:51:53 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in: Document $implicit_autoview.
+
+       * compose.c:
+       Fix a segfault when users change attachment content types, and let
+       toggle-unlink honor the $resolv variable.
+
+       * compose.c:
+       $resolve should be honored when doing toggle-unlink on the compose
+       menu.
+
+Mon Jan 25 22:16:46 1999  Thomas Roessler  <roessler@guug.de>
+
+       * compose.c:
+       This may fix a core dump under certain circumstances.  Can't check
+       this out since I don't get the segfault.
+
+       * pgpkey.c: Fix a redraw problem when the key menu is invoked.
+
+       * po/ru.po, po/cs.po, configure.in: Russian and czech translations.
+
+       * po/cs.po: Adding a czech translation, and fixing the russian.
+
+       * po/cs.po: file cs.po was initially added on branch mutt-1-0-stable.
+
+       * configure.in: Adding a czech translation, and fixing the russian.
+
+       * po/ru.po: ru.po was badly distorted.
+
+Sat Jan 23 17:00:43 1999  Thomas Roessler  <roessler@guug.de>
+
+       * prepare:
+       when f is .../Makefile.am, `basename $f .am` is Makefile.  So I
+       should just write that. :-)
+
+       * prepare: Add the default predicate.
+
+       * from.c: A slightly optimized version of DE's y2k patch.
+
+       * prepare: Apparently, automake doesn't like our AC_OUTPUT($output)
+       construction...
+
+       * gnupgparse.c, from.c:
+       DE's patch to work around other software's possible y2k bugs.
+
+       * from.c: Try to avoid other programs' possible y2k bugs.
+
+       * enter.c: Fix the attach-multi patch.
+
+Fri Jan 22 22:12:10 1999  Thomas Roessler  <roessler@guug.de>
+
+       * lib.c: Fix a memory leak, noted by Roland Rosenfeld.
+
+       * lib.c: Fix a memory leak.  Noted by Roland Rosenfeld.
+
+       * recvattach.c, query.c, protos.h, menu.c, enter.c, curs_lib.c, compose.c, browser.c, addrbook.c:
+       Enable tagging in the file browser.
+
+       * protos.h, pgppubring.c, pgpkey.c, pgp.h, pgp.c, lib.c, handler.c, gnupgparse.c, compose.c:
+       Heavy hacking on mutt's pgp support.  We no longer read the complete
+       key ring into memory.  For gpg, performance is heavily improved due
+       to the fact that we are passing a couple of key hints to the key
+       ring parsing back-end.
+
+Thu Jan 21 05:19:42 1999  Thomas Roessler  <roessler@guug.de>
+
+       * hook.c: Fix _mutt_string_hook.
+
+Wed Jan 20 13:52:59 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/pl.po: New polish translation.
+
+       * pgppubring.c, pgpkey.c, configure.in:
+       Add heavily improved debugging capabilities to the PGP code.
+       Anyway, the problem I observed wasn't a bug in mutt, but an expired
+       key. *sigh*
+
+       * rfc1524.c: Don't segfault when MailcapPath is unset.
+
+       * rfc1524.c:
+       Fix a segmentation fault when no MailcapPath has been defined.
+
+Tue Jan 19 23:38:26 1999  Thomas Roessler  <roessler@guug.de>
+
+       * protos.h, mutt.h, init.h, hook.c, charset.c, Makefile.am:
+       Add the charset-hook command.
+
+       * configure.in, charset.c, acconfig.h, Makefile.am, $output.in, INSTALL:
+       Properly handle character set definition file installation.
+
+       * mx.c: Remove a confusing error message.
+
+       * mx.c: Remove confusing error message.
+
+       * keymap.c, curs_lib.c: patch-0.95.1.vikas.macro_function.1
+
+       * m4/Makefile.am.in: HP/UX portability patch from Lars Hecking.
+
+Mon Jan 18 09:45:29 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po:
+       New Russian translation from Michael Sobolev <mss@transas.com>.
+
+       * po/ru.po:
+       New russian translation from Michael Sobolev <mss@transas.com>.
+
+Thu Jan 14 13:08:46 1999  Thomas Roessler  <roessler@guug.de>
+
+       * compose.c: Mixmaster user interface beautification.
+
+       * mx.c, curs_lib.c:
+       Fix a couple of segfaults related to using curses when it isn't there.
+
+       * mx.c: dotlocking plus curses...
+
+Wed Jan 13 23:56:39 1999  Thomas Roessler  <roessler@guug.de>
+
+       * send.c, mutt.h, mbox.c, handler.c, copy.h, copy.c:
+       patch-0.95.1i.tlr.weed.1, patch-0.95.1i.tlr.dotlock.1 - These have
+       been tested with unstable so far, seem to work fine.
+
+       * mx.c: Don't use curses when we don't have it.
+
+       * mx.c: Don't try to do mutt_yesorno if we don't have curses.
+
+       * remailer.h:
+       Mixmaster has 20 address slots, that makes _19_ remailers.
+
+       * remailer.c: Fix the "append" function.
+
+       * sendlib.c: Don't leak message dates when sending via mixmaster.
+
+       * remailer.c:
+       Add search code to the remailer chain selecting menu.  [This is
+       pretty generic - should we add that code to menu.c?]
+
+       * postpone.c: Fix postponing of PGP messages.
+
+       * send.c, remailer.c, compose.c:
+       Qualify addresses before passing them to mixmaster.
+
+       * send.c, remailer.h, protos.h, mutt.h:
+       Clean up dependencies: remailer.h is no longer included by mutt.h,
+       and the mix_* prototypes can once again go to remailer.h.
+
+       * sendlib.c, remailer.c, remailer.h, send.c, protos.h, postpone.c, mutt.h, lib.c, keymap.h, keymap.c, init.h, headers.c, globals.h, functions.h, configure.in, compose.c, OPS.MIX, acconfig.h, Makefile.am:
+       A first take at adding a mixmaster front-end to mutt.  Don't worry,
+       it's optional. ;-)
+
+Tue Jan 12 22:01:11 1999  Thomas Roessler  <roessler@guug.de>
+
+       * mbox.c: Open folders in read-only mode if mutt can't lock them.
+
+Mon Jan 11 18:12:49 1999  Thomas Roessler  <roessler@guug.de>
+
+       * send.c, mutt.h, handler.c, copy.h, copy.c:
+       When decode-forwarding messages with message/Rfc822 attachments,
+       mutt should weed the attachments' headers according to the setting
+       of $forward_weed.
+
+Sun Jan 10 09:11:36 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in, hdrline.c: Byrial's %D time format patch.
+
+Sat Jan  9 17:53:02 1999  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in, recvattach.c, protos.h, lib.c:
+       Byrial's latest changes to stable.
+
+       * recvattach.c, protos.h, lib.c:
+       Ask the user whether to overwrite a file or append to it.  From
+       Byrial Jensen.
+
+       * doc/manual.sgml.in: Fix a documentation problem.
+
+Fri Jan  8 23:29:05 1999  Thomas Roessler  <roessler@guug.de>
+
+       * charset.c:
+       When doing a binary search, we may as well use bsearch (3).
+
+       * parse.c: Optimized time-zone parsing.
+
+       * parse.c: Optimize time zone parsing.  By Byrial Jensen.
+
+       * history.c:
+       Don't clear the history when the user issues a "set history=..."
+       command which doesn't change anything.
+
+       * history.c:
+       Don't clear the history when "set history=..." doesn't change the
+       buffer size.
+
+       * thread.c, curs_main.c: Threading fix from Daniel Eisenbud.
+
+Thu Jan  7 19:01:30 1999  Thomas Roessler  <roessler@guug.de>
+
+       * init.c: Vikas' set_boolean patch.
+
+       * protos.h, handler.c, attach.c:
+       Updated implicit autoview handling from stable.
+
+       * protos.h, handler.c, attach.c:
+       Only use "implicit" autoviews (implicit_autoview or MM_NOASK) when
+       mutt is unable to handle a content type internally.  This saves us
+       parsing the mailcap files for every attachment we handle.
+
+       * mx.c, mutt.h, init.h, hdrline.c, commands.c, attach.c:
+       Merge in the mailcap patch from stable.
+
+       * thread.c, system.c, strcasecmp.c, status.c, sort.h, sort.c, socket.c, snprintf.c, signal.c, sha_locl.h, sha1dgst.c, sha.h, sendlib.c, send.c, score.c, rfc822.h, rfc822.c, rfc2047.h, rfc2047.c, rfc1524.h, rfc1524.c, resize.c, recvattach.c, query.c, protos.h, postpone.c, pop.c, pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.h, pgp.c, pattern.c, parse.h, parse.c, pager.h, pager.c, mx.h, mx.c, mutt_socket.h, mutt_regex.h, mutt_menu.h, mutt_curses.h, mutt.h, mime.h, mh.c, menu.c, mbox.c, mapping.h, main.c, mailbox.h, lib.c, keymap.h, keymap.c, init.h, init.c, imap.h, imap.c, hook.c, history.h, history.c, help.c, headers.c, hdrline.c, hash.h, hash.c, handler.c, gnupgparse.c, globals.h, getdomain.c, functions.h, from.c, flags.c, filter.c, enter.c, edit.c, dotlock.h, dotlock.c, date.c, curs_main.c, curs_lib.c, copy.h, copy.c, compose.c, complete.c, commands.c, color.c, charset.h, charset.c, buffy.h, buffy.c, browser.c, attach.h, attach.c, alias.c, addrbook.c, acconfig.h:
+       Get rid of RCS ids in source files.  They are getting in our way
+       when merging changes.
+
+       * mx.c, mutt.h, init.h, hdrline.c, commands.c, attach.c:
+       Remove the use_mailcap variable. Instead, we introduce
+       implicit_autoview which triggers autoview for every content type
+       it's applicable to.
+
+       * thread.c, system.c, strcasecmp.c, status.c, sort.h, sort.c, socket.c, snprintf.c, signal.c, sha_locl.h, sha1dgst.c, sha.h, sendlib.c, send.c, score.c, rfc822.h, rfc822.c, rfc2047.h, rfc2047.c, rfc1524.h, rfc1524.c, resize.c, recvattach.c, query.c, protos.h, postpone.c, pop.c, pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.h, pgp.c, pattern.c, parse.h, parse.c, pager.h, pager.c, mx.h, mx.c, mutt_socket.h, mutt_regex.h, mutt_menu.h, mutt_curses.h, mutt.h, mime.h, mh.c, menu.c, mbox.c, mapping.h, main.c, mailbox.h, lib.c, keymap.h, keymap.c, init.h, init.c, imap.h, imap.c, hook.c, history.h, history.c, help.c, headers.c, hdrline.c, hash.h, hash.c, handler.c, gnupgparse.c, globals.h, getdomain.c, functions.h, from.c, flags.c, filter.c, enter.c, edit.c, dotlock.h, dotlock.c, date.c, curs_main.c, curs_lib.c, copy.h, copy.c, compose.c, complete.c, commands.c, color.c, charset.h, charset.c, buffy.h, buffy.c, browser.c, attach.h, attach.c, alias.c, addrbook.c, acconfig.h:
+       Get rid of the rcsid fields.  They are getting in the way whenever I
+       merge changes into unstable.
+
+       * po/nl.po, init.h, configure.in: Merging changes from stable.
+
+       * configure.in:
+       Don't add regex.c, but regex.o to the LIBOBJS variable when needed.
+
+       * init.h: Fix default settings for use_mailcap and mime_forward.
+
+Wed Jan  6 10:13:32 1999  Thomas Roessler  <roessler@guug.de>
+
+       * po/fr.po, po/de.po, sendlib.c, regex.c, protos.h, parse.c, mutt_regex.h, mbox.c, main.c, hdrline.c, from.c, date.c, configure.in, acconfig.h, _regex.h, Makefile.am, INSTALL:
+       [unstable] Merge changes from stable: rx -> regex, Byrial's timezone
+       patch, translation updates.
+
+       * sendlib.c, protos.h, parse.c, mbox.c, from.c, date.c:
+       Byrial's timezone patch, without the absurd optimizations.
+
+       * regex.c:
+       Use gnu regex instead of gnu rx.  This library is said to behave
+       better.  Additionally, it supports \<...\> patterns.  The files
+       _regex.h and regex.c included with this distribution correspond to
+       posix/regex.[ch] from the glibc 2.0.7t source tree.
+
+       * regex.c: file regex.c was initially added on branch mutt-1-0-stable.
+
+       * mutt_regex.h, main.c, configure.in, acconfig.h, _regex.h:
+       Use gnu regex instead of gnu rx.  This library is said to behave
+       better.  Additionally, it supports \<...\> patterns.  The files
+       _regex.h and regex.c included with this distribution correspond to
+       posix/regex.[ch] from the glibc 2.0.7t source tree.
+
+       * _regex.h:
+       file _regex.h was initially added on branch mutt-1-0-stable.
+
+       * Makefile.am, INSTALL:
+       Use gnu regex instead of gnu rx.  This library is said to behave
+       better.  Additionally, it supports \<...\> patterns.  The files
+       _regex.h and regex.c included with this distribution correspond to
+       posix/regex.[ch] from the glibc 2.0.7t source tree.
+
+       * po/nl.po, po/fr.po:
+       Various fixes to the NL translation; new French messages.
+
+Tue Jan  5 14:35:18 1999  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c, mutt.h, main.c, configure.in, charset.h, charset.c, Makefile.am:
+       [unstable] Adding experimental new character set conversion code.
+
+       * po/de.po: Merging from stable.
+
+       * po/de.po: Fix a typo in de.po.
+
+       * po/de.po: [unstable] Merging changes from stable.
+
+       * po/nl.po, hdrline.c, curs_main.c, configure.in:
+       [unstable] merging changes from stable.
+
+       * hdrline.c: Conditionally display score and number of lines.
+
+       * po/nl.po:
+       [stable] Adding the NL translation; correcting some bugs in the DE
+       translation.
+
+       * po/nl.po: file nl.po was initially added on branch mutt-1-0-stable.
+
+       * po/de.po, configure.in:
+       [stable] Adding the NL translation; correcting some bugs in the DE
+       translation.
+
+Mon Jan  4 19:15:10 1999  Thomas Roessler  <roessler@guug.de>
+
+       * curs_main.c: [unstable] fix next-unread plus collapsing.
+
+       * curs_main.c: [stable] Fix next-unread when collapsing threads.
+
+       * curs_main.c: [unstable] merging changes from stable.
+
+       * curs_main.c: [stable] fix a bogus type cast.
+
+       * reldate.h, curs_main.c: [unstable] merging in changes from stable.
+
+       * curs_main.c:
+       [stable] Don't use the index elements of header structures when
+       new messages arrived on the index.
+
+       * reldate.h: 0.95.1 should have a proper release date.
+
+       * send.c, pgp.c, handler.c, configure.in:
+       Make the experimental branch the main trunk.
+
+       * po/uk.po, po/ru.po, po/pl.po, po/it.po, po/fr.po, po/es.po, po/de.po:
+       0.95.1 post-release commit.
+
+       * configure.in: [unstable] Create suitable version strings.
+
+       * VERSION, ChangeLog: [stable] Preparing 0.95.1.
+
+       * send.c: [unstable] commit changes from the stable tree.
+
+       * send.c:
+       [stable] When sending a message in batch mode failed, mutt would
+       dump core.  Patch from Byrial Jensen.
+
+       * pgp.c, handler.c: [unstable] Add multiple signature support.
+
+Mon Jan  4 12:57:55 1999  Thomas Roessler  <roessler@guug.de>
+
+       * send.c: When sending a message in batch mode failed, mutt
+       would dump core.  Patch from Byrial Jensen.
+
+Sat Jan  2 17:23:24 1999  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c, ChangeLog: I shouldn't accept patches on New
+       Year's day.  Not even new-year related patches.
+
+       * po/it.po: Fixing a typo.
+
+       * protos.h, parse.c, handler.c: mutt_parse_date () shouldn't
+       modify its argument.  Problem noted by Byrial Jensen.
+
+       * lib.c: Fix safe_symlink to correctly handle relative paths.
+
+Sat Jan  2 09:35:09 1999  Thomas Roessler  <roessler@guug.de>
+
+       * protos.h, parse.c, handler.c: mutt_parse_date () shouldn't
+         modify its argument.  Problem noted by Byrial Jensen.
+
+       * lib.c: Fix safe_symlink to correctly handle relative paths.
+
+Fri Jan  1 09:43:15 1999  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: New Year's time zone handling patch from Manish
+         Singh <yosh@gimp.org>.
+
+Thu Dec 31 09:45:46 1998  Thomas Roessler  <roessler@guug.de>
+
+       * curs_main.c: The attached patch moves code for sorting the
+         index and restoring the current message from
+         mutt_index_menu() to a new function. It saves code
+         duplication.
+
+Wed Dec 30 07:58:40 1998  Thomas Roessler  <roessler@guug.de>
+
+       * pgp.c, main.c: Localize some more messages.  From Michael Sobolev.
+
+Tue Dec 29 16:29:03 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mbox.c, ChangeLog: Use sizeof instead of strlen for some
+         fixed strings.
+
+       * mh.c: Take setting the index_hint out of the main loop of
+         mh_check_mailbox().
+
+Mon Dec 28 14:59:04 1998  Thomas Roessler  <roessler@guug.de>
+
+       * attach.c: Fix a segmentation fault when viewing
+         message/rfc822 attachments from the compose screen.
+
+Wed Dec 23 15:57:00 1998  Thomas Roessler  <roessler@guug.de>
+
+       * pattern.c: A slightly modified version of Vikas'
+         pattern_match patch.  This changes the semantics of the
+         pattern-something functions so they only apply to
+         _visible_ messages.  (With the exception of limit: In this
+         case, the user can add another pattern if he wants to
+         limit further, or he can give an entirely new pattern.)
+
+Tue Dec 22 18:07:19 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: Fix MIME forwarding.  From Vikas.
+
+Mon Dec 21 12:38:57 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mx.c, mh.c, mbox.c, imap.c, charset.c: Adjust some
+         hash-related parameters.
+
+       * mx.c, mh.c, mbox.c: Mail folder synchronization-related fixes:
+
+       - Another situation under which mutt would lose track of the current
+         message when maildir folders changed has been removed.
+
+       - While synchronizing mbox-type folders, a write error when
+         constructing the draft version of the new mail folder would leave
+         behind a copy ofthe file containing the draft.  This is most
+         annoying if the write error is due to lack of disk space.
+
+       * po/pl.po: Small \n fixes.
+
+       * parse.c, from.c, lib.c: mutt_strlen() optimizations from
+       Byrial Jensen.
+
+       * po/pl.po: Add the polish translation.
+
+       * configure.in: Register the polish translation.
+
+       * doc/manual.sgml.in: Fixes to the forwarding chapter.  From
+         O'Shaughnessy Evans <shaug@gstis.net>.
+
+       * m4/README, m4/Makefile.am.in: Here is a small patch to
+         simplify m4/Makefile.am.in. This came out of a suggestion
+         I made to Jim Meyering (maintainer of GNU fileutils, where
+         I snarfed the code from :).  (From: Lars Hecking
+         <lhecking@nmrc.ucc.ie>)
+
+Fri Dec 18 10:22:59 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mh.c: Catch an error condition when synchronizing mh
+         messages.
+
+       * po/de.po: Fix a format which had %s instead of %d.
+
+Thu Dec 17 18:39:48 1998  Thomas Roessler  <roessler@guug.de>
+
+       * INSTALL: I've been told that the FreeBSD shell has been
+         fixed meanwhile. Additionally, add the note from Vikas on
+         patching Solaris to get mutt work properly on that system.
+
+       * mh.c: Fix attachment deletion for maildir/mh folders. This
+         may fix other mh-related problems, too.
+
+       * charsets/Makefile.in: Some installs aren't able to cope
+         with multiple files at once.
+
+       * curs_lib.c: Don't even try to clear the status line when
+         not in curses mode.
+
+Wed Dec 16 13:23:06 1998  Thomas Roessler  <roessler@guug.de>
+
+       * imap.c: Two lines were in reverse order.  Noted by Daniel
+       Eisenbud.
+
+       * thread.c: Give Daniel Eisenbud a "lock" on this file.
+
+       * pager.c: Fix "$resolve" behaviour for OP_TAG and
+       OP_TOGGLE_NEW from the pager.
+
+       * curs_lib.c: SLang-related fixes to mutt_endwin().
+
+       * compose.c: Permit the user to set the typical MIME
+       parameters used with application/pgp messages.
+
+       * color.c: Fix a segfault noted by Stephan Hack.  (Fix noted
+       by Vikas.)
+
+       * configure.in: Make the sendmail check compatible with
+       newer autoconf versions. Noted by Lars Hecking.
+
+Sun Dec 13 08:10:13 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mx.c, curs_main.c: Don't dump core when closing a NULL
+       context.  Fixes the "exit from no-mailbox mode" bug.
+
+Sat Dec 12 10:14:43 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/uk.po, po/ru.po, po/it.po, po/fr.po, po/es.po, po/de.po:
+       Post-release commit.
+
+       * hook.c, curs_main.c: More _PGPPATH and us dist related fixes.
+
+       * mutt.h: Don't define M_PGPHOOK unless _PGPPATH has been defined.
+
+       * pager.c: Another reap.pl-related fix.
+
+       * Makefile.am: The us-dist target was screwed.
+
+       * charsets/parse_i18n.c, charsets/gen_charsets,
+       charsets/Makefile.in, thread.c, system.c, strcasecmp.c,
+       status.c, stamp-h.in, sort.h, sort.c, socket.c, snprintf.c,
+       signal.c, sha_locl.h, sha1dgst.c, sha.h, sendlib.c, send.c,
+       score.c, rfc822.h, rfc822.c, rfc2047.h, rfc2047.c,
+       rfc1524.h, rfc1524.c, resize.c, reldate.h, recvattach.c,
+       reap.pl, query.c, protos.h, prepare, postpone.c, pop.c,
+       pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.h, pgp.c,
+       pattern.c, parse.h, parse.c, pager.h, pager.c, mx.h, mx.c,
+       mutt_socket.h, mutt_regex.h, mutt_menu.h, mutt_curses.h,
+       mutt.h, mkinstalldirs, missing, mime.types, mime.h, mh.c,
+       menu.c, mbox.c, mapping.h, main.c, mailbox.h, lib.c,
+       keymap.h, keymap.c, install-sh, init.h, init.c, imap.h,
+       imap.c, hook.c, history.h, history.c, help.c, headers.c,
+       hdrline.c, hash.h, hash.c, handler.c, gnupgparse.c,
+       globals.h, getdomain.c, gen_defs, functions.h, from.c,
+       flags.c, filter.c, enter.c, edit.c, dotlock.h, dotlock.c,
+       date.c, curs_main.c, curs_lib.c, copy.h, copy.c,
+       configure.in, config.sub, config.guess, compose.c,
+       complete.c, commands.c, color.c, charset.h, charset.c,
+       buffy.h, buffy.c, browser.c, attach.h, attach.c, alias.c,
+       addrbook.c, acconfig.h, VERSION, TODO, README, OPS.PGP, OPS,
+       NEWS, Muttrc.in, Makefile.am, INSTALL, GPL, ChangeLog,
+       COPYRIGHT, ABOUT-NLS: *** empty log message ***
+
+       * po/uk.po, po/ru.po, po/it.po, po/fr.po, po/es.po,
+       po/de.po, reldate.h, VERSION, ChangeLog: Release-commit for
+       0.95i.
+
+       * hash.c: Use a better hash function.  Contributed by Stefan Langerman
+       <lfalse@paul.rutgers.edu> to mutt-users.
+
+Fri Dec 11 20:48:14 1998  Thomas Roessler  <roessler@guug.de>
+
+       * reldate.h, VERSION, ChangeLog: 0.94.999 pre-release commit.
+
+       * Makefile.am: The distdir target creates hard links for the
+       source files.  This has the consequence that the us-dist
+       hook will demolish files in the main source tree.  We have
+       to un-link the various instances of the source code.
+
+       * INSTALL: Warn about regexp-related problems under Solaris 2.6.
+
+       * po/uk.po, po/ru.po, po/it.po, po/fr.po, po/es.po, po/de.po:
+       Various last-minute changes and automatic updates.
+
+       * main.c: Go into no-mailbox mode if the initial folder was
+       given explicitly (-f) and can't be opened.
+
+       * mh.c: Undoing the mh_speed patch.
+
+       * po/it.po, po/fr.po: l10n fixes.
+
+       * curs_main.c: Start a new reply and postpone it. Then type
+       m (mail), and recall and send the postponed reply. The
+       replied message is _not_ flagged replied.
+
+       (From Byrial Jensen.)
+
+       * po/fr.po: Bug-fixed french l10n.
+
+       * parse.c: Multipart parser fixes from Byrial.  Finally.
+
+       * po/it.po: Small fix.
+
+Thu Dec 10 22:48:56 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/fr.po, configure.in: Add the french l10n.
+
+       * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, reldate.h:
+       post-release commit 0.94.99.
+
+       * VERSION, README, ChangeLog: Pre-release commit for 0.94.99.
+
+       * menu.c: Fix tag-prefix.
+
+Thu Dec 10 11:06:25 1998  Thomas Roessler  <roessler@guug.de>
+
+       * menu.c: Fix tag-prefix.
+
+       * compose.c:
+       Redraw fix after the content type was changed on the compose menu.
+
+Tue Dec  8 23:09:53 1998  Thomas Roessler  <roessler@guug.de>
+
+       * help.c: Help screen resizing nit.  From Gero Treuner.
+
+       * doc/manual.sgml.in: Typo.
+
+       * sendlib.c:
+       Work around sendmail 8.9.1a invalidating PGP/MIME signatures by
+       re-ordering MIME headers in the way sendmail does.
+
+       * mh.c:
+       Keep track of file name changes for files wandering around between
+       the subfolders of a maildir.
+
+       * mh.c:
+       More fixes to the maildir resynchronization code.  This should now
+       also smoothly handle the case of messages _vanishing_ from maildir's
+       new/ subdirectory.
+
+       * init.c: Make the debug file access unbuffered.  Important if we are
+       debugging crashes.
+
+Mon Dec  7 21:13:44 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mx.c, mh.c:
+       Fix a couple of flag-related bugs in the maildir folder update code.
+
+       * imap.c: Fix a completely ugly comment formatting.
+
+       * mutt.h: Adjust '#' to the first column.
+
+       * rfc2047.c: Don't tag us-ascii headers as $Charset or unknown-8bit.
+
+Thu Dec  3 23:29:37 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po,
+       reldate.h, VERSION, ChangeLog: release-commit 0.94.18.
+
+Wed Dec  2 20:12:35 1998  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/Pine.rc, contrib/Mush.rc:
+       Bring the sample rc files better in synch with the actual code.
+
+Wed Dec  2 20:12:35 1998  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/Pine.rc, contrib/Mush.rc: Bring the sample rc
+       files better in synch with the actual code.
+
+       * recvattach.c: Remove a warning which comes from code
+       actually belonging to the send_charset patch.
+
+       * rfc2047.c: Encode- and decode the "val" field when using
+       mutt with EXACT_ADDRESS enabled.
+
+       * charsets/Makefile.in, Makefile.am: Small fixes to the
+       build process. From Lars Hecking.
+
+       * compose.c: The attached patch fixes yet another redraw
+       related bug. When I call OP_SAVE from the Compose menu and
+       use the file-browser and 'q' out of the file-browser, the
+       screen still shows the browser, but the control is really in
+       the Compose menu. A Ctrl-L verifies this. Basically, a
+       screen redraw is missing. (From Vikas.)
+
+       * mutt_menu.h, menu.c, compose.c: From the Compose menu,
+       invoke attach-message. Tag a whole bunch of messages. Say,
+       for example, 100. When you exit the folder, the Compose
+       menu's status line has disappeared. (From Vikas.)
+
+       * browser.c: patch-0.94.17.vikas.browser_redraw.1
+
+Mon Nov 23 21:10:12 1998  Thomas Roessler  <roessler@guug.de>
+
+       * protos.h, lib.c:
+       Change safe_malloc's size parameter from (unsigned int) to size_t.
+
+       * send.c, protos.h, pattern.c, alias.c: From Byrial:
+
+       I don't think that the match-all pattern modifier works as can be
+       expected from a logical point of view.
+
+       The attached patch will make it work as I expect it to work:
+
+         - It works on all patterns which explicit or implicit use address
+           lists: ~c, ~C, ~e, ~f, ~l, ~L, ~p, ~P, and ~t. (It didn't work
+           with ~l before).
+
+         - It works such that a modified pattern always match, unless there
+           is at least one address in at least one of the referenced lists
+           that it doesn't match.
+
+       * doc/manual.sgml.in, send.c, mutt.h, mh.c, init.h, Muttrc.in:
+       Introduce a new option $reply_self.  From Vikas.
+
+Fri Nov 20 00:27:03 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/it.po: New it.po from Mario.
+
+       * doc/mutt.man.in: Fix a small typo.
+
+Thu Nov 19 23:57:03 1998  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/Pine.rc: Fix some ancient syntax.
+
+       * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, send.c:
+       Hack around problems with multi-valued Reply-To headers.  From
+       Roland Rosenfeld.
+
+       * rfc2047.c:
+       Properly encode '_' characters in words which are qp-encoded.
+
+       * sendlib.c:
+       Use mutt_is_message_type() in the message transformation code.
+
+       * po/Makefile.in.in, doc/Makefile.in, charsets/Makefile.in, Makefile.am:
+       Fix all Makefiles.  make DESTDIR=/path/to/something install should
+       work now.
+
+Wed Nov 18 23:09:46 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, reldate.h, VERSION, ChangeLog:
+       Release-commit for 0.94.17.
+
+       * sendlib.c, protos.h, pgp.c, parse.c, lib.c, compose.c:
+       This patch simplifies the generation of content type parameters
+       significantly by introducing a funciton mutt_set_parameter().
+       Additionally, we re-use code from parse.c for parsing user-input
+       content type headers on the compose screen.
+
+       * compose.c: Remove some uuencode-related debris.
+
+       * recvattach.c:
+       Remove some code which crept in from the external character set patch.
+
+       * recvattach.c:
+       Make optional formats work while processing $attach_format.
+
+Wed Nov 18 22:57:03 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c, protos.h, pgp.c, parse.c, lib.c, compose.c:
+       This patch simplifies the generation of content type parameters
+       significantly by introducing a funciton mutt_set_parameter().
+       Additionally, we re-use code from parse.c for parsing user-input
+       content type headers on the compose screen.
+
+       * compose.c: Remove some uuencode-related debris.
+
+       * recvattach.c:
+       Remove some code which crept in from the external character set patch.
+
+       * recvattach.c:
+       Make optional formats work while processing $attach_format.
+
+       * mh.c: Remove bogus re-sorting code from the maildir check routine.
+
+       * mutt.h:
+       Include <unistd.h>, so SEEK_SET is defined on some systems which
+       don't do so in <stdlib.h>.
+
+Tue Nov 17 13:23:26 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/uk.po, po/ru.po, po/it.po, po/es.po:
+       Checkpoint commit, containing quite a few fuzzy translations.
+
+       * po/de.po: Update some messages.
+
+       * m4/Makefile.am.in, m4/README, m4/gettext.m4, m4/lcmessage.m4, m4/progtest.m4, prepare, configure.in, Makefile.am:
+       Configuration fixes from Lars Hecking, with some more fixes and
+       modifications from myself.  With some luck, you don't need a gettext
+       installation any more.
+
+       * sendlib.c:
+       Fix the base64 encoder.  The current code would produce slightly
+       unpredictible output which leads to bad signatures.
+
+       * postpone.c, pgp.c, parse.c, pager.c:
+       Fix a search coloring related bug.
+
+Mon Nov 16 11:44:42 1998  Thomas Roessler  <roessler@guug.de>
+
+       * protos.h: Drop ci_attach - it doesn't exist.  Noted by Byrial Jensen.
+
+Sun Nov 15 09:53:23 1998  Thomas Roessler  <roessler@guug.de>
+
+       * parse.c: Stupid typo.
+
+       * protos.h, parse.c, attach.c: My version of Byrial's parse_part patch.
+
+       * recvattach.c, protos.h, mutt.h, copy.c, compose.c:
+       I can elaborate a little more on the last paragraph. It is deletion
+       of the top level part direct under a message/rfc822 part which
+       gives problems because the headers of the message/rfc822 part have
+       to be changed in this case. It is hard to tell exactly how many
+       bytes and lines will be removed and added in this case.
+
+       If we can refrain from deletion of such parts and thus only allow
+       deletion of parts direct under a multipart part, then it is
+       relative easy always to make correct Content-Length: and Lines:
+       headers in the copy. (The correctness of the Lines count is
+       dependent of the correctness of the initial value, though).
+
+       (From: Byrial Jensen)
+
+       * doc/manual.sgml.in:
+       Correcting Vikas' E-Mail address in the credits section.
+
+Sat Nov 14 08:24:56 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in: Update Byrial's e-mail address.
+
+       * copy.c:
+       Simplify the new attachment deletion code not to require an extra
+       temporary file.  (From: Byrial Jensen <byrial@image.dk>)
+
+       * help.c, handler.c: Type cast nit from Gero Treuner.
+
+Fri Nov 13 18:31:06 1998  Thomas Roessler  <roessler@guug.de>
+
+       * imap.c:
+       Currently, Mutt won't use a default folder if just the IMAP server is
+       specified.  In fact, if the folder isn't specified, it will core-dump.
+
+       The attached patch will use INBOX as the IMAP folder name if none is
+       specified, eliminating the core-dump.
+
+       (From: Aaron Schrab <aaron+mutt@schrab.com>)
+
+Thu Nov 12 21:52:01 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mutt.h, copy.c: Byrial's latest attachment deletion patch.
+
+       * mutt.h, lib.c, handler.c: Introduce a state_printf() function.
+
+Wed Nov 11 21:18:08 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/it.po: New it.po from Marco.
+
+       * snprintf.c: Don't use the mutt_str* functions in this module.
+
+       * strcasecmp.c:
+       the s/str.*cmp/mutt_str.*cmp/ replacement should not have taken
+       place here.
+
+Tue Nov 10 22:21:51 1998  Thomas Roessler  <roessler@guug.de>
+
+       * dotlock.c: Don't use mutt_strsomething in the dotlocking code.
+
+       * send.c: Fix the $metoo option's behaviour.
+
+       * thread.c, strcasecmp.c, status.c, sort.c, socket.c,
+       snprintf.c, sendlib.c, send.c, score.c, rfc822.c, rfc2047.c,
+       rfc1524.c, recvattach.c, query.c, protos.h, postpone.c,
+       pop.c, pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.c,
+       pattern.c, parse.c, pager.c, mx.c, mh.c, menu.c, mbox.c,
+       main.c, lib.c, keymap.c, init.c, imap.c, hook.c, history.c,
+       help.c, headers.c, hdrline.c, hash.c, handler.c,
+       gnupgparse.c, getdomain.c, from.c, enter.c, edit.c,
+       dotlock.c, curs_lib.c, copy.c, compose.c, complete.c,
+       commands.c, color.c, charset.c, buffy.c, browser.c,
+       attach.c, alias.c, addrbook.c: Introduce or rewrite
+       mutt_{str*cmp,strlen} and use them all over the place.  If
+       there are still segmentation faults due to missing NONULLs
+       over, they are gone now.
+
+       * main.c: Add a "pseudo-credit" to the extended copyright notice.
+
+       * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, reldate.h, VERSION, ChangeLog:
+       Releasing 0.94.16.
+
+       * sendlib.c, mx.h, mx.c, mbox.c, init.c, copy.c, commands.c, buffy.c, attach.c:
+       Experimental support for the so-called "kendra" mail folder format.
+       This seems to be used on OS/2 and is, actually, a slibhtly modified
+       version of the MMDF format.
+
+       * parse.c:
+       Do some sanity checking when reading attachment.  This fix should
+       catch bad attachments.
+
+       * edit.c:
+       Fix a possible buffer overflow.  (This seems to be the one noticed
+       by Pavel Gulchouck <gul@lucky.net>.)
+
+       * compose.c: Wrong fix from Vikas.  Undo it.  (Noted by Byrial.)
+
+Tue Nov 10 21:02:27 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c, mx.h, mx.c, mbox.c, init.c, copy.c, commands.c, buffy.c, attach.c:
+       Experimental support for the so-called "kendra" mail folder format.
+       This seems to be used on OS/2 and is, actually, a slibhtly modified
+       version of the MMDF format.
+
+       * parse.c:
+       Do some sanity checking when reading attachment.  This fix should
+       catch bad attachments.
+
+       * edit.c:
+       Fix a possible buffer overflow.  (This seems to be the one noticed
+       by Pavel Gulchouck <gul@lucky.net>.)
+
+       * compose.c: Wrong fix from Vikas.  Undo it.  (Noted by Byrial.)
+
+       * curs_lib.c, compose.c: Fix a multi_choice related bug.  From Vikas.
+
+       * buffy.c:
+       Skip empty mailbox parameters.  This fixes a segmentation fault
+       noted by Marco d'Itri.
+
+Mon Nov  9 19:28:42 1998  Thomas Roessler  <roessler@guug.de>
+
+       * from.c: Catch possible bad memory access.
+
+       * doc/manual.sgml.in, sendlib.c, protos.h, init.h, globals.h, copy.c, Muttrc.in:
+       Rewrite copy_delete_attach().
+
+       * sort.c, score.c, protos.h, curs_main.c, color.c:
+       Fix an efficiency problem with the color index features.
+
+       * doc/mutt.man.in: Replace @sharedir@ by @sysconfdir@.
+
+       * doc/manual.sgml.in:
+       Make the default_hook documentation match the code.
+
+       * main.c, curs_main.c:
+       Avoid duplicate mx_close_mailbox() when OP_QUIT is called.
+
+       * browser.c:
+       The attached patch fixes a potential problem in folder_format_str()
+       where a fixed buffer might not be null terminated.  From Vikas.
+
+       * init.c:
+       The attached patch fixes a bug in :set variable=<TAB> where variables
+       of type DT_SORT were not getting expanded (only 4 of them, but a bug
+       nevertheless).  From Vikas.
+
+       * browser.c: patch-0.94.15.vikas.browser_sort.3
+
+       * doc/manual.sgml.in:
+       Add a forwarding chapter to the manual.  From Gero Treuner.
+
+       * po/de.po: Revert de.po to the traditional German spelling rules.
+
+       * po/de.po, pop.c: L10 fixes from Gero Treuner.
+
+       * parse.c, handler.c:
+       A message/external-body handler.  From Byrial Jensen.
+
+       * protos.h, parse.c:
+        - remove the static declaration from parse_date() in parse.c,
+        - rename it to mutt_parse_date()
+        - fix a minor bug: the timezone information in an expires-header
+          was used to set the timezone of the send time.
+
+       (From Byrial Jensen <byrial@post3.tele.dk>.)
+
+       * Muttrc.in: Fix some spelling errors noted by Boris Wesslowski
+       <Boris.Wesslowski@StudBox.Uni-Stuttgart.DE>.
+
+       * handler.c:
+       Byrial Jensen's alternative_handler patches.  This may lead to
+       non-desirable effects with attachment deletion; these effects will
+       go when the new attachment deletion code is implemented.
+
+       * parse.c:
+       SeokChan LEE <bofh@nuri.net> says KST has a nine hour offset from GMT.
+
+       * pager.c, help.c: Fix the display of DEL in the pager.
+
+       * send.c: Fix a group reply problem.
+
+Fri Oct 30 13:00:10 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po:
+       Some recent changes.
+
+Thu Oct 29 09:46:45 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mbox.c:
+       Mbox robustness patch from Johnny Tevessen <j.tevessen@gmx.net>.
+
+       * po/de.po: Fixing a typo.
+
+       * imap.c:
+       This patch should cause mutt to ask for your IMAP login/password
+       again if its wrong.  From Brandon Long.
+
+Wed Oct 28 21:48:36 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml.in, reldate.h, VERSION, NEWS, ChangeLog:
+       0.94.15 release commit.
+
+       * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po:
+       pre-release commit, take 1.
+
+       * curs_lib.c:
+       Add an IsPrint check to mutt_message() and mutt_curses_error(). This
+       will prevent _some_ advert effects from l10ns which don't fit
+       together with the terminal's abilities.  There are still quite a few
+       raw printw() etc. - we may wish to introduce our own, locale-safe
+       versions of these.
+
+       * po/POTFILES.in: reldate contais really _no_ i18n-related data.
+
+       * send.c:
+       Don't try to recall a postponed message when we are given a template.
+
+       * copy.c:
+       Fix a possible segmentation fault when deleting nested attachments.
+
+Wed Oct 28 21:43:27 1998  Thomas Roessler  <roessler@guug.de>
+
+       * curs_lib.c:
+       Add an IsPrint check to mutt_message() and mutt_curses_error(). This
+       will prevent _some_ advert effects from l10ns which don't fit
+       together with the terminal's abilities.  There are still quite a few
+       raw printw() etc. - we may wish to introduce our own, locale-safe
+       versions of these.
+
+       * po/POTFILES.in: reldate contais really _no_ i18n-related data.
+
+       * send.c:
+       Don't try to recall a postponed message when we are given a template.
+
+       * copy.c:
+       Fix a possible segmentation fault when deleting nested attachments.
+
+       * doc/manual.sgml.in, send.c, mutt.h, init.h:
+       Add a $forward_weed option which controls header weeding when
+       decode-forwarding messages.
+
+       * po/ru.po, po/it.po, po/es.po, po/de.po:
+       German translation fixes from Gero plus checkpoint commit.
+
+       * doc/manual.sgml.in, pager.h, pager.c, mutt_menu.h, keymap.c, help.c, curs_main.c, commands.c, attach.c, OPS:
+       Gero Treuner's help-wrap patch.
+
+       * po/ru.po, po/it.po, po/es.po, po/de.po:
+       Adding a current spanish translation.
+
+       * send.c:
+       if reply-to points to the address on the from header, use the from
+       header's value for composing a reply's recipient list, not the
+       reply-to header.
+
+       * configure.in: add the ukrainian l10n.
+
+Tue Oct 27 19:02:45 1998  Thomas Roessler  <roessler@guug.de>
+
+       * Attic/configure:
+       Configure is generated automatically and should thus _not_ be part
+       of the CVS repository.
+
+       * configure.in, Attic/configure, README, INSTALL:
+       Try to detect Solaris 2.4's broken regcomp().
+
+       * send.c: Move some code around.
+
+       * doc/manual.sgml.in: Some documentation nits.
+
+       * dotlock.c:
+       include config.h _before_ checking for HAVE_GETOPT.  Noted by Scott
+       Perlman <perlman@linguist.dartmouth.edu>.
+
+       * Muttrc.in: Add a macro for viewing the manual.
+
+       * pgp.c, configure.in, Attic/configure: i18n fixes.
+
+       * po/ru.po, po/es.po, po/it.po, po/de.po:
+       A couple of i18n fixes, plus a partial spanish translation from
+       Boris Wesslowski <Boris.Wesslowski@StudBox.Uni-Stuttgart.DE>.
+
+       * configure.in, Attic/configure:
+       Handle systems which have neither pgp2 nor pgp5, but gpg correctly.
+
+       * compose.c: - snd_entry() is marked static
+       - You will only get a full redraw of the screen after invoking
+         pgp_send_menu if you selected "sign as".
+       - draw_envelope() and edit_address_list() use the same array of
+         strings for titles/prompts. This saves both string data and code
+         in both functions which have been a lot smaller.
+
+       * sendlib.c, send.c, protos.h, postpone.c, compose.c:
+       Preserve FCC headers when postponing.  From Vikas.
+
+       * mx.c, mutt.h, imap.c:
+       Prevent mutt from re-reading IMAP folders before quitting.
+
+Thu Oct 22 13:53:47 1998  Thomas Roessler  <roessler@guug.de>
+
+       * send.c: Undo some superfluous changes.  Pointed out by V.A.
+
+       * send.c, protos.h, postpone.c:
+       - Preserve certain headers' values when recallling a postponed
+         message.  TBD:  Fcc.
+
+       - Rename mutt_edit_message() to mutt_prepare_edit_message() since
+         that's what that function actually does.
+
+       * mx.h, mx.c, lib.c, flags.c:
+       Make _all_ IMAP-related code conditionally defined.  From Byrial
+       Jensen.
+
+Wed Oct 21 22:46:16 1998  Thomas Roessler  <roessler@guug.de>
+
+       * protos.h, pattern.c, hdrline.c:
+       Fix match-all for the ~p, ~P modifiers.
+
+       * compose.c: Vikas' write_fcc patch.
+
+       * doc/manual.sgml.in: Documentation nits from Byrial.
+
+       * curs_lib.c:
+       Also accept numbers as input in mutt_multi_choice().  From Byrial.
+
+       * prepare: Fix the documentation reference in prepare.
+
+       * doc/devel-notes.txt:
+       Add a gettext automake macro patch which is needed for proper
+       building of mutt.
+
+       * prepare, Attic/config.h.in, Attic/aclocal.m4, README, INSTALL:
+       Remove some automatically generated files from the CVS repository,
+       and add a script which generates them.
+
+       * Makefile.am: Don't overwrite $(sysconfdir)/Muttrc if present.
+
+       * po/ru.po, po/it.po, po/de.po, protos.h, curs_lib.c, compose.c, commands.c, browser.c:
+       Byrial Jensen's mutt_multi_choice() patch plus some German
+       translations.
+
+       * pgpinvoke.c, gnupgparse.c:
+       Make gpg's output look a little bit cleaner.
+
+       * po/ru.po, po/it.po, po/de.po, reldate.h: Release commit.
+
+       * VERSION, ChangeLog: Preparing 0.94.14.
+
+Tue Oct 20 22:02:58 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po, po/it.po, po/de.po: Checkpoint commit.
+
+       * Attic/config.h.in, Makefile.am:
+       Include VERSION with the distribution.
+
+       * configure.in, Attic/configure, Attic/config.h.in, VERSION:
+       Don't hard-wire the program's version in configure.in, but use the
+       VERSION file instead.  Stolen from gnupg.
+
+       * ChangeLog: Checkpoint commit.
+
+       * doc/manual.sgml.in, keymap.c, functions.h, NEWS:
+       Another macro-function fix from Vikas.
+
+Tue Oct 20 22:02:58 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po, po/it.po, po/de.po: Checkpoint commit.
+
+       * config.h.in, Makefile.am: Include VERSION with the distribution.
+
+       * configure.in, configure, VERSION, config.h.in:
+       Don't hard-wire the program's version in configure.in, but use the
+       VERSION file instead.  Stolen from gnupg.
+
+       * ChangeLog: Checkpoint commit.
+
+       * socket.c, mutt_socket.h: Fix the multiple connection code.
+       From Brandon Long.
+
+Mon Oct 19 20:08:10 1998  Thomas Roessler  <roessler@guug.de>
+
+       * postpone.c: fix a typo.
+
+       * Makefile.am: Fix dotlock's installation when DOTLOCK_GROUP is empty.
+
+       * po/it.po: Ups, this was missing from the repository.
+
+       * po/ru.po, po/de.po: Adding some new and improved German
+       translations.
+
+       * init.c: handle domain == "@" properly.
+
+       * postpone.c: Fix the behaviour when recalling postponed
+       messages: Content types would not be restored.
+
+Fri Oct 16 12:09:37 1998  Thomas Roessler  <roessler@guug.de>
+
+       * lib.c: Harden mutt_free_header() against NULL pointers.
+
+       * keymap.c, handler.c: Nits from Vikas.
+
+       * send.c: Fix a segmentation fault when OPT_RECALL is ask-something.
+
+       * commands.c: Don't write out bad content-length and lines headers when
+       decode-saving a message.
+
+Thu Oct 15 23:09:30 1998  Thomas Roessler  <roessler@guug.de>
+
+       * rx/rxunfa.c, rx/rxsuper.c, rx/rxstr.c, rx/rxspencer.c, rx/rxsimp.c, rx/rxposix.c, rx/rxnode.c, rx/rxnfa.c, rx/rxhash.c, rx/rxgnucomp.c, rx/rxcset.c, rx/rxbitset.c, rx/rxbasic.c, rx/rxanal.c, rx/rx.c, rx/hashrexp.c, intl/textdomain.c, intl/localealias.c, intl/loadmsgcat.c, intl/l10nflist.c, intl/intl-compat.c, intl/gettext.c, intl/finddomain.c, intl/explodename.c, intl/dgettext.c, intl/dcgettext.c, intl/cat-compat.c, intl/bindtextdom.c, charsets/parse_i18n.c, thread.c, system.c, strcasecmp.c, status.c, sort.c, socket.c, snprintf.c, signal.c, sha1dgst.c, sendlib.c, send.c, score.c, rfc822.c, rfc2047.c, rfc1524.c, resize.c, recvattach.c, query.c, postpone.c, pop.c, pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.c, pattern.c, parse.c, pager.c, mx.c, mh.c, menu.c, mbox.c, main.c, lib.c, keymap.c, init.c, imap.c, hook.c, history.c, help.c, headers.c, hdrline.c, hash.c, handler.c, gnupgparse.c, getdomain.c, from.c, flags.c, filter.c, enter.c, edit.c, dotlock.c, date.c, curs_main.c, curs_lib.c, copy.c, config.h.in, compose.c, complete.c, commands.c, color.c, charset.c, buffy.c, browser.c, attach.c, alias.c, addrbook.c, ChangeLog:
+       Change "static char rcsid[]" to "static const char rcsid[]" to make
+       gcc shut up about this.
+
+       * rx/Makefile.in, po/Attic/stamp-cat-id, po/ru.po, po/Attic/mutt.pot, po/de.po, po/Attic/cat-id-tbl.c, reldate.h, configure.in, configure, config.h.in, Attic/Makefile.in, ChangeLog:
+       Random pre-release clean-up.
+
+       * po/Attic/mutt.pot, doc/manual.sgml.in, pattern.c, mutt.h:
+       This patch introduces the ~k pattern for messages containing
+       pgp key material.
+
+Thu Oct 15 20:15:46 1998  Thomas Roessler  <roessler@guug.de>
+
+       * rx/Makefile.in, po/Attic/stamp-cat-id, po/ru.po,
+       po/Attic/mutt.pot, po/de.po, po/Attic/cat-id-tbl.c,
+       reldate.h, configure.in, configure, config.h.in,
+       Attic/Makefile.in, ChangeLog: Random pre-release clean-up.
+
+       * po/mutt.pot, doc/manual.sgml.in, pattern.c, mutt.h:
+       This patch introduces the ~k pattern for messages containing pgp key
+       material.
+
+       * doc/manual.sgml.in: Add some missing key definitions.
+
+       * mutt_curses.h:
+       There seem to be systems which don't know about KEY_ENTER.
+
+       * po/mutt.pot, po/cat-id-tbl.c: Check-point commit, again.
+
+       * sendlib.c:
+       Put #ifdefs around a variable which is only used for generating
+       uuencoded messages.
+
+       * ChangeLog: Update.
+
+       * po/ru.po, po/mutt.pot, po/cat-id-tbl.c, sendlib.c,
+       compose.c: Don't ever permit the user to generate uuencoded
+       messages with mutt.
+
+       * keymap.c: A slightly modified version of Vikas'
+       help_unbound patch.
+
+       * po/mutt.pot, sendlib.c, protos.h, postpone.c, parse.h,
+       parse.c, mh.c, mbox.c, main.c, imap.c, headers.c, buffy.c:
+       Fixing a memory hog which was introduced by the edit-message
+       patch.
+
+Wed Oct 14 22:58:04 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po, po/mutt.pot, po/de.po, po/cat-id-tbl.c, compose.c:
+       Warn the user before sending out uuencoded attachments.
+
+       * handler.c: Fix prefix and utf8 issues in the uudecoder.
+
+       * sendlib.c, parse.c, mime.h, handler.c, globals.h, config.h.in:
+       Thinking about this once again, ok folks, here comes x-uuencode
+       support.
+
+       * handler.c: typo.
+
+       * handler.c:
+       When Charset is utf-8 (not recommended!), don't active utf8
+       translation in the various handler routines.
+
+       * Makefile.in, Makefile.am:
+       Add -I$(includedir) to the C preprocessor flags.  Per request of
+       Clint Olsen.
+
+       * po/ru.po, po/de.po, charsets/parse_i18n.c, charsets/Makefile.in, configure.in, configure, config.h.in, Makefile.in, Makefile.am:
+       More build process clean-up.
+
+       * po/mutt.pot, po/Makefile.in.in, charsets/Makefile.in, config.h.in, Makefile.in:
+       Removing some instances of gnu-make specific command line parameters.
+
+       * doc/manual.sgml.in: Document the match-all feature.
+
+       * po/mutt.pot, main.c, dotlock.c, configure.in, configure, config.h.in, Makefile.in, Makefile.am:
+       Various build fixes.
+
+       * color.c: Adding some necessary ifdefs to color.c, From
+       Irving_Wolfe@wolfe.net.
+
+Tue Oct 13 23:37:05 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/ru.po, po/de.po: Checkpoint commit.  This gets boring.
+
+       * NEWS: Merging Vikas' NEWS file into the distributed one.
+
+       * po/mutt.pot, config.h.in, Makefile.in, ChangeLog: Preparing 0.94.12.
+
+       * po/ru.po, po/mutt.pot, po/de.po, po/cat-id-tbl.c,
+       reldate.h, recvattach.c, configure.in, configure,
+       config.h.in, commands.c, README, NEWS, Makefile.in,
+       Makefile.am, INSTALL: random pre-release clean-up.
+
+       * po/ru.po, po/mutt.pot, po/de.po, po/cat-id-tbl.c,
+       po/POTFILES.in, reap.pl, gen_defs, configure.in, configure,
+       config.h.in, NEWS, Makefile.in, Makefile.am: Introducing a
+       us-dist target to create a USG-friendly version of mutt.
+       Additionally, the NEWS file is prepared for 0.95.
+
+       * doc/devel-notes.txt: Add a short note on compiler warnings.
+
+       * po/ru.po, po/de.po, po/POTFILES.in, po/Makefile.in.in,
+       charsets/gen_charsets, charsets/Makefile.in, missing,
+       mime.types: More $Id: ChangeLog.old,v 3.1 2002/12/07 14:14:59 roessler Exp $ strings.
+
+       * Add RCS $Id: ChangeLog.old,v 3.1 2002/12/07 14:14:59 roessler Exp $ strings to (hopefully) all source files.
+
+       * enter.c: Type Ctrl-V Ctrl-G in any input field.
+
+       * curs_main.c:
+       Bumping some dprint statements' debug levels.  From Vikas.
+
+       * po/ru.po, po/mutt.pot, po/de.po:
+       Including the new ru.po file from "Andrej N. Gritsenko"
+       <andrej@lucky.net>; check-point commit.
+
+Mon Oct 12 19:53:49 1998  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c, query.c, postpone.c, pgpkey.c, curs_main.c,
+       compose.c, browser.c, addrbook.c: The attached patch removes
+       some redundant code related to the macro function stuff.
+       Since each menu calls km_dokey() to get the 'op' number to
+       execute, the 'menu' argument to km_dokey() _is_ the
+       CurrentMenu. Hence, there is no need to explicitly
+       save/restore the CurrentMenu all over the code. The only
+       places it is being captured now is just before
+       mutt_enter_comamnd() is called. This is to help the 'exec'
+       command completion code so that it knows which menu to try
+       and complete the function name from. (From: Vikas Agnihotri
+       <VikasA@att.com>)
+
+       * doc/manual.sgml.in, doc/Attic/manual.sgml,
+       doc/Makefile.in, sendlib.c, main.c, init.c, configure.in,
+       configure, config.h.in, acconfig.h, Makefile.in,
+       Makefile.am: Mutt now correctly uses the sysconfdir as
+       determined by configure.
+
+       * po/ru.po, po/mutt.pot, po/de.po: Checkpoint commit.
+
+       * po/ru.po, po/mutt.pot, po/de.po, reldate.h, configure.in,
+       configure, ChangeLog: Check-point commit before 0.94.11 is
+       released.
+
+Sun Oct 11 22:11:00 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/Makefile.in, contrib/Makefile.in:
+       Makefile clean-up as suggested by Marco d'Itri.
+
+       * doc/dotlock.man.in, doc/Makefile.in:
+       Install dotlock's manual page under the correct name.
+
+Sun Oct 11 22:11:00 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/Makefile.in, contrib/Makefile.in:
+       Makefile clean-up as suggested by Marco d'Itri.
+
+       * doc/dotlock.man.in, doc/Makefile.in:
+       Install dotlock's manual page under the correct name.
+
+Thu Oct  8 13:22:16 1998  Thomas Roessler  <roessler@guug.de>
+
+       * README: Reference some of the new doc files.
+
+       * doc/Makefile.in: Some more changes to the installation process.
+
+       * doc/Makefile.in:
+       Fix the uninstall target; add some magic to build and install the
+       HTML version of the manual if we can.
+
+       * doc/applying-patches.txt, doc/devel-notes.txt,
+       doc/PGP-Notes.txt, doc/Makefile.in: Some more documentation;
+       install the html version of the manual if it's there.
+
+       * doc/manual.sgml:
+       The manual was wrong on the default binding for extract-keys.
+
+Wed Oct  7 22:19:27 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml, pop.c, mutt.h, init.h, Muttrc.in:
+       POP3 LAST support.  From Jason Lavoie <jason@mint.net> by way of
+       Michael Elkins.
+
+       * po/mutt.pot, po/cat-id-tbl.c: Clean-up commit.
+
+       * gnupgparse.c:
+       Redirect stdin and stderr to /dev/null when invoking gpgm for
+       listing key IDs.
+
+       * socket.c, mutt_socket.h, imap.c:
+       First fix of the IMAP expunge handling.  From Brandon Long.
+
+       * keymap.c, curs_lib.c: Fix macro functions for the pager menu.
+
+       * keymap.c:
+       The attached patch fixes a minor inconsistency between the display
+       of special key-names in the help screen and their actual usage. The
+       help screen now shows the special keys exactly as you
+       would/could/should use them in the muttrc/command-line. (From: Vikas
+       Agnihotri <VikasA@att.com>)
+
+       * keymap.c: Fix the error message for unbound keys.  From Vikas.
+
+       * charsets/Makefile.in: s/make/$(MAKE)/
+
+       * charsets/Makefile.in:
+       UnixWare needs our own version of strcasecmp/strncasecmp.
+
+       * browser.c:
+       Clean up behind an aborted sort-by prompt on the file browser.  From
+       Vikas.
+
+       * hdrline.c:
+       The attached patch fixes a minor bug in $index_format's %B and %b
+       where they didnt respect the given prefix. In addition, the manual
+       says that %B is supposed to fall back to %b if the message is not
+       sent to a known mailing list. The code was not doing that.  (From:
+       Vikas Agnihotri <VikasA@att.com>, noted on comp.mail.mutt by
+       unny@rz114s0.rz.uni-karlsruhe.de (Vladimir Klebanov)).
+
+       * doc/PGP-Notes.txt:
+       pgp_language is obsolete.  Noted by Heiko Schlichting.
+
+Tue Oct  6 15:10:53 1998  Thomas Roessler  <roessler@guug.de>
+
+       * keymap.c: Macro function fixes.
+
+       * curs_lib.c: With slang, ERR != -1.
+
+       * po/mutt.pot, po/de.po: Message fix.
+
+       * attach.c: Fix another pipe-related hang in mutt_view_attachment().
+
+Mon Oct  5 21:37:15 1998  Thomas Roessler  <roessler@guug.de>
+
+       * configure, aclocal.m4: Another fix to libintl detection.
+
+       * keymap.c, curs_lib.c: macro_function.2-3, from Vikas.
+
+       * handler.c: File descriptor leak alert.
+
+       * handler.c:
+       Avoid a hang due to blocking pipe writes in the auto view code.
+
+       * keymap.c, curs_main.c, curs_lib.c:
+       Make exec grok >= 1 parameters; fix double ops problem in
+       index_menu().
+
+       * po/ru.po, po/mutt.pot, po/de.po, po/cat-id-tbl.c:
+       L10n changes corresponding to the macro-function patch.
+
+       * flags.c, compose.c: Some fixes to the macro-function patch.
+
+       * po/ru.po: Adding the Russian Localization.
+
+       * recvattach.c, query.c, protos.h, postpone.c, pgpkey.c, pager.c, mutt_curses.h, mutt.h, menu.c, keymap.c, init.h, init.c, globals.h, flags.c, enter.c, curs_main.c, curs_lib.c, configure.in, configure, compose.c, commands.c, browser.c, addrbook.c, aclocal.m4:
+       Vikas' macro_function patch.
+
+       * charsets/gen_charsets:
+       I'm told that some systems don't like "#!/bin/sh" at the beginning
+       of a script, but need "#! /bin/sh".
+
+Sun Oct  4 15:02:32 1998  Thomas Roessler  <roessler@guug.de>
+
+       * charsets/gen_charsets, configure.in, configure:
+       Fixing some make-related problems noted by Petri Kaukasoina
+       <kaukasoi-mutt@elektroni.ee.tut.fi>.
+
+       * po/mutt.pot, send.c: Fix group-reply's behaviour.
+
+       * doc/Attic/style-guide, doc/devel-notes.txt:
+       Replace style-guide by some more general notes on mutt development.
+
+       * Makefile.in: Propagate fixes from Makefile.am.
+
+       * ChangeLog: Preparing 0.94.10.
+
+       * rx/Makefile.in: subdir=rx was missing here.
+
+       * po/mutt.pot, po/de.po: Noise.
+
+       * configure.in, configure, Makefile.am:
+       More fixes to the build process.  This version was tested to build
+       cleanly under SuSE Linux and IRIX.
+
+Sun Oct  4 09:26:36 1998  Thomas Roessler  <roessler@guug.de>
+
+       * rx/Makefile.in: subdir=rx was missing here.
+
+       * po/mutt.pot, po/de.po: Noise.
+
+       * configure.in, configure, Makefile.am:
+       More fixes to the build process.  This version was tested to build
+       cleanly under SuSE Linux and IRIX.
+
+Sat Oct  3 22:08:09 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/Attic/manual.txt:
+       manual.txt can be rebuilt when making the dist - no need to keep
+       this in the repository.
+
+       * ChangeLog: Preparing ChangeLog for 0.94.10.
+
+       * contrib/Makefile.in: Ups.
+
+       * rx/Makefile.in, po/mutt.pot, po/de.po, po/cat-id-tbl.c, po/Makefile.in.in, doc/Attic/language50.txt, doc/Attic/language.txt, contrib/patch.slang-1.2.2.keypad.1, contrib/sample.mailcap, contrib/sample.muttrc, doc/Makefile.in, contrib/Mush.rc, contrib/Pine.rc, contrib/language.txt, contrib/language50.txt, charsets/gen_charsets, charsets/Makefile.in, Attic/sample.muttrc, Attic/sample.mailcap, Attic/reap.pl, pop.c, Attic/patch.slang-1.2.2.keypad.1, Attic/depend.awk, configure.in, configure, Attic/Pine.rc, Attic/Mush.rc, Makefile.in, Makefile.am, ChangeLog:
+       Source tree and make process changes.  make dist and make
+       maintainer-clean should now work as they are supposed to.
+
+Sat Oct  3 22:06:19 1998  Thomas Roessler  <roessler@guug.de>
+
+       * contrib/Makefile.in: Ups.  This one was missing from the
+       last commit.
+
+       * rx/Makefile.in, po/mutt.pot, po/de.po, po/cat-id-tbl.c,
+       po/Makefile.in.in, doc/Attic/language50.txt,
+       doc/Attic/language.txt, contrib/patch.slang-1.2.2.keypad.1,
+       contrib/sample.mailcap, contrib/sample.muttrc,
+       doc/Makefile.in, contrib/Mush.rc, contrib/Pine.rc,
+       contrib/language.txt, contrib/language50.txt,
+       charsets/gen_charsets, charsets/Makefile.in,
+       Attic/sample.muttrc, Attic/sample.mailcap, Attic/reap.pl,
+       pop.c, Attic/patch.slang-1.2.2.keypad.1, Attic/depend.awk,
+       configure.in, configure, Attic/Pine.rc, Attic/Mush.rc,
+       Makefile.in, Makefile.am, ChangeLog: Source tree and make
+       process changes.  make dist and make maintainer-clean should
+       now work as they are supposed to.
+
+       * help.c: Remove an unprotected gettext() call.
+
+       * missing: *** empty log message ***
+
+       * missing: Persuade CVS to get the file modes right.
+
+       * INSTALL:
+       Adding a note on SparcLinux problems when gcc is called with the
+       -pedantic flag.
+
+Fri Oct  2 17:39:47 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/mutt.pot, po/de.po:
+       A small fix to get autoview messages properly colored.
+
+       * pattern.c, mutt.h, Makefile.in: patch-0.92.8.sec.match_all.1
+
+       * rx/Attic/Makefile:
+       The Makefile here is supposed to be generated by autoconf.
+
+       * rx/Makefile.in, rx/Attic/Makefile, po/mutt.pot, configure.in, configure, Makefile.in, Makefile.am:
+       Fixing some build-related problems, and preparing 0.94.9p1.
+
+       * doc/manual.txt, doc/manual.sgml, hdrline.c:
+       Roland Rosenfeld's first name patch.
+
+       * mutt.h, compose.c: More () fixes.
+
+       * mutt.h, edit.c, curs_lib.c, browser.c:
+       With SLang, addstr() is a macro.  This means we should put
+       additional braces around _()-style arguments.
+
+Thu Oct  1 20:16:56 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/mutt.pot, po/de.po, po/cat-id-tbl.c, po/POTFILES.in, doc/Makefile.in:
+       Translate help strings.
+
+       * charsets/Makefile.in, postpone.c, pager.c, help.c, compose.c, Makefile.in:
+       Translate help strigns.
+
+       * intl/VERSION, intl/Attic/libintl.h, intl/Attic/libintl.glibc, intl/Attic/intlh.inst.in, intl/Attic/COPYING, intl/Attic/BUGS, intl/Attic/AUTHORS:
+       *** empty log message ***
+
+       * po/mutt.pot, po/de.po, po/cat-id-tbl.c, po/POTFILES.in, recvattach.c, query.c, pager.c, curs_main.c, compose.c, browser.c, addrbook.c:
+       Translate the various help lines.
+
+       * mutt.h, lib.c, handler.c: Gero Treuner's reply_quote patch.
+
+       * po/mutt.pot, po/de.po, po/cat-id-tbl.c, po/POTFILES.in:
+       Add l10n for handler.c.
+
+       * po/mutt.pot, po/de.po, po/cat-id-tbl.c, curs_lib.c:
+       Make mutt_yesorno() language sensitive.
+
+       * po/de.po: Various German-language related fixes.
+
+       * reldate.h, configure.in, configure, TODO, Makefile.in, ChangeLog:
+       Preparing 0.94.9i.
+
+       * po/de.po: German l10n, first take.
+
+       * intl/Attic/AUTHORS, intl/Attic/BUGS, intl/Attic/COPYING:
+       Adding legalese.
+
+       * po/mutt.pot, po/de.po, po/cat-id-tbl.c, main.c: More i18n fixes.
+
+       * po/mutt.pot, po/de.po, po/cat-id-tbl.c:
+       Adapting the catalog files to 0.94.8.
+
+       * charsets/Makefile.in, configure.in, configure, Makefile.in, Makefile.am:
+       Various automake and installation fixes.
+
+       * po/Makefile.in.in, po/POTFILES.in, po/cat-id-tbl.c, po/de.po, po/mutt.pot, po/stamp-cat-id, intl/Attic/intlh.inst.in, intl/Attic/libintl.glibc, intl/Attic/libintl.h, intl/ChangeLog, intl/Makefile.in, intl/bindtextdom.c, intl/cat-compat.c, intl/dcgettext.c, intl/dgettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, intl/linux-msg.sed, intl/loadinfo.h, intl/loadmsgcat.c, intl/localealias.c, intl/po2tbl.sed.in, intl/textdomain.c, intl/xopen-msg.sed, doc/Makefile.in, thread.c, stamp-h.in, status.c, sort.c, signal.c, sendlib.c, send.c, score.c, rfc1524.c, recvattach.c, query.c, postpone.c, pop.c, pgppubring.c, pgpkey.c, pgp.c, pattern.c, parse.c, pager.c, mx.c, missing, mutt.h, mh.c, menu.c, mbox.c, main.c, lib.c, keymap.c, init.c, imap.c, hook.c, help.c, headers.c, handler.c, gen_defs, flags.c, edit.c, date.c, curs_main.c, curs_lib.c, copy.c, configure.in, configure, config.h.in, compose.c, commands.c, color.c, buffy.c, browser.c, attach.c, alias.c, aclocal.m4, addrbook.c, acconfig.h, ABOUT-NLS, Makefile.am, Makefile.in:
+       Adding gettext support, based on the patch by Marco d'Itri.
+
+       * TODO: add a note about the currently-missing mh_sequences support.
+
+Thu Oct  1 11:22:51 1998  Thomas Roessler  <roessler@guug.de>
+
+       * po/de.po: German l10n, first take.
+
+       * intl/AUTHORS, intl/BUGS, intl/COPYING: Adding legalese.
+
+       * po/mutt.pot, po/de.po, po/cat-id-tbl.c, main.c: More i18n fixes.
+
+       * po/mutt.pot, po/de.po, po/cat-id-tbl.c:
+       Adapting the catalog files to 0.94.8.
+
+       * charsets/Makefile.in, configure.in, configure, Makefile.in, Makefile.am:
+       Various automake and installation fixes.
+
+       * po/Makefile.in.in, po/POTFILES.in, po/cat-id-tbl.c,
+       po/de.po, po/mutt.pot, po/stamp-cat-id, intl/ChangeLog,
+       intl/Makefile.in, intl/bindtextdom.c, intl/cat-compat.c,
+       intl/dcgettext.c, intl/dgettext.c, intl/explodename.c,
+       intl/finddomain.c, intl/gettext.c, intl/gettext.h,
+       intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c,
+       intl/intlh.inst.in, intl/l10nflist.c, intl/libgettext.h,
+       intl/libintl.glibc, intl/libintl.h, intl/linux-msg.sed,
+       intl/loadinfo.h, intl/loadmsgcat.c, intl/localealias.c,
+       intl/po2tbl.sed.in, intl/textdomain.c, intl/xopen-msg.sed,
+       doc/Makefile.in, thread.c, stamp-h.in, status.c, sort.c,
+       signal.c, sendlib.c, send.c, score.c, rfc1524.c,
+       recvattach.c, query.c, postpone.c, pop.c, pgppubring.c,
+       pgpkey.c, pgp.c, pattern.c, parse.c, pager.c, mx.c, missing,
+       mutt.h, mh.c, menu.c, mbox.c, main.c, lib.c, keymap.c,
+       init.c, imap.c, hook.c, help.c, headers.c, handler.c,
+       gen_defs, flags.c, edit.c, date.c, curs_main.c, curs_lib.c,
+       copy.c, configure.in, configure, config.h.in, compose.c,
+       commands.c, color.c, buffy.c, browser.c, attach.c, alias.c,
+       aclocal.m4, addrbook.c, acconfig.h, ABOUT-NLS, Makefile.am,
+       Makefile.in: Adding gettext support, based on the patch by
+       Marco d'Itri.
+
+       * TODO: add a note about the currently-missing mh_sequences support.
+
+       * send.c:
+       Fix the PgpSignMicalg vanishing when recalling postponed messages.
+       Bug squashed by Bjørn Fischer.
+
+Wed Sep 30 13:56:24 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.txt, doc/manual.sgml: SGML fix.
+
+       * postpone.c, headers.c:
+       Don't generate a NULL micalg parameter when getting postponed
+       messages.
+
+       * functions.h:
+       Removing some superfluous key bindings from functions.h.  (From:
+       Gero Treuner <gero@faveve.uni-stuttgart.de>)
+
+       * doc/manual.sgml, init.c:
+       Add some more support for version-dependant configuration files.
+
+       * copy.c:
+       When forwarding a mail (nomime_forw) and you have forw_quote set,
+       mutt inserts a blank line between header and body of the forwarded
+       message.
+
+       * compose.c:
+       Tell the user how to attach messages when using the attach-message
+       feature.
+
+       * doc/manual.sgml, pattern.c, mutt.h:
+       Add ~g and ~G patterns for PGP signed and encrypted messages.
+
+       * doc/manual.sgml: Documentation for Vikas' latest features.
+
+Tue Sep 29 15:40:01 1998  Thomas Roessler  <roessler@guug.de>
+
+       * status.c:
+       _Really_ fix an unset or too short StChars varialbe.  (From Vikas.)
+
+       * rfc822.c: Fix a segmentation fault occuring with certain badly-formed
+       RFC822-like addresses.
+
+       * hdrline.c: Make status characters work again.
+
+       * doc/manual.txt, doc/manual.sgml: Documenting some more variables.
+
+       * Muttrc.in: Add newly added variables to the default system muttrc.
+
+       * status.c: Catch short StChars values.
+
+       * mutt.h, init.c, hdrline.c: Add caching for a message's flags.
+
+       * charsets/parse_i18n.c, charsets/gen_charsets, charsets/Makefile.in, Makefile.in:
+       patch-0.94.7i.rr.charsets_fix.1, from Roland Rosenfeld.
+
+       * doc/manual.txt, doc/manual.sgml, configure.in, configure:
+       Some nits from Gero Treuner.
+
+Mon Sep 28 17:40:47 1998  Thomas Roessler  <roessler@guug.de>
+
+       * pager.c, curs_main.c: Vikas' pipe-redraw fix.
+
+       * doc/manual.txt, doc/manual.sgml, doc/Makefile.in, GPL, main.c, COPYRIGHT, Attic/COPYING:
+       A first take at bringing copyright notices and credits into synch
+       with reality.
+
+       * reldate.h, configure.in, configure, TODO, Makefile.in, ChangeLog:
+       Preparing 0.94.8i.
+
+Sat Sep 26 10:13:39 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mh.c: Changing the index_hint handling for mh folders once again.
+
+       * mh.c:
+       Resort the incoming folder from mh_sync_mailbox() also when new mail
+       arrived.
+
+Sat Sep 26 10:13:39 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mh.c: Changing the index_hint handling for mh folders once again.
+
+       * mh.c:
+       Resort the incoming folder from mh_sync_mailbox() also when new mail
+       arrived.
+
+Fri Sep 25 06:56:35 1998  Thomas Roessler  <roessler@guug.de>
+
+       * pager.c: patch.mutt-0.94.5i.ld.quote_levels.3-4
+
+Thu Sep 24 23:19:50 1998  Thomas Roessler  <roessler@guug.de>
+
+       * pager.c: A new quote_levels patch from liviu.
+
+       * sendlib.c:
+       Rewrite the base64-encoder used for messages.  This should be
+       unified with the encoder in rfc2047.c at some point.
+
+       * pager.c: Undoing Livius quote-levels patch for now.
+
+       * sendlib.c, mutt.h, charset.h, charset.c:
+       [patch-0.94.7i.gt.charset-send.1.gz] With the new charset support in
+       mutt there are better chances to say whether a mail to send consists
+       of characters of the ASCII set only (the charset should be
+       "us-ascii" then) or of other characters from the given charset (this
+       charset should be given then): ASCII characters have the unicode
+       values from 0 to 127.
+
+       * init.c: Fix a segmentation fault with mismatched backticks.
+
+       * init.c: Vikas' merged completion patch, level 3.
+
+Wed Sep 23 20:01:06 1998  Thomas Roessler  <roessler@guug.de>
+
+       * pager.c, mutt_regex.h, init.h: Liviu Daia's smiley patch.
+
+       * status.c, sendlib.c, recvattach.c, protos.h, pager.h, pager.c, mutt.h, main.c, init.h, curs_main.c, curs_lib.c, compose.c, commands.c:
+       Disable recursive invocations of the attach-message function.
+
+       * mh.c: Really fix the index hints.
+
+       * mh.c: Correct the index_hint handling in mh_check_mailbox().
+
+       * sendlib.c: RFC2047-encode the mail-followup-to header.
+
+       * TODO: Remove the maildir/mh resynch entry.
+
+       * pager.c:
+       There is a long-standing problem in Mutt, related to coloring the
+       various levels of quoting: if the attributions are missing, like
+       this:
+               >>> blah blah from A
+               >> blah blah from B
+               > blah blah from C
+
+       then the "quoted" color object is associated with ">>>", "quoted1"
+       with ">>" and "quoted2" with ">" --- which is not what most people
+       expect. The reason is Mutt doesn't count the quote characters (since
+       there is no way to distinguish between a single quote ">> " and a
+       ">" followed by a "> "), and it allocates colors as it finds new
+       types of quote prefixes. The attached patch fixes this problem still
+       without counting the quote characters.
+
+Tue Sep 22 22:54:52 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mx.h, mx.c, mutt.h, mh.c, mbox.c, buffy.c:
+       A first take at corrected mh/maildir support.
+
+       * mx.c, mh.c: Some fixes and code clean-ups.
+
+       * mutt.h, mh.c, init.h: Introduce the $mh_purge option.
+
+       * sendlib.c: Produce "undisclosed-recipients:;" instead of
+       ""undisclosed-recipients:;":;" when the user gives no To-Header.
+
+       * mx.c: When generating new messages in MH folders, the initial number
+       should be "1", not "2".  Fix from Gero Treuner.
+
+       * init.c: patch-0.94.7i.vikas.jmy.misc_complete.2
+
+Mon Sep 21 12:49:50 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: Avoid a dangling pointer in mutt_message_to_7bit().
+
+Sun Sep 20 12:05:39 1998  Thomas Roessler  <roessler@guug.de>
+
+       * pager.c: Byrial Jensen's bold-underline patch.
+
+       * charsets/parse_i18n.c: parse_i18n.c doesn't really need snprintf.
+
+Fri Sep 18 05:45:56 1998  Thomas Roessler  <roessler@guug.de>
+
+       * reldate.h, configure.in, configure, ChangeLog: Preparing 0.94.7i.
+
+       * protos.h, init.c, enter.c:
+       Applying the third generation of command completion patches.
+
+Fri Sep 18 05:40:24 1998  Thomas Roessler  <roessler@guug.de>
+
+       * protos.h, init.c, enter.c:
+       Applying the third generation of command completion patches.
+
+Wed Sep 16 20:08:25 1998  Thomas Roessler  <roessler@guug.de>
+
+       * curs_lib.c:
+       Attached is a minor fix to mutt_getch in curs_lib.c - as of 0.93.2i,
+       if +'metakey' and 'timeout' were both set, mutt_getch was returning
+       an ESC rather than -1, which resulted in 'key not bound' messages
+       every 'timeout' seconds.  (From: Tim Walberg <walberg@cig.mot.com>)
+
+       * copy.c:
+       [patch-0.94.6i.oe.dprint2.1] Fix a segmentation fault when running
+       in -d2 mode.
+
+       * keymap.c: Use <fN> for function keys as well as for other special
+       keys.  Additionally, this patch makes it possible to use
+       all special keys inside a key _sequence_.
+
+       * sendlib.c, mutt.h, curs_main.c, compose.c:
+       Introduce the OPTUSEHEADERDATE pseudo-option to control
+       mutt_write_rfc822_header()'s behaviour for the purposes of
+       the edit_message feature.
+
+       * init.c: When parsing aliases, don't consider ';' a token
+       delimiter.
+
+Tue Sep 15 21:41:51 1998  Thomas Roessler  <roessler@guug.de>
+
+       * init.c: Undoing Vikas' complete patch and applying
+       patch-0.94.6i.jmy.cycle_complete.1 instead.
+
+       * handler.c: _Really_ fix CRLF handling.
+
+       * charset.c: Fix the crlf handling.
+
+       * pgppubring.c: UTF8-decode PGP user ID packets.
+
+       * rfc2047.c, mutt.h, lib.c, handler.c, charset.h, charset.c:
+       Adding basic UTF-8 support.
+
+       * copy.c: When using mutt_copy_header with CH_TXTPLAIN, generate a
+       content-type _with_ a character set parameter.
+
+       * Makefile.in: Correcting a typo in the clean target.
+
+       * charsets/parse_i18n.c, charsets/gen_charsets, charsets/Makefile.in, handler.c, charset.h, charset.c:
+       Add charset alias support and fix various errors in the
+       character set code.
+
+       * charset.c: Fix mutt_display_char to map '\0' to itself regardless of
+       the translation table we use.
+
+       * charsets/Makefile.in, charsets/gen_charsets, charsets/parse_i18n.c, Attic/gen-charset.c, configure.in, configure, charset.h, charset.c, Makefile.in:
+       Generate the character set tables from i18n files.
+
+       * imap.c: Finally fix imap_quote_string().
+
+       * compose.c: [patch-0.94.6i.gt.arrow.1] Add M_ARROWCURSOR on the
+       compose menu.
+
+Mon Sep 14 21:33:34 1998  Thomas Roessler  <roessler@guug.de>
+
+       * imap.c: Fix IMAP quoting.
+
+       * Muttrc.in: Speling corection for Muttrc.in.
+
+       * init.c: [patch-0.94.6.vikas.complete.1] Fix a completion-related
+       buffer overflow.
+
+Sun Sep 13 15:29:54 1998  Thomas Roessler  <roessler@guug.de>
+
+       * reldate.h, configure.in, configure, ChangeLog: Preparing 0.94.6i.
+
+       * sendlib.c, rfc2047.c, recvattach.c, hash.h, Attic/gen-charset.c, handler.c, configure.in, configure, commands.c, charset.h, charset.c, Makefile.in:
+       This patch adds on-demand loading of character set tables,
+       changes the default location of $SHAREDIR, and fixes some
+       compilation problems occuring on machines without PGP
+       installed.
+
+Sun Sep 13 15:27:03 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c, rfc2047.c, recvattach.c, hash.h,
+       gen-charset.c, handler.c, configure.in, configure,
+       commands.c, charset.h, charset.c, Makefile.in:
+       This patch adds on-demand loading of character set
+       tables, changes the default location of $SHAREDIR,
+       and fixes some compilation problems occuring on
+       machines without PGP installed.
+
+Sat Sep 12 19:58:56 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: Fixing a silly typo in the edit-message code.
+
+       * rfc2047.c, charset.c, charset.h, handler.c, Makefile.in:
+       [patch-0.93.2i.ru.mmultiple_charsets.gz] This patch adds
+       support for international character sets.  Currently, mutt
+       knows about the following character sets and is able to
+       convert between them:
+
+       iso-8859-1, ..., iso-8859-9, koi8-r, windows-1251, x-cp866.
+
+       (From: Ruslan Ermilov <ru@ucb.crimea.ua>)
+
+       * recvattach.c, protos.h, pattern.c, mutt.h,
+       init.c, history.h, enter.c, commands.c: When
+       entering a 'set' command on the command-line,
+       pressing TAB after string_var= will insert the
+       current value of that variable. Note that this
+       works only for variables of type 'string'.
+
+       Also fixes the following buglets in command-completion:
+
+        1. doesnt work if you started the command-line with
+        whitespace
+
+        2. Seems to think that 'Set', 'ReSeT', etc are valid
+        commands (since it checks for 'strcasecmp' instead of
+        'strcmp' when completing the variable names Also fixes
+        the following buglets in command-completion:
+
+       (From: Vikas Agnihotri <VikasA@att.com>)
+
+       * enter.c: Use the proper history class when
+       entering mutt commands.
+
+       * imap.c: [patch-0.94.5i.jmy.imap_quote.1]
+
+       * sendlib.c, send.c, protos.h, postpone.c,
+       parse.c, mutt.h, lib.c, functions.h, curs_main.c,
+       compose.c, OPS: Adding the edit-message feature.
+
+       * hdrline.c: [patch-0.94.5.vikas.collapse_format.2] - introduce %M for
+       the number of messages which is hidden in a thread.
+
+Tue Sep  8 19:32:57 1998  Thomas Roessler  <roessler@guug.de>
+
+       * TODO: Bogus bug.  Actually, by setting use_mailcap=no, it _is_
+       possible to view the header of a single-part message with
+       a non-autoview body type.
+
+       * recvattach.c: This patch makes the view attachment menu show all
+       message/rfc822 parts as a new level, not only the
+       multipart messages. This makes it possible to display a
+       message/rfc822 part which includes only a image/jpeg part
+       or something else which cant be viewed in the pager.
+       (From: Jimmy Mäkelä <jmy@flashback.net>)
+
+       * recvattach.c, pgp.c, copy.c:
+       Change the interface of pgp_decrypt_mime() to enable this
+       function to do some sanity checks.
+
+Mon Sep  7 20:47:25 1998  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c:
+       Don't descend into multipart/encrypted on the recvattach
+       menu.
+
+       * sendlib.c, recvattach.c, pgp.h, pgp.c, lib.c, handler.c, commands.c:
+       [patch-0.94.5i.tlr.pgp_fixes.1] This patch fixes various
+       pgp-related issues.  In particular, mutt won't segfault
+       when trying to decrypt-save messages from the index, and
+       the presence of a PGP-encrypted body part on the
+       attachment menu will no longer confuse the MIME parser.
+
+       * curs_lib.c: Clear the "Exit Mutt" prompt.
+
+       * doc/manual.txt, doc/manual.sgml: SGML typo.
+
+       * rfc822.c: Some testing.
+
+       * enter.c: Yet another fix to the alias and query completion stuff:
+       Skip leading white space when constructing the addresses.
+
+       * enter.c: Don't use <space> as an address delimiter when using
+       query-complete and alias-complete.
+
+       * rfc1524.c: Quote MIME parameters when doing %{MIME-parameter}
+       substitution.
+
+       * sendlib.c, recvattach.c, protos.h, pgp.h, pgp.c, pager.c, mutt.h, init.h, handler.c, functions.h, curs_main.c, copy.h, copy.c, commands.c, OPS.PGP:
+       Introducing decrypt-save, decrypt-copy, and
+       $forw{ard,}-decrypt.  Based on work by Emil Laurentiu.
+
+       * mbox.c: [patch-0.94.4i.matthewf.writingmessages-fix.1] Fix the
+       display when synchronizing mbox mail folders.
+
+       * query.c, protos.h, pattern.c, lib.c, curs_lib.c: Fix simple patterns.
+
+       * protos.h, mx.c, browser.c: Put the S_ISLNK definition into protos.h.
+
+       * pgp.c: Fixing convert_to_7bit().  From Liviu Daia.
+
+Sun Sep  6 11:35:34 1998  Thomas Roessler  <roessler@guug.de>
+
+       * lib.c: Fixing the quoting of shell specials in mutt_expand_fmt().
+
+       * query.c: Change snprintf to mutt_expand_fmt when expanding the
+       query command.
+
+       * protos.h, lib.c, attach.c, TODO:
+       [patch-0.94.5i.tlr.safe_symlink.1] Introduce
+       safe_symlink() for /tmp-safe symlinking in the
+       nametemplate code.
+
+       * reldate.h, configure.in, configure, TODO, ChangeLog:
+       Preparing 0.94.5i.
+
+Fri Sep  4 15:53:27 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: Catch MIME parameters with p->value == NULL.
+
+       * sendlib.c: Fixing a memory leak in mutt_prepare_envelope().
+
+Fri Sep  4 15:53:27 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: Catch MIME parameters with p->value
+       == NULL.
+
+       * sendlib.c: Fixing a memory leak in
+       mutt_prepare_envelope().
+
+Tue Sep  1 06:54:53 1998  Thomas Roessler  <roessler@guug.de>
+
+       * imap.c: IMAP fixes from Nathan Neulinger.
+       (<19980831170941.A7327@umr.edu> on mutt-dev.)
+
+Mon Aug 31 16:46:29 1998  Thomas Roessler  <roessler@guug.de>
+
+       * send.c: Fix a small problem with Liviu's
+       attach_fcc patch.
+
+       * compose.c: Updating to
+       patch-0.94.4.vikas.attach_message.3.
+
+       * thread.c, protos.h, mutt.h, init.h, hdrline.c,
+       curs_main.c: Updating to
+       patch-0.94.4.vikas.collapse.3.
+
+Sat Aug 29 08:27:02 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.txt, doc/manual.sgml: Correct an
+       editor key binding example.
+
+Fri Aug 28 19:09:24 1998  Thomas Roessler  <roessler@guug.de>
+
+       * send.c, pgp.h, pgp.c: Cleaning up the fcc_attach
+       hack.  From Liviu.
+
+       * functions.h, browser.c, OPS:
+       [patch-0.94.4i.tlr.display_filename.1] Introduce a
+       new function "display-filename" which displays the
+       currently selected file's name on the message
+       line.
+
+       * attach.c: [patch-0.94.4i.tlr.get_attachment.1-2]
+       Get the attachment time stamping business right.
+
+       * protos.h, functions.h, compose.c, attach.c, OPS:
+       [patch-0.94.4i.tlr.get_attachment.1] Create a new
+       "get-attachment" function on the compose menu
+       which will copy an attachment to a temporary file.
+
+       * compose.c: [patch-0.94.4.vikas.attach_message.1]
+       Cleaning up some of the attach-message code.
+
+       * thread.c: removing superfluous include
+       statements.
+
+Thu Aug 27 23:51:58 1998  Thomas Roessler  <roessler@guug.de>
+
+       * curs_main.c: code cosmetics.
+
+       * thread.c, sort.c, protos.h, pattern.c, mx.c,
+       mutt.h, mbox.c, init.h, hdrline.c, functions.h,
+       curs_main.c, OPS: [patch-0.94.4.vikas.collapse.2]
+       Vikas' collapse-thread patch.
+
+       * recvattach.c, postpone.c, mutt.h, lib.c,
+       curs_main.c, browser.c, addrbook.c:
+       [patch-0.94.4i.gt.arrowcursor.1] Padding to the
+       end of line/right jusitifying does not work in
+       menus when $arrow_cursor is set, because the extra
+       space needed for the arrow is not taken into
+       account. (From Gero Treuner
+       <gero@faveve.uni-stuttgart.de>)
+
+       * Attic/testmsg, rfc1524.c:
+       [patch-0.94.4i.tlr.shell_quote.1-2] Fix a
+       brain-dead segmentation fault when freeing
+       non-allocated memory.
+
+       * doc/Attic/mutt.sgml: Mh. This seems to have
+       shown up again while cleaning up the CVS branches.
+
+       * sendlib.c, send.c, protos.h, pgp.h, pgp.c: Make
+       $fcc_attach work correctly when sending
+       PGP-encrypted messages.  Hack by Liviu.
+
+       * doc/manual.txt, doc/manual.sgml: Document
+       attach_format. (From: Gero Treuner
+       <gero@faveve.uni-stuttgart.de>)
+
+       * rfc1524.c, protos.h, pgpinvoke.c, mx.c, lib.c,
+       curs_lib.c: [patch-0.94.4i.tlr.shell_quote.1] Try
+       to quote file name arguments and the like for
+       shell commands.
+
+       * pgpkey.c: Minor nit: if you enter the wrong key
+       ID at Mutt's prompt, Mutt should erase the old
+       value --- otherwise people might think it has just
+       hung there. (From Liviu Daia.)
+
+Wed Aug 26 21:12:23 1998  Thomas Roessler  <roessler@guug.de>
+
+       * rfc822.c: Another possible memory leak in
+       rfc822_parse_adrlist.  The problem and the patch
+       are pretty much the same as with the last fix
+       applied to this file - it's just ',' instaed of
+       ';' this time.
+
+       * rfc822.c, TODO:
+       [patch-0.94.4i.tlr.rfc822_leak.1] Fixing a memory leak in
+       the rfc822_parse_adrlist().
+
+       Some explanations seem to be in order here.  Let's look at
+       the code:
+
+          386      else if (*s == ';')
+          387      {
+          388        if (phraselen)
+          389        {
+          390          phrase[phraselen] = 0;
+          391          add_addrspec (&top, &last, phrase, comment, &commentlen, sizeof (comment) - 1);
+          392        }
+          393        else if (commentlen && !last->personal)
+          394        {
+          395          comment[commentlen] = 0;
+          396          last->personal = safe_strdup (comment);
+          397        }
+          398  #ifdef EXACT_ADDRESS
+          399        if (last && !last->val)
+
+       Line 399 contains the change; previously, it looked like
+       this:
+
+          399'       if (last)
+
+          400          last->val = mutt_substrdup (begin, s);
+          401  #endif
+          402
+          403        /* add group terminator */
+          404        cur = rfc822_new_address ();
+          405        if (last)
+          406        {
+          407          last->next = cur;
+          408          last = cur;
+          409        }
+          410
+          411        phraselen = 0;
+          412        commentlen = 0;
+          413        s++;
+          414        begin = s;
+          415        SKIPWS (begin);
+          416      }
+
+       OK, what happens? There are essentially two situations here:
+
+       -> We have already parsed a complete address specification
+          and know about this fact, but there was no new address
+          information.  This is the case if we are parsing
+          through addresses like
+
+               undisclosed-recipients:;
+
+          or
+
+               recipients: a, b, c,;
+
+          (Note the extra ',' before the ';'!)
+
+          In this case, some of the other code in rfc822.c has
+          already filled in last->val, and we really shouldn't
+          overwrite that with a NULL pointer.
+
+       -> The ';' finishes an address spec, like in
+
+               recipients: a;
+
+          In this case, last is either set by add_addrspec(), or
+          it has already been set by some of the previous code
+          (comment handling, ...).  Anyway, last->val is still
+          NULL, so it is correct to write the complete addr spec
+          to last->val.
+
+       * imap.c: Error message cosmetics.
+
+Tue Aug 25 22:34:58 1998  Thomas Roessler  <roessler@guug.de>
+
+       * rfc1524.c, attach.c, TODO:
+       [patch-0.94.4i.tlr.nametemplate.1] Fix
+       nametemplate support: We should not move the
+       user's files around just to make them match
+       mailcap's idea of their file name. This patch uses
+       symbolic links instead.
+
+       * curs_main.c: [patch-0.94.4i.tlr.synch_fault.1]
+       Start up two mutts. Delete the last message in
+       both of them.  Synchronize the mailbox in both of
+       them. Segmentation fault.
+
+       * TODO: adding a few notes.
+
+       * commands.c: If you issue "decode-save" on an
+       encrypted message without reading it first, Mutt
+       won't prompt you for a passphrase, and it will
+       happily write an empty message, deleting the
+       original.  (From an unnamed colleague of Liviu
+       Daia.)
+
+       * imap.c: [patch-0.94.4i.tlr.imap_newline.2] Use
+       cr nl instead of single nl when uploading a
+       message to an imap server.
+
+       * sendlib.c, protos.h, postpone.c, compose.c:
+       [patch-0.94.4i.tlr.encoding.1] Fix
+       content-transfer-encoding updates when renaming
+       files from the compose menu and when recalling
+       postponed messages.
+
+       * imap.c: s/free/FREE/
+
+Mon Aug 24 19:40:35 1998  Thomas Roessler  <roessler@guug.de>
+
+       * TODO, Attic/BUGS: Compile BUGS and TODO into a
+       comprehensive issue list.
+
+       * Attic/BUGS: Clean up the bug list.
+
+       * reldate.h, configure.in, configure, ChangeLog:
+       0.94.4i.
+
+       * doc/manual.txt, doc/manual.sgml: Documenting
+       $hidden_host.
+
+       * thread.c, curs_main.c: Fix "previous-subthread"
+       in reverse-threads mode, allow next-(sub)thread
+       and previous-(sub)thread to work in limited mode.
+       (From: Liviu Daia)
+
+       * doc/manual.txt, doc/manual.sgml: Documenting $hidden_host.
+
+       * thread.c, curs_main.c: Fix "previous-subthread"
+       in reverse-threads mode, allow next-(sub)thread
+       and previous-(sub)thread to work in limited mode.
+       (From: Liviu Daia)
+
+Sun Aug 23 10:05:41 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c, send.c, protos.h, mutt.h, main.c,
+       init.h, init.c, configure.in, configure,
+       config.h.in, alias.c, acconfig.h, INSTALL:
+       [patch-0.94.3i.tlr.hidden_host.1] Replace the
+       --enable-hidden-host configure switch by a
+       configuration variable $hidden_host which can be
+       changed at run-time. This variable will _not_
+       affect the generation of message-IDs since we'll
+       get into uniqueness problems if we just use the
+       domain here.
+
+       Needs to be documented.
+
+       * doc/manual.txt: Committing the latest manual
+       changes.
+
+       * Attic/socket.c, imap.c:
+       [patch-0.94.3.bl.imap_buffy.1-2] Fixing the
+       buffered read stuff.
+
+       * Attic/mutt_socket.h: Ups, this one was missing
+       from Brandon's IMAP patch.
+
+Sat Aug 22 14:24:18 1998  Thomas Roessler  <roessler@guug.de>
+
+       * help.c: [patch-0.94.3i.gt.beautify_help.1.gz]
+       General help beautification.  From Gero Treuner.
+
+       * doc/manual.sgml, keymap.h, keymap.c, help.c,
+       Muttrc.in: [patch-0.94.3i.gt.description.1]
+       Introduce macro descriptions.
+
+       * doc/manual.sgml, init.h, init.c, browser.c: Add
+       a negation operator "!" to $mask's syntax (as in
+       the *-hooks).  From Liviu.
+
+       * recvattach.c: Make Vikas' attach_split and
+       Brandon's other_type patches fit together.
+
+       * recvattach.c, mutt.h, init.h, globals.h,
+       compose.c: [patch-0.94.3.vikas.attach_split.3]
+       Re-introduce attach_split.
+
+       * Attic/socket.c: [patch-0.94.3.bl.imap_buffy.1]
+       Adding Brandon's IMAP buffy support.
+
+       * mx.c, mutt.h, mailbox.h, imap.h, imap.c,
+       curs_lib.c, configure.in, configure, buffy.c,
+       browser.c, Attic/BUGS:
+       [patch-0.94.3.bl.imap_buffy.1] Adding Brandon's
+       IMAP buffy support.
+
+Fri Aug 21 08:17:09 1998  Thomas Roessler  <roessler@guug.de>
+
+       * browser.c: Enter the file browser, type a mask
+       which doesn't match any file in the current
+       directory, clean the mask. Segfault.  Fix from
+       Liviu Daia.
+
+Thu Aug 20 22:32:46 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c, recvattach.c, parse.c, mutt.h,
+       mime.h, lib.c, handler.c, globals.h, compose.c,
+       commands.c, attach.c, Attic/BUGS:
+       [patch-0.94.3.bl.other_types.1] This patch adds
+       support for the model MIME type.  Additionally,
+       along the lines of "strict in what you generate,
+       accepting in what you receive", this patch will
+       keep the name of major mime types it doesn't
+       recognize (instead of using x-unknown).
+
+       * compose.c, Attic/BUGS:
+       [patch-0.94.3i.jmy.attachmessage-fix.1] This patch
+       fixes a bug in the allocation of space for new
+       pointers to the attachments, it would make mutt
+       seg-fault when attaching 5 or more messages at the
+       same time. (From: Jimmy Mäkelä
+       <jmy@flashback.net>)
+
+       * handler.c: [SECURITY] mutt_sanitize_filename()
+       should be called when creating temporary files for
+       autoview.  (From: Liviu Daia.)
+
+       * sendlib.c, send.c, attach.c: Try this: set
+       $mime_forward, forward a PGP-encrypted message,
+       then in the "compose" menu try to view the
+       forwarded message. If you didn't enter a
+       passphrase before, Mutt won't ask for it either.
+       (From: Liviu Daia)
+
+       * sendlib.c, attach.c: When you forward a message
+       with $mime_forward set, or when you attach a
+       message with the "attach-message" command from the
+       "compose" menu, there is a memory leak.  The real
+       reason for this leak is that multipart attachments
+       are not supported in the "compose" menu, so you
+       need to go through quite a few contortions in
+       order to handle message/rfc822 attachments.
+       Consequently, the patch below is just an ugly
+       hack.  (From: Liviu Daia)
+
+Sun Aug 16 06:22:51 1998  Thomas Roessler  <roessler@guug.de>
+
+       * rfc822.c: Bringing 128-byte strings to "STRING".
+
+       * sendlib.c: Use add_option, not add_arg, for
+       strings such as "--".
+
+       * sendlib.c: Pass an "--" argument to sendmail
+       before the address arguments, so addresses with a
+       leading dash don't lead to problems. (From Liviu.)
+
+       * sendlib.c, rfc822.c, rfc1524.c, parse.c, mx.c,
+       main.c, lib.c, keymap.c, hash.c, handler.c,
+       edit.c, curs_lib.c, alias.c: Replacing a bunch of
+       free() and malloc() calls by safe_free() and
+       safe_malloc().  (From Liviu.)
+
+Sat Aug 15 18:27:45 1998  Thomas Roessler  <roessler@guug.de>
+
+       * imap.c: read() can't read buffers larger than
+       SSIZE_MAX.
+
+       * hook.c: [patch-0.94.3i.tlr.empty_hook.1] Ignore
+       empty hooks instead of segfaulting.
+
+       * protos.h, init.c, Attic/history.h:
+       [patch-0.94.3i.tlr.history.1] Adding history class
+       support.
+
+       * Attic/history.c: [patch-0.94.3i.tlr.history.1]
+       Adding history class support.
+
+       * enter.c, TODO, Makefile.in:
+       [patch-0.94.3i.tlr.history.1] Adding history class
+       support.
+
+       * sendlib.c:
+       [patch-0.94.3i.tlr.attach_msg_fmt.1-2] When
+       generating a message/rfc822 type attachment, parse
+       its header so that the attachment format routines
+       can properly display the default description.
+
+       * init.h: Change attach_format's default to limit
+       the attachment description's length.
+
+Thu Aug 13 22:09:16 1998  Thomas Roessler  <roessler@guug.de>
+
+       * pgppubring.c: Fixing another memory leak in the
+       pubring parser.
+
+       * recvattach.c, Attic/BUGS:
+       [patch-0.94.3i.tlr.attach_msg_fmt.1] When parsing
+       the "%d" format option in the attachment format,
+       use the message format as a fall-back if no
+       explicit description is provided.  This fixes the
+       following bug:
+
+         set mime_forward. Forward any mesage. The
+         compose menu will show the description as
+         "Forwarded message from ...." which is fine.
+         Pressing 'd' to edit the description brings up
+         the above string for editing.
+
+         Now hit Enter on the message/rfc822 attachment
+         to view it. Quit out of the pager.
+
+         The description field has now changed to the
+         Subject: of the forwarded message. Pressing 'd'
+         still brings up the 'Forwarded message from....'
+         string.
+
+       (Noted by Vikas.)
+
+       * doc/manual.txt, doc/manual.sgml, sendlib.c,
+       mutt.h, init.h: [patch-0.94.3i.tlr.write_bcc.1]
+       This patch adds an option $write_bcc which
+       controls whether the Bcc header is written out or
+       not.  This can be used to work around broken MTA's
+       (Exim seems to leave Bcc headers in).
+
+       The problem was noted independently by Peter
+       Radcliffe <pir@pir.net> and by Dave Holland
+       <dave@zenda.demon.co.uk> (Debian Bug #25687).
+
+       * pgppubring.c: [patch-0.94.3i.tlr.pubring_leak.1]
+       Fixing a memory leak. Bug noted by Liviu Daia.
+
+       * reldate.h: 0.94.3i.
+
+       * configure.in, configure, ChangeLog: Preparing
+       0.94.3i.
+
+       * compose.c: indentation cosmetics.
+
+       * compose.c: Update menu->data when OP_COMPOSE_EDIT_HDRS is called.
+       From Vikas.
+
+       * compose.c: Update the encoding after using ispell from the compose
+       menu.  From Vikas.
+
+       * sendlib.c, send.c, protos.h, pgppubring.c,
+       pattern.c, lib.c, curs_main.c, compose.c,
+       attach.c: Various nits from Liviu; encoding fixes.
+
+       * rfc822.c: Fixing a buffer overflow in rfc822_cat().  tmplen could
+       underflow.
+
+Wed Aug 12 11:50:59 1998  Thomas Roessler  <roessler@guug.de>
+
+       * init.c: Yet another memory leak fix from Liviu.
+
+       * rfc2047.c: Fixing a stupid buffer overflow plus some flawed logic.
+
+       * functions.h, compose.c, OPS:
+       Adding an update-encoding function to the compose menu.
+       This is useful if the user has externally modified an
+       attachment and _wants_ to adjust the encoding afterwards.
+       Also, this patch fixes some redraw-related problems in the
+       compose menu.
+
+       * sendlib.c, mutt.h, compose.c, Attic/BUGS:
+       When changing or deleting attachments, the compose menu
+       now notices this and complains or asks accordingly.
+       Partially from Vikas.
+
+Tue Aug 11 08:14:38 1998  Thomas Roessler  <roessler@guug.de>
+
+       * Attic/BUGS: Yet another outstanding bug.
+
+       * doc/manual.txt: This now contains the latest changes to manual.sgml.
+
+       * sendlib.c, rfc2047.c, rfc1524.c, pgppubring.c, pager.c, hdrline.c:
+       Fixing various nits noted by Liviu and his colleagues.
+
+Mon Aug 10 15:30:02 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c: This patches makes the message-id persistant when
+       postponing messages.  (From: Janos Farkas)
+
+       * doc/manual.sgml, sample.muttrc, lib.c, init.h:
+       This patch introduces "unhdr_order" to reset the hdr_order
+       command's effect.  (From: Janos Farkas)
+
+       * color.c: Drop the free_rx parameter from muitt_free_color_line(),
+       as it's always 1.
+
+       * color.c: Adding mutt_free_color_line() and replacing varous
+       "manual" free()s of color lines by calls to this function.
+
+       * bind.c: Removing bind.c.  Pointed out by Gero Treuner
+       <gero@faveve.uni-stuttgart.de>.
+
+Sun Aug  9 18:43:45 1998  Thomas Roessler  <roessler@guug.de>
+
+       * color.c: With SLang, init_pair is (void), so we must not check its
+       return value.
+
+       * color.c: Restructuring color.c.  This patch fixes the "default"
+       problem from 0.94.2i and makes the code more
+       comprehensible than that version and more consie than
+       0.94.1i.
+
+Sat Aug  8 21:40:12 1998  Thomas Roessler  <roessler@guug.de>
+
+       * rfc2047.c: Fixing the "=?" detection in rfc2047_encode_string().  Bug
+       noted by David Jeske <jeske@home.chat.net>.
+
+       * compose.c: If you press t to add a recipient in the compose menu,
+       then press tab, q, and aborts with ctrl-g, mutt won't
+       redraw the menu.  Noted by Jimmy Mäkelä
+       <jmy@flashback.net>.
+
+       * alias.c: Entering an un-parsable address when creating an alias
+       would make mutt segfault.  Noted by brian moore
+       <bem@cmc.net>.
+
+       * browser.c: If you press tab in the file-browser to see the inboxes
+       and the current row is greater than the inbox-screens
+       max-rows then the screen gets garbled.
+       (From: Jimmy Mäkelä <jmy@flashback.net>)
+
+       * doc/manual.txt, doc/manual.sgml: I made the manual more up to date:
+
+       * new version
+       * new mailing list and home page addresses
+       * made the terminology a bit more consistent regarding
+         'pattern' and 'regular expression'
+       * added a note about expanding UNIX environments
+       * added a note about <, >, in range patterns like ~m
+       * added a note about the urlview program
+       * changed tables to not use tabs, because it doesn't work
+         right in my favourite web browsers lynx and netscape
+
+       (From: Gero Treuner <gero@faveve.uni-stuttgart.de>)
+
+       * pattern.c: This patch makes pattern ranges more logical. Before '~m
+       <5' would show message 1-5, with this patch it shows 1-4.
+       Inclusive ranges is still avaible if you use '~m -5'.
+       (From: Jimmy Mäkelä <jmy@flashback.net>)
+
+       * init.c: Various improvements to the mutt_command_complete
+       function.  From Stephen Hack <shack@rsn.hp.com>.
+
+       * browser.c: If you specify 'mailboxes ""' mutt will seg-fault. (From:
+       Jimmy Mäkelä <jmy@flashback.net>)
+
+       * color.c: Fixing a memory leak.  Thanks, Liviu.
+
+       * commands.c: When printing a message, headers are now sorted according
+       to hdr_order.  From Liviu.
+
+       * browser.c: Fixing an off-by-one buffer overflow in browser.c.  Noted
+       by Liviu.
+
+       * lib.c, attach.c: This patch adds some more "safe" characters to
+       mutt_sanitize_filename and fixes its usage in
+       mutt_view_attachment().  (From: Liviu Daia
+       <daia@stoilow.imar.ro>)
+
+       * status.c, sort.h, sendlib.c, send.c, query.c, protos.h, postpone.c, pager.h, pager.c, mutt_menu.h, menu.c, main.c, init.c, headers.c, functions.h, curs_main.c, curs_lib.c, compose.c, commands.c, browser.c, addrbook.c, OPS:
+       Adding the attach message patch.  From Vikas Agnihotri
+       <VikasA@att.com>.
+
+       * Makefile.in: There is no "compile" rule for dotlock in the Makefile.
+       (From: Dan Nelson <dnelson@emsphone.com>)
+
+       * imap.c: Thispatch to imap.c allows the user to specify a port
+       number in the folder name in the general form
+       {hostname:portnum}foldername. (From: Andy Sloane
+       <andude@guildsoftware.com>)
+
+       * imap.c: imap_close_connection() was being called even though the
+       client was using mulitple mailboxes over the same
+       connection.  (From: Brandon Long <blong@fiction.net>)
+
+
+Fri Jul 31 08:17:50 1998  Thomas Roessler  <roessler@guug.de>
+
+       * rfc1524.c: Changing an sprintf to an snprintf (which it was meant to
+       be.)
+
+       * protos.h: mutt_sanitize_filename takes char *, not const char *.
+
+       * protos.h, lib.c, attach.c:
+       Introducing mutt_sanitize_filename().  The code is similar
+       to patch-0.91.1i.tlr.rfc1524_sanitize.1 and to Peter
+       Holzer's patch against 0.91.
+
+       * rfc1524.h, rfc1524.c, postpone.c, attach.c:
+       Avoid possible buffer overflows in mutt_adv_mktemp().
+
+       * sendlib.c: Interpret sysexits-style exit values from sendmail.
+
+       * configure.in, configure, config.h.in, acconfig.h:
+       Check for sysexits.h.
+
+Thu Jul 30 09:30:38 1998  Thomas Roessler  <roessler@guug.de>
+
+       * edit.c: When reading in files, be_snarf_file() wouldn't recognize
+       '~' as the user's home directory.
+
+Wed Jul 29 10:54:09 1998  Thomas Roessler  <roessler@guug.de>
+
+       * README, Changes: Finalizing 0.93.2i.
+
+       * configure.in, configure: Bumping to 0.93.2(i).
+
+       * parse.c: Fixing a buffer overflow in parse.c which presented a
+       serious security thread.  Noted by Paul Boehm
+       <paul@boehm.org>.
+
+Tue Jul 28 08:21:49 1998  Thomas Roessler  <roessler@guug.de>
+
+       * Attic/patch.slang-1.2.2.keypad.1: Adding a patch for a SLang bug.
+
+       * INSTALL: Adding a patch for a SLang bug.
+
+       * mx.c: Doing 'mutt -f NoSuchFile' just flickers the screen and
+       silently exits. Earlier (0.92.14 at least), it used to
+       spit out the error 'NoSuchFile: no such file or directory
+       (errno = 2)'.  (Noted and tracked down by Vikas Agnihotri
+       <VikasA@att.com>)
+
+       * color.c: The index cache should be updated even without color
+       support.
+
+Mon Jul 27 13:39:39 1998  Thomas Roessler  <roessler@guug.de>
+
+       * Attic/BUGS: Adding a notice about some more nits.
+
+       * main.c: Change the error reporting mail address from
+       <mutt-dev@cs.hmc.edu> to <mutt-dev@mutt.org>.
+
+       * protos.h, init.h, color.c:
+       This patch fixes index "color" patterns when using a
+       non-color capable curses library.  While working on color
+       support, I've thrown together the mutt_parse_color() and
+       mutt_parse_mono() functions as they are sharing most of
+       their code.  Additionally, a new directive called "unmono"
+       is introduced.  The implementation consists in adding a
+       flag and very few lines of code (plus ifdefs) to
+       mutt_parse_uncolor().
+
+       * snprintf.c, rfc1524.h, rfc1524.c, date.c:
+       Fixing some minor nits: missing #includes in date.c and
+       snprintf.c, and a not-so-nice declaration of
+       rfc1524_new_entry().  Noted by Digital cc and gcc.
+
+Fri Jul 24 08:12:46 1998  Thomas Roessler  <roessler@guug.de>
+
+       * copy.c, attach.c:
+       Fiddling around with message/rfc822 attachments once again.
+
+Thu Jul 23 20:57:50 1998  Thomas Roessler  <roessler@guug.de>
+
+       * status.c, sendlib.c, send.c, rfc2047.c, pop.c, pager.c, mx.c, mh.c, mbox.c, lib.c, init.c, imap.c, edit.c, curs_lib.c, compose.c, commands.c, color.c, browser.c, attach.c, alias.c:
+       Guard lots of global (char *) variable deferences against
+       NULL pointers.
+
+       * copy.c, attach.c:
+       Yet another patch about saving message/rfc822 attachments.
+
+       * main.c, send.c: Fixing potential NULL pointer deferences.
+
+Wed Jul 22 22:47:57 1998  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c: Another fix from Liviu.
+
+       * recvattach.c, from.c, attach.c:
+       Another patch from liviu to fix the message/rfc822
+       behaviour.
+
+       * recvattach.c, mx.c, attach.c:
+       This patch fixes the saving of message/rfc822 attachments
+       to mail folders.  Additionally, it fixes an outstanding
+       bug with From_ lines being written to MH folders.
+
+       (From: Liviu Daia <daia@stoilow.imar.ro>)
+
+       * menu.c, functions.h, browser.c, OPS:
+       1. When I hit 'c' (change dir) in browser, it gives me the
+          directory, but without the final '/', so I have to add
+          '/' to add a subdirectory name. This patch fixes it.
+
+       2. check-new now will recheck mailbox folders for new
+          mail.
+
+       3. added a function toggle-mailboxes which toggles in
+          browser between mailboxes view and directory view.
+          (bound to TAB by default).
+
+       (From: "Michael S. Tsirkin" <mtsirkin@iil.intel.com>)
+
+       * send.c: Correct an error message in send.c.
+       (From: Byrial Jensen <byrial@post3.tele.dk>)
+
+       * sendlib.c, recvattach.c, protos.h, postpone.c,
+       pager.c, mx.c, mutt.h, lib.c, keymap.c, handler.c,
+       compose.c, commands.c, attach.h, attach.c:
+
+       These changes fix some of the bugs which were
+       recently reported to mutt-dev.  To be more specific,
+       message-type attachments are saved to mail folders
+       from the receive attachment menu, some of the
+       sending code has been made more robust against
+       disappearing attachments, and "tag" is rebound to
+       "T" on the compose menu.
+
+       (Some part of this patch comes from Vikas Agnihotri
+       <VikasA@att.com>.)
+
+       * send.c: Avoid a potential segmentation fault when
+       trying to postpone, but Postponed equals NULL.
+
+       * Attic/BUGS: This file is intended to contain known
+       bugs which still have to be fixed.
+
+       * doc/manual.txt:
+       Committing the changes previously made to manual.sgml.
+
+       * imap.c: Include Message-ID and Reply-To headers
+       when fetching a message's headers from an IMAP
+       server. (From: Andy Sloane <andude@incarnate.net>)
+
+Tue Jul 21 07:54:03 1998  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c:
+       The old behaviour of the %d (for description) specifier is
+       recreated by this patch.
+       (From: Byrial Jensen <byrial@post3.tele.dk>)
+
+       * protos.h, lib.c, attach.c:
+       You should never _ever_ do something like this:
+
+              [process A]  ---[piped write until EOF]---> [process B]
+              [process A]  <---[piped read until EOF]--- [process B]
+
+       Basically, what happens is something like this: A
+       feeds data to B; B processes the data, and feeds it
+       to the pipe until the pipe buffer is full; at this
+       point, A writes to its pipe until its buffer is full
+       too, and if it still has more data to write, that's
+       it, it never gets to the read part to flush B's
+       buffer --- both processes are blocked on write.
+
+       This patch fixes such a situation in the compose menu.
+
+       (From: Liviu Daia <daia@stoilow.imar.ro>)
+
+Mon Jul 20 21:01:05 1998  Thomas Roessler  <roessler@guug.de>
+
+       * reap.pl: Perl lies in /usr/bin on my machines.
+
+       * pop.c: It seems that if you don't enter any
+       password at all when prompted for the POP password,
+       Mutt will die with a segmentation fault also. (Bug
+       reported by Steve Mayer <smayer@rtd.com> via the
+       Debian bug tracking system, fix from Thomas
+       Roessler.)
+
+       * postpone.c: When you send a message which have
+       been postponed before sending, then all its
+       attachments (if there are more than one) will have a
+       content-disposition header which includes a
+       filename, even if there isn't a real filename but
+       only random choosen temporary one. (From: Byrial
+       Jensen <byrial@post3.tele.dk>)
+
+Sat Jul 18 09:18:31 1998  Thomas Roessler  <roessler@guug.de>
+
+       * recvattach.c: "Set mime_forward, and forward a
+       message --- Mutt will segfault." The obvious fix for
+       this is to check for aptr->content->hdr in
+       mutt_attach_fmt() before invoking
+       _mutt_make_string().  Anyway, I suspect that the
+       real fix may involve something like parsing the
+       rfc822 attachment in question.
+
+       * sendlib.c: Postponing messages behaves funny when the $postponed
+       folder is in Maildir format; I traced this down to the
+       fact that postponed messages are saved in "cur" while
+       mutt_num_postponed() is looking at "new".
+       (From: Liviu Daia <daia@stoilow.imar.ro>)
+
+Fri Jul 17 08:37:02 1998  Thomas Roessler  <roessler@guug.de>
+
+       * compose.c: Removing the old snd_entry() code.
+
+       * doc/manual.sgml, protos.h, pgp.c, mutt.h, init.h, hook.c:
+       When sending encrypted messages, it may arrive that Mutt
+       can't determine the PGP key of the recipient (presumably
+       because her address has changed, but she hasn't updated
+       her PGP key yet). In this situation it's convenient to be
+       able to associate a keyID with an address automatically.
+       The attached patch is an attempt to implement this idea
+       using a "pgp-hook". (From: Liviu Daia <daia@stoilow.imar.ro>).
+
+       * recvattach.c: Removing the old attach_entry() code.
+
+       * recvattach.c, protos.h, mutt.h, init.h, globals.h, compose.c:
+       This patch adds a string variable $attach_format which
+       controls the look of the compose and attach menus.
+       Unfortunately, I was not able to make things so that it
+       would look exactly the same as the hardcoded versions, so
+       the default format is a bit different, but I think it is
+       quite usable.  (From Michael Elkins <me@cs.hmc.edu>).
+
+       * functions.h, browser.c, OPS:
+       This patch allows you to view files from the browser
+       window, useful if you are searching for a file to attach
+       to your message. It uses the standard mailcap stuff (and
+       the lookup mime types) to use the correct "viewer" for the
+       file.  (From Brandon Long <blong@fiction.net>)
+
+       * doc/Attic/dotlock.man.in, doc/Makefile.in, configure.in, configure, Makefile.in:
+       Dotlock-related changes: We call it mutt.dotlock to avoid
+       conflicts with certain NFS versions' dotlocking utilities
+       (pointed out by Liviu Daia).  Additionally, we need to
+       compile it as an external utility on systems which don't
+       have an fchdir(2) system call.
+
+Thu Jul 16 16:39:53 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mx.c: Fixing a small typographic error.
+
+       * mx.c: Mutt doesn't retry locking if it doesn't succeed at once.
+       The code in mx_lock_file is supposed to retry but it
+       doesn't work because of a mistake in operator precedence.
+       (From: Petri Kaukasoina <kaukasoi@elektroni.ee.tut.fi>)
+
+       * Attic/dotlock.c:
+       The dotlock.c file tries to include <posix1_lim.h> if
+       _POSIX_PATH_MAX isn't defined but it doesn't include
+       <limits.h>, where this symbol should be defined.  (From
+       Marc.Baudoin@solsoft.com)
+
+       * send.c: When several messages are tagged and the user applies
+       reply, group-reply, or list-reply to these messages, the
+       reply's references and in-reply-to headers are constructed
+       from the tagged message which comes last in the current
+       index.  This patch constructs the references header from
+       _all_ messages' message-id and references headers. (tlr)
+
+       * reldate.h, configure.in, configure, Changes, ChangeLog:
+       Preparing mutt 0.94.
+
+       * imap.c: "My two remaining issues are the speed at which it
+       downloads the headers, and support of PREAUTH. I'm
+       enclosing a patch (to stock mutt-0.92.13i) which addresses
+       these issues." (From Brian Marcotte
+       <marcotte@panix7.panix.com>)
+
+       * color.c: This patch fixes two problems reported on mutt-users.
+
+       (1) the error message about "default colors not supported"
+       when not using a color xterm should not be printed.  The
+       existing code did not check the value of has_colors() in
+       conjunction with use_default_colors()
+
+       (2) mutt would crash when sending mail in batch mode
+       because use_default_colors() could be used without doing
+       an initscr()
+
+       (From Michael Elkins.)
+
+Wed Jul 15 17:15:46 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mx.h, mx.c, main.c, Attic/dotlock.h,
+       Attic/dotlock.c, configure.in, configure,
+       Makefile.in: Finalizing the external dotlock
+       support: If group mail privileges are needed, the
+       dotlock is compiled as a separate program.  If
+       there is no need for privileges, it remains a
+       module which is compiled into mutt. Also, there is
+       no more need for the SLang buffer overflow
+       work-around in main().  We drop it, but let mutt
+       bail out instead if it's installed setgid
+       something.
+
+       * doc/Attic/dotlock.man.in, Attic/dotlock.c:
+       Fix the race condition in dotlock.c.
+
+       * doc/Attic/mutt.man.in:
+       Putting the manual page under autoconf control.
+
+       * doc/Attic/mutt.man.in:
+       file mutt.man.in was initially added on branch mutt-0-94.
+
+       * doc/mutt.man: Putting the manual page under autoconf control.
+
+       * doc/Attic/dotlock.man.in:
+       Adding external dotlocking.  For bugs, see the manual page
+       and the comments in dotlock.c.
+
+       * doc/Attic/dotlock.man.in:
+       file dotlock.man.in was initially added on branch mutt-0-94.
+
+       * doc/Makefile.in, protos.h, mx.c, mbox.c, main.c, globals.h, Attic/dotlock.h:
+       Adding external dotlocking.  For bugs, see the manual page
+       and the comments in dotlock.c.
+
+       * Attic/dotlock.h:
+       file dotlock.h was initially added on branch mutt-0-94.
+
+       * Attic/dotlock.c:
+       Adding external dotlocking.  For bugs, see the manual page
+       and the comments in dotlock.c.
+
+       * Attic/dotlock.c:
+       file dotlock.c was initially added on branch mutt-0-94.
+
+       * configure.in, configure, Makefile.in:
+       Adding external dotlocking.  For bugs, see the manual page
+       and the comments in dotlock.c.
+
+       * doc/mutt.man: More roff fixes.
+
+       * doc/mutt.man: More groff fixes.
+
+Tue Jul 14 16:01:07 1998  Thomas Roessler  <roessler@guug.de>
+
+       * reldate.h, configure.in, configure, Changes, ChangeLog:
+       Preparing mutt 0.93.1i.
+
+       * rfc2047.c, mime.h, handler.c: More unsigned fixes.
+
+       * pattern.c, parse.c:
+       Changing (int) casts in is* arguments to (unsigned char).
+
+       * rfc2047.c: Removing a superfluous (unsigned char) cast in an IsPrint
+       argument.
+
+Mon Jul 13 10:50:39 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/mutt.sgml, doc/mutt.man, doc/Makefile.in:
+       Since manual page generation seems to be broken in the
+       SGML-tools package, we remove the SGML version of mutt.man
+       and make the troff source the master copy.  Suggested by
+       Roland Rosenfeld <roland@luv.rhein.de> who also provided
+       the corrected mutt.man file.
+
+Sun Jul 12 13:15:31 1998  Thomas Roessler  <roessler@guug.de>
+
+       * protos.h: Replace calloc by safe_calloc in new_pattern.
+
+Sat Jul 11 05:10:29 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.txt, doc/manual.sgml: Key bindings documentation.
+
+Fri Jul 10 17:58:26 1998  Thomas Roessler  <roessler@guug.de>
+
+       * NEWS: s/fwd_decode/forward_decode/ (Noted by Lars Hecking)
+
+       * pop.c: tmp[] wasn't initialized when asking for the POP password.
+
+       * buffy.c: On SunOS 4.1, one must include unistd.h in order to
+       declare SEEK_END.  (Fabrice Noilhan)
+
+       * mutt.h: include <posix1_lim.h> if limits.h doesn't defile
+       _POSIX_PATH_MAX.
+
+       * Changes, ChangeLog: *** empty log message ***
+
+       * doc/PGP-Notes.txt: Adding a notice about core dumps.
+
+       * reldate.h, README, INSTALL: Preparing 0.93i.
+
+       * handler.c: Fix text/enriched decoding: if there's a tag mismatch in
+       the last paragraph in the attachment, the whole paragraph
+       wouldn't be displayed.
+
+Thu Jul  9 19:51:36 1998  Thomas Roessler  <roessler@guug.de>
+
+       * configure.in, configure, Attic/config.sub:
+       Use CC -Ae -D_HPUX_SOURCE on HP/UX.
+
+       * Attic/config.sub:
+       file config.sub was initially added on branch mutt-0-93.
+
+       * Attic/config.guess: Use CC -Ae -D_HPUX_SOURCE on HP/UX.
+
+       * Attic/config.guess:
+       file config.guess was initially added on branch mutt-0-93.
+
+       * INSTALL: Use CC -Ae -D_HPUX_SOURCE on HP/UX.
+
+Wed Jul  8 21:59:43 1998  Thomas Roessler  <roessler@guug.de>
+
+       * snprintf.c, pattern.c, parse.c, mx.c, mh.c, lib.c, keymap.c, init.c, from.c, edit.c, curs_main.c:
+       Changing (int) casts in is* arguments to (unsigned char)
+       casts to avoid mis-casting of signed chars.  (From Michael
+       Elkins.)
+
+Tue Jul  7 09:22:40 1998  Thomas Roessler  <roessler@guug.de>
+
+       * rfc822.c: Change one int to size_t in rfc822.c.
+
+       * rfc822.c: Fix the parsing of route addresses a la RFC 822.  Patch
+       from Michael Elkins.
+
+       * snprintf.c, sendlib.c, pattern.c, parse.c, mx.c, mh.c, lib.c, keymap.c, init.c, from.c, edit.c, curs_main.c:
+       Cast the arguments of the is* functions to int.  Patch
+       from Michael Elkins.
+
+Thu Jul  2 21:15:18 1998  Thomas Roessler  <roessler@guug.de>
+
+       * hdrline.c:
+       Using the correct version of O'Shaughnessy Evans' %O patch.
+
+       * configure.in, configure, Changes, ChangeLog: Preparig 0.92.14i
+
+       * doc/manual.txt, doc/manual.sgml: s/&setmn;/&bsol;/
+
+       * hdrline.c: Adding the %O expansion.
+
+       * doc/manual.sgml: Applying the various manual_nits patches.
+
+Wed Jul  1 17:01:50 1998  Thomas Roessler  <roessler@guug.de>
+
+       * curs_main.c: Fixing a reverse-threading problem.
+
+       * imap.c: Fixing an imap-related segmentation fault.
+
+Tue Jun 30 06:38:02 1998  Thomas Roessler  <roessler@guug.de>
+
+       * reldate.h, Changes, ChangeLog:
+       These are the last tiny bits of preparing 0.92.13i.
+
+       * configure.in, configure, TODO, README, NEWS:
+       Updating some of the documentation for 0.93.
+
+       * doc/Attic/NEWS: *** empty log message ***
+
+       * doc/Attic/NEWS: file NEWS was initially added on branch mutt-0-93.
+
+       * doc/manual.txt: Incorporate the recent changes to manual.sgml.
+
+       * main.c: Work around a buffer overflow in SLang.  (This is the same
+       bug which is fixed by 0.91.2i.)
+
+Fri Jun 26 10:31:28 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.sgml, send.c, init.h, globals.h, Muttrc.in:
+       Removing $empty_to.
+
+Thu Jun 25 22:31:46 1998  Thomas Roessler  <roessler@guug.de>
+
+       * hdrline.c: Moved a break statement where it belongs.
+
+       * mx.c: Fix an imap-related typo.
+
+       * handler.c: Don't generate non-terminated last lines when quoting
+       8bit-"encoded" text-plain body parts.
+
+       * Makefile.in: Don't use GNU make specific features.
+
+Sun Jun 21 07:13:03 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/mutt.man, doc/Makefile.in, reldate.h, configure.in, configure, Changes, ChangeLog:
+       Bumping the release to 0.92.12i.
+
+Sat Jun 20 06:12:38 1998  Thomas Roessler  <roessler@guug.de>
+
+       * doc/manual.txt: *** empty log message ***
+
+       * handler.c: Fixing the quoted-printable decoder.
+
+       * handler.c, copy.c: Make mutt handle messages containing null bytes.
+
+       * doc/manual.sgml: documenting alias-path
+
+Fri Jun 19 12:52:16 1998  Thomas Roessler  <roessler@guug.de>
+
+       * sendlib.c, send.c, protos.h, postpone.c, pattern.c, menu.c, main.c, headers.c, functions.h, curs_main.c, compose.c, OPS:
+       Removing the Attach-Menu feature for the next release
+       version.
+
+Thu Jun 18 20:37:59 1998  Thomas Roessler  <roessler@guug.de>
+
+       * protos.h, lib.c, alias.c:
+       Bradon long's alias_path patch, for the sake of Elm
+       compatibility.
+
+Tue Jun 16 20:59:20 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mx.c: Avoid pointless error messages from mx_get_magic() when
+       called from an mx_open_mailbox_append() on a non-existing
+       mailbox.
+
+       * doc/manual.txt, doc/Makefile.in, configure.in, configure, Makefile.in:
+       Have "make install" install manual.txt as well.
+
+       * doc/Attic/makefile, doc/Makefile.in:
+       Putting Makefile under autoconf control.
+
+       * main.c: Switch the error reporting address from mutt-users to
+       mutt-dev.
+
+       * reldate.h, configure.in, configure, Changes, ChangeLog:
+       Bump the version to 0.92.11i.
+
+       * imap.h: Check in a proper version of imap.h.
+
+       * color.c: Fix the "unknown color" bug reported by Vikas.
+
+       * mx.c: Remove a spurious #include "imap.h" from mx.c.
+
+       * doc/style-guide: Add a note about the global Muttrc to style-guide.
+
+       * configure.in, Muttrc.in, configure, Attic/Muttrc, Makefile.in:
+       The global Muttrc contains a list of default settings
+       which can be used as a starting-point for the user's own
+       configuration.
+
+       * pgppubring.c, pgp.h, gnupgparse.c:
+       Removing some duplicate code from gnupgparse.c and
+       pgppubring.c.
+
+       * pgpinvoke.c, gnupgparse.c:
+       Include part of Werner Koch's latest GPG patches.
+
+       * Changes: *** empty log message ***
+
+       * configure.in, configure, Changes, ChangeLog: Preparing 0.92.10i.
+
+       * doc/PGP-Notes.txt: Including Roland's new procmail recipe.
+
+       * protos.h, pattern.c, menu.c, curs_main.c, compose.c, addrbook.c:
+       Including Vikas' search code for the "attach message" menu.
+
+Mon Jun 15 15:19:49 1998  Thomas Roessler  <roessler@guug.de>
+
+       * mx.c, main.c, mailbox.h, imap.c, commands.c: Brandon's IMAP patch.
+