<<< Date Index >>>     <<< Thread Index >>>

[Announce] mutt-1.5.11 is out



Hello,

mutt-1.5.11 is available from <ftp.mutt.org/ftp/devel>.  It's a
snapshot of the development tree.

Recent changes:

2005-09-14 14:15:06  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>  (brendan)

        * init.h: Refer to $use_envelope_from rather than old
        $envelope_from in description of $envelope_from_address.

2005-09-14 02:45:44  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * globals.h, init.h, sendlib.c: Add new $envelope_from_address
        variable for manually specifying the envelope sender. Rename (with
        compatibility synonym) $envelope_from to $use_envelope_from. Make
        $envelope_from subordinate to $use_e_f, as $from is to $use_from.

2005-09-13 20:36:17  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * doc/Makefile.in: Put chunked HTML manual in top doc directory
        instead of HTML subdirectory.  Solves a weird $distdir
        absolute/relative path nuisance.

2005-09-12 06:22:21  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * curs_lib.c, pop.c, pop.h, pop_lib.c: Teach pop driver about
        mutt_progress_bar. Allow progress bar to omit total size if zero
        (=unknown).

2005-09-10 18:47:17  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>  (brendan)

        * menu.c: Correct some inconsistencies introduced by
        $menu_context. Closes: #2019?

2005-09-10 06:02:04  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * imap/imap.c, curs_lib.c: A pair of small optimisations to the
        progress bar.

2005-09-08 16:37:59  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * mutt_socket.c: Set CLOEXEC on sockets in IPv4 code path like we
        do in IPv6.

        * pattern.c: Make stringmatch pattern detection stateless.

        * curs_lib.c: ifdef USE_SOCKET around mutt_progress_bar.

2005-09-08 07:09:46  Bernd Ahlers  <bernd@xxxxxxxxxx>  (brendan)

        * po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po,
        po/zh_TW.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/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: Correct some S/MIME po entries.

2005-09-07 08:01:59  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * curs_lib.c: Ensure progress bar rounds to $net_inc.

        * curs_lib.c, globals.h, imap/imap.c, imap/imap_private.h,
        imap/message.c, init.h, mutt_curses.h: Display progress meter when
        uploading/fetching IMAP data. Closes: #1772.

        * pager.c: Adjust gross hack to return to the same line in the
        pager after an index operation so that it doesn't shoot past the
        end of the file if there are fewer lines on return (eg when weed
        is set).

        * mx.c, pgp.c: Silence some GCC warnings about uninitialized
        variables.

        * build-release, configure.in, mutt.h: Remove international
        vs. U.S. distribution distinction. build-release expects the
        previous version to be x.y.zi and should be updated again for
        1.5.12.

2005-09-06 16:46:44  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * doc/manual.xml.head: More documentation cosmetics (newlines
        between Usage: lines).

        * pager.c: Gross hack to return to the same line in the pager
        after executing an index function. Closes: #1210.

        * doc/manual.xml.head, imap/command.c, imap/imap.c, imap/imap.h,
        init.c, mutt.h, pattern.c: Extend pattern language to do simple
        string matches as well as regular expressions when the pattern is
        invoked with = instead of ~. And, when possible, perform full body
        searches on the IMAP server instead of locally, for an enormous
        speed boost.

        * imap/utf7.c, init.c, main.c, protos.h: Fix a memory leak in
        imap_utf7_decode and do a little cleanup on shutdown.  Get a
        high five from valgrind.

        * curs_main.c, main.c: Move SASL and IMAP shutdown hooks into main
        where they belong.

        * init.c: Release pwent after extracting data from it.

        * mutt_sasl.h, curs_main.c, mutt_sasl.c: Release global SASL state
        when quitting.

2005-09-05 04:22:45  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * doc/manual.xml.head: Documentation cosmetics (add some line
        breaks).

        * init.h: Point $hide_top_limited to $hide_limited instead of
        $hide_missing. Likewise for $hide_top_missing. Closes: #2039.

        * init.h: Mention $sort_re in $strict_threads
        documentation. Closes: #2052.

        * doc/manual.xml.head: Add a push example. Closes: #1591.

2005-09-04 19:46:26  Rupert Levene  <rupert@xxxxxxxxxxxxxxxxx>  (brendan)

        * doc/manual.xml.head: Mention $include when describing how mutt
        prepares message replies. Closes: #1471.                                
 

2005-09-04 19:28:19  Dale Woolridge  (brendan)

        * pattern.c, protos.h, parse.c: Unfold message headers before
        performing ~h search. Closes: #1865.

2005-09-04 18:01:57  <Zardoz@xxxxxxxxxxxxxxxxxxxxx>  (brendan)

        * keymap.c: Teach keymap.c about KEY_NEXT. Closes: #1588.

2005-09-04 06:57:04  Alain Bench  <veronatif@xxxxxxx>  (brendan)

        * doc/manual.xml.head, doc/manual.xml.tail: Note that <Tab> is
        bound to next-new-then-unread by default, rather than
        next-new. Closes: #1637.

        * curs_main.c, pattern.c: Allow empty limits, and limits in empty
        mailboxes. Closes: #1853, #1906.

2005-09-03 23:22:31  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * send.c, attach.c: Note when mutt_edit_attachment fails and
        display error instead of prompting to abort an unmodified
        file. Closes: #2051.

2005-09-03 19:41:53  Alain Bench  <veronatif@xxxxxxx>  (brendan)

        * contrib/gpg.rc: One should let GnuPG charset be automatically
        infered from whatever current locale, without hardcoding.

2005-09-03 04:34:25  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * doc/manual.xml.head: Just use EXPR as a place holder for regular
        expressions, instead of any of EXPR, USER, ID and SUBJECT. Noted
        by Vincent Lefevre.

        * doc/manual.sgml.head, doc/manual.sgml.tail, doc/manual.xml.head,
        doc/manual.xml.tail, doc/Makefile.in: Rename manual.sgml.* to
        manual.xml.*.

2005-09-02 18:18:19  Alain Bench  <veronatif@xxxxxxx>  (brendan)

        * keymap.c: Allow non-ascii characters in push arguments. Closes: #2023.

        * doc/manual.sgml.head, doc/muttrc.man.head, mutt.h, pattern.c:
        Adjust ~l to match all known lists, add ~u to match only
        subscribed lists. Normalise pattern ordering in docs. Closes:
        #2050.

2005-09-01 17:07:14  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * configure.in, imap/auth_sasl.c, main.c, mutt_sasl.c,
        mutt_sasl.h, pop_auth.c: Remove obsolete Cyrus SASL 1.5 support.

        * doc/chunk.xsl, doc/html.xsl: Docbook support files, dropped
        in the initial commit.

        * doc/manual.sgml.tail, configure.in, doc/Makefile.in,
        doc/manual.sgml.head, makedoc.c: Convert documentation from
        linuxdoc to docbook format. Let the bug avalanche begin.

2005-08-30 21:34:36  Lars Hecking  <lhecking@xxxxxxxxxxxxxxxxxxxxx> (brendan)

        * configure.in: Don't define domain="no" when configured
        --without-domain. Closes: #2046.

2005-08-24 15:17:43  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * pgp.c: Don't treat PGP inline signature verification errors as
        fatal.

2005-08-22 20:30:11  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * pgp.c: Pause after error message if PGP decode fails, in case
        mutt_copy_message overwrites. Real error handling cleanup will have
        to wait...

        * pgp.c: Don't attempt to manipulate null pgp output file handles.

2005-08-16 18:10:11  Paul Walker  <paul@xxxxxxxxxxxxxxxxxxxxx>  (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@xxxxxxxxxxxxxxxxxx>  (roessler)

        * po/id.po: Fix \n mismatch.

2005-08-15 08:07:36  Ronny Haryanto  <ronnylist@xxxxxxxxx>  (roessler)

        * po/id.po: update

2005-08-15 08:06:40  Vsevolod Volkov  <vvv@xxxxxxxxxxx>  (roessler)

        * po/ru.po: update

2005-08-14 21:32:17  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>  (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@xxxxxxxxxxxx>  (roessler)

        * po/de.po: update

2005-08-14 02:22:47  Bernd Ahlers  <bernd@xxxxxxxxxx>  (brendan)

        * cryptglue.c, mutt_sasl.c, smime.c: Fix some S/MIME spelling
        inconsistencies.

2005-08-12 23:06:25  Brendan Cully  <brendan@xxxxxxxxxx>  (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@xxxxxxxxxxxxxxxxx>  (roessler)

        * po/ja.po: update

2005-08-12 07:49:37  Vincent Lefevre  <vincent@xxxxxxxxxx>  (roessler)

        * po/fr.po: Update.

2005-08-12 03:57:16  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * configure.in: Force configure to depend on VERSION. That's been
        bugging me for a while.


Thanks to Brendan for all his work recently!

-- 
Thomas Roessler · Personal soap box at <http://log.does-not-exist.org/>.

Attachment: pgpIgTAIL8nwi.pgp
Description: PGP signature