Synch with Oort Gnus.
[elisp/gnus.git-] / ChangeLog
index 733656b..1e703c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,207 @@
+2001-12-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * make-x.bat: Ensure nonempty variable value.  Reported by Frank
+       Haun <pille3000@gmx.net>.
+
+2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * ChangeLog, todo: Add `coding'.
+
+2001-12-17  Josh Huber  <huber@alum.wpi.edu>
+
+       * ChangeLog: changed coding to buffer-file-coding-system
+       * todo: same
+
+2001-12-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * make-x.bat: Code cleanup.  Fix a bug with "/copy".  From Frank
+       Schmitt <ich@Frank-Schmitt.net>.
+
+2001-12-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): Changed
+       the expression to decide whether `gnus-summary-buffer-name' should
+       be advised.
+       (gnus-namazu/setup): Strict checking the other Gnus variants than
+       Oort-Gnus before handling `gnus-group-name-charset-group-alist'.
+
+2001-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/nnheader.el (mm-multibyte-string-p): Alias to
+       `multibyte-string-p' or `ignore'.
+
+2001-12-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): New
+       advice.
+
+       * lisp/gnus-namazu.el (top): Update comments.
+       (gnus-namazu-indexed-servers): Abolished.
+       (gnus-namazu-index-directories, gnus-namazu-command): Changed the
+       default value.
+       (gnus-namazu/group-name-regexp): New internal constant.
+       (gnus-namazu/indexed-servers): New function.
+       (gnus-namazu/setup): Not initialize `gnus-namazu-indexed-servers'.
+       Add the entry for ephemeral groups generated by
+       `gnus-namazu-search' to `gnus-group-name-charset-group-alist'.
+       (gnus-namazu/group-prefixed-name): Fix.
+       (gnus-namazu/search): Stricten checking the return value of
+       `gnus-namazu/call-namazu'.  Install changes in order to avoid the
+       difference between regexp-opt module of FSF Emacs and one of XEmacs.
+       (gnus-namazu/get-target-groups, gnus-namazu/get-current-query):
+       Refer `gnus-namazu/group-name-regexp'.
+       (gnus-namazu-search): Slightly modified.
+
+2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-mimic-kill-buffer): Bind
+       `message-kill-buffer-and-remove-file' to nil while calling the
+       function `message-kill-buffer'.
+
+       * texi/message-ja.texi, texi/message-ja.texi: Update.
+
+       * lisp/lpath.el: Fbind `replace-regexp-in-string' for XEmacs and
+       Mule; don't fbind coding-system-list for Mule.
+
+2001-12-03  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+       (cf. news://news.gnus.org/gnus.gnus-bug #48523)
+
+       * lisp/message.el (message-kill-buffer-and-remove-file): New user
+       option.
+       (message-kill-buffer): Don't remove the backup file if
+       `message-kill-buffer-and-remove-file' is nil.
+
+2001-12-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * lisp/gnus-namazu.el (gnus-namazu-case-sensitive-filesystem): New
+       option.
+       (gnus-namazu/group-alist): New internal variable.
+       (gnus-namazu/setup): Initialize it.
+       (gnus-namazu/shutdown) New function.
+       (gnus-namazu/request-list): Ditto.
+       (gnus-namazu/group-prefixed-name): Ditto.
+       (gnus-namazu/search): Call it instead of
+       `gnus-group-prefixed-name' in order to normalize a group name on a
+       case-insensitive file system.
+
+2001-12-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * lisp/gnus-namazu.el (gnus-namazu-need-path-normalization): New
+       option.
+       (gnus-namazu/normalize-results): Refined.
+
+       * lisp/gnus-namazu.el (gnus-namazu-index-directory): Abolished.
+       (gnus-namazu-index-directories): New option.
+       (gnus-namazu-coding-system): Changed the default value for Windows
+       and OS/2.
+       (gnus-namazu/setup): Follow the abolition of
+       `gnus-namazu-index-directory'.
+       (gnus-namazu/normalize-results): New inline function.
+       (gnus-namazu/call-namazu): Set `file-name-coding-system' and
+       `pathname-coding-system' to handle querys which include multibyte
+       characters.  Not reset locale environments.  Refer
+       `gnus-namazu-locale' and `gnus-namazu-index-directories'.
+       (gnus-namazu/search): Call `gnus-namazu/normalize-results'.
+       Modify a regular expression.
+       (gnus-namazu/get-target-groups): Modify a regular expression.
+       (gnus-namazu/get-current-query): Ditto.
+       (gnus-namazu/truncate-article-list): Ditto.
+
+2001-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/mm-url.el: Require `path-util'.
+       (mm-url-program): Replace `executable-find' to `exec-installed-p'.
+
+2001-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
+
+       * lisp/canlock-om.el: New file.
+       * lips/dgnushack.el: Load canlock-om.el for compiling canlock.el
+       when `MULE' is bound.
+       (dgnushack-unexporting-files): Add canlock-om.el when `MULE' is
+       not bound.
+       * lisp/message.el: Require `canlock-om' when Mule is running;
+       autoload cus-edit for the function `customize-save-variable'.
+       * lisp/nnheader.el (customize-save-variable): Remove.
+
+2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-strip-special-text-properties): Default
+       to t because of the new function `message-tamago-not-in-use-p'.
+
+2001-11-26  Kai Gro\e.A\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * make-x.bat: Use parameter "/copy" rather than "copy" for increased
+       dwimishness for old-time DOS users.  From Frank Schmitt
+       <ich@Frank-Schmitt.net>.
+
+2001-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-strip-special-text-properties): Default
+       to nil temporarily (it should be automated).
+       (message-forbidden-properties): Undo last change.
+       (message-strip-forbidden-properties): Undo last change; synch with
+       Oort Gnus.
+
+2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/message.el (message-forbidden-properties): Defcustom; make
+       it a list; don't include `intangible', `invisible',
+       `modification-hooks' or `read-only'.
+       (message-strip-forbidden-properties): Convert the value of
+       `message-forbidden-properties' to plist.
+
+2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-group.el (gnus-group-group-map): Bind `G n' key to the
+       command `gnus-group-make-shimbun-group'.
+       (gnus-group-group-menu): Add `gnus-group-make-shimbun-group'.
+
+       * texi/gnus-ja.texi (Foreign Groups): Add a documentation for the
+       shimbun groups.
+       (Web Newspaper): Use `G n' key for `gnus-group-make-shimbun-group'.
+
+2001-11-15  Simon Josefsson  <jas@extundo.com>
+
+       * etc/gnus/unimportant.xpm, etc/gnus/important.xpm: New files.
+
+2001-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-sum.el (gnus-summary-wash-map): Remove
+       `gnus-smiley-display'.
+
+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_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2001-10-19  Kai Gro\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.
 
        * 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.
        * make.bat: set max-lisp-eval-depth.
 
 See ChangeLog.3 for earlier changes.
+
+;; Local Variables:
+;; coding: iso-2022-7bit
+;; buffer-file-coding-system: iso-2022-7bit
+;; End: