X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=79453d70b716748473c75ffd75022ef9afef0ca6;hb=78ab86c6bbd1ac0c87b5497e0d48f8adc39000f2;hp=97637a5ca90a4794537892614763c9328a062680;hpb=588c1d58040c94f3f85f41b3f0f8f8330b9b7441;p=elisp%2Fgnus.git- diff --git a/ChangeLog b/ChangeLog index 97637a5..79453d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,886 @@ +2002-02-22 Katsumi Yamaoka + + * lisp/gnus-art.el (gnus-request-article-this-buffer): Temporally + fix: erase the buffer before inserting (and saving) an article. + +2002-02-18 Katsumi Yamaoka + + * lisp/nnheader.el (std11-field-value): Fix regexp. + +2002-02-01 Katsumi Yamaoka + Suggested by Kenichi OKADA + + * lisp/message.el (message-save-drafts): Override + `mime-header-encode-method-alist'. + +2002-01-29 Katsumi Yamaoka + + * lisp/message.el (message-cite-prefix-regexp): Fix the regexp. + + * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New + implementation. + +2002-01-24 Katsumi Yamaoka + + * lisp/gnus-clfns.el (find-cl-run-time-functions): Insert a + newline before filling a result; ignore non-list forms. + +2002-01-24 ARISAWA Akihiro + + * lisp/gnus-sum.el (gnus-summary-show-article): If coding-system is + specified, bind `default-mime-charset' to it. + +2002-01-23 Katsumi Yamaoka + + * lisp/message.el: Require `base64' before `canlock-om' to avoid + damage to define `base64-encode-string' by MEL. + + * lisp/dgnushack.el: Load base64.el before canlock-om.el to avoid + damage to define `base64-encode-string' by MEL. + +2002-01-21 ARISAWA Akihiro + + * lisp/gnus-art.el (gnus-article-display-traditional-message): Use + `set-buffer-multibyte'. + +2002-01-21 Katsumi Yamaoka + + * lisp/gnus-vers.el: T-gnus 6.15.5 revision 02 (merged + t-gnus-6_15-quimby branch). + +2002-01-16 Katsumi Yamaoka + + * lisp/dgnushack.el: Advise `byte-compile-inline-expand' for Mule + to ignore built-in functions as Emacs 20+ does. + +2002-01-15 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-adjust-marked-articles): Fix the record + for `seen' if it looks like (seen NUM1 . NUM2). It should be + (seen (NUM1 . NUM2)). + +2002-01-15 Katsumi Yamaoka + + * lisp/nntp.el (nntp-send-buffer): Bind `mc-flag' to nil. + + * lisp/nnheader.el (mm-with-unibyte-buffer): Alias to + `nnheader-with-unibyte-buffer'. + (nnheader-with-unibyte-buffer): New macro. + +2002-01-12 Katsuhiro Hermit Endo + + * texi/gnus-ja.texi (Article Date): Update Japanese translation. + +2002-01-11 Katsumi Yamaoka + + * lisp/gnus-clfns.el (butlast): Fix a serious bug that it behaved + like `nbutlast'. Special thanks to Keiichi-san for the great + discovery. + + * lisp/gnus.el (gnus-product-variable-file-list): Add a check for + the value of `gnus-use-correct-string-widths' in the forms. + + * lisp/gnus-start.el (gnus-product-quick-file-format): Include the + value of `gnus-use-correct-string-widths' in the file form. + (gnus-product-read-variable-file-1): Check for the equality in the + value of `gnus-use-correct-string-widths' as well. + +2002-01-10 Katsumi Yamaoka + + * lisp/gnus-vers.el (gnus-revision-number): Increment to 11 in + order to force update cached format specs. + + * lisp/gnus-spec.el (gnus-use-correct-string-widths): Default to t. + +2002-01-10 TSUCHIYA Masatoshi + + * lisp/nnshimbun.el: Adopt for old Gnusae. + +2002-01-10 Katsumi Yamaoka + + * lisp/message.el (message-strip-forbidden-properties): Don't + strip properties when the invisible MIME part is inserted. + + * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Position + point to the top. + +2002-01-05 Lars Magne Ingebrigtsen + + * etc/gnus/oort.xface (X-Face): Oort X-Face from + Raymond Scholz . + +2002-01-09 Katsumi Yamaoka + + * lisp/lpath.el: Fbind `coding-system-to-mime-charset' for Mule 2. + + * lisp/nnheader.el (std11-fold-region): New function copied from + `rfc2047-fold-region'. + (std11-fold-field): Use it. + +2002-01-09 Katsumi Yamaoka + + * lisp/gnus.el: Don't autoload "gnus-bitmap". + + * lisp/gnus-ems.el: Autoload "smiley-mule" if running Emacs + version is less than 21. + + * lisp/gnus-art.el (gnus-article-smiley-display): Remove. + (gnus-treat-smiley): Reload "smiley-ems" or "smiley-mule" if + needed. + (gnus-treat-display-smileys): Use `gnus-image-type-available-p'. + (gnus-article-smiley-mule-loaded-p): New internal variable. + (gnus-article-should-use-smiley-mule): New user option. + +2002-01-09 TSUCHIYA Masatoshi + + * lisp/nneething.el (nneething-mime-extensions): New variable. + (nneething-request-article): Refer it. + + * lisp/nnheader.el (mm-detect-coding-region): Alias to + `nnheader-detect-coding-region'. + (nnheader-detect-coding-region): New function. + (mm-detect-mime-charset-region): Alias to + `nnheader-detect-mime-charset-region'. + (nnheader-detect-mime-charset-region) New function. + +2002-01-08 TSUCHIYA Masatoshi + + * texi/gnus-ja.texi (Web Newspaper): Update the document of + mime-w3m.el. + +2002-01-08 Katsumi Yamaoka + + * lisp/gnus-art.el (article-toggle-headers): Expose headers even + if there is a boundary line. + + * lisp/nntp.el (nntp-send-buffer): Don't use + `mm-with-unibyte-current-buffer'. Use expanded form instead. + + * lisp/gnus-art.el (gnus-treatment-function-alist): Move X-Face + stuff down after unfolding stuff. + +2002-01-08 TSUCHIYA Masatoshi + + * lisp/gnus-namazu.el (gnus-namazu/highlight-words): Reimplemented. + +2002-01-08 Katsumi Yamaoka + + * lisp/nnheader.el (mail-narrow-to-head): Copy from ietf-drums.el; + it should go to the beginning of the header after narrowing. + (std11-extract-addresses-components): Protect against nil argument. + +2002-01-08 Katsumi Yamaoka + + * lisp/nnheader.el (mail-header-field-value): Alias to + `std11-field-value'. + (std11-field-value): New function. + +2002-01-08 Akihiro Arisawa + + * lisp/nnheader.el (mail-header-parse-addresses): New function. + (std11-extract-addresses-components): New function. + +2002-01-07 Katsumi Yamaoka + + * lisp/gnus-picon.el: Don't require `mail-parse'. + +2002-01-07 TSUCHIYA Masatoshi + + * lisp/nnheader.el (mail-header-fold-field): Alias to + `std11-fold-field'. + (std11-fold-field): New function. + (mail-narrow-to-head): Alias to `std11-narrow-to-header'. + (mail-header-narrow-to-field): Alias to `std11-narrow-to-field'. + (std11-narrow-to-field): New function. + +2002-01-07 Katsumi Yamaoka + + * lisp/gnus-vers.el: T-gnus 6.15.5 revision 00. + +2002-01-02 ShengHuo ZHU + + * etc/gnus/describe-group.xpm: Set pixels of first line to + background color. A bug in Emacs? + +2002-01-07 Katsumi Yamaoka + + * lisp/gnus-vers.el (gnus-revision-number): Increment to 10. + + * lisp/gnus-picon.el: Require `mail-parse'. + + * lisp/sha1-el.el (sha1-use-external): Replace `executable-find' + with `exec-installed-p'. + +2002-01-06 TSUCHIYA Masatoshi + + * lisp/gnus-namazu.el: Update comments. + (gnus-namazu/search): Convert `gnus-cache-directory' to absolute + before the regular expression which matches paths of persistent + articles is generated. Clean up codes. + +2002-01-05 TSUCHIYA Masatoshi + + * lisp/nnshimbun.el (nnshimbun-request-article): Handle the + article properly when no group is specified. + (nnshimbun-write-nov, nnshimbun-save-nov): Save nov databases only + when their sizes are greater than zero. + + * lisp/gnus-namazu.el (gnus-namazu-query-highlight): New option. + (gnus-namazu-query-highlight-face): New face. + (gnus-namazu/check-cache-group): New function. + (gnus-namazu/cache-group-candidates): Ditto. + (gnus-namazu/search): Call `gnus-namazu/check-cache-group' to get + groups for cached articles. + (gnus-namazu/highlight-words): New function. + (gnus-namazu-search): Set the group parameter `highlight-words' + when `gnus-namazu-query-highlight' is equal to the other value + than nil. + + * lisp/gnus-ja.texi (Namazu Groups): Updated. + +2001-12-21 Katsumi Yamaoka + + * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore + non-list forms in the top level. + +2001-12-18 Josh Huber + + * ChangeLog, todo: (oops) changed buffer-file-coding-system back + to coding. + +2001-12-18 Kai Gro,A_(Bjohann + + * make-x.bat: Ensure nonempty variable value. Reported by Frank + Haun . + +2001-12-18 01:00:00 ShengHuo ZHU + + * ChangeLog, todo: Add `coding'. + +2001-12-17 Josh Huber + + * ChangeLog: changed coding to buffer-file-coding-system + * todo: same + +2001-12-10 Kai Gro,A_(Bjohann + + * make-x.bat: Code cleanup. Fix a bug with "/copy". From Frank + Schmitt . + +2001-12-10 TSUCHIYA Masatoshi + + * 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 + + * lisp/nnheader.el (mm-multibyte-string-p): Alias to + `multibyte-string-p' or `ignore'. + +2001-12-09 TSUCHIYA Masatoshi + + * 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 + + * 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 + (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 + + * 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 + + * 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 + + * lisp/mm-url.el: Require `path-util'. + (mm-url-program): Replace `executable-find' to `exec-installed-p'. + +2001-11-29 Katsumi Yamaoka + + * 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 + + * 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 GroN_johann + + * make-x.bat: Use parameter "/copy" rather than "copy" for increased + dwimishness for old-time DOS users. From Frank Schmitt + . + +2001-11-18 Katsumi Yamaoka + + * 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 + + * 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 + + * 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 + + * etc/gnus/unimportant.xpm, etc/gnus/important.xpm: New files. + +2001-11-13 Katsumi Yamaoka + + * lisp/gnus-sum.el (gnus-summary-wash-map): Remove + `gnus-smiley-display'. + +2001-11-11 Simon Josefsson + + * make-x.bat: Don't use -nw. Suggested by Frank Haun + . + +2001-11-09 TSUCHIYA Masatoshi + + * 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 + + * lisp/nnheader.el (customize-save-variable): Defun-maybe. + +2001-11-01 07:00:00 ShengHuo ZHU + + * etc/smilies/blink.xpm: New set of xpm. From Oliver Scholz + . + +2001-10-29 Per Abrahamsen + + * etc/smilies/sad.pbm: New bitmap. + * etc/smilies/blink.pbm: Ditto. + Contributed by Kim F. Storm . + +2001-10-22 Katsumi Yamaoka + + * lisp/message.el (rfc822-goto-eoh): Remove. + +2001-10-19 Kai GroN_johann + From Frank Schmitt . + + * make-x.bat: Use correct directory structure for XEmacs on Windows. + +2001-10-19 Katsumi Yamaoka + + * lisp/message.el (rfc822-goto-eoh): Define it when void. + +2001-10-19 Katsumi Yamaoka + + * lisp/message.el (message-resend, message-send): Undo. + +2001-10-19 Katsumi Yamaoka + + * lisp/message.el (message-resend): Bind + `inhibit-field-text-motion' to t while resending a mail. + +2001-10-16 Katsumi Yamaoka + + * lisp/message.el (message-send): Remove the text property `field' + from the encoding buffer. + +2001-10-11 Katsumi Yamaoka + + * 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 + + * 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 + + * Makefile.in (uninstall): Add. + + * etc/Makefile.in (uninstall): Add. + +2001-10-04 Katsumi Yamaoka + + * 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 + + * 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 + + * lisp/gnus-vers.el (gnus-revision-number): Increment to 08. + +2001-09-27 14:00:00 ShengHuo ZHU + + * aclocal.m4 (GNUS_CHECK_FONTS): Typo. Use /dev/null as latex input. + +2001-09-27 09:00:00 ShengHuo ZHU + + * aclocal.m4, configure.in: Check commercial fonts. + +2001-09-27 Katsumi Yamaoka + + * 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 + + * texi/gnus-ja.texi (Article Hiding): Fix typo. + +2001-09-25 Katsumi Yamaoka + + * lisp/gnus-vers.el (gnus-revision-number): Increment to 07. + +2001-09-24 19:00:00 ShengHuo ZHU + + * configure.in: Generate texi/ps/Makefile. + +2001-09-21 Kai GroN_johann + + * 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 + + * texi/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-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 @@ -56,7 +932,7 @@ (nnshimbun-group-parameters-custom): New variable. (TopLevel): Require `gnus' expressly. -2001-06-12 TSUCHIYA Masatoshi +2001-06-12 TSUCHIYA Masatoshi * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro. (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'. @@ -70,13 +946,17 @@ (nnshimbun-retrieve-headers-with-nov): Remove a redundant check that I made. +2001-06-11 Katsumi Yamaoka + + * lisp/lpath.el: Don't Fbind `xml-node-children'. + 2001-06-11 Akihiro Arisawa * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix 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". @@ -94,7 +974,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. @@ -105,7 +985,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. @@ -121,7 +1001,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. @@ -142,6 +1022,11 @@ (nnshimbun-request-expire-articles): Simplified; refer to the shimbun's default expiration days. +2001-06-08 Katsumi Yamaoka + + * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF + Emacsen. + 2001-06-07 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the @@ -174,7 +1059,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. @@ -210,7 +1095,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. @@ -226,7 +1111,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'. @@ -236,6 +1121,11 @@ * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and FLIM can't be found. +2001-05-17 Kai =?iso-8859-1?q?Gro=DFjohann?= + + * etc/Makefile.in (datadir): Set this variable, like in the other + Makefile.in's. Patch from Gaute B Strokkenes . + 2001-05-16 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore @@ -273,7 +1163,7 @@ 2001-05-07 Katsumi Yamaoka - * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00. + * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00. 2001-04-27 Katsumi Yamaoka @@ -295,6 +1185,10 @@ 2001-04-16 Katsumi Yamaoka + * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00. + +2001-04-16 Katsumi Yamaoka + * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00. 2001-04-16 Katsumi Yamaoka @@ -761,3 +1655,7 @@ * make.bat: set max-lisp-eval-depth. See ChangeLog.3 for earlier changes. + +;; Local Variables: +;; coding: iso-2022-7bit +;; End: