Show
Ignore:
Timestamp:
11/01/05 07:08:22 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/gnus/ChangeLog

    r3892 r3939  
     12005-10-27  Reiner Steib  <Reiner.Steib@gmx.de> 
     2 
     3        * flow-fill.el (fill-flowed-encode-tests): Restore trailing 
     4        whitespace removed in revision 7.8.  Use concatenated string to 
     5        protect trailing whitespace. 
     6 
     72005-10-27  Jouni K Seppanen <jks@iki.fi>  (tiny change) 
     8 
     9        * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable. 
     10        (nnimap-request-expire-articles): Use it to avoid sending 'UID 
     11        SEARCH UID ... NOT SINCE' queries, for inefficient servers like 
     12        Courier IMAP ("some version from 2004").  Mostly based on similar 
     13        code in the same function. 
     14 
     152005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org> 
     16 
     17        * message.el (message-display-completion-list): New function. 
     18        (message-expand-group): Use it; make sure the Completions buffer 
     19        is modifiable. 
     20 
     212005-10-30  Chong Yidong  <cyd@stupidchicken.com> 
     22 
     23        * imap.el (imap-open): Handle case where buffer is a buffer 
     24        object. 
     25 
     262005-10-24  Eli Zaretskii  <eliz@gnu.org> 
     27 
     28        * pgg-def.el: 
     29        * pgg-gpg.el: 
     30        * pgg-parse.el: 
     31        * pgg-pgp.el: 
     32        * pgg-pgp5.el: 
     33        * pgg.el: Move to the parent lisp directory. 
     34 
     352005-10-23  Chong Yidong  <cyd@stupidchicken.com> 
     36 
     37        * gnus-sum.el (gnus-ignored-from-addresses): Handle case where 
     38        user-mail-name is an empty string. 
     39 
     402005-10-25  Reiner Steib  <Reiner.Steib@gmx.de> 
     41 
     42        * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults 
     43        depending on gnus-score-decay-constant. 
     44 
     452005-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org> 
     46 
     47        * nnslashdot.el (nnslashdot-request-article) 
     48        (nnslashdot-retrieve-headers-1): Update to new HTML. 
     49 
     502005-10-23  Simon Josefsson  <jas@extundo.com> 
     51 
     52        * imap.el (imap-gssapi-program): Align command line parameters 
     53        with latest GNU SASL. 
     54        (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL. 
     55 
     562005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change) 
     57 
     58        * mail-source.el (mail-source-fetch-pop): Require pop3. 
     59        (mail-source-check-pop): Ditto. 
     60 
     612005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org> 
     62 
     63        * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of 
     64        errors. 
     65 
     662005-10-19  Reiner Steib  <Reiner.Steib@gmx.de> 
     67 
     68        * gnus-art.el (gnus-treat-strip-trailing-blank-lines) 
     69        (gnus-treat-strip-leading-blank-lines): Improve doc string. 
     70 
     71        * message.el (message-tool-bar-local-item-from-menu): Fix comment. 
     72 
     732005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org> 
     74 
     75        * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable. 
     76        (rfc2047-charset-to-coding-system): New function. 
     77        (rfc2047-decode-encoded-words): New function. 
     78        (rfc2047-decode-region): Use them. 
     79        (rfc2047-decode-cte): Remove. 
     80        (rfc2047-parse-and-decode): Remove. 
     81        (rfc2047-decode): Remove. 
     82 
     832005-10-15  Kenichi Handa  <handa@m17n.org> 
     84 
     85        * rfc2047.el (rfc2047-decode-cte): New function. 
     86        (rfc2047-decode-region): Change the way to decode successive 
     87        encoded-words: decode B- or Q-encoding in each encoded-word, 
     88        concatenate them, and decode it as charset. 
     89 
     902005-10-17  Chong Yidong  <cyd@stupidchicken.com> 
     91 
     92        * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to 
     93        widget-move-and-invoke. 
     94        (gnus-custom-mode): Use gnus-custom-map. 
     95 
     962005-10-15  Bill Wohler  <wohler@newt.com> 
     97 
     98        * message.el (message-tool-bar-map): Renamed image file from 
     99        mail_send to mail/send. 
     100 
     1012005-10-16  Masatake YAMATO  <jet@gyve.org> 
     102 
     103        * message.el (message-expand-group): Pass the common 
     104        prefix substring of completion to `display-completion-list'. 
     105 
     1062005-10-09  Daniel Brockman <daniel@brockman.se> 
     107 
     108        * format-spec.el (format-spec): Propagate text properties of % spec. 
     109 
     1102005-01-21  Derek Atkins <warlord@MIT.EDU>  (tiny change) 
     111 
     112        * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache. 
     113 
     1142005-10-08  Simon Josefsson  <jas@extundo.com> 
     115 
     116        * pgg-parse.el (top-level): Don't require custom, it is 
     117        autoloaded.  (To sync with No Gnus.) 
     118 
     1192005-05-09  Simon Josefsson  <jas@extundo.com> 
     120 
     121        * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching, 
     122        tiny patch from "Georg C. F. Greve" <greve@gnu.org>. 
     123 
     1242005-10-08  Simon Josefsson  <jas@extundo.com> 
     125 
     126        * pgg-def.el (top-level): Don't require custom, it is 
     127        autoloaded.  (To sync with No Gnus.) 
     128 
     1292005-10-04  David Hansen  <david.hansen@gmx.net> 
     130 
     131        * nnrss.el (nnrss-request-article): Add support for the comments tag. 
     132        (nnrss-check-group): Ditto. 
     133 
     1342005-10-04  Reiner Steib  <Reiner.Steib@gmx.de> 
     135 
     136        * mm-url.el (mm-url-predefined-programs): Add switches for curl. 
     137 
     138        * gnus-util.el (gnus-remove-duplicates): Remove. 
     139 
     140        * nnmail.el (nnmail-article-group): Use mm-delete-duplicates 
     141        instead of gnus-remove-duplicates. 
     142 
     143        * message.el (message-remove-duplicates): Remove. 
     144        (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of 
     145        message-remove-duplicates. 
     146 
     147        * mm-util.el (mm-delete-duplicates): Use `delete-dups' if 
     148        available, else use implementation from `delete-dups'. 
     149 
     1502005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org> 
     151 
     152        * time-date.el: Autoload parse-time-string, XEmacs needs it. 
     153 
    11542005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca> 
    2155