Synch with Oort Gnus.
[elisp/gnus.git-] / ChangeLog
index f4d2aab..0a70efd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,119 @@
+2001-11-11  Simon Josefsson  <jas@extundo.com>
+
+       * make-x.bat: Don't use -nw.  Suggested by Frank Haun
+       <pille3000@gmx.net>.
+
+2001-11-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * texi/infohack.el (infohack-texi-format): To process
+       write-protected files safely, make this buffer be writable after
+       `find-file'
+
+2001-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/nnheader.el (customize-save-variable): Defun-maybe.
+
+2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * etc/smilies/blink.xpm: New set of xpm. From Oliver Scholz
+       <oscholz@my.gnus.org>.
+
+2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * etc/smilies/sad.pbm: New bitmap.
+       * etc/smilies/blink.pbm: Ditto.
+       Contributed by Kim F. Storm <storm@cua.dk>.
+
+2001-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (rfc822-goto-eoh): Remove.
+
+2001-10-19  Kai Gro\e.A\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+       From Frank Schmitt <ich@Frank-Schmitt.net>.
+
+       * make-x.bat: Use correct directory structure for XEmacs on Windows.
+
+2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (rfc822-goto-eoh): Define it when void.
+
+2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-resend, message-send): Undo.
+
+2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-resend): Bind
+       `inhibit-field-text-motion' to t while resending a mail.
+
+2001-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-send): Remove the text property `field'
+       from the encoding buffer.
+
+2001-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Use
+       `gnus-ding-file-coding-system' instead of
+       `gnus-startup-file-coding-system'; go to the beginning of the
+       buffer before searching.
+       (gnus-read-newsrc-el-file): Use `gnus-ding-file-coding-system'
+       instead of `gnus-startup-file-coding-system'.
+
+2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-send-news): Modify the value of
+       `mime-field-encoding-method-alist' to encode newsgroup names.
+
+       * lisp/gnus-art.el (gnus-article-header-presentation-method): Call
+       `article-decode-group-name' to decode newsgroup names.
+       (gnus-article-decode-hook): Default to nil.
+
+2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * Makefile.in (uninstall): Add.
+
+       * etc/Makefile.in (uninstall): Add.
+
+2001-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-fix-before-sending): Don't expose
+       invisible MIME parts; don't use `message-find-invisible-regions'.
+       (message-find-invisible-regions): Remove.
+       (invisible-region): Advise the function to add the text property
+       `mime-edit-invisible'.
+       (message-invisible-region): Remove.
+       (message-save-drafts): Copy all the text properties from the
+       editing buffer to the encoding buffer.
+       (message-send): Ditto.
+
+2001-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/nndoc.el (nndoc-oe-dbx-type-p): Use `string-as-multibyte'
+       instead of `mm-string-as-multibyte'.
+       (nndoc-possibly-change-buffer): Use `nnheader-insert-file-contents'
+       instead of `mm-insert-file-contents'.
+
+2001-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
+
+2001-09-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * aclocal.m4 (GNUS_CHECK_FONTS): Typo. Use /dev/null as latex input.
+
+2001-09-27 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * aclocal.m4, configure.in: Check commercial fonts.
+
+2001-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-find-invisible-regions): Look for the
+       text-property `mime-edit-invisible' as well as `message-invisible'.
+       (message-save-drafts): Copy the text-property `mime-edit-invisible'
+       from the message editing buffer to the encoding buffer.
+       (message-send): Ditto.
+
 2001-09-27  Katsuhiro Hermit Endo  <hermit@koka-in.org>
 
        * texi/gnus-ja.texi (Article Hiding): Fix typo.
 
        * configure.in: Generate texi/ps/Makefile.
 
-2001-09-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2001-09-21  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * make.bat: Use parameter "/copy" rather than "copy" for increased
        dwimishness for old-time DOS users.