Show
Ignore:
Timestamp:
2007年04月07日 15時49分28秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/gnus/ChangeLog

    r4196 r4200  
     12007-04-03  Thien-Thi Nguyen  <ttn@gnu.org> 
     2 
     3        * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After 
     4        message-yank-original, make sure (< mark TEXT point). 
     5 
     62007-03-31  Reiner Steib  <Reiner.Steib@gmx.de> 
     7 
     8        * nnmail.el (nnmail-spool-file): Mark as obsolete. 
     9        (nnmail-get-new-mail): Reformat. 
     10 
     11        * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment. 
     12 
     13        * gmm-utils.el: Fix Commentary. 
     14        (gmm-tool-bar-from-list): Fix typo in doc string. 
     15 
     162007-03-27  Thien-Thi Nguyen  <ttn@gnu.org> 
     17 
     18        * message.el (message-yank-original): Fix bug: 
     19        Don't switch point and mark unnecessarily. 
     20 
     212007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de> 
     22 
     23        * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move 
     24        evaluation of gnus-extended-version to ensure correct generation of the 
     25        User-Agent header when message-generate-headers-first is used. 
     26 
     272007-03-24  Reiner Steib  <Reiner.Steib@gmx.de> 
     28 
     29        * gnus-art.el (gnus-button-alist): Also catch `<f1> k ...'. 
     30        (gnus-treat-display-x-face): Fix doc string. 
     31 
     322007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de> 
     33 
     34        * message.el (message-required-news-headers): 
     35        * gnus-util.el (gnus-intern-safe): Fix typo in docstring. 
     36 
     372007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org> 
     38 
     39        * message.el (message-generate-new-buffers): Change the meaning of the 
     40        nil value; add `standard' to the choices; treat t as `unique'; improve 
     41        doc string. 
     42        (gnus-select-frame-set-input-focus): Autoload. 
     43        (message-buffer-name): Search for the existing message buffer if 
     44        message-generate-new-buffers is nil or `standard'; treat the value t of 
     45        message-generate-new-buffers as `unique'. 
     46        (message-pop-to-buffer): Raise the frame already displaying the message 
     47        buffer; clear the echo area after querying. 
     48        (message-setup): Pass the `continue' argument to compose-mail. 
     49        (message-mail): Prefer `switch-function' if it is given; search for the 
     50        existing message buffer if the `continue' argument is non-nil; pass 
     51        continue and switch-function arguments to compose-mail by way of 
     52        message-setup. 
     53        (message-mail-other-window): Adjust argument of message-setup. 
     54        (message-mail-other-frame): Ditto. 
     55 
    1562007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org> 
    257