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

[2005-02-14] CVS repository changes



This message was generated and sent automatically.  It contains a
summary of the CVS commits over the last 48 hours.  These changes
should be propagated to the public repository within at most a day
or two.  Most probably, they have already been propagated.


2005-02-13 17:37:31  Roland Rosenfeld  <roland@xxxxxxxxxxxx>  (roessler)

        * po/de.po: update

2005-02-13 09:53:07  Thomas Roessler  <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)

        * Makefile.am: Include crypt-gpgme.h with the distribution.

2005-02-13 00:25:37  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * configure.in, m4/gettext.m4, m4/iconv.m4: Use AC_HELP_STRING
        to pretty print configure --help screen, with mixed results.

2005-02-12 21:04:22  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * Makefile.am, imap/Makefile.am: Require at least automake 1.6

2005-02-12 20:56:36  roessler  (roessler)

        * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po,
        po/zh_CN.po, po/pt_BR.po, po/ru.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/ko.po, po/da.po, po/de.po, po/el.po, po/eo.po,
        po/es.po, Makefile.am, VERSION, po/bg.po, po/ca.po, po/cs.po,
        reldate.h: automatic post-release commit for mutt-1.5.8

2005-02-12 20:46:48  Vincent Lefevre  <vincent@xxxxxxxxxx>  (roessler)

        * po/fr.po: update

2005-02-12 20:45:36  Vsevolod Volkov  <vvv@xxxxxxxxxxx>  (roessler)

        * po/ru.po: update

2005-02-12 20:20:42  Thomas Roessler  <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)

        * configure.in: Give people more time to profile the inode
        sorting code; disabled by default for now.

        * globals.h, init.h, menu.c: Christoph Berg's menu_context,
        and a version of menu_move_off where that's not optional,
        but where mutt will just try to avoid moving off the bottom.
        Complain to mutt-dev if you want this to be optional.

2005-02-12 19:54:51  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)

        * imap/message.c, imap/util.c: Fix debian bug #275060 (editing
        on an imap server loses its flags).  Remove trailing delimiter
        from IMAP folder names.

2005-02-12 19:52:28  Thomas Roessler  <roessler@xxxxxxxxxxxxxxxxxx>
(roessler)

        * charset.c, mbyte.c: Recognize euc-jp-ms.  MORIYAMA Masayuki
        by way of TAKAHASHI Tamotsu.

2005-02-12 19:38:14  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>
(roessler)

        * doc/manual.sgml.head, doc/manual.sgml.tail, init.h, main.c:
        Trivial documentation fixes (TAKAHASHI Tamotsu, Brendan Cully,
        Paul Walker, Derek Martin).

        * editmsg.c: Partially fix debian bug #275060 (editing a message
        in a mbox loses its flags).

        * TODO: We have $include_onlyfirst.

2005-02-12 19:28:26  TAKIZAWA Takashi  <taki@xxxxxxxxxxxxxxxx>  (roessler)

        * muttlib.c, pager.c: column-length and byte-length are different

2005-02-12 19:19:25  Derek Martin  <invalid@xxxxxxxxxxxxxx>  (roessler)

        * mutt.h, commands.c, curs_main.c, init.h: pgp-auto-decode: When
        $pgp_auto_decode is set, then mutt will check for traditional
        pgp on certain operations.  This is similar (but NOT identical)
        to the behavior known from PGP/MIME messages.

2005-02-12 19:12:40  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>
(roessler)

        * alias.c, doc/manual.sgml.head, globals.h, hdrline.c, init.c,
        init.h: unalternates now also adds to a list of exceptions;
        same behavior for unlists, and unsubscribe.  With some changes
        from tlr.