Synch with Oort Gnus.
[elisp/gnus.git-] / ChangeLog
index 695ca11..a82e9cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,109 @@
+2002-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el: T-gnus 6.15.7 revision 00.
+
+2002-04-30  Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/message.el (message-expand-name-function): New user option.
+       (message-expand-name): Use it.
+       * lisp/lpath.el: Don't bind lsdb-complete-name and bbdb-complete-name.
+
+2002-04-30  Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/message.el (message-expand-name): Use lsdb-complete-name if
+       available.
+       * lisp/lpath.el: Bind lsdb-complete-name.
+
+2002-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Also examine
+       backquote'd forms.
+
+       * lisp/nnheader.el (nnheader-with-unibyte): New macro.
+       (mm-with-unibyte): Alias to `nnheader-with-unibyte'.
+
+2002-04-26  Steve Youngs  <youngs@xemacs.org>
+
+       * aclocal.m4 (AC_PATH_INFODIR): New.  Defaults to '$prefix/info'
+       for Emacs and 'site-packages/info' for XEmacs.
+       (AC_PATH_ETCDIR): Drop 'gnus' off the end of the default directory
+       for XEmacs.
+
+       * configure.in: Use 'AC_PATH_INFO_DIR'.
+
+2002-04-23  Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Disregard the
+       message cache when bbdb/news-auto-create-p is nil.
+
+2002-04-23  Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Work around the
+       incompatibility with BBDB 2.3x.
+
+2002-04-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/message.el (message-make-user-agent): Remove product tokens
+       for gnus-vers.  [cf. <semi-gnus-ja:6798>]
+
+2002-04-22  Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
+
+       * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Tweak BBDB message
+       caching.
+       (gnus-bbdb/extract-message-sender-function): New user option.
+       (gnus-bbdb/extract-message-sender): New function.
+
+2002-04-20  Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
+
+       * lisp/gnus-sum.el: Don't autoload gnus-set-summary-default-charset.
+       (gnus-summary-inherit-default-charset): New function.
+       (gnus-parse-headers-hook): Use it.
+       (gnus-summary-setup-default-charset): Set default-mime-charset here.
+       
+       * lisp/gnus-delay.el (gnus-delay-article): Undo the last change.
+
+       * lisp/gnus-draft.el: Revert to the original implementation.
+       (gnus-draft-edit-message): Pass restore as the 3rd argument of
+       gnus-draft-setup; call save-buffer instead of message-save-drafts.
+       (gnus-draft-setup): Rename from gnus-draft-setup-for-editing.
+       (gnus-draft-setup-for-sending): Abolish.
+
+       * lisp/nnheader.el (nnheader-auto-save-coding-system): New variable.
+
+       * lisp/message.el (message-draft-coding-system): Delegate the
+       value to nnheader-auto-save-coding-system.
+       (message-mode-map): Don't bind message-save-drafts.
+       (message-dont-send): Use save-buffer instead of message-save-buffer.
+       (message-save-drafts): Abolish.
+
+       * lisp/nndraft.el (nndraft-request-article): Revert to the
+       original implementation.
+
+2002-04-18   Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/gnus-draft.el (gnus-group-send-queue): Pass group and
+       interactive as the arguments of gnus-draft-send.
+       (gnus-draft-send): Don't give "nndraft:queue" special treatment.
+
+2002-04-17   Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/gnus-delay.el (gnus-delay-article): Use `message-save-drafts'
+        instead of `save-buffer'.
+
+2002-04-08  Daiki Ueno  <ueno@unixuser.org>
+
+       * lisp/gnus-draft.el (gnus-draft-send): Always enter the Message
+       mode.
+
+2002-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-group.el (gnus-group-completing-read-group-name): Use
+       `mapatoms' to extract all groups from `gnus-active-hashtb'.
+
 2002-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/gnus-group.el (gnus-group-completing-read-group-name):