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

[2005-08-01] 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-08-01 01:43:06  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * init.c: complete :set mbox_type=<tab>. (closes #1649)

2005-07-30 04:40:45  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)

        * pager.c: The builtin pager tries to wrap a line for ever if:
        0) the line contains a space or a tab character
         followed by a very long word, and 1) M_PAGER_NSKIP flag is
        passed to it, and 2) $smart_wrap is set. (default)

2005-07-30 04:13:07  Vincent Lefevre  <vincent@xxxxxxxxxx>  (brendan)

        * curs_main.c, pager.c: When using colors, the status line of
        the index is displayed in a >bright color, even when the prefix
        "bright" is *not* given in the foreground color. The problem
        occurs when I have the following additional line:
          color normal brightwhite black The problem is that BKGDSET's
        are missing.

2005-07-30 03:59:04  TAKAHASHI Tamotsu  <ttakah@xxxxxxxxxxxxxxxxx>
(brendan)

        * recvattach.c: Don't refuse to delete attachments just because a
        message has been checked for "traditional" PGP encoding. (closes
        #2013)