Rocco Rutte:
[apps/madmutt.git] / ChangeLog.mutt
index fc3a9d5..b96a691 100644 (file)
@@ -1,4 +1,157 @@
-2005-08-08 03:30:59  Brendan Cully  <brendan@kublai.com>  (brendan)
+2005-08-16 18:10:11  Paul Walker  <paul@black-sun.demon.co.uk>  (brendan)
+
+       * doc/manual.sgml.head, doc/mutt.man, main.c: -D dumps to stdout,
+       not stderr.
+
+2005-08-15 08:10:48  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
+
+       * po/id.po: Fix \n mismatch.
+
+2005-08-15 08:07:36  Ronny Haryanto  <ronnylist@haryan.to>  (roessler)
+
+       * po/id.po: update
+
+2005-08-15 08:06:40  Vsevolod Volkov  <vvv@mutt.org.ua>  (roessler)
+
+       * po/ru.po: update
+
+2005-08-14 21:32:17  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (brendan)
+
+       * attach.c, send.c: Don't pass an empty filename to the default
+       text editor when editing non-plain text. Also don't clobber
+       $content_type when parsing it. Closes: #2038.
+
+2005-08-14 12:28:52  Roland Rosenfeld  <roland@spinnaker.de>  (roessler)
+
+       * po/de.po: update
+
+2005-08-14 02:22:47  Bernd Ahlers  <bernd@ba-net.org>  (brendan)
+
+       * cryptglue.c, mutt_sasl.c, smime.c: Fix some S/MIME spelling
+       inconsistencies.
+
+2005-08-12 23:06:25  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * mutt_ssl_gnutls.c: Turn off input buffering for gnutls SSL
+       certificate menu, as we do in the openssl version.
+
+       * imap/auth_sasl.c: Override SASL initial response if the server
+       spoke first in its continuation response. Closes: #2034.
+
+       * doc/Makefile.in: Degnuify mutt.1 make rule. Imagining a world
+       in which gnu documentation flagged any extensions to standard
+       utilities almost makes me cry.
+
+2005-08-12 12:52:11  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (roessler)
+
+       * po/ja.po: update
+
+2005-08-12 07:49:37  Vincent Lefevre  <vincent@vinc17.org>  (roessler)
+
+       * po/fr.po: Update.
+
+2005-08-12 03:57:16  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * configure.in: Force configure to depend on VERSION. That's been
+       bugging me for a while.
+
+2005-08-11 21:46:26  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/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: automatic post-release commit for
+       mutt-1.5.10
+
+       * Makefile.am, VERSION, reldate.h: Fix Makefile.am.
+       (VERSION and reldate.h actually are bad commits -- but that
+       doesn't matter.  Release imminent.)
+
+2005-08-11 21:16:38  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * copy.c, crypt-gpgme.c, crypt-gpgme.h, crypt-mod-pgp-classic.c,
+       crypt-mod-pgp-gpgme.c, crypt-mod-smime-classic.c,
+       crypt-mod-smime-gpgme.c, crypt-mod.h, crypt.c, cryptglue.c,
+       handler.c, mutt_crypt.h, pgp.c, pgp.h, protos.h, smime.c, smime.h:
+       Add error results to mutt_body_handlers, and check them when
+       doing decode-save. Closes: #1919.
+
+2005-08-11 21:08:55  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
+
+       * pgp.c: Fix verification of clearsigned PGP messages.
+       (debugged on IRC, mostly by Brendan)
+
+2005-08-11 02:15:14  Thomas Glanzmann  <sithglan@stud.uni-erlangen.de>  (brendan)
+
+       * configure.in: Don't test against nonexistent cache
+       variable. Spotted by Torsten Veller.
+
+2005-08-11 01:44:49  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * mutt_sasl.c: Silence some compiler warnings.
+
+2005-08-09 20:13:03  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * doc/Makefile.in, doc/manual.sgml.tail: Replace raw latin1
+       characters with entities, and enable latin output for
+       manual.txt. I'm not sure this is ideal for non-latin (eg
+       utf8) environments, but hopefully docbook will resolve this
+       anyway. Closes: #2029.
+
+       * doc/manual.sgml.head: Replace free ~ with &tilde;. Closes:
+       #2030.
+
+       * pgp.c: Move pgp failure check inside the if (invoke pgp)
+       block. Really Closes: 2032.
+
+       * pgp.c: Don't ftell pgp output file if there isn't one. Closes:
+       #2032.
+
+2005-08-09 16:24:15  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (brendan)
+
+       * crypt-gpgme.c: Improve translatability of crypt-gpgme. Closes:
+       #2020.
+
+2005-08-09 16:10:40  Mads Martin Joergensen  <mmj@suse.de>  (brendan)
+
+       * copy.c: Remove an unneeded cast, which introduces
+       type-punning. Modified to use FREE instead of safe_free, since
+       that seems to be the convention. I personally don't see the
+       point.
+
+2005-08-08 18:59:43  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * mutt_socket.c: Pause for a moment when a hostname fails to
+       resolve. Closes #1942.  There are a number of cases where mutt
+       cascades error messages. It might be nice if there were an error
+       stack so that low level functions could push_error instead of
+       displaying it right away, and the higher level ones could eg
+       mutt_message(_("Failed to write FCC: %s"), pop_error ())...
+
+       * main.c: Document -d option in mutt -h output. Closes #2027.
+
+       * init.h: Remove undefined reference to unmailboxes
+       command. Closes #2028.
+
+2005-08-08 06:44:01  Brendan Cully  <brendan@kublai.com>  (brendan)
+
+       * imap/imap.c: Fix edge case where we might have to wait two
+       timeouts to check for IMAP mail.
+
+       * imap/command.c, imap/imap.c, init.h: Fix bug just introduced in
+       lsub parsing that could cause mutt to loop indefinitely. Don't
+       recheck subscriptions at every mailbox change, just the initial
+       connection.
+
+       * imap/imap.c: If imap_check_subscribed is set, mailbox or
+       unmailbox folders in response to subscribe/unsubscribe commands in
+       the browser.
+
+       * imap/browse.c, imap/command.c, imap/imap.c, init.h, mutt.h: New
+       option: $imap_check_subscribed. If set, mutt will fetch the set of
+       subscribed mailboxes from the server and add them to the buffy
+       list.
 
        * browser.c: Avoid a segfault attempting to browse an invalid IMAP
        URL.
        * account.c: Fix password prompt for POP (more authentication ID
        fallout).
 
-         * doc/manual.sgml.head: Document <backtab> key.
+       * doc/manual.sgml.head: Document <backtab> key.
                                  
        * pgp.c: Automatically forget PGP passphrase on sign or decrypt
        error. (closes #1025). Display "successfully decrypted" message