* Modify URI of emacs-w3m.
[elisp/gnus.git-] / ChangeLog
index 569ab1b..e94b9a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,153 @@
-2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+2001-07-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
+
+       * README.semi: Modify URI of emacs-w3m.
+       * README.semi.ja: Ditto.
+       * Mule23@1934.en: Ditto.
+       * Mule23@1934.ja: Ditto.
+       * lisp/nnshimbun.el: Ditto.
+       
+       * texi/gnus-ja.texi (Top, Article Treatment): Fix typo.
+       (Web Newspaper): Modify URI of emacs-w3m.
+       
+2001-07-06  KITAGAWA Takurou  <i30x1641@ip.media.kyoto-u.ac.jp>
+
+       * lisp/Makefile.in (clever): Use `if test... then' instead of
+       `test... &&'.
+
+2001-07-06  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/Makefile.in (clever): Change the quoting style for the
+       elisp form to check for XEmacs-p.
+
+       * lisp/dgnushack.el: Require `path-util' first, and then search
+       for the path if it is not found.
+
+2001-07-05  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
+
+2001-06-28  Akitada Koyama  <cx2@kh.rim.or.jp>
+
+       * texi/gnus-ja.texi (Web Newspaper): Add a description how to show
+       html documents inline.
+
+2001-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add
+       a description.
+       * texi/message.texi (message-suspend-font-lock-when-citing): Ditto.
+
+       * lisp/message.el (message-yank-original): Suspend font-lock'ing
+       while citing an original message.
+       (message-suspend-font-lock-when-citing): New user option.
+
+2001-06-25  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-clfns.el (find-cl-run-time-functions): New
+       implementation.
+
+2001-06-22  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-art.el (article-display-x-face): Don't gather X-Face
+       fields in `gnus-original-article-buffer'.
+
+2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/nnshimbun.el (nnshimbun-find-parameter): Undo the last
+       bogus changes; use the value of `nnshimbun-pre-fetch-article' if
+       the value of the group parameter `prefetch-articles' is nil; do
+       likewise for `encapsulate-images'.
+
+2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/nnshimbun.el (nnshimbun-find-parameter): Use the value of
+       `nnshimbun-pre-fetch-article' if the value of the group parameter
+       `prefetch-articles' is `off'; do likewise for `encapsulate-images'.
+
+2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Fix a
+       doc-string that both the values `off' and nil specifies not to
+       encapsulate images.
+       (nnshimbun-pre-fetch-article): Default to `off'.
+
+2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Renamed from
+       `nnshimbun-encapsulate-article'.
+       (nnshimbun-request-article-1): Replace `encapsulate-article' with
+       `encapsulate-images'.
+       (nnshimbun-find-parameter): Ditto.
+       (nnshimbun-group-parameters): Ditto.
+       (nnshimbun-group-parameters-custom): Ditto.
+
+2001-06-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * lisp/nnshimbun.el (nnshimbun-group-parameters-custom): Add
+       `encapsulate-article' as a customizable option, and modified
+       `prefetch-articles'.
+       (nnshimbun-group-parameters): Add document for
+       `encapsulate-article'.
+       (nnshimbun-encapsulate-article): New server variable.
+       (nnshimbun-find-parameter): Add code for `encapsulate-article'.
+       (nnshimbun-request-article-1): Refer `encapsulate-article' group
+       parameter to control `shimbun-encapsulate-article' value when
+       `shimbun-article' is called.
+
+2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
+
+2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use
+       `nnshimbun-find-parameter'.
+       (nnshimbun-generate-nov-database): Bind a full group name while
+       processing.
+       (nnshimbun-find-parameter): New implementation to refer to the
+       nnshimbun group parameters.
+       (nnshimbun-index-range): Add a document that it's just a default.
+       (nnshimbun-pre-fetch-article): Ditto.
+       (nnshimbun-group-parameters): Specify a parameter type as `list'.
+       (TopLevel): Remove the local variable "-*- coding: junet; -*-".
+
+2001-06-13  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/nnshimbun.el (nnshimbun-group-parameters): New group
+       parameter.  It also provides the user option
+       `nnshimbun-group-parameters-alist' and the function
+       `nnshimbun-find-group-parameters'.
+       (nnshimbun-group-parameters-custom): New variable.
+       (TopLevel): Require `gnus' expressly.
+
+2001-06-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro.
+       (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'.
+       (nnshimbun-request-expire-articles): Fixed.
+
+2001-06-12  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
+       `locate-library' to check for the existence of mailcap.el in the
+       same directory of gnus.el.
+       (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
+       that I made.
+
+2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/lpath.el: Don't Fbind `xml-node-children'.
+
+2001-06-11  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
+
+       * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
+       inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles'
+       is nil.
+
+2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * lisp/gnus-group.el (toplevel): Removed autoload code for
+       "nnshimbun".
 
        * texi/gnus-ja.texi (Web Newspaper): Add documents about
        `nnshimbun-index-range'.
        * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
        make-shimbun-group'.
 
-2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * lisp/nnshimbun.el: Remove some garbage.
 
        FSF Emacsen.
        * texi/gnus-ja.texi: Ditto.
 
-2001-06-09  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+2001-06-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * lisp/nnshimbun.el (top-level): Updated comments.
        (nnshimbun): New customize group.
        (gnus-group-shimbun-server-history): Its definition is moved to
        `nnshimbun.el'.
 
-2001-06-08  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+2001-06-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed.
        (nnshimbun-index-range): New variable.
        * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a
        useless non-global var; scroll the output window automatically.
 
-2001-05-31  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+2001-05-31  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * lisp/nnshimbun.el (nnshimbun-header-xref): Removed.
        (nnshimbun-check-header): Removed.
        (cl-run-time-functions): New variable.
        (TopLevel): Don't require `cl' at run-time.
 
-2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * texi/gnus-ja.texi (Web Newspaper): Updated.
 
        * Mule23@1934.ja: Ditto.
        * Mule23@1934.en: Ditto.
 
-2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * lisp/nnshimbun.el: Reconstructed to use `shimbun'.