--- /dev/null
+r
+bt
+quit
+r
+bt
+quit
+r
+bt
+quit
--- /dev/null
+Notes on the Free Translation Project
+*************************************
+
+ Free software is going international! The Free Translation Project
+is a way to get maintainers of free software, translators, and users all
+together, so that will gradually become able to speak many languages.
+A few packages already provide translations for their messages.
+
+ If you found this `ABOUT-NLS' file inside a distribution, you may
+assume that the distributed package does use GNU `gettext' internally,
+itself available at your nearest GNU archive site. But you do _not_
+need to install GNU `gettext' prior to configuring, installing or using
+this package with messages translated.
+
+ Installers will find here some useful hints. These notes also
+explain how users should proceed for getting the programs to use the
+available translations. They tell how people wanting to contribute and
+work at translations should contact the appropriate team.
+
+ When reporting bugs in the `intl/' directory or bugs which may be
+related to internationalization, you should tell about the version of
+`gettext' which is used. The information can be found in the
+`intl/VERSION' file, in internationalized packages.
+
+Quick configuration advice
+==========================
+
+ If you want to exploit the full power of internationalization, you
+should configure it using
+
+ ./configure --with-included-gettext
+
+to force usage of internationalizing routines provided within this
+package, despite the existence of internationalizing capabilities in the
+operating system where this package is being installed. So far, only
+the `gettext' implementation in the GNU C library version 2 provides as
+many features (such as locale alias, message inheritance, automatic
+charset conversion or plural form handling) as the implementation here.
+It is also not possible to offer this additional functionality on top
+of a `catgets' implementation. Future versions of GNU `gettext' will
+very likely convey even more functionality. So it might be a good idea
+to change to GNU `gettext' as soon as possible.
+
+ So you need _not_ provide this option if you are using GNU libc 2 or
+you have installed a recent copy of the GNU gettext package with the
+included `libintl'.
+
+INSTALL Matters
+===============
+
+ Some packages are "localizable" when properly installed; the
+programs they contain can be made to speak your own native language.
+Most such packages use GNU `gettext'. Other packages have their own
+ways to internationalization, predating GNU `gettext'.
+
+ By default, this package will be installed to allow translation of
+messages. It will automatically detect whether the system already
+provides the GNU `gettext' functions. If not, the GNU `gettext' own
+library will be used. This library is wholly contained within this
+package, usually in the `intl/' subdirectory, so prior installation of
+the GNU `gettext' package is _not_ required. Installers may use
+special options at configuration time for changing the default
+behaviour. The commands:
+
+ ./configure --with-included-gettext
+ ./configure --disable-nls
+
+will respectively bypass any pre-existing `gettext' to use the
+internationalizing routines provided within this package, or else,
+_totally_ disable translation of messages.
+
+ When you already have GNU `gettext' installed on your system and run
+configure without an option for your new package, `configure' will
+probably detect the previously built and installed `libintl.a' file and
+will decide to use this. This might be not what is desirable. You
+should use the more recent version of the GNU `gettext' library. I.e.
+if the file `intl/VERSION' shows that the library which comes with this
+package is more recent, you should use
+
+ ./configure --with-included-gettext
+
+to prevent auto-detection.
+
+ The configuration process will not test for the `catgets' function
+and therefore it will not be used. The reason is that even an
+emulation of `gettext' on top of `catgets' could not provide all the
+extensions of the GNU `gettext' library.
+
+ Internationalized packages have usually many `po/LL.po' files, where
+LL gives an ISO 639 two-letter code identifying the language. Unless
+translations have been forbidden at `configure' time by using the
+`--disable-nls' switch, all available translations are installed
+together with the package. However, the environment variable `LINGUAS'
+may be set, prior to configuration, to limit the installed set.
+`LINGUAS' should then contain a space separated list of two-letter
+codes, stating which languages are allowed.
+
+Using This Package
+==================
+
+ As a user, if your language has been installed for this package, you
+only have to set the `LANG' environment variable to the appropriate
+`LL_CC' combination. Here `LL' is an ISO 639 two-letter language code,
+and `CC' is an ISO 3166 two-letter country code. For example, let's
+suppose that you speak German and live in Germany. At the shell
+prompt, merely execute `setenv LANG de_DE' (in `csh'),
+`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
+This can be done from your `.login' or `.profile' file, once and for
+all.
+
+ You might think that the country code specification is redundant.
+But in fact, some languages have dialects in different countries. For
+example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The
+country code serves to distinguish the dialects.
+
+ Not all programs have translations for all languages. By default, an
+English message is shown in place of a nonexistent translation. If you
+understand other languages, you can set up a priority list of languages.
+This is done through a different environment variable, called
+`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
+for the purpose of message handling, but you still need to have `LANG'
+set to the primary language; this is required by other parts of the
+system libraries. For example, some Swedish users who would rather
+read translations in German than English for when Swedish is not
+available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
+
+ In the `LANGUAGE' environment variable, but not in the `LANG'
+environment variable, `LL_CC' combinations can be abbreviated as `LL'
+to denote the language's main dialect. For example, `de' is equivalent
+to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
+(Portuguese as spoken in Portugal) in this context.
+
+Translating Teams
+=================
+
+ For the Free Translation Project to be a success, we need interested
+people who like their own language and write it well, and who are also
+able to synergize with other translators speaking the same language.
+Each translation team has its own mailing list. The up-to-date list of
+teams can be found at the Free Translation Project's homepage,
+`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
+area.
+
+ If you'd like to volunteer to _work_ at translating messages, you
+should become a member of the translating team for your own language.
+The subscribing address is _not_ the same as the list itself, it has
+`-request' appended. For example, speakers of Swedish can send a
+message to `sv-request@li.org', having this message body:
+
+ subscribe
+
+ Keep in mind that team members are expected to participate
+_actively_ in translations, or at solving translational difficulties,
+rather than merely lurking around. If your team does not exist yet and
+you want to start one, or if you are unsure about what to do or how to
+get started, please write to `translation@iro.umontreal.ca' to reach the
+coordinator for all translator teams.
+
+ The English team is special. It works at improving and uniformizing
+the terminology in use. Proven linguistic skill are praised more than
+programming skill, here.
+
+Available Packages
+==================
+
+ Languages are not equally supported in all packages. The following
+matrix shows the current state of internationalization, as of September
+2001. The matrix shows, in regard of each package, for which languages
+PO files have been submitted to translation coordination, with a
+translation percentage of at least 50%.
+
+ Ready PO files bg cs da de el en eo es et fi fr gl he hr id it ja
+ +----------------------------------------------------+
+ a2ps | [] [] [] |
+ bash | [] [] [] [] |
+ bfd | |
+ binutils | [] |
+ bison | [] [] [] [] [] |
+ clisp | [] [] [] [] |
+ cpio | [] [] [] [] [] |
+ diffutils | [] [] [] [] [] [] [] |
+ enscript | [] [] |
+ error | [] [] |
+ fetchmail | |
+ fileutils | [] [] [] [] [] [] [] [] |
+ findutils | [] [] [] [] [] [] [] [] |
+ flex | [] [] [] |
+ freetype | |
+ gas | |
+ gawk | [] [] |
+ gcal | |
+ gcc | |
+ gettext | [] [] [] [] [] [] [] [] [] [] |
+ gnupg | [] [] [] [] [] [] [] |
+ gprof | |
+ grep | [] [] [] [] [] [] [] [] |
+ hello | [] [] [] [] [] [] [] [] [] [] [] |
+ id-utils | [] [] [] |
+ indent | [] [] [] [] [] |
+ jpilot | [] |
+ kbd | |
+ ld | [] |
+ libc | [] [] [] [] [] [] [] [] |
+ lilypond | [] |
+ lynx | [] [] [] [] |
+ m4 | [] [] [] [] [] [] [] [] |
+ make | [] [] [] [] [] [] |
+ mysecretdiary | [] |
+ nano | [] [] [] |
+ opcodes | |
+ parted | [] [] [] |
+ ptx | [] [] [] [] [] [] [] |
+ python | |
+ recode | [] [] [] [] [] [] [] [] [] |
+ sed | [] [] [] [] [] [] [] [] [] [] [] [] |
+ sh-utils | [] [] [] [] [] [] [] [] [] [] |
+ sharutils | [] [] [] [] [] [] [] [] |
+ sketch | |
+ soundtracker | [] [] [] |
+ sp | |
+ tar | [] [] [] [] [] [] [] [] |
+ texinfo | [] [] [] [] [] [] |
+ textutils | [] [] [] [] [] [] [] [] |
+ util-linux | [] [] |
+ wdiff | [] [] [] |
+ wget | [] [] [] [] [] [] [] [] [] [] |
+ +----------------------------------------------------+
+ bg cs da de el en eo es et fi fr gl he hr id it ja
+ 0 14 24 32 11 1 8 23 13 1 33 22 4 0 7 9 18
+
+ ko lv nb nl nn no pl pt pt_BR ru sk sl sv tr uk zh
+ +----------------------------------------------------+
+ a2ps | [] [] [] | 6
+ bash | | 4
+ bfd | | 0
+ binutils | | 1
+ bison | [] | 6
+ clisp | [] | 5
+ cpio | [] [] [] [] [] | 10
+ diffutils | [] [] [] [] | 11
+ enscript | [] [] [] | 5
+ error | [] [] | 4
+ fetchmail | | 0
+ fileutils | [] [] [] [] [] [] [] [] [] | 17
+ findutils | [] [] [] [] [] [] [] [] | 16
+ flex | [] [] [] | 6
+ freetype | | 0
+ gas | | 0
+ gawk | [] | 3
+ gcal | | 0
+ gcc | | 0
+ gettext | [] [] [] [] [] [] [] [] | 18
+ gnupg | [] [] [] | 10
+ gprof | | 0
+ grep | [] [] [] [] | 12
+ hello | [] [] [] [] [] [] [] [] [] [] [] | 22
+ id-utils | [] [] [] | 6
+ indent | [] [] [] [] [] [] [] | 12
+ jpilot | | 1
+ kbd | [] | 1
+ ld | | 1
+ libc | [] [] [] [] [] [] [] [] | 16
+ lilypond | [] [] | 3
+ lynx | [] [] [] [] | 8
+ m4 | [] [] [] [] | 12
+ make | [] [] [] [] [] [] | 12
+ mysecretdiary | | 1
+ nano | [] | 4
+ opcodes | [] | 1
+ parted | [] [] | 5
+ ptx | [] [] [] [] [] [] [] [] | 15
+ python | | 0
+ recode | [] [] [] [] | 13
+ sed | [] [] [] [] [] [] [] | 19
+ sh-utils | [] [] [] [] [] [] [] [] [] [] [] | 21
+ sharutils | [] [] [] | 11
+ sketch | | 0
+ soundtracker | | 3
+ sp | | 0
+ tar | [] [] [] [] [] [] [] | 15
+ texinfo | [] | 7
+ textutils | [] [] [] [] [] [] [] [] | 16
+ util-linux | [] [] | 4
+ wdiff | [] [] [] [] | 7
+ wget | [] [] [] [] [] [] [] | 17
+ +----------------------------------------------------+
+ 33 teams ko lv nb nl nn no pl pt pt_BR ru sk sl sv tr uk zh
+ 53 domains 9 1 6 20 0 6 17 1 13 25 10 11 23 21 2 2 387
+
+ Some counters in the preceding matrix are higher than the number of
+visible blocks let us expect. This is because a few extra PO files are
+used for implementing regional variants of languages, or language
+dialects.
+
+ For a PO file in the matrix above to be effective, the package to
+which it applies should also have been internationalized and
+distributed as such by its maintainer. There might be an observable
+lag between the mere existence a PO file and its wide availability in a
+distribution.
+
+ If September 2001 seems to be old, you may fetch a more recent copy
+of this `ABOUT-NLS' file on most GNU archive sites. The most
+up-to-date matrix with full percentage details can be found at
+`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
+
+Using `gettext' in new packages
+===============================
+
+ If you are writing a freely available program and want to
+internationalize it you are welcome to use GNU `gettext' in your
+package. Of course you have to respect the GNU Library General Public
+License which covers the use of the GNU `gettext' library. This means
+in particular that even non-free programs can use `libintl' as a shared
+library, whereas only free software can use `libintl' as a static
+library or use modified versions of `libintl'.
+
+ Once the sources are changed appropriately and the setup can handle
+to use of `gettext' the only thing missing are the translations. The
+Free Translation Project is also available for packages which are not
+developed inside the GNU project. Therefore the information given above
+applies also for every other Free Software Project. Contact
+`translation@iro.umontreal.ca' to make the `.pot' files available to
+the translation teams.
+
--- /dev/null
+MUTT HACKERS BEWARE
+
+A word of warning about string comparisons: Since mutt may run in a
+huge variety of locales, case-insensitive string comparisons and
+case conversions may be dangerous. For instance, in iso-8859-9,
+tolower('I') is DIFFERENT from 'i' - it's indeed the Turkish dotless
+lowercase i.
+
+For this reason, always use the ascii_* functions defined in ascii.h
+and implemented in ascii.c when comparing or handling strings whcih
+are defined as us-ascii. This concerns lots of text-based
+protocols, message header tags, character set names, domain names,
+e-mail addresses, etc.
+
+Thu Apr 26 15:40:11 CEST 2001, <roessler@does-not-exist.org>
--- /dev/null
+The following copyright notices apply to most of the program. Some
+modules are under different licenses, or in the public domain.
+
+Please note that this is by no means an exhaustive list of all the
+persons who have been contributing to this program. Please see the
+manual for a (probably still non complete) list of the persons who
+have been helpful with the development of this program.
+
+Copyright (C) 1996-2001 Michael R. Elkins <me@cs.hmc.edu>
+Copyright (C) 1996-2001 Brandon Long <blong@fiction.net>
+Copyright (C) 1997-2001 Thomas Roessler <roessler@guug.de>
+Copyright (C) 1998-2001 Werner Koch <wk@isil.d.shuttle.de>
+Copyright (C) 1999-2001 Brendan Cully <brendan@kublai.com>
+Copyright (C) 1999-2001 Tommi Komulainen <Tommi.Komulainen@iki.fi>
+Copyright (C) 2000-2001 Edmund Grimley Evans <edmundo@rano.org>
+
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+
--- /dev/null
+2004-02-01 18:00:16 Mike Schiraldi <1074468571@schiraldi.org> (roessler)
+
+ * init.c: As you all know, running "mutt -F foo.rc" will have
+ mutt read foo.rc as its config file. However, there is a bug --
+ if you specify a directory (like accidentally typing "mutt -F
+ /etc/mutt") mutt will silently ignore the flag and leave you
+ wondering why it isn't working.
+
+ Emil Sit posted a patch for this in March of 2002, but it seems
+ to have slipped through the cracks. Here's the patch again;
+ please consider it for inclusion.
+
+2004-02-01 17:50:43 Luke Mewburn <luke@mewburn.net> (roessler)
+
+ * buffy.c: Put a zero byte into the string, not into the pointer.
+
+2004-02-01 17:48:25 Dan Ohnesorg <Dan@ohnesorg.cz> (roessler)
+
+ * po/cs.po: update
+
+2004-02-01 17:45:33 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * doc/manual.sgml.head: A cross-reference was missing.
+
+ * doc/manual.sgml.head: Improve documentation of alterantes.
+
+ * alias.c, doc/manual.sgml.head, doc/muttrc.man.head, globals.h,
+ hdrline.c, init.c, init.h, mutt.h, mutt_regex.h, muttlib.c,
+ protos.h: Turn alternates, lists, and subscribe into regular
+ expression lists.
+
+2004-01-12 22:56:58 Christoph Ludwig <cludwig@cdc.informatik.tu-darmstadt.de> (roessler)
+
+ * smime_keys.pl: Avoid a Perl warning.
+
+2004-01-12 20:24:09 Matt Kraai <kraai@ftbfs.org> (roessler)
+
+ * doc/manual.sgml.head: A newline was missing from the
+ documentation; #1754. (The actual commit message for this
+ change is garbage; wrong window.)
+
+2004-01-12 19:59:38 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * crypt.c: Retainable PGP signatures were broken badly. #1757.
+
+2004-01-05 11:55:14 Robert Schiele <robert.schiele@t-online.de> (roessler)
+
+ * mutt_sasl.c: Back out part of the previous SASL/IPv6 patch
+ due to portability issues.
+
+2004-01-04 10:55:20 René Clerc <rene@clerc.nl> (roessler)
+
+ * init.h: Fix hide_missing / hide_limited documentation.
+
+2004-01-04 10:51:49 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * hdrline.c: Permit list patterns that match the domain name of
+ an address; these patterns begin with '@'. Example: subscribe
+ @bugs.guug.de matches all messages sent to the bug tracking
+ system.
+
+2004-01-04 10:30:52 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * po/ru.po: Argh, I shouldn't replace files by patches.
+
+2004-01-04 10:25:13 Cameron Patrick <cameron@patrick.wattle.id.au> (roessler)
+
+ * menu.c: Fix #1697 (Debian #219594.)
+
+2004-01-04 10:21:19 Roland Rosenfeld <roland@spinnaker.de> (roessler)
+
+ * po/de.po: update
+
+2004-01-04 10:19:45 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
+
+ * po/ja.po: update
+
+2004-01-04 10:08:02 Pawel Dziekonski <dzieko@pwr.wroc.pl> (roessler)
+
+ * po/pl.po: update
+
+2004-01-04 10:03:46 Michael Elkins <me@sigpipe.org> (roessler)
+
+ * send.c: Fix #1488 (Debian#1882526): Honor Reply-To while
+ generating Mail-Followup-To headers.
+
+2004-01-04 09:59:42 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * init.h: Fix #1738; documentation issue re $from, $use_from.
+
+2004-01-04 09:52:55 Michael Elkins <me@sigpipe.org> (roessler)
+
+ * hook.c, send.c: Fix #1724, cannot use ~h pattern match with
+ reply-hook.
+
+2004-01-04 09:49:23 Vsevolod Volkov <vvv@mutt.org.ua> (roessler)
+
+ * pop.h, pop_lib.c: Attached patch provides support of STLS
+ (STARTTLS) command in POP3 protocol.
+
+ * po/ru.po: update
+
+2004-01-04 09:45:05 Brendan Cully <brendan@kublai.com> (roessler)
+
+ * imap/imap.c: Fix #1703.
+
+2004-01-04 09:42:35 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * smime.c: Fix a NULL pointer deference noted by Will Fiveash
+ <william.fiveash@sun.com>.
+
+2003-12-30 13:04:20 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * commands.c, crypt.c, mutt.h, mutt_crypt.h, smime.c: Handle
+ partially signed messages more reasonably. See #1743.
+
+2003-12-29 11:44:35 Alain Bench <veronatif@free.fr> (roessler)
+
+ * commands.c: Fix #844.
+
+2003-12-29 11:37:41 Patrick Welche <prlw1@newn.cam.ac.uk> (roessler)
+
+ * m4/gssapi.m4, mutt_sasl.c: A while ago I posted a similar
+ patch which is necessary as when mutt tries to connect to an
+ imap server over ipv6 it stores the address in a sockaddr which
+ may not be large enough to hold the ipv6 address.
+
+2003-12-17 17:42:02 Scott Koranda <skoranda@gravity.phys.uwm.edu> (roessler)
+
+ * crypt.c: pkcs7-signature wasn't recognized properly in one
+ more place.
+
+2003-12-17 08:46:50 Michael Elkins <me@sigpipe.org> (roessler)
+
+ * rfc1524.c: Fix possible core dump in mailcap nametemplate
+ handling.
+
+2003-12-10 00:48:57 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * thread.c: Avoid NULL pointer deference in threading code.
+
+2003-12-03 08:19:11 Alain Bench <veronatif@free.fr> (roessler)
+
+ * pager.c: Fix 1716.
+
+2003-11-15 09:32:30 Velko Hristov <hristov@informatik.hu-berlin.de> (roessler)
+
+ * po/bg.po: updat
+
+2003-11-12 22:31:51 Edmund GRIMLEY EVANS <edmundo@rano.org> (roessler)
+
+ * po/eo.po: update
+
+2003-11-12 14:01:03 René Clerc <rene@clerc.nl> (roessler)
+
+ * po/nl.po: update
+
+2003-11-12 13:49:32 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * configure.in, mutt_idna.c, mutt_idna.h, mutt_socket.c: Fix
+ IDN API incompatibility problems.
+
+2003-11-12 11:47:46 duvall@emufarm.org (roessler)
+
+ * configure.in: Fix 1515, 1693.
+
+2003-11-12 11:40:27 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * mh.c, sort.c: Fix dangling pointer problems in threading code.
+ Noted and tracked down by q4xk3j002@sneakemail.com who also
+ provided the initial fix.
+
+ CORRECTION: q4xk3j002 (whoever that is) reported the bug,
+ but thr problem was tracked down and fixed by YONETANI
+ Tomokazu <qhwt@myrealbox.com>
+
+2003-11-11 10:19:22 Ronny Haryanto <ronnylist@haryan.to> (roessler)
+
+ * po/id.po: update
+
+2003-11-10 18:02:26 Rudy Taraschi <rudy@cae.com> (roessler)
+
+ * mutt_socket.c: Fix double-free problems related to IDN support.
+
+2003-11-10 10:37:10 Vincent Lefevre <vincent@vinc17.org> (roessler)
+
+ * po/fr.po: update
+
+2003-11-09 21:41:28 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * mh.c: Fix #1692.
+
+2003-11-09 09:38:32 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * send.c: Commit the fix for #1509. This must have been lost
+ earlier this year.
+
+2003-11-05 20:09:36 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * 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, po/tr.po, po/uk.po, po/zh_CN.po,
+ po/zh_TW.po, ChangeLog, VERSION, po/bg.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, po/hu.po, po/id.po, po/it.po: automatic
+ post-release commit for mutt-1.5.5.1
+
+2003-11-05 12:17:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * Makefile.am: Include regex.c and snprintf.c with the
+ distribution. Noted by Lars Hecking.
+
+ * build-release: Ups, we don't upload the CVS any more.
+
+ * 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/zh_TW.po, ChangeLog, VERSION, po/bg.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, po/hu.po, po/id.po,
+ po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, reldate.h:
+ automatic post-release commit for mutt-1.5.5
+
+2003-11-05 09:27:43 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * build-release: Use gpg for signing releases.
+
+2003-11-03 10:30:58 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * attach.c: Fix a logic flaw in attachment saving.
+
+2003-10-08 19:55:39 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * pgpkey.c: KeyTable is pgp_uid_t **, not pgp_key_t *. Fix some
+ sizeof statements accordingly. Note that pgp_key_t is also a
+ pointer, though, so this should not have broken things.
+
+2003-10-06 09:58:35 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * query.c: Fiy memory corruption. (# 1659)
+
+2003-10-04 22:12:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * lib.c: mutt_basename() was garbage.
+
+2003-10-04 20:54:37 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * doc/manual.sgml.head: Fix some tags. Noted by Todd
+ <Freedom_Lover@pobox.com>.
+
+2003-10-04 20:35:00 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * recvattach.c, attach.h, commands.c, compose.c, keymap.h, lib.c,
+ lib.h, menu.c, mutt.h, mutt_menu.h, muttlib.c, pager.c, protos.h:
+ This patch fixes various aspects of the attachment-saving user
+ interface. Changes include:
+
+ - When tagging and saving multiple attachments, you can now use
+ the same target directory for multiple attachments.
+
+ - When you can't save an attachment, you get an opportunity to
+ enter a new file name.
+
+ - The menu cursor will highlight the attachment that you are
+ currently discussing with mutt.
+
+ - Various bug fixes.
+
+ This does, in particular, address #1619 (Debian#208430).
+
+ * menu.c: Fix #1656.
+
+2003-09-29 16:34:32 René Clerc <rene@clerc.nl> (roessler)
+
+ * doc/muttrc.man.head: Fix typo.
+
+2003-09-29 15:05:52 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * doc/dotlock.man, doc/mutt.man, doc/muttrc.man.head: Fix #1652
+ (Debian #213007), noted by Jens Seidel <tux-master@web.de>.
+
+2003-09-20 06:24:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * muttbug.sh.in: Adapt to new GNU coreutils by not using head (1).
+
+2003-09-19 13:09:59 René Clerc <rene@clerc.nl> (roessler)
+
+ * po/nl.po: update
+
+2003-09-19 13:05:13 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * imap/utf7.c: Fix remaining (void **) casts.
+
+2003-09-19 13:03:26 Mads Martin Joergensen <mmj@suse.de> (roessler)
+
+ * imap/browse.c, imap/command.c, parse.c, pgp.c, pgpkey.c,
+ pop_lib.c, query.c, recvattach.c, remailer.c, rfc1524.c,
+ rfc2047.c, rfc2231.c, sendlib.c, smime.c, thread.c, addrbook.c,
+ browser.c, color.c, compose.c, copy.c, crypt.c, curs_lib.c,
+ edit.c, enter.c, handler.c, lib.c, lib.h, mh.c, mutt_idna.c, mx.c,
+ pager.c: As the ones of you who compile with new gcc's probably
+ have noticed, there's a lot of type-punning in Mutt. With help
+ from Philipp Thomas, I've fixed all I could find in CVS (please
+ double-check, one might have slipped through the cracks), I can
+ make one for 1.4 CVS branch as well if wanted.
+
+2003-09-19 12:56:49 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * send.c: Change abort_unmodified so it doesn't abort a message
+ that has an attachment. Catches the "send a file from the
+ command line, quickly" case.
+
+2003-09-11 16:59:54 Brendan Cully <brendan@kublai.com> (roessler)
+
+ * mutt_sasl.c: This trivial patch closes #1516 (NI_WITHSCOPEID
+ undefined). Thanks to Mads for the initial patch.
+
+2003-09-11 07:27:23 Velko Hristov <hristov@informatik.hu-berlin.de> (roessler)
+
+ * po/bg.po: Bulgarian translation. (Seems like I screwed up an
+ earlier commit. -tlr)
+
+2003-09-10 13:20:49 Jon Miles <jon@zetnet.net> (roessler)
+
+ * pop_auth.c: In pop_auth.c:pop_auth_sasl(), if the main loop
+ received anything back from the server that didnt begin with '+
+ ', it was bailing out and skipping the checks to see if there
+ was a +OK response.
+
+2003-09-07 10:11:49 Im Eunjea <eunjea@koru.org> (roessler)
+
+ * po/ko.po: update.
+
+2003-09-04 15:10:09 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * init.h: Fix some formatting glitches that lead to error messages
+ when viewing the muttrc(5) manual page.
+
+2003-09-04 14:59:57 Christoph Ludwig <cludwig@cdc.informatik.tu-darmstadt.de> (roessler)
+
+ * smime.c: Fix verification bug when messages are S/MIME signed
+ & encrypted.
+
+2003-09-03 17:22:09 Dan Born <dan@danborn.net> (roessler)
+
+ * postpone.c: I've attached a patch for bug number 1036, as
+ reported at http://bugs.guug.de/db/pa/lmutt.html ("segfault
+ when more than one msg is postponed"). This is a patch against
+ mutt 1.4.1.
+
+ As it was previously left, no one could reproduce it. The problem
+ occurs because sorting is disabled when opening the postponed
+ folder, but the Sort global variable still tells mutt to use
+ whatever sorting algorithm the $sort config option indicates.
+ Eventually, the code would get to mutt_messages_in_thread and
+ try to dereference a NULL thread object, causing the segfault.
+
+2003-09-03 17:20:56 Pawel Dziekonski <dzieko@pwr.wroc.pl> (roessler)
+
+ * po/pl.po: update.
+
+2003-09-03 17:15:20 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
+
+ * po/ja.po: New ja.po.
+
+2003-09-03 17:12:52 Velko Hristov <hristov@informatik.hu-berlin.de> (roessler)
+
+ * configure.in: Bulgarian translation.
+
+2003-09-03 17:10:37 Brendan Cully <brendan@kublai.com> (roessler)
+
+ * mutt_ssl.c: Fix a segmentation fault which occurs
+ when a certificate is rejected. Bug noted by Rob Latham
+ <rob@terizla.org>.
+
+2003-09-03 17:09:09 Anatoly Vorobey <mellon@pobox.com> (roessler)
+
+ * curs_main.c: The commands "read-thread" (^R) and
+ "read-subthread" (Esc-R) do not honor the resolve variable (don't
+ advance cursor after marking the thread/subthread as read),
+ which, to me at least, is a nuisance.
+
+2003-08-11 14:06:08 Brendan Cully <brendan@kublai.com> (roessler)
+
+ * imap/imap.c: 1595: My guess is this bug is caused by
+ mlarson@verisign.com's patch to check for UNSEEN rather than
+ RECENT messages. This means that as long as there are messages
+ in a mailbox either new or old, mutt will think it has new mail.
+
+ The attached patch reverts that change. Let me know if it solves
+ the problem.
+
+2003-08-11 14:05:13 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * doc/muttrc.man.head: Fix a formatting bug.
+
+2003-08-05 13:55:47 Brendan Cully <brendan@kublai.com> (roessler)
+
+ * attach.c, buffy.c, commands.c, copy.c, editmsg.c, init.c,
+ mbox.c, mx.c, mx.h, sendlib.c: This patch removes the Kendra
+ format from mutt. (The support was broken anyways.)
+
+2003-08-02 11:01:09 Horvath Szabolcs <horvaths@fi.inf.elte.hu> (roessler)
+
+ * po/hu.po: update
+
+2003-07-29 10:11:05 Edmund GRIMLEY EVANS <edmundo@rano.org> (roessler)
+
+ * pager.c: It seems that Solaris has an incorrect implementation
+ of mbrtowc: when there is an encoding error and mbrtowc returns
+ (size_t)(-1) no value should be stored in *pwc (the first
+ argument), as I understand it, but here mbrtowc is storing 8
+ when presented with the bytes "\xc8\x4d".
+
+ However, relying on mbrtowc not to store anything in *pwc when
+ there is an error is a bit silly; it makes sense to look at
+ the return value. So, the following patch should be applied if
+ Pawel can confirm that it fixes the problem. I've tested it and
+ it worked for me with glibc's mbrtowc.
+
+2003-07-24 18:40:50 Vincent Lefevre <vincent@vinc17.org> (roessler)
+
+ * alias.c, copy.c, handler.c, imap/command.c, imap/imap.c,
+ imap/message.c, imap/util.c, init.c, intl/l10nflist.c,
+ intl/loadmsgcat.c, intl/localealias.c, keymap.c, lib.c,
+ makedoc.c, muttlib.c, pattern.c, rfc2047.c, rfc2231.c, rfc822.c,
+ strcasecmp.c, url.c: Some functions/macros like isspace take an
+ int and require the argument to have the value of an unsigned char
+ (or EOF). Under Solaris, gcc complains when the argument is a char
+ (as this is a possible bug, on platforms where char is signed,
+ like Solaris). The attached patch fixes such problems (well,
+ perhaps I've changed more than necessary, but this doesn't hurt).
+
+2003-07-22 12:56:38 dshaw@jabberwocky.com (roessler)
+
+ * gnupgparse.c: When encrypting a message to a user that has more
+ than one subkey, at least one of which is revoked or expired,
+ mutt treats the entire key as unusable rather than just the
+ subkey(s) in question.
+
+2003-07-16 11:18:12 Brendan Cully <brendan@kublai.com> (roessler)
+
+ * account.c, account.h, imap/auth_sasl.c, imap/imap.c: I noticed
+ that my mutt hung when I tried SASL DIGEST-MD5 authentication
+ (I'm not sure when this started). I believe this patch should
+ solve that problem in a reliable way.
+
+ This patch also attempts to reuse connections even when
+ authentication fails, instead of just throwing away a perfectly
+ good socket.
+
+ * curs_lib.c, enter.c, keymap.c, keymap.h, mutt.h, mutt_curses.h,
+ mutt_ssl.c: This patch redoes yesterday's unbuffered input
+ patch. Now it uses a pseudo-option, which means less mess to carry
+ down the call stack. It also made it much easier to have the SSL
+ certificate menu be unbuffered, which it is now. So push commands
+ won't annoy you when entering passwords or accepting certificates.
+
+2003-07-15 11:41:32 Brendan Cully <brendan@kublai.com> (roessler)
+
+ * curs_main.c, globals.h, imap/command.c, imap/imap.c,
+ imap/imap.h, imap/imap_private.h, imap/util.c, mx.c: The attached
+ patch should keep all opened IMAP connections alive, no matter
+ what mailbox you are currently in. With the patch that got
+ committed yesterday, this should close bug 1523.
+
+ (There was a typo in that patch. This one supersedes it.)
+
+ * configure.in, .cvsignore: autoconf 2.5 compatibility.
+
+2003-07-14 12:40:03 Hugo Haas <hugo@larve.net> (roessler)
+
+ * send.c: Fix #1520.
+
+2003-07-14 12:20:27 Pawel Dziekonski <dzieko@pwr.wroc.pl> (roessler)
+
+ * po/pl.po: small fix.
+
+2003-07-14 12:19:07 Brendan Cully <brendan@kublai.com> (roessler)
+
+ * imap/command.c, imap/imap.c:
+
+ On Sunday, 13 July 2003 at 18:09, Brendan Cully wrote:
+
+ > The attached patch should help when the connection to your
+ > postponed folder times out and you can't reconnect without
+ > restarting mutt. I'd like anyone who has that problem to
+ > try it and let me know how it works.
+
+ I dug a little deeper. The attached patch seems to work better. It
+ complains the first time you try to recall a message, but works
+ the second.
+
+ * account.c, curs_lib.c, enter.c, keymap.c, keymap.h, mutt.h,
+ mutt_curses.h: The attached patch prevents mutt from reading the
+ push buffer when asking for passwords. This is a proper fix for
+ bug 1312. I think it's uncontroversial.
+
+2003-07-04 17:15:34 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * imap/auth_sasl.c: Increase a buffer's size.
+
+2003-07-04 17:07:22 Nicolas Rachinsky <nr@rachinsky.de> (roessler)
+
+ * OPS, curs_lib.c, curs_main.c, functions.h, menu.c: Introduce
+ tag-prefix-cond and end-cond. This makes simple conditional
+ execution of parts of macros possible.
+
+2003-07-04 17:03:51 Bruno Postle <bruno@postle.net> (roessler)
+
+ * curs_main.c, pattern.c: Display an empty index when no messages
+ match search criteria.
+
+2003-07-04 16:57:56 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * init.h, muttlib.c: Add a ':' flag to % expandos. This will
+ make sure that any dots are converted into underscores. (_
+ is already used for lowercasing the result of an expando.)
+
+2003-06-04 14:01:39 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * muttlib.c: Don't colorize empty lines generated with
+ state_attach_puts();
+
+2003-05-29 17:49:00 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * po/id.po, po/eo.po: Updates from the respective authors.
+
+2003-05-29 17:48:28 David Shaw <dshaw@jabberwocky.com> (roessler)
+
+ * pgp.c: Fix part of #1564.
+
+2003-05-29 17:47:10 Matt Larson <mlarson@verisign.com> (roessler)
+
+ * imap/imap.c: Look at UNSEEN, not RECENT in
+ imap_check_mailbox().
+
+2003-05-29 17:47:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * init.c: Fix a segmentation fault which would occur when
+ pgp_sort_keys is set in a configuration file, but mutt is compiled
+ without PGP support.
+
+ * gnupgparse.c: Fix PGP subkey handling when looking at key
+ capabilities. This should take care of the recent "mutt does
+ not see all keys" problems.
+
+2003-05-13 13:06:16 Dale Woolridge <dale-list-mutt-dev-2@woolridge.org> (roessler)
+
+ * crypt.c: Fix gpg-agent use.
+
+2003-05-13 12:53:20 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * doc/manual.sgml.head: Remove useless examples about treating
+ text/enriched externally. #1549; Debian #190309.
+
+2003-05-13 12:50:04 Juan Altmayer Pizzorno <juan@altmayer.com> (roessler)
+
+ * recvattach.c: view-attachments does not extract the message
+ within a x-pkcs7-mime if it's only signed, but not encrypted.
+ Such a message results, for example, from a decrypt-save if the
+ message was previously encrypted and signed.
+
+2003-05-13 12:45:35 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
+
+ * doc/manual.sgml.head: Fix an inconsistency between manual
+ and code.
+
+2003-05-13 12:43:45 David Shaw <dshaw@jabberwocky.com> (roessler)
+
+ * gnupgparse.c, pgppubring.c: Currently, mutt uses the OpenPGP key
+ algorithm to determine the capabilities of the key. For example,
+ in mutt, a key of type 1 (RSA) can both encrypt & sign. This is
+ not correct as per OpenPGP, however, where the capabilities of
+ the key are determined by both the algorithm and key capability
+ flags that are set on the key. This can lead to user confusion
+ when their RSA encrypt-only or sign-only key is listed for both
+ signing and encryption in mutt.
+
+ GnuPG lists these flags in key listings, so it is easy to take
+ advantage of them. Here is a patch to use the flags, as well
+ as provide the flags in pgpring. Note that the pgp+pgpring
+ users won't see any change since the flags there are based on
+ the key algorithm as they are now, but the GnuPG users will see
+ an improvement.
+
+2003-05-12 16:21:26 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * enter.c: Fix alias completion when the alias is entered as
+ part of a group. (E.g., The Tea Party: alias1, alias2, alias3;)
+
+2003-05-03 20:07:40 Dan Nelson <dnelson@allantgroup.com> (roessler)
+
+ * mutt.h, muttlib.c: Fix #1558. (mutt_expand_fmt rewrite;
+ OPT_MAX wasn't maximal.)
+
+2003-04-15 13:17:05 René Clerc <rene@clerc.nl> (roessler)
+
+ * compose.c: Fix two more cases in which ctrl-G is interpreted
+ as M_YES.
+
+2003-04-15 09:52:06 Dale Woolridge <dale-flea-mutt-bug@woolridge.org> (roessler)
+
+ * compose.c: The "sign (a)s" code strips the pgp application
+ bit causing drawing issues in redraw_crypt_lines(). Other bits
+ (well bit = encrypt) are ignored as a result. I've only tested
+ with pgp, but the same problem exists in the smime code too.
+ This inline patch (against cvs head revision) fixes the problem.
+
+2003-04-14 09:09:53 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * init.h, mutt.h, send.c: Fix the PGP / S/MIME selection mess
+ in send.c. This patch adds two new configuration variables,
+ $crypt_autopgp and $crypt_autsmime. Both are set to "yes"
+ by default. By turning them off, you can disable the automatic
+ selection of one or both mechanisms. (Useful when your mutt is
+ PGP- and S/MIME enabled, but you only use, say S/MIME.)
+
+2003-04-11 15:15:04 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * send.c: Backing out the previous change. It was nonsense.
+
+2003-04-11 11:56:58 Lars Hecking <lhecking@nmrc.ucc.ie> (roessler)
+
+ * config.guess, config.sub, depcomp, install-sh, missing,
+ mkinstalldirs: updates.
+
+2003-04-11 11:56:22 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * send.c: Try to fix a PGP / S/MIME-related problem. Found by
+ Matt Larson <mlarson@verisign.com>, tracekd down by René Clerc
+ <rene@clerc.nl>.
+
+ * thread.c: Fix a segmentation fault.
+
+2003-04-09 08:21:59 Zardoz@users.sourceforge.net (roessler)
+
+ * recvcmd.c: Fix #1531. (recvcmd.c duplicate of #1528)
+
+2003-04-08 22:32:56 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * lib.c: Avoid a division by zero.
+
+ * color.c: Make sure has_colors() is only invoked when OPTNOCURSES
+ is unset. This fixes a segmentation fault on RH 8.0 which was
+ observed by Matt Larson <mlarson@verisign.com>.
+
+ * browser.c, enter.c, imap/imap.c, lib.c, mutt_idna.c, mx.c,
+ sendlib.c, smime.c, thread.c: Try to catch a couple of cases
+ in which parameters for malloc calls could overflow. Thanks to
+ Timo Sirainen for the heads-up.
+
+2003-04-08 10:18:15 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * po/es.po: Mark a translation as fuzzy in order to fix #1522.
+
+2003-04-07 20:08:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * commands.c: Fix #1528.
+
+2003-04-07 07:57:49 René Clerc <rene@clerc.nl> (roessler)
+
+ * po/nl.po: update
+
+2003-04-06 11:00:59 Ivan Vilata i Balaguer <ivan@selidor.net> (roessler)
+
+ * po/ca.po: update
+
+2003-04-02 09:05:19 Bjoern Jacke <muttbug@j3e.de> (roessler)
+
+ * smime_keys.pl: - add a missing filehandle closure - some
+ cleanups of unused/bogous code
+
+2003-04-02 08:47:28 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * contrib/Makefile.in, contrib/colors.default,
+ contrib/colors.linux: sample.muttrc-tlr would try to include
+ my color configurations, which weren't distrubted. Fix
+ that. (Bug noted while helping someone else to configure
+ mutt during a conference.)
+
+2003-04-02 08:43:24 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * contrib/sample.muttrc: Fix sample.muttrc. (Error noted by
+ Thomas Glanzmann.)
+
+2003-04-02 08:40:50 Gary Johnson <garyjohn@spk.agilent.com> (roessler)
+
+ * curs_main.c: Here is the patch to fix the bug I reported
+ earlier in this thread, that sometimes when changing folders,
+ mutt would generate an error message and stop the further
+ processing of folder-hooks.
+
+2003-04-02 08:38:13 Vincent Lefevre <vincent@vinc17.org> (roessler)
+
+ * po/fr.po: update
+
+2003-04-02 08:34:49 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
+
+ * po/ja.po: update
+
+2003-04-02 08:31:00 Roland Rosenfeld <roland@spinnaker.de> (roessler)
+
+ * po/de.po: update
+
+2003-04-02 08:28:24 David Shaw <dshaw@jabberwocky.com> (roessler)
+
+ * init.h, mutt.h, pgp.c: Here is the pgp_check_exit patch
+ updated for 1.5.4. This patch adds the pgp_check_exit option
+ (enabled by default) that causes mutt to check the exit code
+ of the PGP subprocess. A non-zero exit code means that the
+ subprocess failed and mutt will not continue to send the message.
+
+ This is needed as in certain cases, PGP or GnuPG can fail to
+ completely process a document (say, if the gpg.conf file is
+ mangled, which is how I discovered the problem). Without an
+ exit code check, mutt will continue anyway and send the half
+ processed file.
+
+2003-04-02 08:21:09 Vsevolod Volkov <vvv@mutt.org.ua> (roessler)
+
+ * po/ru.po: update.
+
+2003-03-19 22:43:08 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * 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/zh_TW.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, ChangeLog, Makefile.am, VERSION, po/Makefile.in.in,
+ po/ca.po, 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.5.4
+
+2003-03-19 22:18:43 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * 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/ja.po, po/ko.po,
+ po/lt.po, po/nl.po, po/gl.po, po/hu.po, po/id.po, po/it.po,
+ po/et.po, po/fr.po, po/da.po, po/de.po, po/el.po, po/eo.po,
+ po/es.po, VERSION, po/bg.po, po/ca.po, po/cs.po, reldate.h,
+ ChangeLog: automatic post-release commit for mutt-1.4.1
+
+ * pgppubring.c: Fix some memory management calls. (Stable branch.)
+
+2003-03-19 21:33:30 Edmund GRIMLEY EVANS <edmundo@rano.org> (roessler)
+
+ * imap/utf7.c: Fix a buffer overflow in utf8_to_utf7. (Stable
+ branch.)
+
+ * imap/utf7.c: Fix a buffer overflow in utf8_to_utf7.
+
+2003-03-18 14:51:52 Andrew W. Nosenko <awn@bcs.zp.ua> (roessler)
+
+ * buffy.c (test_last_status_new): Fix memory leak. Envelope
+ structure allocated by mutt_read_rfc822_header() was never
+ deallocated.
+
+ * parse.c (mutt_read_rfc822_header): Comment added about
+ needing deallocate envelope structure returned by
+ mutt_read_rfc822_header().
+
+ * mutt_idna.c: (mutt_addr_for_display): Fix memory leak. `user'
+ and `domain' buffers was never deallocated.
+
+ (mbox_to_udomain): Fix memory leak. `scratch' buffer was not
+ deallocated when `mbx' doesn't contain '@'. Also rewritten for
+ allocating memory only when needed and only how many as needed.
+
+2003-03-12 13:00:03 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * copy.c, sendlib.c: We need to re-format address headers instead
+ of just decoding them.
+
+2003-03-07 14:55:53 Brendan Cully <brendan@kublai.com> (roessler)
+
+ * mutt_sasl.c: The global callbacks set up in sasl_client_init
+ are not copied by the SASL library, so they can't be allocated
+ on the stack. This is the case with both versions of the SASL
+ library, and I frankly don't understand why it hasn't caused
+ problems before. Since it segfaults reliably on OS X for me now,
+ I thought a patch would be in order.
+
+2003-03-07 08:23:27 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * crypt.c, pgp.h: Don't use functions without importing the
+ corresponding prototype.
+
+ * mutt_idna.c: It seems like libidn doesn't like to translate
+ NULL pointers.
+
+2003-03-07 07:52:49 Jim Mock <mij@soupnazi.org> (roessler)
+
+ * globals.h: globals.h is looking for crypt.h instead of
+ mutt_crypt.h.
+
+2003-03-06 21:23:53 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * send.c: Fixing a segmentation fault. Here's how to
+ reproduce it: Start mutt. Compose a new message, with an
+ attachment. Turn on PGP signing. Press C-G on the pass
+ phrase prompt. Turn off PGP signing. Send the message.
+
+2003-03-05 21:18:24 Andrew W. Nosenko <awn@bcs.zp.ua> (roessler)
+
+ * protos.h, sort.c: Fix a warning.
+
+ * mutt_idna.c: Fix tlr's pre-processor screw-up.
+
+2003-03-04 09:51:07 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * mutt_idna.c, mutt_socket.c: Unset UseSTD3ASCIIRules, and set
+ AllowUnassigned. (Just reading some standards.)
+
+2003-03-04 09:31:19 Edmund GRIMLEY EVANS <edmundo@rano.org> (roessler)
+
+ * handler.c: Be more friendly about bad multipart/alternative
+ bodies; #1478. Note that the relevant standards explicitly
+ *forbid* nested MIME encodings.
+
+2003-03-04 09:27:21 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * copy.c: Fix another stupid error, and decode IDNs in the
+ CC header.
+
+ * init.h: Fix two typos in one line. Noted by Thomas Glanzmann
+ and Steve Kennedy.
+
+ * addrbook.c, alias.c, send.c: Fixing more IDN bugs.
+
+2003-03-03 14:25:14 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * copy.c, sort.c: Fixing some nits.
+
+ * mutt_socket.c: IDNA support for the socket back-end.
+
+ * Makefile.am, addrbook.c, alias.c, charset.h, commands.c,
+ compose.c, configure.in, copy.c, edit.c, hdrline.c, headers.c,
+ init.c, main.c, mutt_idna.c, mutt_idna.h, pgpinvoke.c,
+ protos.h, query.c, recvcmd.c, rfc822.c, rfc822.h, send.c,
+ sendlib.c: IDN support for e-mail messages. Things should work
+ automagically once you have the GNU IDN library available from
+ ftp://alpha.gnu.org/pub/gnu/libidn/ installed. For IDN's which
+ can't be losslessly recoded to your local character set, mutt
+ should automatically fall back to using the ASCII representation.
+ There's probably a considerable number of bugs in this, and the
+ code may, at this point, not even compile on machines without
+ libidn. Will start working on that ASAP.
+
+2003-03-03 08:26:21 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * contrib/sample.muttrc, doc/manual.sgml.head, recvcmd.c,
+ commands.c, init.h, mutt.h: Introduce a new option named
+ $bounce, and fix some inconsistencies in the messages created
+ when bouncing. Based on work done by Thomas Glanzmann
+ <sithglan@stud.uni-erlangen.de>.
+
+2003-02-25 22:00:38 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * commands.c, recvcmd.c: Fix some (too lazy and tired to do all)
+ of the inconsistencies between message and attachment bouncing.
+
+ * crypt.c: I should test-compile things before committing.
+ Stupid typo.
+
+2003-02-25 21:41:32 Michael Elkins <me@sigpipe.org> (roessler)
+
+ * query.c: Use mutt_strwidth for query response formatting.
+ (#1477)
+
+2003-02-25 21:37:59 Christian Vogel <vogelchr@vogel.cx> (roessler)
+
+ * mx.c: Recognize MH folders used by sylpheed.
+
+2003-02-25 21:35:24 jesus.climent@hispalinux.es (roessler)
+
+ * po/es.po: Fix a typo. (#1482)
+
+2003-02-25 21:33:16 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * doc/manual.sgml.head: Remove some ftp.guug.de URLs from the
+ manual. (#1485)
+
+ * crypt.c: Fix #1486; noted by Jeroen Coekaerts
+ <jeroen@coekaerts.be>.
+
+2003-02-19 21:33:43 David Shaw <dshaw@jabberwocky.com> (roessler)
+
+ * pgpmicalg.c: 3156 defined several micalg values (pgp-md5,
+ pgp-sha1, etc.) Since then, three more hashes have been assigned
+ numbers in 2440bis. Here is a patch to add values for pgp-sha256,
+ pgp-sha384, and pgp-sha512 so mutt can properly handle them.
+
+2003-02-19 21:31:19 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * parse.c: Fix a memory leak observed by Vineet Kumar
+ <mutt-dev@virtual.doorstop.net>.
+
+2003-02-13 09:55:02 David Shaw <dshaw@jabberwocky.com> (roessler)
+
+ * init.h: Here are some updates to the muttrc docs (spell check,
+ language tweaks, etc). No functional changes - this is just
+ language stuff.
+
+2003-02-13 09:50:00 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * pgp.c: Fix #1444, Debian #178563. The details of this problem
+ were tracked down by Steven Barker <steve@blckknght.org>.
+
+2003-01-31 00:15:03 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * init.h: Change the default for crypt_replyencrypt back to "yes".
+ Noted by Thomas Poindessous in Debian bug #178899; also #1448.
+
+ * pgp.c: Fix #1442 (thanks, Dale); properly initialize some
+ pointers which could otherwise lead to crashes.
+
+2003-01-30 23:54:30 David Shaw <dshaw@jabberwocky.com> (roessler)
+
+ * crypt.c, init.h, mutt.h, mutt_crypt.h, send.c: Introduce
+ $pgp_auto_traditional.
+
+2003-01-30 23:48:36 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * flags.c: The IMAP ACL patch broke things.
+
+2003-01-23 22:05:02 Nathan Dushman <nhd+mutt@andrew.cmu.edu> (roessler)
+
+ * pop_auth.c: SASL2 support for popo_auth.c.
+
+ * curs_main.c, flags.c, imap/imap.c, pager.c: The attached
+ patch provides improved support for IMAP ACLs (on servers that
+ support them). This means that mutt will now write the Seen
+ flag in mailboxes that allow it, even if the mailbox doesn't
+ allow other changes.
+
+2003-01-23 22:01:03 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * handler.c: Automatically use the text/plain handler for text/*
+ body parts which don't have a handler of their own.
+
+2003-01-21 18:56:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * cryptglue.c: Fix a typo which broke pgp-extract-traditional.
+
+ * mutt_crypt.h: Fix an #ifdef.
+
+2003-01-21 12:33:41 Werner Koch <wk@gnupg.org> (roessler)
+
+ * Makefile.am, acconfig.h, attach.c, commands.c, compose.c,
+ configure.in, copy.c, copy.h, crypt.c, cryptglue.c, curs_main.c,
+ functions.h, globals.h, gnupgparse.c, handler.c, hdrline.c,
+ headers.c, hook.c, init.c, init.h, keymap.c, keymap.h,
+ main.c, mutt.h, mutt_crypt.h, muttlib.c, mx.c, pager.c,
+ parse.c, pattern.c, pgp.c, pgp.h, pgpkey.c, pgplib.c, pgplib.h,
+ pgppubring.c, pop.c, postpone.c, protos.h, recvattach.c, send.c,
+ sendlib.c, smime.c, smime.h, sort.h:
+
+ - To cleanup the pgp/smime code and prepare for other
+ backends.
+ - Support gpg-agent by not asking for a passphrase.
+
+ This is just a start and probably we need a couple of other things
+ to do. One drawback is that the help menu does always list all
+ crypto realted stuff even when configured for no crypto at all.
+ Same goes for the configure options but I consider thsi a feature:
+ It allows to use the same .muttrc for different versions of mutt -
+ at least during development, this is an advantage. This all might
+ be fixed but requires some changes to the configuration system.
+
+ Note, the use of the WithCrypto macro - it enables the compiler
+ to do dead-code-elimination depending on the configured backend.
+ This is better readable than all the nested ifdefs. I did some
+ short tests and it seems to work, althoug mutt's size does not
+ change largely when compiled w/o crypto.
+
+ cryptglue.c is new as a warpper to all crypto calls; some are
+ still in crypt.c but they should eventually also be wrapped.
+ We don't use function pointers to keep a path to use dlopen or
+ runtime configured backends. crypt.h is also new and replaces
+ pgp.h and smime.h in most files (except for the backend).
+
+ (Details are in Werner's changelog entries from January 4
+ and January 6 below. Note that the configure update Werner
+ had done are not in the CVS at this point. -- T.R.)
+
+2003-01-09 17:27:25 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * pgppubring.c: Don't make a "hard" transition to the new GnuPG
+ syntax in pgpring. This change undoes one of David Shaw's
+ changes which were just committed.
+
+2003-01-09 17:24:41 David Shaw <dshaw@jabberwocky.com> (roessler)
+
+ * gnupgparse.c, pgppubring.c: The latest GnuPG has new abilities
+ to work with disabled keys. Part of this change will eventually
+ involve moving the 'd' that indicates a disabled key to a
+ different part of the key listing.
+
+ To smooth this transition, as of version 1.2.2, GnuPG will
+ start giving the 'd' in both places (and will do this for a good
+ long time).
+
+ Here is a patch so mutt will accept either the old or new syntax.
+
+ * curs_lib.c: A recent change causes all mutt_yesorno prompts
+ to come out as [yes]/yes or [no]/no. Here's a fix.
+
+2003-01-06 Werner Koch <wk@gnupg.org> (Committed 2003-01-21, roessler.)
+
+ * crypt.c (crypt_valid_passphrase): Detect gpg-agent and don't ask
+ for the passphrase.
+ * pgp.c (pgp_decrypt_part, pgp_application_pgp_handler)
+ (pgp_sign_message, pgp_encrypt_message)
+ (pgp_traditional_encryptsign): Make sure that we never ever send
+ the passphrase if the gpg-agent has been detected. Likewise.
+
+ * acconfig.h: Removed all remaining stuff as AC_TEMPLATEs to
+ configure.in. BTW, we should consider to rename configure.in to
+ configure.ac.
+
+2003-01-05 22:16:02 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * smime_keys.pl: Error checking for the creation of the temporary
+ directory; also, use file mode 0700.
+
+2003-01-05 22:08:25 Bjoern Jacke <bjoern@j3e.de> (roessler)
+
+ * smime_keys.pl: Improve temporary file handling.
+
+2003-01-05 22:02:37 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * commands.c: Another mutt_yesorno() change, in order to correctly
+ interpret a C-g.
+
+2003-01-05 22:00:00 Armin Wolfermann <aw@osn.de> (roessler)
+
+ * recvcmd.c, send.c, alias.c, attach.c, commands.c, curs_lib.c,
+ main.c, muttlib.c, mx.c, pgpkey.c: Fix a number of invocations
+ of mutt_yesorno(): Always explicitly use the M_YES and M_NO
+ constants. Fixes a couple of cases in which C-g would be
+ mis-interpreted.
+
+2003-01-04 Werner Koch <wk@gnupg.org> (Committed 2003-01-21, roessler.)
+
+ Replaced the use of HAVE_PGP and HAVE_SMIME by a more readable
+ and extendable solution.
+
+ * pgplib.h: Moved enum pgp_ring and KEYFLAGS_* to
+ * crypt.h: here.
+ * smime.c (mutt_is_application_smime): Moved to
+ * crypt.c (mutt_is_application_smime): here.
+ * pgp.c (mutt_is_application_pgp): Moved to
+ * crypt.c (mutt_is_application_pgp): here.
+ * pgp.c (pgp_is_multipart_encrypted): Removed. Merged code with
+ * crypt.c (mutt_is_multipart_encrypted): this.
+
+ * mutt.h: Protect against double inclusion.
+
+ * pgplib.h (struct pgp_keyinfo): Remove the typedef to pgp_key_t.
+ * crypt.h (pgp_key_t): Declare the typedef here. NOTE: This is
+ now a pointer. Changed all usages accordingly.
+
+ * configure.in: Replace HAVE_PGP and HAVE_SMIME by the new
+ CRYPT_BACKEND macros. Always include all OPS.*.
+ (LIBOBJ): Replaced by AC_LIBOBJ as required by newer autoconfs.
+ * Makefile.am (EXTRA_mutt_SOURCES): Move crypt.c to mutt_SOURCES.
+ (mutt_SOURCES): Add cryptglue.c
+ (EXTRA_DIST): Add crypt.h
+
+ * pgp.h, pgplib.h, smime.h: Use the header only when the
+ approriate backend has been configured.
+ * pgp.c, pgpkey.c, smime.c: Build only if the approriate
+ CRYPT_BACKEND_ macro is defined.
+ * pgp.h, smime.h, global.h: Moved all variable declarations to
+ global.h because they are now always defined.
+
+ * sort.h: Always define PgpSortKey, although it does not belong to
+ here.
+
+ * keymap.h: Unconditionally include all PGP and SMIME stuff.
+ * mutt.h: Ditto.
+ * protos.h: Ditto.
+
+ * init.h (HAVE_SMIME): Unconditionally include all crypto related
+ definitions. Mark the doc entries with "(Crypto/PGP/SMIME only)".
+
+ * globals.h: Replace gpg.h and smime.h by crypt.h.
+
+ * functions.h: Always include all crypto commands.
+
+ * copy.h: Unconditionally define the crypto related M_CM_
+
+ * pgplib.h: Move APPLICATION_PGP and PGP* to crypt.h and include
+ it.
+ * smime.h: Move APPLICATION_SMIME and SMIME* to crypt.h and
+ include it.
+ * mutt_crypt.h (ENCRYPT,SIGN,GOODSIGN, BADSIGN): Move to crypt.h.
+
+ * crypt.c: Replaced pgp.h and smime.h header by crypt.h. Always
+ include all functions but shortcut them depending on WITHCRYPTO.
+ All over the place use WITHCRYPTO instead of ifdefs. Replaced all
+ direct calls of the backend fucntions by twrapper functions
+ defined in cryptglue.c
+ (crypt_get_keys): Removed prototypes.
+ * pgp.h (pgp_findKeys): New prototype.
+ * smime.h (smime_findKeys): New prototype.
+ * cryptglue.c: New.
+ * crypt.h: New.
+ * mutt_crypt.h: Moved all crypt_* prototypes to gcrypt.h.
+ Unconditionally use this file.
+
+ * init.c: Replaced pgp.h and smime.h header by crypt.h.
+ (parse_set): Use WITHCRYPTO instead of ifdefs.
+ (mutt_var_value_complete): Ditto.
+
+ * sendlib.c: Replaced pgp.h and smime.h header by crypt.h.
+ (write_as_text_part): Now one macro using WITHCRYPTO.
+ (mutt_write_mime_body): Use WITHCRYPTO instead of ifdefs.
+ (mutt_make_message_attach): Ditto.
+ (mutt_write_fcc): Ditto.
+
+ * send.c: Replaced pgp.h and smime.h header by crypt.h.
+ (include_forward): Use WITHCRYPTO and validate passphrases for pgp
+ and smime.
+ (include_reply): Ditto.
+ (generate_body): Use WITHCRYPTO instead of ifdefs.
+ (ci_send_message): Ditto.
+
+ * recvattach.c: Replaced pgp.h and smime.h header by crypt.h.
+ (mutt_gen_attach_list): Use WITHCRYPTO instead of ifdefs.
+ (mutt_attach_display_loop): Ditto
+ (mutt_view_attachments): Ditto.
+
+ * postpone.c: Replaced pgp.h and smime.h header by crypt.h.
+ (mutt_get_postponed): Use WITHCRYPTO instead of ifdefs.
+ (mutt_parse_crypt_hdr): Always include and use WITHCRYPTO instead
+ of ifdefs.
+ (mutt_prepare_template): Use WITHCRYPTO instead of ifdefs.
+
+ * pop.c: Removed pgp.h and smime.h.
+ (pop_fetch_message): Use WITHCRYPTO instead of ifdefs.
+
+ * pattern.c: Replaced pgp.h and smime.h header by crypt.h.
+ (Flags): Always include the crypto flags.
+ (msg_search): Use WITHCRYPTO instead of ifdefs.
+ (mutt_pattern_exec): Ditto.
+
+ * parse.c: Removed pgp.h and smime.h.
+ (mutt_parse_mime_message): Use WITHCRYPTO instead of ifdefs.
+
+ * pager.c: Replaced pgp.h and smime.h header by crypt.h.
+ (mutt_pager): Use WITHCRYPTO instead of ifdefs.
+
+ * mx.c: Removed smime.h and pgp.h.
+ (mx_update_context): Use WITHCRYPTO instead of ifdefs.
+
+ * muttlib.c: Replaced pgp.h and smime.h header by crypt.h.
+ (mutt_needs_mailcap): Use WITHCRYPTO. Note, that there used to be
+ an error when PGP was not configured so that TYPEAPPLICATION was
+ not recognized for SMIME.
+ (mutt_is_text_part): Use WITHCRYPTO instead of ifdefs.
+
+ * main.c: Include crypt.h.
+ (show_version): Remove HAVE_PGP and HAVE_SMIME. Add
+ CRYPT_BACKEND_CLASSIC_PGP, CRYPT_BACKEND_CLASSIC_SMIME.
+
+ * keymap.c: Include crypt.h so that we can test WITHCRYPTO.
+ (Menus): Always include pgp and smime.
+ (km_init): Create smime and pgp bindings depending on WITHCRYPTO.
+ (km_get_table): Return OpPgp depending on WITHCRYPTO.
+
+ * hook.c (mutt_parse_hook): Use WITHCRYPTO instead of ifdefs.
+ (mutt_crypt_hook): Always include.
+
+ * headers.c: Replaced pgp.h and smime.h header by crypt.h.
+ (mutt_edit_headers): Use WITHCRYPTO instead of ifdefs
+
+ * hdrline.c: Replaced pgp.h and smime.h header by crypt.h.
+ (hdr_format_str): Use WITHCRYPTO.
+
+ * handler.c: Replaced pgp.h and smime.h header by crypt.h.
+ (mutt_can_decode): Use WITHCRYPTO instead of ifdefs.
+ (mutt_can_decode): Application/smime is now also checked when PGP
+ support is not configured.
+ (mutt_body_handler): Use WITHCRYPTO
+
+ * curs_main.c: Replaced pgp.h and smime.h header by crypt.h.
+ (mutt_index_menu): Shortcut crypto only operations depending on
+ WITHCRYPTO.
+
+ * copy.c: Replaced pgp.h and smime.h header by crypt.h.
+ (_mutt_copy_message):
+
+ * compose.c: Replaced pgp.h and smime.h header by crypt.h.
+ (enum): Always include HDR_CRYPT and HDR_CRYPTINFO.
+ (redraw_crypt_lines): Always include this fnc but shortcut it
+ depending on WITHCRYPT. Draw lines depending on the configured
+ crypto support.
+ (pgp_send_menu): Always include this one. Call wrapper functions.
+ (smime_send_menu): Likewise.
+ (draw_envelope): Use WITHCRYPTO instead of ifdefs.
+ (mutt_compose_menu): Allow pgp/smime commands only when configured.
+
+ * commands.c: Replaced pgp.h and smime.h header by crypt.h.
+ (mutt_display_message,pipe_msg, _mutt_pipe_message)
+ (set_copy_flags, mutt_save_message, mutt_edit_content_type)
+ (_mutt_check_traditional_pgp): Use pgp wrapper.
+
+ * attach.c (mutt_view_attachment): Removed HAVE_GPG and HAVE_SMIME
+ and replaced by global variable WITHCRYPTO. Replaced pgp and
+ smime header by crypt.h.x
+
+2003-01-03 18:07:36 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * pgp.c: Detect in-line key material when checking for traditional
+ PGP messages.
+
+2002-12-22 20:04:51 René Clerc <rene@clerc.nl> (roessler)
+
+ * po/nl.po: update
+
+2002-12-22 20:01:32 Bjoern Jacke <bjoern@j3e.de> (roessler)
+
+ * smime_keys.pl: Remove an unnecessary invocation of "cat";
+ call openssl with the full path.
+
+2002-12-22 11:20:00 Vincent Lefevre <vincent@vinc17.org> (roessler)
+
+ * po/fr.po: Another fr.po update for the CVS (taking into account
+ the change in pgpkey.c:486)...
+
+2002-12-22 11:17:24 Martin Michlmayr <tbm@cyrius.com> (roessler)
+
+ * hdrline.c, init.h: Add %A to the format strings, which expands
+ to the reply-to address (if present) or to the author's address
+ when there's no Reply-To header.
+
+2002-12-21 20:32:13 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * curs_main.c: OK, Michael is right: Gotos suck. ;-)
+
+2002-12-21 13:25:11 Vsevolod Volkov <vvv@mutt.org.ua> (roessler)
+
+ * po/ru.po: update
+
+2002-12-20 09:37:59 David Shaw <dshaw@jabberwocky.com> (roessler)
+
+ * pgpkey.c: Minor tweak to an error message.
+
+2002-12-20 09:29:12 Pawel Dziekonski <dzieko@pwr.wroc.pl> (roessler)
+
+ * po/pl.po: update
+
+2002-12-19 11:48:58 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * doc/manual.sgml.head, doc/muttrc.man.head: Improve the
+ documentation of pgp-hook/crypt-hook.
+
+ * pgpkey.c: Don't bother the user with weak keys when there's
+ a strong one. Experimental, based on discussions on mutt-dev.
+
+ * cvslog2changelog.pl: Identify both the author of a change and
+ the one who committed it to the CVS in the changelog.
+
+2002-12-19 07:42:36 Vincent Lefevre <vincent@vinc17.org> (roessler)
+
+ * po/fr.po: update
+
+2002-12-19 07:37:01 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * Makefile.am: Michael doesn't have $VISUAL set.
+
+2002-12-18 17:29:56 Sahil Tandon <sahil@brandeis.edu>
+
+ * init.h: I found a small typo in the manual, specifically
+ at this[1] URL. The description of the smart_wrap variable reads:
+ "Controls the display of lines longer then the screen width in the
+ internal pager." The word _then_ should be _than_ if I'm not
+ mistaken.
+
+2002-12-18 10:26:35 Thomas Roessler <roessler@does-not-exist.org>
+
+ * 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, po/tr.po, po/uk.po, po/zh_CN.po,
+ po/zh_TW.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, po/hu.po,
+ po/id.po, po/it.po: make update-po
+
+ * mkchangelog.sh: Turn on compression when getting log messages
+ from the CVS server. (Now that I don't have the server locally,
+ bandwidth is expensive... ;-)
+
+ * keymap.c: Make the messages from the what-key function
+ internationalizable.
+
+ * crypt.c, crypt.h, mutt_crypt.h, pgp.c, pgp.h, smime.c,
+ smime.h: Rename crypt.h to mutt_crypt.h.
+
+ * Makefile.am: cvs update ChangeLog before trying to update
+ it locally.
+
+2002-12-18 07:37:56 Roland Rosenfeld <roland@spinnaker.de>
+
+ * po/de.po: update
+
+2002-12-17 13:45:16 Vincent Lefevre <vincent@vinc17.org>
+
+ * po/fr.po: update fr.po
+
+2002-12-17 13:04:29 Thomas Roessler <roessler@does-not-exist.org>
+
+ * .cvsignore: Ignore some more files.
+
+ * Makefile.am, mkjtags.c: Remve that jed tags generator. I don't
+ use it anyway.
+
+ * cvslog2changelog.pl: Adding Michael's address to the changelog
+ generator.
+
+ * build-release: Adopting the release-building script to the
+ new changelog process.
+
+ * 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/pt_BR.po, po/es.po, po/et.po,
+ po/fr.po, po/gl.po, VERSION, build-release, po/ca.po, po/cs.po,
+ po/da.po, po/de.po, po/el.po, po/eo.po, reldate.h: automatic
+ post-release commit for mutt-1.5.3
+
+ * OPS, curs_main.c, functions.h: Experimental: Introduce
+ {next,previous}-new-then-unread. These functions behave
+ like {next,previous}-new as long as new messages are
+ visible. When no new messages are visible any more, there's
+ a fall-back to {next,prev}-unread.
+
+ Memo to self: Impose a weekly quota on the use of goto
+ statements.
+
+2002-12-16 20:28:46 Edmund GRIMLEY EVANS <edmundo@rano.org>
+
+ * handler.c, rfc2047.c, url.c: Fix #1424.
+
+2002-12-16 17:59:51 Thomas Roessler <roessler@does-not-exist.org>
+
+ * pgp.c: Experimental short-cut code if the "image" of an address
+ under a pgp-hook looks like a hexadecimal key id.
+
+2002-12-13 15:53:36 David Shaw <dshaw@jabberwocky.com>
+
+ * lib.c: Fixing Thomas' screw-up in mutt_concat_path.
+
+2002-12-13 11:00:44 René Clerc <rene@clerc.nl>
+
+ * po/nl.po: update.
+
+2002-12-11 22:47:57 Thomas Roessler <roessler@does-not-exist.org>
+
+ * muttlib.c, pgp.c, protos.h, send.c: Fix #1417; thanks to
+ Derek D. Martin <ddm@sophic.org> for the excellent observation.
+ (In addition to the fix proper, some tracking of temporary files
+ is added to mutt's debugging output.)
+
+2002-12-11 22:23:42 Thomas Roessler <roessler@does-not-exist.org>
+
+ * crypt.c: Call endwin() before calling PGP for traditional
+ encryption.
+
+2002-12-11 15:51:57 Vincent Lefevre <vincent@vinc17.org>
+
+ * po/fr.po: update.
+
+2002-12-11 15:20:21 Thomas Roessler <roessler@does-not-exist.org>
+
+ * browser.c, complete.c, hook.c, init.c, lib.c, lib.h: Herbert
+ Martin Dietze <herbert@the-little-red-haired-girl.org> notes that
+ mutt may currently build IMAP URLs like imap://exchange//herbert
+ for FCCs. The fix in this patch is to include a function named
+ mutt_concat_path which concatenates path elements, but avoids
+ the creation of double slashes. (These don't create problems
+ when you're just accessing the file system, but apparently they
+ do cause problems with IMAP.)
+
+ * imap/auth.c, imap/command.c, imap/imap.c, imap/imap.h,
+ imap/util.c, date.c, dotlock.c, dotlock.h, edit.c, editmsg.c,
+ enter.c, extlib.c, flags.c, from.c, functions.h, gnupgparse.c,
+ handler.c, hash.c, hash.h, headers.c, help.c, history.c,
+ history.h, keymap.c, keymap.h, lib.c, lib.h, main.c, makedoc.c,
+ mapping.h, menu.c, mh.c, mime.h, mkjtags.c, mutt_curses.h,
+ mutt_menu.h, mutt_regex.h, mutt_socket.c, muttlib.c, mx.c, mx.h,
+ pager.h, parse.c, pattern.c, pgp.c, pgp.h, pgpinvoke.c, pgpkey.c,
+ pgplib.c, pgplib.h, postpone.c, protos.h, query.c, recvattach.c,
+ recvcmd.c, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h,
+ rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, rfc822.c, rfc822.h,
+ score.c, signal.c, snprintf.c, sort.c, sort.h, status.c,
+ system.c, thread.c, url.c, addrbook.c, alias.c, attach.c,
+ attach.h, browser.c, browser.h, buffy.c, buffy.h, charset.c,
+ charset.h, commands.c, complete.c, compose.c, copy.h, crypt.c,
+ crypt.h, curs_main.c: Fix Mike's and my e-mail addresses in
+ copyright lines.
+
+ * muttbug.sh.in: Ask for the user's e-mail address.
+
+ * pager.c: Try to make search-next behave more closely to what
+ people are used to, again. The behaviour introduced by this
+ patch will give you the previous search string as the default,
+ but will search-next when you just press enter without changing
+ the search string.
+
+2002-12-10 20:56:52 Thomas Roessler <roessler@does-not-exist.org>
+
+ * imap/command.c, imap/imap.c, imap/message.c, imap/utf7.c,
+ imap/util.c, score.c, send.c, sendlib.c, smime.c, thread.c, url.c,
+ addrbook.c, alias.c, attach.c, browser.c, buffy.c, charset.c,
+ color.c, compose.c, copy.c, crypt.c, curs_main.c, enter.c,
+ gnupgparse.c, hash.c, history.c, hook.c, init.c, lib.c, main.c,
+ mbox.c, menu.c, mh.c, mutt_ssl.c, mutt_ssl_nss.c, muttlib.c,
+ mx.c, pager.c, parse.c, pattern.c, pgp.c, pgpkey.c, pgplib.c,
+ pgppacket.c, pgppubring.c, pop.c, pop_auth.c, postpone.c,
+ query.c, recvattach.c, remailer.c, rfc1524.c, rfc2047.c,
+ rfc2231.c, rfc822.c: Replace safe_free calls by the FREE macro.
+
+2002-12-09 19:06:40 Thomas Roessler <roessler@does-not-exist.org>
+
+ * Makefile.am: Minor formatting fix.
+
+ * cvslog2changelog.pl: Change the ChangeLog format as
+ suggested by Martin Michlmayer.
+
+ * send.c: Try to fix another obscure error in S/MIME
+ auto-signing upon reply.
+
+ * rfc822.c: Experimental patch to fix #1318.
+
+2002/12/09 18:09:49 David Jardine <david@jardine.de>
+
+ * init.h: Documentation fix concerning %L in index_format.
+ #1313.
+
+2002/12/09 18:05:54 David Shaw <dshaw@jabberwocky.com>
+
+ * mh.c, parse.c: Reduce the meaning of the mark_old option
+ so it only controls whether new messages are marked as old
+ when leaving the mailbox.
+
+2002/12/09 17:54:25 Jesus Climent <jesus.climent@hispalinux.es>
+
+ * po/es.po: Fix a typo. (#1392)
+
+2002/12/09 17:52:50 Anders Helmersson <anders.helmersson@telia.com>
+
+ * addrbook.c, curs_lib.c, protos.h, query.c: Fix #1390.
+ Based on a patch submitted earlier by Edmund Grimley Evans.
+
+2002/12/09 17:44:54 Thomas Roessler <roessler@does-not-exist.org>
+
+ * PATCHES: Ups.
+
+2002/12/09 17:44:28 Michael Elkins <me@sigpipe.org>
+
+ * OPS, PATCHES, curs_main.c, functions.h, keymap.c, keymap.h,
+ menu.c: This patch adds two features to mutt:
+
+ - you can now specify the octal code of a key in a bind or
+ macro function, using the syntax <NNN>. Eg, bind index
+ <541> show-version This allows you to bind to a function
+ key for which Mutt doesn't have a friendly name associated
+ with it.
+
+ - adds a what-key function which allows you to press a key
+ and have mutt show you the decimal/octal value. (not
+ bound to anything by default)
+
+2002/12/09 16:07:24 Toomas Soome <tsoome@muhv.pri.ee>
+
+ * po/et.po: update.
+
+2002/12/09 13:30:02 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/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/eo.po, po/es.po, po/et.po, po/fr.po, po/ca.po,
+ po/cs.po, po/da.po, po/de.po, po/el.po, compose.c: Try to
+ fix a localization issue identified by Pawel Dzienkonski
+ (#1410). Side effect: All translations will need an update
+ of the S/MIME key translations.
+
+2002/12/09 11:20:14 Pawel Dziekonski <dzieko@pwr.wroc.pl>
+
+ * po/pl.po: update.
+
+2002/12/08 23:14:43 ph04169@cc.uoi.gr
+
+ * po/el.po: update.
+
+2002/12/08 16:11:35 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
+
+ * po/ja.po: update.
+
+2002/12/08 15:10:59 Roland Rosenfeld <roland@spinnaker.de>
+
+ * po/de.po: Update.
+
+2002/12/07 19:19:34 Thomas Roessler <roessler@does-not-exist.org>
+
+ * Makefile.am: yet another one.
+
+ * Makefile.am: Another changelog-related change.
+
+ * ChangeLog, Makefile.am, cvslog2changelog.pl: Automatically
+ update ChangeLog as part of the commit process.
+
+ * doc/Makefile.in, ChangeLog, ChangeLog.old, Makefile.am,
+ cvslog2changelog.pl, mkchangelog.sh: Change the style of
+ ChangeLog: Now, the actual patch submitter's name is
+ extracted from the commit message and used for the change
+ log. For the moment, the date format doesn't match the one
+ in the old changelog. If you want to fix this, submit a
+ patch to cvslog2changelog.pl. ;-)
+
+2002/12/07 08:55:59 Vincent Lefevre <vincent@vinc17.org>
+
+ * po/fr.po: update
+
+2002/12/07 08:55:23 Paul Walker <paul@black-sun.demon.co.uk>
+
+ * pgppubring.c: Fix a compilation warning.
+
+2002/12/07 08:53:21 Thomas Roessler <roessler@does-not-exist.org>
+
+ * mh.c, mutt.h, muttlib.c: Gracefully handle unknown maildir flags.
+
+2002/12/06 11:30:08 Thomas Roessler <roessler@does-not-exist.org>
+
+ * Makefile.am: Run check_sec.sh before committing.
+
+2002/12/06 11:28:30 Brendan Cully <brendan@kublai.com>
+
+ * m4/gettext.m4, m4/iconv.m4, build-release, configure.in: autoconf cleanup.
+
+2002/12/06 11:14:13 Thomas Roessler <roessler@does-not-exist.org>
+
+ * po/zh_CN.po, po/zh_TW.po, po/uk.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/da.po, po/de.po, VERSION, po/ca.po, po/cs.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.5.2
+
+ * curs_lib.c, pgppubring.c: Fixing a number of traditional malloc calls which have made their
+ way into the code.
+
+ * build-release: Don't post announcements automatically for the moment.
+
+2002/12/05 22:30:02 Michael Elkins <me@sigpipe.org>
+
+ * doc/manual.sgml.head: Fix #1398.
+
+2002/11/25 14:16:47 Lars Hecking <lhecking@nmrc.ucc.ie>
+
+ * sendlib.c, ChangeLog, INSTALL, charset.h, configure.in: The noiconv patch.
+
+2002/11/14 08:12:30 Michael Elkins <me@sigpipe.org>
+
+ * curs_lib.c: Fix #1388.
+
+2002/11/13 10:10:52 Thomas Roessler <roessler@does-not-exist.org>
+
+ * main.c: A description of -A was lacking from the help string.
+
+ * doc/manual.sgml.head, doc/mutt.man, main.c, protos.h: Add a new command line option -A which is used to expand aliases.
+
+ * keymap.c: Add a safeguard #ifdef for the KEY_BTAB entry. Suggested by Thomas
+ Dickey.
+
+2002/11/12 09:20:30 Michael Elkins <me@sigpipe.org>
+
+ * keymap.c: Tell mutt about the back-tab key (shift tab).
+
+2002/11/12 09:20:09 Thomas Roessler <roessler@does-not-exist.org>
+
+ * Makefile.am: ups.
+
+ * Makefile.am: Add "make pclean" in order to clean up PATCHES.
+
+2002/11/12 08:55:57 TAKAHASHI Tamotsu <arms405@jade.dti.ne.jp>
+
+ * po/ja.po: update
+
+2002/11/12 08:41:18 Thomas Roessler <roessler@does-not-exist.org>
+
+ * README: Add an explicit note that CVS doesn't work from ftp.mutt.org any more.
+
+2002/11/12 08:35:34 "Yasuhiro Matsumoto" <mattn_jp@hotmail.com>
+
+ * mbyte.c: cp932 should be treated like shift_jis.
+
+2002/11/12 08:20:11 Nathan Dushman <nhd+mutt@andrew.cmu.edu>
+
+ * imap/auth_gss.c, imap/auth_sasl.c, configure.in, main.c, mutt_sasl.c, mutt_sasl.h: 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.
+
+2002/11/12 08:00:51 Michael Elkins <me@sigpipe.org>
+
+ * handler.c: Actually commit patch-1.5.1.me.long_qp.2.
+
+ * mailbox.h, mh.c, mx.c: The maildir_time patch.
+
+2002/11/11 21:17:25 Thomas Roessler <roessler@does-not-exist.org>
+
+ * muttbug.sh.in: You shall not use CVS to distribute test versions.
+
+ * muttbug.sh.in: more fixes.
+
+ * muttbug.sh.in: Add some rpm-related intelligence to flea.
+
+ * muttbug.sh.in: Fix flea's interaction with bug(1) on Debian systems.
+
+ * PATCHES: Clean up the patch list.
+
+2002/11/11 20:32:30 Michael Elkins <me@sigpipe.org>
+
+ * PATCHES, hdrline.c: Fix #485: Make %z work like %Z inside of %{} in $index_format.
+
+ * PATCHES, copy.c: Fix #1379 - update the total mailbox size when an attachment is
+ deleted.
+
+ * PATCHES, curs_main.c, menu.c, pager.c: Fix #1310; redraw problems.
+
+ * doc/manual.sgml.head, init.h: Fix #1306.
+
+ * send.c: Fix #1364.
+
+2002/11/11 19:50:23 Steve Kennedy <steve-md@gbnet.net>
+
+ * pgp.c: Fix memory leak in the PGP code.
+
+2002/11/11 19:46:29 Paul Walker <paul@black-sun.demon.co.uk>
+
+ * commands.c, protos.h, sendlib.c: Fix #718.
+
+2002/11/11 19:38:30 Thomas Roessler <roessler@does-not-exist.org>
+
+ * sendlib.c: Fix #1366.
+
+2002/11/11 19:24:24 Martin Siegert <siegert@sfu.ca>
+
+ * mx.c: Fix IMAP moving; #1367.
+
+2002/11/11 19:22:17 rene@clerc.nl
+
+ * send.c: Another S/MIME ifdef misses and causes compilation problems.
+
+2002/11/11 19:21:24 Michael Elkins <me@sigpipe.org>
+
+ * init.h: patch-1.5.1-me.status_doc.2
+
+2002/11/11 19:16:11 Thomas Roessler <roessler@does-not-exist.org>
+
+ * alias.c, init.c, protos.h: 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.
+
+2002/11/11 18:36:25 Michael Elkins <me@sigpipe.org>
+
+ * handler.c: patch-1.5-me.long_qp.2 (#1371) - fix truncation with overly long Q-P
+ encoded lines.
+
+2002/10/22 21:24:07 René Clerc <rene@clerc.nl>
+
+ * commands.c: Add some missing #ifdefs.
+
+2002/10/22 21:23:20 Michael Elkins <me@sigpipe.org>
+
+ * init.h, recvattach.c: Documentation fix; #1326
+
+2002/10/22 21:22:45 René Clerc <rene@clerc.nl>
+
+ * send.c: Another crypt_reply fix.
+
+2002/10/22 21:20:07 Michael Elkins <me@sigpipe.org>
+
+ * contrib/sample.muttrc: #1357
+
+2002/10/10 09:50:03 René Clerc <rene@clerc.nl>
+
+ * send.c: Make sure that crypt_reply replies with the same type, despite a
+ possible S/MIME default.
+
+2002/10/10 09:43:29 Michael Elkins <me@sigpipe.org>
+
+ * doc/manual.sgml.head, doc/manual.sgml.head: Document escaping rules for regular expressions (#1351).
+
+ * pager.c: Fix header coloring, so there is no difference between ncurses and
+ slang.
+
+ * init.h: PGP documentation glitch.
+
+2002/10/10 09:33:33 Paul Walker <paul@black-sun.demon.co.uk>
+
+ * doc/manual.sgml.head: Fix #1340 (documentation)
+
+2002/10/10 09:33:05 Michael Elkins <me@sigpipe.org>
+
+ * pager.c: 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.
+
+2002/09/23 12:08:43 Thomas Roessler <roessler@does-not-exist.org>
+
+ * buffy.c: A variant of buffy notification. Note: If you folks don't like
+ this, we can return to the old version.
+
+2002/09/09 21:48:19 Rudi Chiarito <nutello@sweetness.com>
+
+ * OPS, browser.c, buffy.c, curs_main.c, functions.h, pager.c, protos.h: Add a buffy-list function, and display more information when new
+ mail arrives. With some modifications from tlr.
+
+2002/09/09 21:19:08 Michael Elkins <me@sigpipe.org>
+
+ * mh.c: Fix #1321.
+
+ * mh.c: [STABLE] Fix #1321.
+
+2002/09/09 21:04:03 Tony Leneis <tony@cvr.ds.adp.com>
+
+ * signal.c: Tru64 Unix portability patch.
+
+ * signal.c: [STABLE] Tru64 Unix portability patch.
+
+2002/09/09 21:02:05 Vincent Lefevre <vincent@vinc17.org>
+
+ * doc/manual.sgml.head: Fixing a typo.
+
+2002/09/09 20:53:46 Thomas Roessler <roessler@does-not-exist.org>
+
+ * postpone.c: Fixing #1300. Noted by David Shaw <dshaw@jabberwocky.com>.
+
+ * postpone.c: Fix #1299; noted by David Shaw <dshaw@jabberwocky.com>.
+
+2002/09/09 20:20:20 Michael Elkins <me@sigpipe.org>
+
+ * init.h, mutt.h, send.c: Introducing $forward_edit.
+
+ * send.c: #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: Introduce $content_type. There's one change against Michael's
+ patch, in how the "format=flowed" parameter is used.
+
+2002/09/09 20:04:45 Vincent Lefevre <vincent@vinc17.org>
+
+ * history.c: [STABLE] Fixing history classes.
+
+ * history.c: Fixing history classes.
+
+2002/09/09 19:56:25 Armin Wolfermann <aw@osn.de>
+
+ * mh.c: 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).
+
+2002/09/09 19:55:01 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
+
+ * po/ja.po: Update.
+
+2002/09/09 19:53:24 Michael Elkins <me@sigpipe.org>
+
+ * editmsg.c: Fixing #1149: Truncate files used for editing messages.
+
+2002/09/09 19:29:26 Nicolas Rachinsky <nicolas@dauerreden.de>
+
+ * doc/manual.sgml.head, doc/muttrc.man.head, buffy.c, buffy.h, init.h: An unmailboxes command. #1311.
+
+2002/09/09 19:24:54 Michael Elkins <me@sigpipe.org>
+
+ * attach.c: Fixing #1330.
+
+ * attach.c: [STABLE] Fixing #1330.
+
+2002/08/09 07:01:11 Thomas Roessler <roessler@does-not-exist.org>
+
+ * doc/muttrc.man.head: Document unalternative_order in the manual page.
+
+2002/08/09 06:58:37 Michael Elkins <me@sigpipe.org>
+
+ * doc/manual.sgml.head, init.c, init.h: The following patch adds the `unalternative_order' command. It also
+ allows using "*" more generically in un-commands which use
+ parse_unlists().
+
+2002/08/05 17:25:05 Michael Elkins <me@sigpipe.org>
+
+ * pgpewrap.c, pgppubring.c, pgpewrap.c, pgppubring.c: Error handling fixes.
+
+2002/07/26 08:24:01 Michael Elkins <me@sigpipe.org>
+
+ * doc/manual.sgml.head: Documentation for reply-hook. Another patch (for the manual page)
+ would be most welcome. ;-))
+
+ * curs_lib.c: 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.
+
+2002/07/24 09:46:58 TAKIZAWA Takashi <taki@luna.email.ne.jp>
+
+ * mutt.h, mutt.h: 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.
+
+2002/07/24 09:37:41 Lars Hecking <lhecking@nmrc.ie>
+
+ * configure.in, configure.in: Fix a quoting sloppiness. Noted by Vincent Lefevre.
+
+2002/07/24 09:33:59 Thomas Roessler <roessler@does-not-exist.org>
+
+ * browser.c, browser.c: Fixing #1282. An off-by-one error. :-/
+
+2002/07/24 09:20:22 Michael Elkins <me@sigpipe.org>
+
+ * mutt.h, send.c, hook.c, init.h: reply-hook. Documentation still needed.
+
+2002/07/24 09:06:06 Vincent Lefevre <vincent@vinc17.org>
+
+ * po/fr.po: update.
+
+2002/07/24 08:41:31 Michael Elkins <me@sigpipe.org>
+
+ * doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c, doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c: Fix $editor and $visual. Based on an earlier patch from Edmund
+ Grimley Evans.
+
+2002/07/19 19:23:21 Michael Elkins <me@sigpipe.org>
+
+ * doc/manual.sgml.head: Another documentation patch.
+
+2002/07/17 12:48:38 Rocco Rutte <s1118644@mail.inf.tu-dresden.de>
+
+ * sendlib.c: * 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.
+
+2002/07/16 07:28:11 Michael Elkins <me@sigpipe.org>
+
+ * main.c, main.c: Update copyright notices.
+
+2002/07/07 19:33:50 Cedric Duval <cedricduval@free.fr>
+
+ * doc/manual.sgml.head, doc/mutt.man, init.h: Documentation fixes.
+
+2002/07/07 19:29:05 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
+
+ * doc/manual.sgml.head: Dcumentation fixes.
+
+2002/07/07 19:23:22 Cedric Duval <cedricduval@free.fr>
+
+ * doc/manual.sgml.head, doc/mutt.man, init.h: Documentation fixes.
+
+2002/07/07 19:22:19 Rocco Rutte <s1118644@mail.inf.tu-dresden.de>
+
+ * sendlib.c: Make encode_from a bit more aggressive, by also catching a 'f' in
+ the beginning of a line.
+
+2002/07/07 19:13:03 Velko Hristov <hristov@informatik.hu-berlin.de>
+
+ * po/bg.po: Update.
+
+2002/07/07 19:11:15 Jeremy Blosser <jblosser-mutt@firinn.org>
+
+ * init.h: Add unauto_view to the stable branch. A one-liner.
+
+2002/06/28 19:52:31 Michael Elkins <me@sigpipe.org>
+
+ * doc/manual.sgml.head, doc/manual.sgml.head: Documentation fix (#271).
+
+2002/06/18 10:03:52 (automatic)
+
+ * 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: "make update-po"
+
+2002/06/18 10:02:44 several submitters
+
+ * po/ca.po: Adding a BG translation. Update for CA.
+
+2002/06/18 10:02:43 Thomas Roessler <roessler@does-not-exist.org>
+
+ * po/bg.po: branches: 1.1.2;
+ file bg.po was initially added on branch mutt-1-4-stable.
+
+2002/06/18 10:02:43 several submitters
+
+ * po/bg.po: Adding a BG translation. Update for CA.
+
+ * configure.in: Adding a BG translation.
+
+2002/06/18 09:53:12 Michael Elkins <me@sigpipe.org>
+
+ * init.c, init.c: 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.
+
+2002/06/18 09:52:13 David Champion <dgc@uchicago.edu>
+
+ * m4/gssapi.m4: 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.
+
+2002/06/06 23:13:54 Michael Elkins <me@sigpipe.org>
+
+ * color.c: Fix #1230.
+
+2002/06/06 12:22:05 Will Fiveash <william.fiveash@sun.com>
+
+ * init.h, init.h: Fix a couple of compile-time warnings.
+
+2002/05/31 16:59:39 Edmund GRIMLEY EVANS <edmundo@rano.org>
+
+ * charset.c, charset.h, sendlib.c, charset.c, charset.h, sendlib.c: Fix charset-hook.
+
+2002/05/31 16:45:49 Lars Hecking <lhecking@nmrc.ucc.ie>
+
+ * m4/iconv.m4, INSTALL, charset.h, configure.in: The noiconv patch. Should probably have been in 1.4.
+
+2002/05/30 12:15:02 Thomas Roessler <roessler@does-not-exist.org>
+
+ * rfc822.c: 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.
+
+2002/05/29 09:31:51 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, VERSION, po/ca.po, po/cs.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.4
+
+2002/05/29 09:28:33 Roland Rosenfeld <roland@spinnaker.de>
+
+ * po/de.po: update.
+
+2002/05/29 09:27:46 Ronny Haryanto <ronny@haryan.to>
+
+ * po/id.po: update
+
+2002/05/28 09:07:29 Michael Elkins <me@sigpipe.org>
+
+ * mx.h, postpone.c: Fix some warnings noted by Vincent Lefevre.
+
+2002/05/21 07:28:28 Edmund GRIMLEY EVANS <edmundo@rano.org>
+
+ * po/eo.po: update
+
+2002/05/18 05:39:55 Thomas Roessler <roessler@does-not-exist.org>
+
+ * pattern.c: Fix #1175.
+
+ * pattern.c: Fix #1175. Noticed by Alain Bench.
+
+2002/05/18 05:34:50 Vsevolod Volkov <vvv@mutt.org.ua>
+
+ * pop_lib.c, pop_lib.c: Attached patch for mutt 1.3.X/1.4 and 1.5.X removes gcc warning in
+ pop_lib.c.
+
+2002/05/16 17:33:19 Pawel Dziekonski <dzieko@pwr.wroc.pl>
+
+ * po/pl.po: update
+
+2002/05/16 13:05:14 Im Eunjea <eunjea@koru.org>
+
+ * po/ko.po: update.
+
+ * po/ko.po: update
+
+2002/05/16 13:04:23 Ronny Haryanto <ronny@haryan.to>
+
+ * po/id.po: update.
+
+ * compose.c: Triple-DES, not Tripple-DES.
+
+2002/05/14 18:56:01 "Andrej N. Gritsenko" <andrej@lucky.net>
+
+ * po/uk.po: update
+
+2002/05/13 20:18:57 Toomas Soome <Toomas.Soome@microlink.ee>
+
+ * po/et.po, po/et.po: update
+
+2002/05/13 20:18:17 Vsevolod Volkov <vvv@mutt.org.ua>
+
+ * po/ru.po, po/uk.po, po/ru.po: update
+
+2002/05/13 20:16:08 Byrial Jensen <byrial@image.dk>
+
+ * po/da.po: update
+
+2002/05/13 20:15:40 Vsevolod Volkov <vvv@mutt.org.ua>
+
+ * po/ru.po: update
+
+2002/05/13 20:15:07 Jörgen Tegnér <jorgen.tegner@telia.com>
+
+ * po/sv.po, po/sv.po: update
+
+2002/05/13 20:13:56 Vincent Lefevre <vincent@vinc17.org>
+
+ * po/fr.po: update
+
+2002/05/09 09:52:09 Thomas Roessler <roessler@does-not-exist.org>
+
+ * doc/muttrc.man.head, doc/muttrc.man.head: #1190, from Tim Alexeevsky <tim@zhuchka.gbnet.net>
+
+2002/05/06 11:27:20 Thomas Roessler <roessler@does-not-exist.org>
+
+ * doc/manual.sgml.head: Remove -Q which is only present in unstable from the stable
+ documentation. Thanks to Andreas Kneib <Andreas.Kneib@t-online.de>
+ for noting.
+
+2002/05/02 01:05:27 Thomas Roessler <roessler@does-not-exist.org>
+
+ * Makefile.am: Include smime.h with EXRA_DIST.
+
+2002/05/01 23:24:17 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, VERSION, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.5.1
+
+ * smime.c: Shut up check_sec.sh. No security holes, but some ugly code.
+
+ * check_sec.sh: Give all the warnings at once.
+
+ * build-release: - 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, VERSION, po/ca.po, po/cs.po, reldate.h: automatic post-release commit for mutt-1.3.99
+
+ * build-release: s/scp1/scp/
+
+2002/04/29 17:12:18 Thomas Roessler <roessler@does-not-exist.org>
+
+ * lib.c, lib.h, protos.h, lib.c, lib.h, protos.h: Fix #1171.
+
+2002/04/29 12:26:23 Vincent Lefevre <vincent@vinc17.org>
+
+ * po/fr.po: update.
+
+2002/04/29 12:25:38 oota toshiya <oota@mspd.mt.nec.co.jp>
+
+ * po/ja.po, po/ja.po: update.
+
+2002/04/29 12:09:21 Byrial Jensen <byrial@image.dk>
+
+ * imap/util.c: 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: 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/.
+
+2002/04/25 13:30:49 Vsevolod Volkov <vvv@mutt.org.ua>
+
+ * pop.c, pop_lib.c, pop.c, pop_lib.c: 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
+
+2002/04/25 13:28:31 Wouter Verheijen <wv@xs2mail.com>
+
+ * doc/manual.sgml.head, doc/manual.sgml.head: 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.
+
+2002/04/25 13:26:58 Cedric Duval <cedricduval@free.fr>
+
+ * doc/manual.sgml.tail, OPS, init.h, pattern.c: 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, OPS, init.h: 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.
+
+2002/04/25 13:24:33 Thomas Roessler <roessler@does-not-exist.org>
+
+ * recvattach.c: Also fix this for the S/MIME case.
+
+ * recvattach.c: Fiy handling of multiparts which have encrypted sub-parts, at least
+ for PGP.
+
+ * sendlib.c: Force 7bit encoding for application/pgp-keys.
+
+2002/04/20 21:38:47 Thomas Roessler <roessler@does-not-exist.org>
+
+ * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, intl/ChangeLog, intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, intl/dcigettext.c, intl/eval-plural.h, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/localename.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.c, intl/plural.y, ABOUT-NLS, INSTALL, config.rpath, configure.in: Backing out the latest iconv-related changes from the
+ mutt-1-4-stable branch.
+
+ * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4: same as above.
+
+ * intl/eval-plural.h, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/localename.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.c, intl/plural.y, intl/ChangeLog, intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, intl/dcigettext.c: Committing the new iconv patches into a separate branch.
+
+ * ABOUT-NLS, INSTALL, config.rpath, configure.in: Committing the new noiconv patches into a separate branch.
+
+ * sendlib.c: Generate the resent-message-id ourselves, and add it in the top of
+ the header.
+
+2002/04/20 08:11:13 Wouter Verheijen <wv@xs2mail.com>
+
+ * copy.c, mutt.h, sendlib.c: 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?
+
+2002/04/20 07:55:20 Thomas Roessler <roessler@does-not-exist.org>
+
+ * 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: Try to get the noiconv patch to work with my development environment.
+
+ * INSTALL: Fix a typo.
+
+2002/04/20 07:26:10 Lars Hecking <lhecking@nmrc.ie>
+
+ * init.h, rfc2047.c, sendlib.c, INSTALL, charset.c, charset.h, configure.in, gnupgparse.c: 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/localename.c: This one seems to have been missing, too.
+
+2002/04/20 07:25:40 Thomas Roessler <roessler@does-not-exist.org>
+
+ * intl/localename.c: branches: 1.1.2; 1.1.4;
+ file localename.c was initially added on branch mutt-1-4-stable.
+
+2002/04/20 07:25:15 Lars Hecking <lhecking@nmrc.ie>
+
+ * config.rpath: Another file from the gettext patch.
+
+2002/04/20 07:25:15 Thomas Roessler <roessler@does-not-exist.org>
+
+ * config.rpath: branches: 1.1.2; 1.1.4;
+ file config.rpath was initially added on branch mutt-1-4-stable.
+
+2002/04/20 07:24:54 Lars Hecking <lhecking@nmrc.ie>
+
+ * m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4: Add new m4 files from patch.1.3.28.lh.gettext-0.11.1.
+
+2002/04/20 07:24:54 Thomas Roessler <roessler@does-not-exist.org>
+
+ * m4/lib-ld.m4: branches: 1.1.2; 1.1.4;
+ file lib-ld.m4 was initially added on branch mutt-1-4-stable.
+
+ * m4/lib-link.m4: branches: 1.1.2; 1.1.4;
+ file lib-link.m4 was initially added on branch mutt-1-4-stable.
+
+ * m4/lib-prefix.m4: branches: 1.1.2; 1.1.4;
+ file lib-prefix.m4 was initially added on branch mutt-1-4-stable.
+
+2002/04/20 07:24:22 Lars Hecking <lhecking@nmrc.ie>
+
+ * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, intl/ChangeLog, intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, intl/dcigettext.c, intl/eval-plural.h, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.c, intl/plural.y: 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.
+
+2002/04/20 07:23:49 Thomas Roessler <roessler@does-not-exist.org>
+
+ * intl/eval-plural.h: branches: 1.1.2; 1.1.4;
+ file eval-plural.h was initially added on branch mutt-1-4-stable.
+
+ * intl/gmo.h: branches: 1.1.2; 1.1.4;
+ file gmo.h was initially added on branch mutt-1-4-stable.
+
+ * intl/os2compat.c: branches: 1.1.2; 1.1.4;
+ file os2compat.c was initially added on branch mutt-1-4-stable.
+
+ * intl/os2compat.h: branches: 1.1.2; 1.1.4;
+ file os2compat.h was initially added on branch mutt-1-4-stable.
+
+ * intl/osdep.c: branches: 1.1.2; 1.1.4;
+ file osdep.c was initially added on branch mutt-1-4-stable.
+
+ * intl/plural-exp.c: branches: 1.1.2; 1.1.4;
+ file plural-exp.c was initially added on branch mutt-1-4-stable.
+
+ * intl/plural-exp.h: branches: 1.1.2; 1.1.4;
+ file plural-exp.h was initially added on branch mutt-1-4-stable.
+
+2002/04/20 07:23:39 Lars Hecking <lhecking@nmrc.ie>
+
+ * ABOUT-NLS, charset.c, charset.h, configure.in, gnupgparse.c, init.h, rfc2047.c, sendlib.c: 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.
+
+2002/04/17 17:05:54 Vincent Lefevre <vincent@vinc17.org>
+
+ * po/fr.po: Update.
+
+2002/04/17 17:05:04 David Champion <dgc@uchicago.edu>
+
+ * m4/gssapi.m4: 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.
+
+2002/04/07 21:19:57 Brendan Cully <brendan@kublai.com>
+
+ * imap/command.c, imap/imap.c, imap/message.c, imap/command.c, imap/imap.c, imap/message.c: 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.
+
+2002/04/05 10:42:54 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
+
+ * po/ja.po: update.
+
+2002/04/04 20:49:46 Im Eunjea <eunjea@koru.org>
+
+ * po/ko.po: Update.
+
+2002/04/04 06:50:52 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
+
+ * po/ja.po: Update.
+
+2002/04/04 06:50:12 Thomas Roessler <roessler@does-not-exist.org>
+
+ * pgp.c: Fix a typo noted by Tamotsu Takahashi.
+
+2002/04/03 15:22:27 Thomas Roessler <roessler@does-not-exist.org>
+
+ * handler.c: Fix printing of format=flowed text parts.
+
+ * commands.c: Fix #1144 in stable.
+
+ * commands.c: Fix a file descriptor leak in the display filter code. Noted by
+ Chr. v. Stuckrad.
+
+ fixes: #1144
+
+2002/04/02 18:49:37 Lars Hecking <lhecking@nmrc.ie>
+
+ * m4/iconv.m4: branches: 1.3.2.1.2;
+ The noiconv patch.
+
+ * charset.c, charset.h: The noiconv patch.
+
+ * configure.in: branches: 2.129.2.3.2;
+ The noiconv patch.
+
+ * gnupgparse.c, init.h, rfc2047.c, sendlib.c: The noiconv patch.
+
+2002/03/30 08:26:31 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.
+
+2002/03/28 13:25:23 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
+
+2002/03/27 08:50:42 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.
+
+2002/03/26 22:25:48 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, 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.
+
+2002/03/25 11:34:40 Thomas Roessler <roessler@does-not-exist.org>
+
+ * crypt.c: Fix S/MIME signature type. Noted by Dan Ohnesorg <Dan@ohnesorg.cz>.
+
+ * buffy.c, buffy.c: close 1103; from Brendan Cully
+
+ * doc/manual.sgml.tail, 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.
+
+2002/03/20 09:53:42 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.
+
+2002/03/19 09:54:05 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, po/pl.po: update
+
+2002/03/18 18:54:56 Thomas Roessler <roessler@does-not-exist.org>
+
+ * browser.c: Should fix #1115. BACKPORT!
+
+2002/03/15 09:11:05 Thomas Roessler <roessler@does-not-exist.org>
+
+ * po/ja.po: update from oota toshiya.
+
+ * po/ja.po: update, from oota toshiya.
+
+2002/03/13 23:43:41 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/ChangeLog: automatic post-release commit for mutt-1.3.28
+
+ * po/ChangeLog: branches: 1.1.2;
+ file ChangeLog was initially added on branch mutt-1-4-stable.
+
+ * po/ca.po, po/cs.po, ChangeLog, VERSION, reldate.h: automatic post-release commit for mutt-1.3.28
+
+ * doc/smime-notes.txt, smime.c: Assorted patches from Mike Schiraldi.
+
+2002/03/02 12:11:35 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.)
+
+2002/02/28 23:28:51 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.
+
+2002/02/26 10:58:56 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, imap/browse.c, imap/message.c, configure.in, mutt_sasl.c: Brendan Cully sent a patch.
+
+ * install-sh, install-sh: Fix a typo. From Edmund Grimley Evans.
+
+ * po/ru.po: ru.po update.
+
+ * pop_lib.c, pop_lib.c: CAPA response tags are case-insensitive. Noted by Michael Vore,
+ patch from Vsevolod Volkov.
+
+2002/02/18 14:55:31 Thomas Roessler <roessler@does-not-exist.org>
+
+ * alias.c, send.c: Fix for #1047. From Michael Elkins.
+
+2002/02/14 11:22:51 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.
+
+2002/02/13 12:04:52 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.
+
+2002/02/12 21:54:41 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.
+
+2002/02/11 17:31:53 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, init.c: patch-1.3.27.me.initsort.1
+
+2002/02/07 21:48:42 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/POTFILES.in, po/ca.po, po/cs.po, po/da.po, po/de.po, Makefile.am: Make S/MIME messages translatable.
+
+2002/02/06 19:14:47 Thomas Roessler <roessler@does-not-exist.org>
+
+ * lib.h: Avoid a warning on some machines.
+
+ * lib.h, smime.c: Make some scanf formats safe.
+
+2002/02/05 22:01:06 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.
+
+2002/02/04 09:59:02 Thomas Roessler <roessler@does-not-exist.org>
+
+ * smime.c, crypt.c: Some S/MIME fixes from Oliver Ehli <elmy@acm.org>.
+
+2002/02/03 09:58:45 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>.
+
+2002/02/02 16:52:27 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.
+
+2002/02/01 17:23:20 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.)
+
+2002/01/31 22:05:58 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.
+
+2002/01/30 22:51:12 Thomas Roessler <roessler@does-not-exist.org>
+
+ * send.c, send.c: patch-1.3.27.me.postpone_date.2
+
+ * smime.c: Mike Schiraldi's daily S/MIME patch, as he puts it.
+
+2002/01/29 21:08:10 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, parse.c: Fix a segmentation fault in debugging code. From Daniel Eisenbud.
+
+2002/01/28 23:29:05 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.h, mutt_curses.h, pattern.c: Add ~V to match successfully verified messages.
+
+ * contrib/smime.rc: Add a comment. From Mike Schiraldi.
+
+ * init.h, 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, menu.c: Wide character fix from TAKIZAWA Takashi.
+
+ * Makefile.am, hook.c: S/MIME-related bug fixes from Brendan Cully.
+
+2002/01/25 00:08:30 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.
+
+2002/01/24 23:53:19 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.
+
+ * reap.pl: We don't need this any more.
+
+ * imap/message.c, doc/Makefile.in, doc/smime-notes.txt, contrib/Makefile.in, contrib/ca-bundle.crt, contrib/smime.rc, Makefile.am, OPS.CRYPT, OPS.PGP, OPS.SMIME, 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, mutt.h, muttlib.c, mx.c, 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, 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, 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/.cvsignore, po/Makefile.in.in, po/POTFILES.in, po/ca.po, po/cs.po, po/da.po, po/de.po, imap/.cvsignore, imap/BUGS, imap/Makefile.am, imap/README, imap/TODO, imap/auth.c, imap/auth.h, 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.h, imap/imap_private.h, imap/message.c, imap/message.h, imap/utf7.c, imap/util.c: more version bumps.
+
+ * intl/.cvsignore, intl/COPYING.LIB-2, intl/COPYING.LIB-2.1, intl/ChangeLog, intl/Makefile.in, intl/VERSION, 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/ngettext.c, intl/plural.c, intl/plural.y, intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, intl/xopen-msg.sed: more version number updates.
+
+ * doc/.cvsignore, doc/Makefile.in, doc/PGP-Notes.txt, doc/applying-patches.txt, doc/devel-notes.txt, doc/dotlock.man, doc/instdoc.sh.in, doc/manual.sgml.head, doc/manual.sgml.tail, doc/mbox.man, doc/mutt.man, doc/muttbug.man, doc/muttrc.man.head, doc/muttrc.man.tail, doc/patch-notes.txt: more version number updates
+
+ * contrib/iconv/README, 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/.cvsignore, contrib/Makefile.in, contrib/Mush.rc, contrib/Pine.rc, contrib/Tin.rc, contrib/gpg.rc, contrib/language.txt, contrib/language50.txt, contrib/patch.slang-1.2.2.keypad.1, contrib/pgp2.rc, contrib/pgp5.rc, contrib/pgp6.rc, contrib/sample.mailcap, contrib/sample.muttrc, contrib/sample.muttrc-tlr: 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, pgpkey.c, pgplib.c, pgplib.h, pgpmicalg.c, pgppacket.c, pgppacket.h, pgppubring.c, pop.c, pop.h, pop_auth.c, pop_lib.c, postpone.c, prepare, protos.h, query.c, reap.pl, 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, md5.h, md5c.c, menu.c, mh.c, mime.h, mime.types, missing, mkinstalldirs, mkjtags.c, mutt.h, mutt_curses.h, 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, muttbug, muttbug.sh.in, muttlib.c, mx.c, mx.h, pager.c, pager.h, parse.c, patchlist.sh, pattern.c, pgp.c, pgp.h, pgpewrap.c, 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, GPL, INSTALL, Makefile.am, Muttrc.head.in, NEWS, OPS, OPS.MIX, OPS.PGP, PATCHES, README, README.SECURITY, README.SSL, TODO, VERSION, _regex.h, acconfig.h, account.c, account.h, addrbook.c, alias.c, ascii.c, ascii.h, .cvsignore, ABOUT-NLS, BEWARE, COPYRIGHT, ChangeLog: Bumping version numbers to 3.0, for the new unstable branch.
+
+ * send.c: branches: 2.77.2;
+ Set default Fcc when resending a message.
+
+ * po/ja.po: branches: 1.33.2;
+ update
+
+2002/01/23 22:37:12 Thomas Roessler <roessler@does-not-exist.org>
+
+ * po/da.po: branches: 1.67.2;
+ updates
+
+ * po/el.po: branches: 1.77.2;
+ updates
+
+ * po/et.po: branches: 1.21.2;
+ updates
+
+ * po/ko.po: branches: 1.72.2;
+ updates
+
+ * po/pl.po: branches: 1.94.2;
+ updates
+
+ * po/uk.po, po/id.po: branches: 1.84.2;
+ update
+
+ * charset.c: branches: 2.50.2;
+ Fix #999. A single missing comma.
+
+2002/01/22 12:12:45 Thomas Roessler <roessler@does-not-exist.org>
+
+ * po/pt_BR.po: branches: 1.58.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/ru.po: branches: 1.129.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/sk.po: branches: 1.66.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/sv.po: branches: 1.80.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/tr.po: branches: 1.25.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/uk.po: automatic post-release commit for mutt-1.3.27
+
+ * po/zh_CN.po: branches: 1.14.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/zh_TW.po: branches: 1.11.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/hu.po: branches: 1.17.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/id.po: automatic post-release commit for mutt-1.3.27
+
+ * po/it.po: branches: 1.103.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/ja.po, po/ko.po: automatic post-release commit for mutt-1.3.27
+
+ * po/lt.po: branches: 1.25.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/nl.po: branches: 1.74.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/pl.po: automatic post-release commit for mutt-1.3.27
+
+ * po/ca.po: branches: 1.6.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/cs.po: branches: 1.75.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/da.po: automatic post-release commit for mutt-1.3.27
+
+ * po/de.po: branches: 1.160.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/el.po: automatic post-release commit for mutt-1.3.27
+
+ * po/eo.po: branches: 1.80.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/es.po: branches: 1.89.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/et.po: automatic post-release commit for mutt-1.3.27
+
+ * po/fr.po: branches: 1.108.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * po/gl.po: branches: 1.61.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * ChangeLog: branches: 2.73.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * VERSION: branches: 2.63.2;
+ automatic post-release commit for mutt-1.3.27
+
+ * reldate.h: branches: 2.55.2;
+ automatic post-release commit for mutt-1.3.27
+
+2002/01/21 17:43:19 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.
+
+2002/01/18 11:44:54 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, VERSION, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.3.26
+
+2002/01/17 22:41:45 Thomas Roessler <roessler@does-not-exist.org>
+
+ * configure.in: branches: 2.129.2;
+ Use ncurses.h for configure tests, if present.
+
+2002/01/16 20:44:49 Thomas Roessler <roessler@does-not-exist.org>
+
+ * config.guess, config.sub, missing, mkinstalldirs: Updated auto* files. From Lars Hecking.
+
+ * curs_main.c: patch-1.3.25-de-new_threads.1
+
+ * protos.h: branches: 2.86.2;
+ patch-1.3.25-de-new_threads.1
+
+ * thread.c: branches: 2.27.2;
+ patch-1.3.25-de-new_threads.1
+
+2002/01/15 22:08:12 Thomas Roessler <roessler@does-not-exist.org>
+
+ * acconfig.h, configure.in: Configure and config.h cleanup. From Lars Hecking.
+
+ * handler.c: branches: 2.52.2;
+ Don't hallucinate a '\n' in the end of quoted-printable encoded
+ attachments.
+
+ * po/fr.po: update.
+
+ * flags.c: patch-1.3.25.tlr.maildir_trash.1
+
+ * mh.c: branches: 2.42.2;
+ patch-1.3.25.tlr.maildir_trash.1
+
+ * mutt.h: branches: 2.111.2;
+ patch-1.3.25.tlr.maildir_trash.1
+
+ * mx.c: branches: 2.63.2;
+ patch-1.3.25.tlr.maildir_trash.1
+
+ * po/ko.po: update
+
+ * init.c: branches: 2.60.2;
+ 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: branches: 2.23.2;
+ Fix an off-by-one error.
+
+2002/01/14 09:03:31 Thomas Roessler <roessler@does-not-exist.org>
+
+ * imap/imap.c: branches: 1.90.2;
+ fix another case-sensitive comparison.
+
+2002/01/13 21:19:25 Thomas Roessler <roessler@does-not-exist.org>
+
+ * ascii.h: Fix the ascii_strncmp() macro.
+
+ * imap/auth_sasl.c: Parse IMAP responses locale- and case- insensitive. From Brendan
+ Cully.
+
+ * imap/browse.c: branches: 1.34.2;
+ Parse IMAP responses locale- and case- insensitive. From Brendan
+ Cully.
+
+ * imap/command.c: branches: 1.35.2;
+ Parse IMAP responses locale- and case- insensitive. From Brendan
+ Cully.
+
+ * imap/imap.c: Parse IMAP responses locale- and case- insensitive. From Brendan
+ Cully.
+
+ * imap/message.c: branches: 1.60.2;
+ Parse IMAP responses locale- and case- insensitive. From Brendan
+ Cully.
+
+ * imap/util.c: branches: 1.51.2;
+ Parse IMAP responses locale- and case- insensitive. From Brendan
+ Cully.
+
+ * muttlib.c: branches: 2.52.2;
+ A different fix for the '\012' issue. Bug tracked down by Johannes
+ Geiger <geiger@ePost.de>.
+
+ * pager.c: A different fix for the '\012' issue. Bug tracked down by Johannes
+ Geiger <geiger@ePost.de>.
+
+2002/01/12 11:42:18 Thomas Roessler <roessler@does-not-exist.org>
+
+ * NEWS: More on ~=.
+
+ * doc/manual.sgml.head: branches: 1.73.2;
+ Add a ~= pattern. From Frederic Duval.
+
+ * doc/muttrc.man.head: branches: 1.16.2;
+ Add a ~= pattern. From Frederic Duval.
+
+ * mutt.h, pattern.c: Add a ~= pattern. From Frederic Duval.
+
+ * doc/manual.sgml.head: Fix a typo, #971.
+
+2002/01/09 15:39:28 Thomas Roessler <roessler@does-not-exist.org>
+
+ * pgp.c: Fix #960.
+
+2002/01/08 13:06:21 Thomas Roessler <roessler@does-not-exist.org>
+
+ * mx.c: Try to fix #943.
+
+ * INSTALL: branches: 2.15.2; 2.15.4;
+ fix libiconv URL. #959.
+
+ * NEWS: fix libiconv URL. #959.
+
+2002/01/07 19:10:51 Thomas Roessler <roessler@does-not-exist.org>
+
+ * po/ko.po: update
+
+ * attach.c: branches: 2.29.2;
+ Fix #951.
+
+2002/01/04 14:30:29 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.
+
+2002/01/03 20:57:20 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.
+
+2002/01/02 16:28:46 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.
+
+2002/01/01 20:18:41 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/Makefile.in.in, po/ca.po, po/cs.po, reldate.h, ChangeLog, VERSION: automatic post-release commit for mutt-1.3.25
+
+ * intl/COPYING.LIB-2, intl/COPYING.LIB-2.1: ups, these were missing from the CVS.
+
+ * po/ca.po: update.
+
+ * po/uk.po, po/zh_TW.Big5.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, VERSION, rfc822.c: post-release commit for mutt-1.2.5.1.
+
+ * rfc822.c: Fix a security problem.
+
--- /dev/null
+* Tue Feb 3 2004 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.5.6
+
+* Thu Dec 18 2003 Vsevolod Volkov <vvv@mutt.org.ua>
+- fixed compose menu
+
+* Thu Nov 6 2003 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.5.5.1
+
+* Wed Nov 5 2003 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.5.5
+- added space after newsgroup name in .newsrc file
+
+* Sun May 18 2003 Vsevolod Volkov <vvv@mutt.org.ua>
+- nntp patch: fixed SIGSEGV when posting article
+
+* Sat Mar 22 2003 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.5.4
+
+* Sat Dec 21 2002 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.5.3
+- replace safe_free calls by the FREE macro
+
+* Fri Dec 6 2002 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.5.2
+- nntp authentication can be passed after any command
+
+* Sat May 4 2002 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.5.1
+
+* Thu May 2 2002 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.99
+
+* Wed Mar 13 2002 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.28
+- fixed SIGSEGV in <get-message>, <get-parent>, <get-children>,
+ <reconstruct-thread> functions
+- fixed message about nntp reconnect
+- fixed <attach-news-message> function using browser
+- added support of Followup-To: poster
+- added %n (new articles) in group_index_format
+- posting articles without inews by default
+
+* Wed Jan 23 2002 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.27
+
+* Fri Jan 18 2002 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.26
+
+* Thu Jan 3 2002 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.25
+- accelerated speed of access to news->newsgroups hash (by <gul@gul.kiev.ua>)
+- added default content disposition
+
+* Mon Dec 3 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.24
+
+* Fri Nov 9 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.23.2
+- fixed segfault if mutt_conn_find() returns null
+
+* Wed Oct 31 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.23.1
+- added support of LISTGROUP command
+- added support for servers with broken overview
+- disabled <flag-message> function on news server
+- fixed error storing bad authentication information
+
+* Wed Oct 10 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.23
+- fixed typo in buffy.c
+- added substitution of %s parameter in $inews variable
+
+* Fri Aug 31 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.22.1
+- update to 1.3.22
+
+* Thu Aug 23 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.21
+
+* Wed Jul 25 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.20
+- removed 'server-hook', use 'account-hook' instead
+- fixed error opening NNTP server without newsgroup using -f option
+
+* Fri Jun 8 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.19
+
+* Sat May 5 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.18
+- fixed typo in nntp_attempt_features()
+- changed algorithm of XGTITLE command testing
+- disabled writing of NNTP password in debug file
+- fixed reading and writing of long newsrc lines
+- changed checking of last line while reading lines from server
+- fixed possible buffer overrun in nntp_parse_newsrc_line()
+- removed checking of XHDR command
+- compare NNTP return codes without trailing space
+
+* Thu Mar 29 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.17
+- support for 'LIST NEWSGROUPS' command to read descriptions
+
+* Fri Mar 2 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.16
+
+* Wed Feb 14 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.15
+
+* Sun Jan 28 2001 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.14
+- show number of tagged messages patch from Felix von Leitner <leitner@fefe.de>
+
+* Sun Dec 31 2000 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.13
+
+* Sat Dec 30 2000 Vsevolod Volkov <vvv@mutt.org.ua>
+- Fixed problem if last article in group is deleted
+
+* Fri Dec 22 2000 Vsevolod Volkov <vvv@mutt.org.ua>
+- Fixed checking of XGTITLE command on some servers
+
+* Mon Dec 18 2000 Vsevolod Volkov <vvv@mutt.org.ua>
+- Added \r in AUTHINFO commands
+
+* Mon Nov 27 2000 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.12
+
+* Wed Nov 1 2000 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.11
+- fixed error opening newsgroup from mutt started with -g or -G
+
+* Thu Oct 12 2000 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.10
+- hotkey 'G' (get-message) replaced with '^G'
+
+* Thu Sep 21 2000 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.9
+- changed delay displaying error messages from 1 to 2 seconds
+- fixed error compiling with nntp and without imap
+
+* Wed Sep 6 2000 Vsevolod Volkov <vvv@mutt.org.ua>
+- fixed catchup in index
+- fixed nntp_open_mailbox()
+
+* Sat Sep 2 2000 Vsevolod Volkov <vvv@mutt.org.ua>
+- functions <edit> and <delete-entry> disabled
+- format of news mailbox names changed to url form
+- option nntp_attempts removed
+- option reconnect_news renamed to nntp_reconnect
+- default value of nntp_poll changed from 30 to 60
+- error handling improved
+
+* Wed Aug 30 2000 Vsevolod Volkov <vvv@mutt.org.ua>
+- update to 1.3.8
+- new option show_only_unread
+- add newsgroup completion
+
+* Fri Aug 4 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.3.7
+
+* Sat Jul 29 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.3.6
+
+* Sun Jul 9 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.3.5
+- authentication code update
+- fix for changing to newsgroup from mailbox with read messages
+- socket code optimization
+
+* Wed Jun 21 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.3.4
+
+* Wed Jun 14 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- don't substitute current newsgroup with deleted new messages
+
+* Mon Jun 12 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.3.3
+- fix for substitution of newsgroup after reconnection
+- fix for loading newsgroups with very long names
+- fix for loading more than 32768 newsgroups
+
+* Wed May 24 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.3.2
+
+* Sat May 20 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.3.1
+
+* Fri May 12 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.3
+
+* Thu May 11 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.2
+
+* Thu May 4 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.1.14
+
+* Sun Apr 23 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.1.12
+
+* Fri Apr 7 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- add substitution of newsgroup with new messages by default
+
+* Wed Apr 5 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- add attach message from newsgroup
+- add one-line help in newsreader mode
+- disable 'change-dir' command in newsgroups browser
+- add -G option
+
+* Tue Apr 4 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- get default newsserver name from file /etc/nntpserver
+- use case insensitive server names
+- add print-style sequence %s to $newsrc
+- add -g option
+
+* Sat Apr 1 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- remove 'X-FTN-Origin' header processing
+
+* Thu Mar 30 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.1.11
+- update to 1.1.10
+
+* Thu Mar 23 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- fix mutt_select_newsserver()
+- remove 'toggle-mode' function
+- add 'change-newsgroup' function
+
+* Wed Mar 22 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- fix server-hook
+
+* Tue Mar 21 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- fix error 'bounce' function after 'post'
+- add 'forward to newsgroup' function
+
+* Mon Mar 20 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- 'forward' function works in newsreader mode
+- add 'post' and 'followup' functions to pager and attachment menu
+- fix active descriptions and allowed flag reload
+
+* Tue Mar 14 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.1.9
+- remove deleted newsgroups from list
+
+* Mon Mar 13 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update .newsrc in browser
+
+* Sun Mar 12 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- reload .newsrc if externally modified
+- fix active cache update
+
+* Sun Mar 5 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.1.8
+
+* Sat Mar 4 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- patch *.update_list_file is not required
+- count lines when loading descriptions
+- remove cache of unsubscribed newsgroups
+
+* Thu Mar 2 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- load list of newsgroups from cache faster
+
+* Wed Mar 1 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.1.7
+
+* Tue Feb 29 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- fix unread messages in browser
+- fix newsrc_gen_entries()
+
+* Mon Feb 28 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- fix mutt_newsgroup_stat()
+- fix nntp_delete_cache()
+- fix nntp_get_status()
+- fix check_children()
+- fix nntp_fetch_headers()
+
+* Fri Feb 25 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.1.5
+
+* Thu Feb 24 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- fix updating new messages in cache
+
+* Mon Feb 21 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- change default cache filenames
+- fix updating new messages in cache
+
+* Fri Feb 18 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- fix segmentation fault in news groups browser
+
+* Tue Feb 15 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.1.4
+
+* Thu Feb 10 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.1.3
+
+* Sun Jan 30 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- add X-Comment-To editing
+- add my_hdr support for Newsgroups:, Followup-To: and X-Comment-To: headers
+- add variables $ask_followup_to and $ask_x_comment_to
+
+* Fri Jan 28 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
+- update to 1.1.2
--- /dev/null
+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
+