* gnus-ja.texi (Delayed Articles): Translated.
[elisp/gnus.git-] / ChangeLog
index 7265774..2433034 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,227 @@
+2001-08-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * lisp/nnshimbun.el (gnus-group-make-shimbun-group): Call
+       `shimbun-groups' to detect avaiable groups of specified server.
+
+2001-08-17  KANEMATSU Daiji  <kanematu@sra.co.jp>
+
+       * lisp/message.el (message-signature-separator-for-insertion): New
+       customizable variable which is used for signature separator.
+       * lisp/message.el (message-insert-signature): Use variable
+       `message-signature-separator-for-insertion' instead of hard code.
+
+2001-08-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * texi/gnus-ja.texi (Browsing the Web): Fix typo.
+
+2001-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
+
+2001-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-art.el (gnus-request-article-this-buffer): Insert an
+       article into `gnus-original-article-buffer' instead of
+       `gnus-article-buffer'.
+
+2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/mml2015.el: Require `gnus-clfns' when compiling.
+       * lisp/gnus-clfns.el (string-to-list): New compiler macro.
+
+2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-sum.el (gnus-select-newsgroup): Don't examine cached
+       articles with `gnus-cache-articles-in-group' even if the current
+       group is not a virtual group (see ChangeLog.1 1999-03-02).
+
+2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
+
+       * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Abolished.
+
+       * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
+       `gnus-retrieve-parsed-headers'.
+       (gnus-fetch-headers): Ditto.
+
+       * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Abolished.
+
+       * lisp/gnus-cache.el (gnus-cache-braid-headers): Abolished.
+       (gnus-cache-retrieve-parsed-headers): Abolished.
+
+2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Bind
+       `nnmail-expiry-wait-function' to nil if the group's parameter
+       `expiry-wait' is specified by the user or the shimbun's default
+       value is provided.
+
+2001-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-msg.el (gnus-message-make-user-agent): New
+       implementation.
+
+2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-clfns.el (copy-list): New compiler macro.
+
+2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-delay.el (gnus-delay-initialize): Don't use the macro
+       `kbd'.
+
+       * lisp/nnheader.el (mm-read-coding-system): New function which is
+       a substitute for mm-util.el.
+
+2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
+
+       * lisp/nntp.el (nntp-request-newgroups): Use UTC date for
+       NEWGROUPS command.
+
+       * lisp/gnus-start.el (gnus-find-new-newsgroups): Use
+       `message-make-date' instead of `current-time-string'.
+       (gnus-ask-server-for-new-groups): Ditto.
+       (gnus-check-first-time-used): Ditto.
+
+2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * texi/message-ja.texi (message-citation-line-function): Add a
+       comma just after the `@xref' form.
+
+       * lisp/nnheader.el (nnheader-header-value): Ignore leading
+       whitespaces.
+
+       * lisp/dgnushack.el (dgnushack-make-auto-load): Advise
+       `make-autoload' to handle `define-derived-mode'.
+
+2001-07-12  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/message.el (message-yank-original): Unwind-protect while
+       suspending font-lock.
+       (message-mode): Modify for the following changes.
+       (message-font-lock-keywords-2): Abolished.
+       (message-font-lock-keywords-1): Abolished.
+       (message-font-lock-keywords): Unified.
+       (message-font-lock-cited-text-matcher): Abolished.
+       (font-lock-after-change-function): Don't advise it.
+       (message-font-lock-last-position): Abolished.
+       (message-font-lock-citation-name-max-column): Abolished.
+       (message-font-lock-cited-text-regexp) Abolished.
+       (message-font-lock-fence-close-position): Abolished.
+       (message-font-lock-fence-open-position): Abolished.
+       (message-font-lock-fence-close-regexp): Abolished.
+       (message-font-lock-fence-open-regexp): Abolished.
+
+2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/message.el (message-font-lock-keywords-1): Replace regexp
+       for mml tags with `mime-edit-tag-regexp'.
+
+2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/message.el (message-font-lock-keywords-2): Move definitions
+       for cited texts and mml tags to `message-font-lock-keywords-1'.
+
+2001-07-10  Katsuhiro Hermit Endo <hermit@koka-in.org>
+
+       * texi/gnus-ja.texi (Mail Group Commands): Fix a slight mistake.
+
+2001-07-09  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el: Add the parent directory of the directory
+       where the APEL modules are installed to `load-path' according to
+       the description of the file Mule23@1934.
+
+2001-07-04  Yair Friedman  <yairfr@Amdocs.com>
+
+       * make.bat: Use infohack.el to create info files.
+
+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