X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3959a4f99bd017447402036cfc4fdd0ee3a1637a;hb=49f7d4f9c48df225ae1211a0e2cd05a36f81d7c9;hp=617277d36fca25e521bfe5a7c449fd56854630e3;hpb=9ff9f1147fa31a41ed10bd9bda14588f699c9572;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index 617277d..3959a4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,387 @@ -2001-06-12 TSUCHIYA Masatoshi +2001-09-21 Kai Gro,A_(Bjohann + + * make.bat: Use parameter "/copy" rather than "copy" for increased + dwimishness for old-time DOS users. + +2001-09-18 22:00:00 ShengHuo ZHU + + * make-x.bat: New. + +2001-09-18 Katsumi Yamaoka + + * lisp/dgnushack.el: If W3DIR is identical to URLDIR, don't add it + to `load-path'. + +2001-09-17 Katsumi Yamaoka + + * lisp/gnus-diary.el: Don't use `easy-menu-add-item' if it is not + available. + +2001-09-17 Keiichi Suzuki + + * lisp/gnus-bbdb.el (gnus-bbdb/insert-address-regexp): + `regexp-quote' for each addresses. + +2001-09-16 Katsuhiro Hermit Endo + + * gnus-ja.texi (Drafts): Fix typo. + +2001-09-12 TSUCHIYA Masatoshi + + * lisp/lpath.el: Removed `current-language-environment' and + `language-info-alist'. + +2001-09-11 TSUCHIYA Masatoshi + + * lisp/gnus-art.el (gnus-request-article-this-buffer): Make a copy + of the requested article only when the current directory does noe + equal to `gnus-original-article-buffer'. + + * lisp/gnus-art.el (gnus-request-article-this-buffer): Copy an + article from `gnus-original-article-buffer' to + `gnus-article-buffer'. Generate `gnus-original-article-buffer' + safely. + +2001-09-10 TSUCHIYA Masatoshi + + * lisp/gnus-namazu.el: Updated documents. + + * texi/gnus-ja.texi (Namazu Groups): New subsection. + +2001-09-10 Katsumi Yamaoka + + * lisp/gnus-namazu.el: Autoload "regexp-opt" for Mule 2.3. + + * Mule23@1934.en, Mule23@1934.ja: To install contrib/regexp-opt.el + is required. + + * contrib/regexp-opt.el: Imported from Emacs 20.2. + + * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Use + `bbdb-display-layout' or `bbdb-pop-up-display-layout' instead of + `bbdb-elided-display' or `bbdb-pop-up-elided-display' when BBDB + v2.33 or later is running. + +2001-09-10 TSUCHIYA Masatoshi + + * lisp/gnus-namazu.el (top): Not require `std11'. + (gnus-namazu/get-current-from): Use + `mail-extract-address-components' instead of + `std11-extract-address-components'. + + * lisp/gnus-namazu.el: New file. + + * lisp/gnus.el (top): Add autoload of `gnus-namazu-search'. + + * lisp/gnus-sum.el (gnus-summary-mode-map): Define "\C-c\C-n" as + `gnus-namazu-search'. + + * lisp/gnus-group.el (gnus-group-mode-map): Define "\C-c\C-n" as + `gnus-namazu-search', and removed `gnus-group-make-shimbun-group'. + +2001-09-10 Katsumi Yamaoka + + * lisp/gnus-xmas.el (gnus-tilde-pad-form): Abolished. Use the + new function `gnus-correct-pad-form' instead. + * lisp/gnus-spec.el (gnus-tilde-pad-form): Ditto. + +2001-09-05 TSUCHIYA Masatoshi + + * lisp/nnir.el (nnir-run-namazu): Fix a side effect when handling + of process environments. + +2001-09-04 TSUCHIYA Masatoshi + + * lisp/nnir.el (top): Added code to avoid byte-compile warning + about `nnimap-server-buffer'. + (nnir-run-namazu): Disable locale of Namazu. + +2001-09-04 KOSEKI Yoshinori + + * lisp/nnir.el (gnus-group-mode-hook): Fix typo. + +2001-09-04 TSUCHIYA Masatoshi + + * lisp/nnir.el (top): Don't call `nnir-group-mode-hook' in T-gnus. + + * lisp/gnus-group.el (gnus-group-group-map): Define "G" as + `gnus-group-make-nnir-group', and define "S" as + `gnus-group-make-shimbun-group'. + + * lisp/gnus.el (top): Add autoload of + `gnus-group-make-nnir-group'. + + * lisp/nnir.el: Import from + ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/nnir.el. + +2001-08-29 Katsumi Yamaoka + + * lisp/gnus-util.el (gnus-truncate-string): Abolished. + +2001-08-18 TSUCHIYA Masatoshi + + * lisp/nnshimbun.el (gnus-group-make-shimbun-group): Call + `shimbun-groups' to detect avaiable groups of specified server. + +2001-08-17 KANEMATSU Daiji + + * 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 + + * texi/gnus-ja.texi (Browsing the Web): Fix typo. + +2001-08-13 Katsumi Yamaoka + + * lisp/gnus-vers.el (gnus-revision-number): Increment to 06. + +2001-08-10 Katsumi Yamaoka + + * 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 + + * lisp/mml2015.el: Require `gnus-clfns' when compiling. + * lisp/gnus-clfns.el (string-to-list): New compiler macro. + +2001-07-30 Katsumi Yamaoka + + * 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 + + * 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 + + * 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 + + * lisp/gnus-msg.el (gnus-message-make-user-agent): New + implementation. + +2001-07-24 Katsumi Yamaoka + + * lisp/gnus-clfns.el (copy-list): New compiler macro. + +2001-07-23 Katsumi Yamaoka + + * 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 + + * 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 + + * 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 + + * 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 + + * lisp/message.el (message-font-lock-keywords-1): Replace regexp + for mml tags with `mime-edit-tag-regexp'. + +2001-07-10 Katsumi Yamaoka + + * 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 + + * texi/gnus-ja.texi (Mail Group Commands): Fix a slight mistake. + +2001-07-09 Katsumi Yamaoka + + * 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 + + * make.bat: Use infohack.el to create info files. + +2001-07-09 Akihiro Arisawa + + * 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 + + * lisp/Makefile.in (clever): Use `if test... then' instead of + `test... &&'. + +2001-07-06 Katsumi Yamaoka + + * 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 + + * lisp/gnus-vers.el (gnus-revision-number): Increment to 03. + +2001-06-28 Akitada Koyama + + * texi/gnus-ja.texi (Web Newspaper): Add a description how to show + html documents inline. + +2001-06-28 Katsumi Yamaoka + + * 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 + + * lisp/gnus-clfns.el (find-cl-run-time-functions): New + implementation. + +2001-06-22 Katsumi Yamaoka + + * lisp/gnus-art.el (article-display-x-face): Don't gather X-Face + fields in `gnus-original-article-buffer'. + +2001-06-18 Katsumi Yamaoka + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * lisp/gnus-vers.el (gnus-revision-number): Increment to 02. + +2001-06-14 Katsumi Yamaoka + + * 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 + + * 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 * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro. (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'. @@ -22,7 +405,7 @@ inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles' is nil. -2001-06-11 TSUCHIYA Masatoshi +2001-06-11 TSUCHIYA Masatoshi * lisp/gnus-group.el (toplevel): Removed autoload code for "nnshimbun". @@ -40,7 +423,7 @@ * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group- make-shimbun-group'. -2001-06-11 TSUCHIYA Masatoshi +2001-06-11 TSUCHIYA Masatoshi * lisp/nnshimbun.el: Remove some garbage. @@ -51,7 +434,7 @@ FSF Emacsen. * texi/gnus-ja.texi: Ditto. -2001-06-09 TSUCHIYA Masatoshi +2001-06-09 TSUCHIYA Masatoshi * lisp/nnshimbun.el (top-level): Updated comments. (nnshimbun): New customize group. @@ -67,7 +450,7 @@ (gnus-group-shimbun-server-history): Its definition is moved to `nnshimbun.el'. -2001-06-08 TSUCHIYA Masatoshi +2001-06-08 TSUCHIYA Masatoshi * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed. (nnshimbun-index-range): New variable. @@ -125,7 +508,7 @@ * 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 +2001-05-31 TSUCHIYA Masatoshi * lisp/nnshimbun.el (nnshimbun-header-xref): Removed. (nnshimbun-check-header): Removed. @@ -161,7 +544,7 @@ (cl-run-time-functions): New variable. (TopLevel): Don't require `cl' at run-time. -2001-05-28 TSUCHIYA Masatoshi +2001-05-28 TSUCHIYA Masatoshi * texi/gnus-ja.texi (Web Newspaper): Updated. @@ -177,7 +560,7 @@ * Mule23@1934.ja: Ditto. * Mule23@1934.en: Ditto. -2001-05-28 TSUCHIYA Masatoshi +2001-05-28 TSUCHIYA Masatoshi * lisp/nnshimbun.el: Reconstructed to use `shimbun'.