From 5c254ad00d85c8bbbdf913af8dce0bb766bc8851 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sat, 11 Feb 2006 03:24:36 +0000 Subject: [PATCH] Synch to No Gnus 200602101836. --- ChangeLog | 2 +- ChangeLog.3 | 252 ++++++++++++++++++++++++++-------------------------- ChangeLog.4 | 182 ++++++++++++++++++------------------- lisp/ChangeLog | 73 ++++++++------- lisp/gnus-art.el | 41 +++++++++ lisp/gnus-group.el | 9 +- lisp/gnus-sum.el | 11 ++- lisp/message.el | 9 +- texi/ChangeLog | 42 ++++----- 9 files changed, 336 insertions(+), 285 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86bb06d..847e93c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -473,7 +473,7 @@ * lisp/dgnushack.el (dgnushack-unexporting-files): Add legacy-gnus-agent.el. -2004-03-08 Kevin Greiner +2004-03-08 Kevin Greiner * make.bat: Make sure that gnus-load.el and sieve are writable to avoid breakage. diff --git a/ChangeLog.3 b/ChangeLog.3 index d661655..5aad465 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -1,4 +1,4 @@ -2000-12-06 Katsumi Yamaoka +2000-12-06 Katsumi Yamaoka * lisp/nnshimbun.el (TopLevel): Defalias `coding-system-category' to `get-code-mnemonic' for Mule. @@ -24,20 +24,20 @@ * texi/message-ja.texi: Use two lines for direntry. -2000-12-01 Katsumi Yamaoka +2000-12-01 Katsumi Yamaoka * lisp/dgnushack.el: Attempt to add another FLIM path to `load-path' if the module `mel' does not found. This procedure may be needed when recent FLIM 1.14 is used under old Emacsen. -2000-11-27 Katsumi Yamaoka +2000-11-27 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 08. * lisp/message.el (message-send-mail-with-smtp): Leave the error handling in `smtp-send-buffer's own care. -2000-11-22 Katsumi Yamaoka +2000-11-22 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 07. @@ -50,7 +50,7 @@ `x-face-decode-message-header' when Emacs 21 is running and x-face-e21 is installed. -2000-11-21 Katsumi Yamaoka +2000-11-21 Katsumi Yamaoka * lisp/message.el (message-send-mail-with-smtp): Use `smtp-send-buffer' if it exists instead of `smtp-via-smtp'. @@ -66,12 +66,12 @@ * texi/gnus-ja.texi (Drafts): Fix typo. -2000-11-14 Katsumi Yamaoka +2000-11-14 Katsumi Yamaoka * lisp/gnus-art.el (article-verify-x-pgp-sig): Autoload "mm-uu". (gnus-treat-x-pgp-sig): Default to nil. -2000-11-10 Katsumi Yamaoka +2000-11-10 Katsumi Yamaoka * Mule23@1934.en, Mule23@1934.ja, sample.lpath.el: Upgrade. @@ -84,7 +84,7 @@ (AC_CHECK_EMACS): Ignore cache. (AC_DEFINE_GNUS_PRODUCT_NAME): Cache. -2000-11-09 Katsumi Yamaoka +2000-11-09 Katsumi Yamaoka * configure: Regenerate. @@ -103,7 +103,7 @@ * lisp/lpath.el (md5): Don't bind. (url-insert-file-contents): Fbind for FSF Emacsen. -2000-11-08 Katsumi Yamaoka +2000-11-08 Katsumi Yamaoka * texi/Makefile.in (install-ja-info): Specify `EMACS' and `infodir'. @@ -172,7 +172,7 @@ for direntries. * texi/message-ja.texi: Ditto. -2000-11-06 Katsumi Yamaoka +2000-11-06 Katsumi Yamaoka * lisp/Makefile.in (install): Don't check for the file names. @@ -186,7 +186,7 @@ * lisp/gnus-topic.el (gnus-topic-rename): Use current topic as initial value for read-string. -2000-11-06 Katsumi Yamaoka +2000-11-06 Katsumi Yamaoka * lisp/Makefile.in (install): Use the lisp function `dgnushack-exported-files'. @@ -215,11 +215,11 @@ * lisp/smiley.el (smiley-deformed-regexp-alist): Modify regexp for the winking face. -2000-11-02 Katsumi Yamaoka +2000-11-02 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-make-manifest): Fix info directory. -2000-11-02 Katsumi Yamaoka +2000-11-02 Katsumi Yamaoka * Makefile.in (install-package-ja): Compile and install lisp files first. @@ -244,12 +244,12 @@ Split from `dgnushack-info-file-regexp'. (dgnushack-texi-file-regexp): Remove. -2000-11-01 Katsumi Yamaoka +2000-11-01 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-texi-format): Remove @ignore'd areas before processing. -2000-11-01 Katsumi Yamaoka +2000-11-01 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 06. @@ -258,7 +258,7 @@ * lisp/gnus-start.el (gnus-product-read-variable-file-1): Make it talkative. -2000-10-31 Katsumi Yamaoka +2000-10-31 Katsumi Yamaoka * lisp/dgnushack.el: Bind `:key-type' and `:value-type' for old Emacsen. @@ -269,7 +269,7 @@ direntry generate probrem. (Advised by Tetsuo Tsukamoto ) -2000-10-31 Katsumi Yamaoka +2000-10-31 Katsumi Yamaoka * lisp/gnus-sum.el (gnus-summary-insert-line): Work with quoted double-quote characters. @@ -285,7 +285,7 @@ * lisp/ptexinfmt.el (texinfo-format-printindex): Mule for Windows detection fixed. -2000-10-26 Katsumi Yamaoka +2000-10-26 Katsumi Yamaoka * lisp/gnus.el (gnus-group-startup-message): Rewrite for Emacs 21. * lisp/lpath.el: Fbind `propertize'. @@ -299,12 +299,12 @@ * lisp/nnshimbun.el (nnshimbun-netbsd-get-headers): Fix regular expression to extract xover urls. -2000-10-12 Jesper Harder +2000-10-12 Jesper Harder * make.bat: Makes it possible to generate the Info files on windows again. -2000-10-11 Katsumi Yamaoka +2000-10-11 Katsumi Yamaoka * Makefile.in (info-ja, xinfo-ja): No need to use `MAKEINFO=no'. (install-info-ja, install-info, install-lisp, install-ja): New @@ -321,11 +321,11 @@ * lisp/nnshimbun.el (nnshimbun-type-definition): Fix regular expression to extract article body from `ZDNet'. -2000-10-06 Katsumi Yamaoka +2000-10-06 Katsumi Yamaoka * lisp/imap.el: Require `base64' instead of to autoload it. -2000-10-05 Katsumi Yamaoka +2000-10-05 Katsumi Yamaoka * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use `gnus-point-at-eol'. @@ -340,7 +340,7 @@ `make-full-mail-header-from-decoded-header' instead of `make-full-mail-header'. -2000-10-03 Katsumi Yamaoka +2000-10-03 Katsumi Yamaoka * lisp/gnus-group.el (gnus-group-get-new-news): Update modeline using `gnus-agent-toggle-plugged' if agent is activated. @@ -353,7 +353,7 @@ * lisp/gnus-art.el (gnus-article-add-button): Quote `:button-keymap' for Mule 2.3 but it won't work. -2000-09-29 Katsumi Yamaoka +2000-09-29 Katsumi Yamaoka * lisp/message.el (message-ignored-supersedes-headers): Synch with Gnus. @@ -369,7 +369,7 @@ * lisp/ptexinfmt.el (texinfo-format-printindex): Use (featurep 'meadow) instead of `texinfmt-version'. -2000-09-25 Katsumi Yamaoka +2000-09-25 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 05. @@ -383,7 +383,7 @@ broken-facility check, for Mule for Windows. (texinfo-format-printindex): New function. -2000-09-19 Katsumi Yamaoka +2000-09-19 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode bitmap smileys to ordinary text before removing any text properties. It @@ -398,7 +398,7 @@ * lisp/gnus-art.el: Always require `wid-edit'. -2000-09-14 Katsumi Yamaoka +2000-09-14 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-compile): Don't compile gnus-ml.el when FSFmacs is running. @@ -462,19 +462,19 @@ * lisp/nnshimbun.el (nnshimbun-zdnet-get-headers): Follow changes of ZDNet. -2000-08-25 Katsumi Yamaoka +2000-08-25 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 04. 2000-08-25 Yagi Tatsuya - Katsumi Yamaoka + Katsumi Yamaoka * lisp/nntp.el (nntp-list-options, nntp-options-subscribe, nntp-options-not-subscribe): New server variables. (nntp-request-list): Use them. * texi/gnus.texi, texi/gnus-ja.texi: Update for them. -2000-08-23 Katsumi Yamaoka +2000-08-23 Katsumi Yamaoka * lisp/gnus.el (gnus-group-startup-message): Use `image-size' to simplify the program. @@ -482,7 +482,7 @@ * lisp/gnus-group.el (gnus-group-rename-group): Inhibit renaming of zombie or killed groups. -2000-08-21 Katsumi Yamaoka +2000-08-21 Katsumi Yamaoka * lisp/nnheader.el (nnheader-replace-chars-in-string): Use `static-if'. @@ -500,7 +500,7 @@ * lisp/nnshimbun.el: Add `mew' and `xemacs' support. -2000-08-17 Katsumi Yamaoka +2000-08-17 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-texi-format): Require `ptexinfmt' instead of `texinfmt'. @@ -516,7 +516,7 @@ * lisp/ptexinfmt.el: New file imported from Wanderlust. -2000-08-09 Katsumi Yamaoka +2000-08-09 Katsumi Yamaoka * lisp/nntp.el (nntp-open-telnet): Wait for the telnet prompt before sending a command; allow the rtelnet prompt as well. @@ -524,13 +524,13 @@ * lisp/message.el (message-make-forward-subject): Remove garbage line. -2000-08-01 Katsumi Yamaoka +2000-08-01 Katsumi Yamaoka * configure: Regenerate. * aclocal.m4 (AC_CHECK_EMACS): Unset `EMACS' environment variable if it is `t'. -2000-07-24 Katsumi Yamaoka +2000-07-24 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 03. @@ -595,7 +595,7 @@ * acinclude.m4 (AC_CHECK_W3): Fix typo. -2000-07-13 Katsumi Yamaoka +2000-07-13 Katsumi Yamaoka * configure: Regenerate with autoconf v2.14.1. * aclocal.m4: Regenerate with aclocal v1.4. @@ -613,7 +613,7 @@ * configure.in: Use them. * configure: Generate it. -2000-07-03 Katsumi Yamaoka +2000-07-03 Katsumi Yamaoka * lisp/gnus-vers.el (T-gnus): Update to 6.14.5. (gnus-revision-number): Clear to 00. @@ -635,7 +635,7 @@ * contrib/rfc2015.el: New file. -2000-06-27 Katsumi Yamaoka +2000-06-27 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 04. @@ -647,13 +647,13 @@ * lisp/gnus-bbdb.el(gnus-bbdb/update-record): Fix to fetch last mail field. -2000-06-09 Katsumi Yamaoka +2000-06-09 Katsumi Yamaoka * lisp/gnus.el (gnus-news-group-p): Sync with Gnus. (gnus-select-method): Remove "*" from doc string. (gnus-group-startup-message): Use `dino' colors. -2000-06-08 Katsumi Yamaoka +2000-06-08 Katsumi Yamaoka * lisp/message.el (message-fix-before-sending): Expose all invisible text with the property `message-invisible'; don't expose @@ -666,7 +666,7 @@ (add-hook 'message-send-hook 'x-face-xmas-remove-x-face-glyph) instead. -2000-06-06 Katsumi Yamaoka +2000-06-06 Katsumi Yamaoka * lisp/message.el (message-save-drafts): Rewrite. @@ -697,7 +697,7 @@ * lisp/gnus-start.el (gnus-slave-save-newsrc): Bind coding system to `gnus-startup-file-coding-system'. -2000-06-06 Katsumi Yamaoka +2000-06-06 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 03. @@ -730,7 +730,7 @@ (nnshimbun-nov-fix-header): New function. (nnshimbun-make-date-string): Fix for a two-digit year. -2000-05-26 Katsumi Yamaoka +2000-05-26 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-make-html-contents): Show X-Face. (nnshimbun-make-text-or-html-contents): Ditto. @@ -741,7 +741,7 @@ * README.semi, README.semi.ja: Update for CVS via SSH. -2000-05-25 Katsumi Yamaoka +2000-05-25 Katsumi Yamaoka * texi/gnus-ja.texi: Change coding-system to `iso-2022-7bit-ss2'. * texi/TRANSLATION.ja: Replace CRLF with LF. @@ -767,7 +767,7 @@ (nnshimbun-wired-get-all-headers): Replace regexp-opt with nnshimbun-regexp-opt. -2000-05-24 Katsumi Yamaoka +2000-05-24 Katsumi Yamaoka * lisp/gnus-group.el (gnus-group-make-shimbun-group): Complete completions. @@ -784,7 +784,7 @@ * lisp/nnshimbun.el (nnshimbun-retrieve-url): Add argument to ignore w3's cache. -2000-05-24 Katsumi Yamaoka +2000-05-24 Katsumi Yamaoka * lisp/gnus-group.el (gnus-group-make-shimbun-group): Add completion to the shimbun address; delete empty strings from @@ -812,7 +812,7 @@ * texi/gnus-ja.texi (nnshimbun): Add description. -2000-05-21 Katsumi Yamaoka +2000-05-21 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 02. @@ -832,7 +832,7 @@ (TopLevel): Require `sasl' when compiling instead of `digest-md5'; don't autoload "digest-md5". -2000-05-17 Katsumi Yamaoka +2000-05-17 Katsumi Yamaoka * lisp/nndraft.el (nndraft-request-replace-article): Replace `mm-text-coding-system' with `mail-source-text-coding-system'; @@ -847,7 +847,7 @@ `output-coding-system' instead of `coding-system-for-write' when old Mule is used. -2000-05-16 Katsumi Yamaoka +2000-05-16 Katsumi Yamaoka * lisp/message.el (message-forward) Replace the use of `eolp' with `bolp' for detecting the start of the line. @@ -858,12 +858,12 @@ * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Don't bind `bbdb-use-pop-up' while executing `bbdb-pop-up-bbdb-buffer'. -2000-05-10 Katsumi Yamaoka +2000-05-10 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-debug): Break MIME tags from the snoopies. (gnus-bug): Insert text/plain tag at the end of the buffer. -2000-05-10 Katsumi Yamaoka +2000-05-10 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 01. @@ -876,11 +876,11 @@ * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): Support group address. (gnus-bbdb/insert-address-regexp): New function. -2000-05-09 Katsumi Yamaoka +2000-05-09 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-debug): Add "nntp.el" and `defvoo'. -2000-05-08 Katsumi Yamaoka +2000-05-08 Katsumi Yamaoka * lisp/gnus-vers.el (T-gnus): Update to 6.14.4. @@ -895,7 +895,7 @@ gnus.texi,gnus-ja.texi,emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Gnus v5.8.6. -2000-04-28 Katsumi Yamaoka +2000-04-28 Katsumi Yamaoka * texi/gnus.texi, texi/gnus-ja.texi, texi/gnus-faq-ja.texi, README: You might be able to use T-gnus with the versions of XEmacs prior @@ -903,7 +903,7 @@ * contrib/timer.el: New file. Imported from fsf-compat-1.07-pkg. -2000-04-27 Katsumi Yamaoka +2000-04-27 Katsumi Yamaoka * lisp/mm-view.el (gnus-article-mime-handles): Don't bind it. @@ -918,12 +918,12 @@ * lisp/dgnushack.el: Add code to avoid mule-2.3@19.34 failing to make info from texi. Thanks to Hayashi-san. -2000-04-25 Katsumi Yamaoka +2000-04-25 Katsumi Yamaoka * lisp/dgnushack.el (union, member-if, mapcon, last): Remove compiler macros. -2000-04-24 Katsumi Yamaoka +2000-04-24 Katsumi Yamaoka * lisp/gnus-vers.el (T-gnus): Update to 6.14.3. @@ -951,7 +951,7 @@ * README: Requires XEmacs 21.1.1 and later. * texi/{gnus.texi, gnus-faq-ja.texi}: Ditto. -2000-04-20 Katsumi Yamaoka +2000-04-20 Katsumi Yamaoka * lisp/gnus-vers.el (T-gnus): Update to 6.14.2. (gnus-revision-number): Clear to 00. @@ -974,12 +974,12 @@ * contrib/{vcard.el,one-line-cookie.diff,README}: New files. -2000-04-14 Katsumi Yamaoka +2000-04-14 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-summary-yank-message): Rewrite for the use of the separated message frames; use `gnus-copy-article-buffer'. -2000-04-13 Katsumi Yamaoka +2000-04-13 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 18. (gnus-extended-version): Use `gnus-product-name' and @@ -994,7 +994,7 @@ modification. (gnus-search-or-regist-spec): Change interface. -2000-04-12 Katsumi Yamaoka +2000-04-12 Katsumi Yamaoka * lisp/gnus-art.el (gnus-article-prev-page): Bind `window-pixel-scroll-increment' to nil while scrolling for @@ -1002,7 +1002,7 @@ XEmacs 21.2.20 and later. (gnus-article-next-page): Ditto. -2000-04-12 Katsumi Yamaoka +2000-04-12 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 17. @@ -1026,22 +1026,22 @@ * lisp/imap.el (imap-body-lines): Check Content-Type: of the article case insensitively. -2000-04-07 Katsumi Yamaoka +2000-04-07 Katsumi Yamaoka * lisp/message.el (message-cite-original): Use "unknown sender" if from field does not exist in the yanked article. -2000-04-06 Katsumi Yamaoka +2000-04-06 Katsumi Yamaoka * lisp/message.el (message-cite-original): Extract from field for the simple citation line. -2000-03-21 Katsumi Yamaoka +2000-03-21 Katsumi Yamaoka * lisp/nnimap.el (nnimap-request-article-part): Returns nil if the article does not exist. -2000-03-17 Katsumi Yamaoka +2000-03-17 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 16. @@ -1051,7 +1051,7 @@ * lisp/imap.el (imap-ssl-open): Ditto. * lisp/gnus-start.el (gnus-product-read-variable-file-1): Ditto. -2000-03-17 Katsumi Yamaoka +2000-03-17 Katsumi Yamaoka * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): New function. (gnus-read-newsrc-el-file): If it fails, attempt to re-read the @@ -1059,12 +1059,12 @@ compiled format specs in the file which may be created by the other Gnusae should be ignored. -2000-03-16 Katsumi Yamaoka +2000-03-16 Katsumi Yamaoka * lisp/gnus.el (gnus-product-variable-file-list): Use `*ctext*' when Mule 2.3 is running. -2000-03-16 Katsumi Yamaoka +2000-03-16 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 15. @@ -1153,7 +1153,7 @@ * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use `product-string'. -2000-03-09 Katsumi Yamaoka +2000-03-09 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 14. (gnus-compile-user-specs): New user option. @@ -1172,7 +1172,7 @@ (gnus-format-specs-compiled): Modify the form. (TopLevel): Require `alist'. -2000-03-09 Katsumi Yamaoka +2000-03-09 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 13. @@ -1226,7 +1226,7 @@ (gnus-summary-article-map): Bind them. (gnus-wheel-summary-scroll): Fix paren style. -2000-03-02 Katsumi Yamaoka +2000-03-02 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 11. @@ -1255,7 +1255,7 @@ this attribute was obsoleted in RFC2060. (nnimap-request-body): Ditto. -2000-02-29 Katsumi Yamaoka +2000-02-29 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 09. @@ -1302,13 +1302,13 @@ * lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove confusing tabs from original header. -2000-02-02 Katsumi Yamaoka +2000-02-02 Katsumi Yamaoka * lisp/pop3.el (pop3-md5): Fset to `md5' if the module `md5' is installed. (pop3-apop): Use built-in `md5' if it exists. -2000-01-27 Katsumi Yamaoka +2000-01-27 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 05. @@ -1318,7 +1318,7 @@ * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer without redisplaying if the point is out of view. -2000-01-25 Katsumi Yamaoka +2000-01-25 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 04. @@ -1341,14 +1341,14 @@ gnus-offline-connect-server): Ditto. * lisp/dgnushack.el (dgnushack-make-package): Ditto. -2000-01-18 Katsumi Yamaoka +2000-01-18 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 03. * lisp/gnus-sum.el (gnus-summary-exit): Don't recenter the group buffer if it is called non-interactively. -2000-01-18 Katsumi Yamaoka +2000-01-18 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 02. @@ -1369,17 +1369,17 @@ * lisp/base64.el: Unbound base64-*-string and base64-*-region when defined by autoload. -2000-01-11 Katsumi Yamaoka +2000-01-11 Katsumi Yamaoka * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Restore the original code; hide group contents while rescanning. -2000-01-07 Katsumi Yamaoka +2000-01-07 Katsumi Yamaoka * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Truncate lines in the imitation buffer; turn off h-scrollbar for XEmacs. -2000-01-07 Katsumi Yamaoka +2000-01-07 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 01. @@ -1403,7 +1403,7 @@ * lisp/dgnushack.el (char-before): Use the byte-optimaization. -2000-01-05 Katsumi Yamaoka +2000-01-05 Katsumi Yamaoka * lisp/gnus.el (gnus-version-number): Update to 6.14.1. (gnus-revision-number): Clear to 00. @@ -1433,7 +1433,7 @@ * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi, emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3. -2000-01-05 Katsumi Yamaoka +2000-01-05 Katsumi Yamaoka * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for the new CVS server. @@ -1465,7 +1465,7 @@ bind `coding-system-for-read' to raw-text-dos, else bind it to binary. -1999-12-28 Katsumi Yamaoka +1999-12-28 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 14. @@ -1492,7 +1492,7 @@ (imap-starttls-p): Rename from `imap-tls-p'. (imap-starttls-open): Rename from `imap-tls-open'. -1999-12-21 Katsumi Yamaoka +1999-12-21 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 13. @@ -1505,7 +1505,7 @@ * lisp/base64.el: Restore the original code and invalidate it; use mel for the base64 codec. -1999-12-20 Katsumi Yamaoka +1999-12-20 Katsumi Yamaoka * lisp/imap.el (mel-find-function): Always require `mel' instead of the use of autoloading. Because the function `mel-find-function' @@ -1521,7 +1521,7 @@ * lisp/imap.el (base64-encode-string): Fix. May work. -1999-12-16 Katsumi Yamaoka +1999-12-16 Katsumi Yamaoka * lisp/message.el (message-goto-mail-copies-to): If the field is newly created, a string "never" is inserted in default. @@ -1531,7 +1531,7 @@ (message-mode-map): New key stroke `C-c C-f c' for the command `message-goto-mail-copies-to'. -1999-12-15 Katsumi Yamaoka +1999-12-15 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 12. @@ -1559,12 +1559,12 @@ macros under XEmacs. It is based on Hrvoje's advice. (member-if): New compiler macro for emulating cl function. -1999-12-14 Katsumi Yamaoka +1999-12-14 Katsumi Yamaoka * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead of `static-condition-case'. -1999-12-14 Katsumi Yamaoka +1999-12-14 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 11. @@ -1643,7 +1643,7 @@ * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache): Ignore non-POP mail sources. -1999-12-10 Katsumi Yamaoka +1999-12-10 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 07. @@ -1654,12 +1654,12 @@ instead of `gnus-union'. 1999-12-10 A.Hitachi - Katsumi Yamaoka + Katsumi Yamaoka * lisp/dgnushack.el (union): New compiler macro for emulating cl function. -1999-12-10 Katsumi Yamaoka +1999-12-10 Katsumi Yamaoka * lisp/gnus-util.el: Require `gnus-ems'. (gnus-ems-redefine): Call it to redefine the functions @@ -1668,7 +1668,7 @@ * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code. -1999-12-09 Katsumi Yamaoka +1999-12-09 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 06. @@ -1677,7 +1677,7 @@ * lisp/dgnushack.el (dgnushack-install-package): Preserve any file in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix. -1999-12-09 Katsumi Yamaoka +1999-12-09 Katsumi Yamaoka * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl function. @@ -1718,7 +1718,7 @@ * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda expressions. -1999-12-08 Katsumi Yamaoka +1999-12-08 Katsumi Yamaoka * lisp/message.el (message-yank-add-new-references): Fix doc string. @@ -1734,7 +1734,7 @@ * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from `gnus-ofsetup-get-message'. -1999-12-07 Katsumi Yamaoka +1999-12-07 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 04. (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap". @@ -1777,7 +1777,7 @@ * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice at the compile time. Use `gnus-alive-p'. -1999-12-06 Katsumi Yamaoka +1999-12-06 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 02. @@ -1819,7 +1819,7 @@ * t-gnus-6_14: NEW PUBLIC BRANCH. 1999-12-03 Hirokazu FUKUI - Katsumi Yamaoka + Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 01. @@ -1832,12 +1832,12 @@ possible, otherwise the functions defined in mel are used. (imap-cram-md5-auth): Use them. -1999-12-02 Katsumi Yamaoka +1999-12-02 Katsumi Yamaoka * lisp/imap.el: Remove autoload settings for `base64-decode-string' and `base64-encode-string'. -1999-12-02 Katsumi Yamaoka +1999-12-02 Katsumi Yamaoka * lisp/gnus.el (gnus-version-number): Update to 6.13.4. (gnus-revision-number): Clear to 00. @@ -1864,7 +1864,7 @@ emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl Gnus v0.99. -1999-12-02 Katsumi Yamaoka +1999-12-02 Katsumi Yamaoka * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when'). * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto. @@ -1873,7 +1873,7 @@ * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless'). -1999-12-01 Katsumi Yamaoka +1999-12-01 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 10. @@ -1920,14 +1920,14 @@ (gnus-ofsetup-resource-en): Fix doc strings. (gnus-ofsetup-resource-ja): Ditto. -1999-11-30 Katsumi Yamaoka +1999-11-30 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 07. * lisp/gnus-art.el (gnus-article-wash-status): Sync up with Pterodactyl Gnus v0.98. -1999-11-30 Katsumi Yamaoka +1999-11-30 Katsumi Yamaoka * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'. @@ -1946,7 +1946,7 @@ * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr' instead of `cadr'. -1999-11-30 Katsumi Yamaoka +1999-11-30 Katsumi Yamaoka * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro `when' in the body of `defadvice'. Use `if' instead. @@ -1954,12 +1954,12 @@ * lisp/dgnushack.el (last, mapc): New compiler macros for emulating cl functions. -1999-11-29 Katsumi Yamaoka +1999-11-29 Katsumi Yamaoka * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use the macro `when' in the arg of `defcustom'. Use `if' instead. -1999-11-27 Katsumi Yamaoka +1999-11-27 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 06. @@ -1977,7 +1977,7 @@ * lisp/gnus.el (gnus-version): Shows also gnus-revision-number. -1999-11-24 Katsumi Yamaoka +1999-11-24 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 05. @@ -1992,14 +1992,14 @@ * lisp/dgnushack.el (union, copy-list): Remove compiler macros. -1999-11-24 Katsumi Yamaoka +1999-11-24 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 04. * lisp/dgnushack.el (union, copy-list): New compiler macros for emulating cl functions. -1999-11-22 Katsumi Yamaoka +1999-11-22 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 03. (gnus-select-method): Use `condition-case' instead of @@ -2021,7 +2021,7 @@ gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el, gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'. -1999-11-22 Katsumi Yamaoka +1999-11-22 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 02. @@ -2061,7 +2061,7 @@ (imap-ssl-open): Enclose `open-ssl-stream' with `as-binary-process'. -1999-11-19 Katsumi Yamaoka +1999-11-19 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 01. (gnus-select-method): Use `condition-case' instead of @@ -2107,13 +2107,13 @@ Use mail-sources instead of nnmail-spool-file. From: Toshiaki -PCX- Tanaka. -1999-11-09 Katsumi Yamaoka +1999-11-09 Katsumi Yamaoka * lisp/gnus.el (gnus-group-startup-message): Insert space before "based on". * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto. -1999-11-09 Katsumi Yamaoka +1999-11-09 Katsumi Yamaoka * lisp/gnus.el (gnus-version-number): Update to 6.13.3. (gnus-revision-number): Clear to 00. @@ -2149,7 +2149,7 @@ * lisp/pop3.el (pop3-progress-message): New function. (pop3-movemail): Use it. -1999-10-28 Katsumi Yamaoka +1999-10-28 Katsumi Yamaoka * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function `gnus-following-method'. @@ -2160,7 +2160,7 @@ * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el. -1999-10-26 Katsumi Yamaoka +1999-10-26 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 14. (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the @@ -2171,7 +2171,7 @@ (gnus-article-x-face-command): Default to external command if `window-system' is nil. -1999-10-26 Katsumi Yamaoka +1999-10-26 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 13. (TopLevel): Rearrange autoload settings. @@ -2208,7 +2208,7 @@ when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend header. -1999-10-19 Katsumi Yamaoka +1999-10-19 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 10. (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the @@ -2243,7 +2243,7 @@ `x-face-mule' is installed. (TopLevel): Require `static' first; require `path-util'. -1999-10-18 Katsumi Yamaoka +1999-10-18 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 09. @@ -2272,7 +2272,7 @@ `message-font-lock-keywords'. (message-font-lock-keywords-2): Ditto. -1999-10-11 Katsumi Yamaoka +1999-10-11 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 08. @@ -2283,7 +2283,7 @@ (gnus-treatment-function-alist): Undo the last change. (gnus-treat-emphasize): Default to nil. -1999-10-08 Katsumi Yamaoka +1999-10-08 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 07. (TopLevel): Autoload "gnus-art" for the function @@ -2304,7 +2304,7 @@ (gnus-treatment-function-alist): Put `gnus-treat-hide-signature' off after `gnus-treat-highlight-signature'. -1999-10-08 Katsumi Yamaoka +1999-10-08 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 06. @@ -2315,16 +2315,16 @@ put `gnus-treat-emphasize' off after `gnus-treat-highlight-headers'. -1999-10-07 Yoshiki Hayashi +1999-10-07 Yoshiki Hayashi * lisp/gnus.el (gnus-revision-number): Increment to 05. -1999-10-07 Katsumi Yamaoka +1999-10-07 Katsumi Yamaoka * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the argument is list or not before condition. -1999-10-07 Yoshiki Hayashi +1999-10-07 Yoshiki Hayashi * lisp/gnus-art.el (gnus-treat-predicate): Work for (typep "something"). diff --git a/ChangeLog.4 b/ChangeLog.4 index aacb375..4244bef 100644 --- a/ChangeLog.4 +++ b/ChangeLog.4 @@ -1270,7 +1270,7 @@ * etc/gnus/oort.xface (X-Face): Oort X-Face from Raymond Scholz . -2002-01-09 Katsumi Yamaoka +2002-01-09 Katsumi Yamaoka * lisp/lpath.el: Fbind `coding-system-to-mime-charset' for Mule 2. @@ -1278,7 +1278,7 @@ `rfc2047-fold-region'. (std11-fold-field): Use it. -2002-01-09 Katsumi Yamaoka +2002-01-09 Katsumi Yamaoka * lisp/gnus.el: Don't autoload "gnus-bitmap". @@ -1309,7 +1309,7 @@ * texi/gnus-ja.texi (Web Newspaper): Update the document of mime-w3m.el. -2002-01-08 Katsumi Yamaoka +2002-01-08 Katsumi Yamaoka * lisp/gnus-art.el (article-toggle-headers): Expose headers even if there is a boundary line. @@ -1324,13 +1324,13 @@ * lisp/gnus-namazu.el (gnus-namazu/highlight-words): Reimplemented. -2002-01-08 Katsumi Yamaoka +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 +2002-01-08 Katsumi Yamaoka * lisp/nnheader.el (mail-header-field-value): Alias to `std11-field-value'. @@ -1341,7 +1341,7 @@ * lisp/nnheader.el (mail-header-parse-addresses): New function. (std11-extract-addresses-components): New function. -2002-01-07 Katsumi Yamaoka +2002-01-07 Katsumi Yamaoka * lisp/gnus-picon.el: Don't require `mail-parse'. @@ -1354,7 +1354,7 @@ (mail-header-narrow-to-field): Alias to `std11-narrow-to-field'. (std11-narrow-to-field): New function. -2002-01-07 Katsumi Yamaoka +2002-01-07 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.15.5 revision 00. @@ -1363,7 +1363,7 @@ * etc/gnus/describe-group.xpm: Set pixels of first line to background color. A bug in Emacs? -2002-01-07 Katsumi Yamaoka +2002-01-07 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 10. @@ -1929,7 +1929,7 @@ * lisp/dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload' to handle `define-derived-mode'. -2001-07-12 Katsumi Yamaoka +2001-07-12 Katsumi Yamaoka * lisp/message.el (message-yank-original): Unwind-protect while suspending font-lock. @@ -1947,12 +1947,12 @@ (message-font-lock-fence-close-regexp): Abolished. (message-font-lock-fence-open-regexp): Abolished. -2001-07-10 Katsumi Yamaoka +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 +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'. @@ -1961,7 +1961,7 @@ * texi/gnus-ja.texi (Mail Group Commands): Fix a slight mistake. -2001-07-09 Katsumi Yamaoka +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 @@ -1987,7 +1987,7 @@ * lisp/Makefile.in (clever): Use `if test... then' instead of `test... &&'. -2001-07-06 Katsumi Yamaoka +2001-07-06 Katsumi Yamaoka * lisp/Makefile.in (clever): Change the quoting style for the elisp form to check for XEmacs-p. @@ -1995,7 +1995,7 @@ * lisp/dgnushack.el: Require `path-util' first, and then search for the path if it is not found. -2001-07-05 Katsumi Yamaoka +2001-07-05 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 03. @@ -2004,7 +2004,7 @@ * texi/gnus-ja.texi (Web Newspaper): Add a description how to show html documents inline. -2001-06-28 Katsumi Yamaoka +2001-06-28 Katsumi Yamaoka * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add a description. @@ -2014,37 +2014,37 @@ while citing an original message. (message-suspend-font-lock-when-citing): New user option. -2001-06-25 Katsumi Yamaoka +2001-06-25 Katsumi Yamaoka * lisp/gnus-clfns.el (find-cl-run-time-functions): New implementation. -2001-06-22 Katsumi Yamaoka +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 +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 +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 +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 +2001-06-18 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Renamed from `nnshimbun-encapsulate-article'. @@ -2067,11 +2067,11 @@ parameter to control `shimbun-encapsulate-article' value when `shimbun-article' is called. -2001-06-14 Katsumi Yamaoka +2001-06-14 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 02. -2001-06-14 Katsumi Yamaoka +2001-06-14 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use `nnshimbun-find-parameter'. @@ -2084,7 +2084,7 @@ (nnshimbun-group-parameters): Specify a parameter type as `list'. (TopLevel): Remove the local variable "-*- coding: junet; -*-". -2001-06-13 Katsumi Yamaoka +2001-06-13 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-group-parameters): New group parameter. It also provides the user option @@ -2099,7 +2099,7 @@ (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'. (nnshimbun-request-expire-articles): Fixed. -2001-06-12 Katsumi Yamaoka +2001-06-12 Katsumi Yamaoka * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of `locate-library' to check for the existence of mailcap.el in the @@ -2107,7 +2107,7 @@ (nnshimbun-retrieve-headers-with-nov): Remove a redundant check that I made. -2001-06-11 Katsumi Yamaoka +2001-06-11 Katsumi Yamaoka * lisp/lpath.el: Don't Fbind `xml-node-children'. @@ -2125,7 +2125,7 @@ * texi/gnus-ja.texi (Web Newspaper): Add documents about `nnshimbun-index-range'. -2001-06-11 Katsumi Yamaoka +2001-06-11 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't refer to the variable `nnshimbun-keep-last-article', we should @@ -2139,7 +2139,7 @@ * lisp/nnshimbun.el: Remove some garbage. -2001-06-10 Katsumi Yamaoka +2001-06-10 Katsumi Yamaoka * texi/message-ja.texi: Use `iso-2022-7bit' instead of `iso-2022-7bit-ss2' to keep a compatibility between XEmacsen and @@ -2177,34 +2177,34 @@ (nnshimbun-insert-nov): Fixed condition to decide whether `X-Nnshimbun-Id' should be inseted or not. -2001-06-08 Katsumi Yamaoka +2001-06-08 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): Removed. (nnshimbun-request-expire-articles): Simplified; refer to the shimbun's default expiration days. -2001-06-08 Katsumi Yamaoka +2001-06-08 Katsumi Yamaoka * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF Emacsen. -2001-06-07 Katsumi Yamaoka +2001-06-07 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the group parameter `expiry-wait' when expiring a closed group. -2001-06-07 Katsumi Yamaoka +2001-06-07 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-request-article-1): Replace a date string in `gnus-newsgroup-data' based on the newly retrieved article. -2001-06-07 Katsumi Yamaoka +2001-06-07 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix inhibiting the expiring. -2001-06-06 Katsumi Yamaoka +2001-06-06 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): New command. (nnshimbun-request-expire-articles): New function. @@ -2215,7 +2215,7 @@ (nnshimbun-tmp-string): New internal variable. (TopLevel): Require `message' for `message-make-date'. -2001-05-30 Katsumi Yamaoka +2001-05-30 Katsumi Yamaoka * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a useless non-global var; scroll the output window automatically. @@ -2234,12 +2234,12 @@ instead of `nnheader-insert-nov'. (nnshimbun-replace-nov-entry): New function. -2001-05-29 Katsumi Yamaoka +2001-05-29 Katsumi Yamaoka * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for `dolist'; protect against errors. -2001-05-29 Katsumi Yamaoka +2001-05-29 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't use `last'. @@ -2260,7 +2260,7 @@ * texi/gnus-ja.texi (Web Newspaper): Updated. -2001-05-28 Katsumi Yamaoka +2001-05-28 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-unexporting-files): Add "nnshimbun.el" if the library "shimbun" is not found. @@ -2287,13 +2287,13 @@ * etc/Makefile.in (datadir): Set this variable, like in the other Makefile.in's. Patch from Gaute B Strokkenes . -2001-05-16 Katsumi Yamaoka +2001-05-16 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore `widget-convert-button', `widget-create' and `widget-put'; ignore `defface'. -2001-05-14 Katsumi Yamaoka +2001-05-14 Katsumi Yamaoka * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a built-in function. @@ -2301,7 +2301,7 @@ * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore `defgroup'. -2001-05-14 Katsumi Yamaoka +2001-05-14 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 01. @@ -2317,16 +2317,16 @@ (locate-library): Make the function to be silent for Mule. * lisp/Makefile.in (clean): Remove dgnuskwds.el. -2001-05-07 Katsumi Yamaoka +2001-05-07 Katsumi Yamaoka * lisp/message.el (message-maybe-encode): Don't use `end-of-invisible'. -2001-05-07 Katsumi Yamaoka +2001-05-07 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00. -2001-04-27 Katsumi Yamaoka +2001-04-27 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 01. @@ -2344,29 +2344,29 @@ `inhibit-read-only'. (article-hide-headers): Ditto. -2001-04-16 Katsumi Yamaoka +2001-04-16 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00. -2001-04-16 Katsumi Yamaoka +2001-04-16 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00. -2001-04-16 Katsumi Yamaoka +2001-04-16 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00. -2001-04-13 Katsumi Yamaoka +2001-04-13 Katsumi Yamaoka * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF Emacsen; don't bind `mh-lib-progs'. -2001-04-10 Katsumi Yamaoka +2001-04-10 Katsumi Yamaoka * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile'; bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling. -2001-04-09 Katsumi Yamaoka +2001-04-09 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 10. @@ -2377,7 +2377,7 @@ (nnshimbun-asahi-get-headers): Ditto. (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available. -2001-04-02 Katsumi Yamaoka +2001-04-02 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with multiple articles even if there is a detached minibuffer frame on @@ -2388,12 +2388,12 @@ * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte mode. -2001-03-19 Katsumi Yamaoka +2001-03-19 Katsumi Yamaoka * lisp/gnus-kill.el (gnus-execute): Work with the extra headers. * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto. -2001-03-13 Katsumi Yamaoka +2001-03-13 Katsumi Yamaoka * lisp/message.el (message-fix-before-sending): Hide again the invisible property of encoded binary data parts after checking is @@ -2406,7 +2406,7 @@ * lisp/dgnushack.el (dgnushack-compose-package): Tidy up. (dgnushack-make-load): Ditto. -2001-03-12 Katsumi Yamaoka +2001-03-12 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-compose-package): New function. (dgnushack-make-load): Add autoload for cus-load if it is missing. @@ -2417,12 +2417,12 @@ * Makefile.in (elclean): Remove custom-load.el. -2001-03-08 Katsumi Yamaoka +2001-03-08 Katsumi Yamaoka * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME entity even if `gnus-show-mime' is nil. -2001-03-08 Katsumi Yamaoka +2001-03-08 Katsumi Yamaoka * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is adjusted. @@ -2432,22 +2432,22 @@ provided in cl. * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does. -2001-03-06 Katsumi Yamaoka +2001-03-06 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if `url-current-mime-charset' is bound. -2001-03-04 Katsumi Yamaoka +2001-03-04 Katsumi Yamaoka * lisp/gnus.el (gnus-info-find-node): Pretend to be `gnus-article-mode' in the article buffer. -2001-03-02 Katsumi Yamaoka +2001-03-02 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified. (nnshimbun-kinsoku-bol-list): Ditto. -2001-03-01 Katsumi Yamaoka +2001-03-01 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 09. @@ -2459,7 +2459,7 @@ * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist' is defined properly. -2001-02-28 Katsumi Yamaoka +2001-02-28 Katsumi Yamaoka * lisp/nnwfm.el: Require `gnus-clfns' when compiling. * lisp/nnshimbun.el: Ditto. @@ -2484,14 +2484,14 @@ * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining `gnus-article-read-summary-keys'. -2001-02-28 Katsumi Yamaoka +2001-02-28 Katsumi Yamaoka * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave the forwarded parts undecoded. (gnus-article-decode-article-as-default-mime-charset): Set the value of `default-mime-charset' buffer-locally. -2001-02-27 Katsumi Yamaoka +2001-02-27 Katsumi Yamaoka * lisp/gnus.el: Add autoloads for `gnus-summary-digest-post-forward' and @@ -2510,7 +2510,7 @@ `gnus-summary-digest-post-forward' and `gnus-summary-digest-mail-forward'. -2001-02-27 Katsumi Yamaoka +2001-02-27 Katsumi Yamaoka * lisp/gnus-sum.el (gnus-summary-show-article): Bind `gnus-inhibit-treatment' to t while fetching the raw article. @@ -2527,16 +2527,16 @@ to nil while `mime-edit-exit' is being done. (gnus-article-mime-edit-article-unwind): Turn off font-lock first. -2001-02-23 Katsumi Yamaoka +2001-02-23 Katsumi Yamaoka * lisp/dgnushack.el: Don't require `emu'. -2001-02-16 Katsumi Yamaoka +2001-02-16 Katsumi Yamaoka * lisp/message.el (message-forward-subject-author-subject): Decode `From' field. -2001-02-16 Katsumi Yamaoka +2001-02-16 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 08. @@ -2545,7 +2545,7 @@ only a temporary fix for an infloop on nnimap. FIXME!!! (gnus-select-newsgroup): Ditto. -2001-02-16 Katsumi Yamaoka +2001-02-16 Katsumi Yamaoka * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation about `gnus-article-display-hook.' @@ -2566,12 +2566,12 @@ `gnus-article-prepare-hook' after an article has been prepared; don't evaluate `gnus-article-display-hook'. -2001-02-15 Katsumi Yamaoka +2001-02-15 Katsumi Yamaoka * lisp/message.el (message-cite-original-without-signature): Extract from field for the simple citation line. -2001-02-14 Katsumi Yamaoka +2001-02-14 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 07. @@ -2592,7 +2592,7 @@ * aclocal.m4 (AC_CHECK_URL): Ignore cache. -2001-02-13 Katsumi Yamaoka +2001-02-13 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 06. @@ -2606,7 +2606,7 @@ * configure.in: Use it. -2001-02-08 Katsumi Yamaoka +2001-02-08 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced parentheses. @@ -2621,22 +2621,22 @@ of `xemacs'. (nnshimbun-xemacs-get-headers): Ditto. -2001-02-06 Katsumi Yamaoka +2001-02-06 Katsumi Yamaoka * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2. -2001-02-01 Katsumi Yamaoka +2001-02-01 Katsumi Yamaoka * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when gnus-ja.texi or message-ja.texi is given. It is needed for some make command if which can not understand "%-ja:" or "%-ja.info:". -2001-01-31 Katsumi Yamaoka +2001-01-31 Katsumi Yamaoka * lisp/gnus-sum.el (gnus-summary-display-article): Replace `mm-enable-multibyte-mule4' with `set-buffer-multibyte'. -2001-01-29 Katsumi Yamaoka +2001-01-29 Katsumi Yamaoka * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use `buffer-substring-no-properties' instead of `format'. @@ -2645,7 +2645,7 @@ * texi/ptexinfmt.el: Support @letterpaper and @afivepaper. -2001-01-22 Katsumi Yamaoka +2001-01-22 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 05. @@ -2655,7 +2655,7 @@ * lisp/Makefile.in (install): Use `install-without-compiling'. (install-without-compiling): New target. -2001-01-22 Katsumi Yamaoka +2001-01-22 Katsumi Yamaoka * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use `infohack-texi-format'. @@ -2668,11 +2668,11 @@ * texi/ptexinfmt.el: New file. * lisp/ptexinfmt.el: Move to texi/. -2001-01-18 Katsumi Yamaoka +2001-01-18 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 04. -2001-01-17 Katsumi Yamaoka +2001-01-17 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the files for autoloads already exist. @@ -2691,11 +2691,11 @@ * Makefile.in: Unset `PWD' for Meadow/NTEmacs. -2001-01-15 Jesper Harder +2001-01-15 Jesper Harder * make.bat: Fix doc. -2001-01-15 Katsumi Yamaoka +2001-01-15 Katsumi Yamaoka * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce the required value of `recursive-load-depth-limit' for Emacs 21. @@ -2713,14 +2713,14 @@ * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS). -2001-01-11 Katsumi Yamaoka +2001-01-11 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley extents for XEmacs 21.1 using `format'. * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change. -2001-01-10 Katsumi Yamaoka +2001-01-10 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 03. @@ -2737,21 +2737,21 @@ `gnus-bitmap'. (gnus-article-x-face-command): Don't check for xbm for x-face-e21. -2001-01-05 Katsumi Yamaoka +2001-01-05 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 02. * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it is not supported. -2000-12-26 Katsumi Yamaoka +2000-12-26 Katsumi Yamaoka * lisp/gnus.el: Bind `:parameter-type', `:parameter-document', `:function', `:function-document', `:variable', `:variable-document', `:variable-group', `:variable-type' and `:variable-default' for old Emacsen. -2000-12-22 Katsumi Yamaoka +2000-12-22 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 01. @@ -2770,7 +2770,7 @@ * configure.in: Add etc/Makefile. -2000-12-22 Katsumi Yamaoka +2000-12-22 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of `save-excursion'. @@ -2788,7 +2788,7 @@ * README.semi.ja: Fix typo. -2000-12-21 Katsumi Yamaoka +2000-12-21 Katsumi Yamaoka * lisp/lpath.el: Fbind `compose-mail' for Mule. @@ -2797,7 +2797,7 @@ `custom-declare-face' to omit unsupported keywords when Mule is running. -2000-12-20 Katsumi Yamaoka +2000-12-20 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00. @@ -2811,7 +2811,7 @@ Mule. (TopLevel): Don't require `custom' here. -2000-12-20 Jesper Harder +2000-12-20 Jesper Harder * make.bat: set max-lisp-eval-depth. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 18e1437..30cc454 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2006-02-10 Reiner Steib + + * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check + for `tool-bar-mode' and don't check it's default-value. + + * gnus-sum.el (gnus-summary-make-tool-bar): Ditto. + + * message.el (message-make-tool-bar): Ditto. + + * gnus-art.el (gnus-article-browse-html-parts): Remove useless + `substring'. Shorten tmp-file name. + + * gnus.el: Remove bogus comment. + +2006-02-10 Hynek Schlawack + + * gnus-art.el (gnus-article-browse-html-parts): New function. + (gnus-article-browse-html-article): New function for viewing html + articles with a browser. + 2006-02-09 Daiki Ueno * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings @@ -80,7 +100,7 @@ Update copyright notices of all files in the gnus directory. -2006-02-03 Andreas Seltenreich +2006-02-03 Andreas Seltenreich * nnweb.el (nnweb-request-group): Avoid growing overview files. @@ -97,7 +117,7 @@ * mml.el (mml-generate-mime-1): Correct the order of inline signed parts. -2006-01-31 Andreas Seltenreich +2006-01-31 Andreas Seltenreich * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo, there's only one active file for all servers. @@ -140,7 +160,7 @@ * nnweb.el (nnweb-google-parse-1): Clarify some comments. -2006-01-30 Andreas Seltenreich +2006-01-30 Andreas Seltenreich * nnweb.el (nnweb-type-definition, nnweb-google-parse-1) (nnweb-google-create-mapping, nnweb-google-search): Adapt to @@ -533,13 +553,6 @@ * dns.el (query-dns): Make sure we check the buffer size before removing tcp headers. -2006-01-08 Chong Yidong - - * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p) - (spam-group-spam-marks): Delete functions. - (spam-list-articles): Just call spam-group-ham-marks directly. - (spam-group-ham-marks): Simplify. - 2005-12-16 Katsumi Yamaoka * gnus-art.el (gnus-article-delete-text-of-type): Enable it to @@ -772,7 +785,7 @@ as a buffer-local variable. This avoids creating truncated dribble files as a result of a hang up, eg. -2006-01-03 Rodrigo Ventura (tiny change) +2006-01-03 Rodrigo Ventura (tiny change) * gnus-xmas.el (gnus-xmas-group-startup-message): Typo gnus-splash-face -> gnus-splash. Fixes starting from a TTY in @@ -2562,7 +2575,7 @@ * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change. -2005-03-10 Arne J,Ax(Brgensen (tiny change) +2005-03-10 Arne J,Ax(Brgensen (tiny change) * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw. @@ -2571,7 +2584,7 @@ * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add gnus-expert-user to default. -2005-03-08 Juergen Kreileder (tiny change) +2005-03-08 Juergen Kreileder (tiny change) * nnimap.el (nnimap-open-server): Ditto. @@ -2730,7 +2743,7 @@ * mml.el (mml-parse-1): Use them. -2005-02-21 Arne J,Ax(Brgensen +2005-02-21 Arne J,Ax(Brgensen * nnrss.el (nnrss-verbose): Removed. (nnrss-request-group): Use `nnheader-message' instead. @@ -2794,7 +2807,7 @@ mml-smime-get-dns-ldap. (mml-smime-encrypt-query): Use new function. Default to ldap. -2005-02-14 Arne J,Ax(Brgensen +2005-02-14 Arne J,Ax(Brgensen * smime.el: Require smime-ldap. (smime-ldap-host-list): New variable. @@ -2981,12 +2994,12 @@ * mml.el (mml-generate-mime-1): Convert string into unibyte when inserting " *mml*" buffer's contents into a unibyte temp buffer. -2005-01-24 Harald Meland (tiny change) +2005-01-24 Harald Meland (tiny change) * mail-source.el (mail-source-fetch-imap): Search for ^From case sensitively. -2005-01-21 Derek Atkins (tiny change) +2005-01-21 Derek Atkins (tiny change) * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache. @@ -6066,13 +6079,13 @@ * gnus-art.el (gnus-article-read-summary-keys): Restore new window-start and hscroll to summary window. -2004-03-12 Kevin Greiner +2004-03-12 Kevin Greiner * gnus-start.el (gnus-convert-old-newsrc): Only write the conversion message to newsrc-dribble when an actual conversion is performed. -2004-03-10 Malcolm Purvis (tiny change) +2004-03-10 Malcolm Purvis (tiny change) * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p. @@ -6084,7 +6097,7 @@ * gnus-art.el (gnus-mime-save-part-and-strip): Use it. (gnus-mime-delete-part): Use it. -2004-03-09 Kevin Greiner +2004-03-09 Kevin Greiner * gnus-agent.el (gnus-agent-read-local): Bind nnheader-file-coding-system to gnus-agent-file-coding-system to @@ -6100,7 +6113,7 @@ signaling an error; don't use mm-multiple-handles. (gnus-mime-delete-part): Ditto. -2004-03-08 Kevin Greiner +2004-03-08 Kevin Greiner * gnus-agent.el (gnus-agent-read-agentview): Removed support for old file versions. @@ -6165,7 +6178,7 @@ * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as an autodetect method -2004-03-04 Kevin Greiner +2004-03-04 Kevin Greiner * gnus-int.el (gnus-request-accept-article): Inform the agent that articles are being added to a group. @@ -6212,7 +6225,7 @@ * uudecode.el: Don't autoload executable-find. -2004-03-04 Kevin Greiner +2004-03-04 Kevin Greiner * gnus-agent.el (gnus-agent-file-header-cache): Removed. (gnus-agent-possibly-alter-active): Avoid null in numeric @@ -6244,7 +6257,7 @@ * gnus-cus.el (gnus-agent-customize-category): Mismatched paren. -2004-03-02 Kevin Greiner +2004-03-02 Kevin Greiner * gnus-cus.el (gnus-agent-customize-category): Removed ignore-errors macro reference that required cl to be loaded at @@ -6324,11 +6337,11 @@ * flow-fill.el: Typo. -2004-02-26 Andrew Cohen +2004-02-26 Andrew Cohen * spam-wash.el: New file. -2004-02-26 Mark A. Hershberger +2004-02-26 Mark A. Hershberger * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions. @@ -6640,7 +6653,7 @@ * spam-stat.el (spam-stat-process-directory-age): New option. (spam-stat-process-directory): Use it. -2004-01-24 Hiroshi Fujishima (tiny change) +2004-01-24 Hiroshi Fujishima (tiny change) * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty. (spam-stat-save): Accept prefix argument. @@ -6672,7 +6685,7 @@ * gnus-gl.el: Remove. -2004-01-23 Kevin Greiner +2004-01-23 Kevin Greiner * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of marks consisting of a single range {for example, (3 . 5)} rather @@ -6688,7 +6701,7 @@ * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987. Remove obsolete entries for big5 and gb2312. -2004-01-22 Kevin Greiner +2004-01-22 Kevin Greiner * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the uncompressed list. @@ -6701,7 +6714,7 @@ * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search here -- it's done in message-fetch-field. -2004-01-21 Kevin Greiner +2004-01-21 Kevin Greiner * gnus-agent.el (gnus-agent-queue-mail, gnus-agent-prompt-send-queue): New variables. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 165ea81..49ca75e 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -2715,6 +2715,47 @@ charset defined in `gnus-summary-show-article-charset-alist' is used." "-I" (symbol-name charset) "-O" (symbol-name charset)))) (mm-inline-wash-with-stdin nil "w3m" "-dump" "-T" "text/html"))) +(defun gnus-article-browse-html-parts (list) + "View all \"text/html\" parts from LIST. +Recurse into multiparts." + ;; Internal function used by `gnus-article-browse-html-article'. + (let ((showed)) + ;; Find and show the html-parts. + (dolist (handle list) + ;; If HTML, show it: + (when (listp handle) + (cond ((and (bufferp (car handle)) + (string-match "text/html" (car (mm-handle-type handle)))) + (let ((tmp-file (mm-make-temp-file + ;; Do we need to care for 8.3 filenames? + (format "mm-") nil ".html"))) + (mm-save-part-to-file handle tmp-file) + (browse-url tmp-file) + (setq showed t))) + ;; If multipart, recurse + ((and (stringp (car handle)) + (string-match "^multipart/" (car handle)) + (setq showed (or showed (hs-show-html-list handle)))))))) + showed)) + +;; TODO: Key binding; Remove temp files. +(defun gnus-article-browse-html-article () + "View \"text/html\" parts of the current article with a WWW browser." + (interactive) + (save-window-excursion + ;; Open raw article and select the buffer + (gnus-summary-show-article t) + (gnus-summary-select-article-buffer) + (let ((parts (mm-dissect-buffer t t))) + ;; If singlepart, enforce a list. + (when (and (bufferp (car parts)) + (stringp (car (mm-handle-type parts)))) + (setq parts (list parts))) + ;; Process the list + (unless (gnus-article-browse-html-parts parts) + (gnus-error 3 "Mail doesn't contain a \"text/html\" part!")) + (gnus-summary-show-article)))) + (defun article-hide-list-identifiers () "Remove list identifies from the Subject header. The `gnus-list-identifiers' variable specifies what to do." diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index cba46bb..1ad3f66 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -1125,11 +1125,10 @@ When FORCE, rebuild the tool bar." ;; The Gnus 5.10.6 code checked (default-value 'tool-bar-mode). ;; Why? --rsteib (or (not gnus-group-tool-bar-map) force)) - (let ((map (when (default-value 'tool-bar-mode) - (let ((load-path (mm-image-load-path))) - (gmm-tool-bar-from-list gnus-group-tool-bar - gnus-group-tool-bar-zap-list - 'gnus-group-mode-map))))) + (let* ((load-path (mm-image-load-path)) + (map (gmm-tool-bar-from-list gnus-group-tool-bar + gnus-group-tool-bar-zap-list + 'gnus-group-mode-map))) (if map (set (make-local-variable 'tool-bar-map) map)))) gnus-group-tool-bar-map) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index abbc7d9..cd4b1c4 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -2686,7 +2686,7 @@ Pre-defined symbols include `gnus-summary-tool-bar-gnome' and (gnus-summary-insert-new-articles "inbox") ;; (gnus-summary-exit "exit-mode") - ;; + ;; (customize-group 'gnus-summary) "preferences" (gnus-info-find-node "help")) "List of functions for the summary tool bar (GNOME style). @@ -2750,11 +2750,10 @@ When FORCE, rebuild the tool bar." (boundp 'tool-bar-mode) tool-bar-mode (or (not gnus-summary-tool-bar-map) force)) - (let ((map (when (default-value 'tool-bar-mode) - (let ((load-path (mm-image-load-path))) - (gmm-tool-bar-from-list gnus-summary-tool-bar - gnus-summary-tool-bar-zap-list - 'gnus-summary-mode-map))))) + (let* ((load-path (mm-image-load-path)) + (map (gmm-tool-bar-from-list gnus-summary-tool-bar + gnus-summary-tool-bar-zap-list + 'gnus-summary-mode-map))) (when map ;; Need to set `gnus-summary-tool-bar-map' because `gnus-article-mode' ;; uses it's value. diff --git a/lisp/message.el b/lisp/message.el index cb13a15..da667f1 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -7523,11 +7523,10 @@ When FORCE, rebuild the tool bar." tool-bar-mode (or (not message-tool-bar-map) force)) (setq message-tool-bar-map - (when (default-value 'tool-bar-mode) - (let ((load-path (mm-image-load-path))) - (gmm-tool-bar-from-list message-tool-bar - message-tool-bar-zap-list - 'message-mode-map))))) + (let ((load-path (mm-image-load-path))) + (gmm-tool-bar-from-list message-tool-bar + message-tool-bar-zap-list + 'message-mode-map)))) message-tool-bar-map) ;;; Group name completion. diff --git a/texi/ChangeLog b/texi/ChangeLog index caf1d23..cad90f7 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -514,7 +514,7 @@ * gnus-news.texi: Ditto. -2005-01-16 Xavier Maillard (tiny change) +2005-01-16 Xavier Maillard (tiny change) * gnus-faq.texi ([4.1]): Typo. @@ -883,7 +883,7 @@ * gnus.texi (Charsets): Point to relevant section in emacs-mime. -2004-04-14 Kevin Greiner +2004-04-14 Kevin Greiner * gnus.texi (Agent Visuals): Referenced new F(etched) group line format. @@ -992,7 +992,7 @@ * emacs-mime.texi: Enclose the iflatex section with iftex. -2004-03-02 Kevin Greiner +2004-03-02 Kevin Greiner * emacs-mime.texi: Wrapped documentencoding inside of iflatex as documentencoding is not supported by infohack. @@ -1044,7 +1044,7 @@ * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo. -2004-01-21 Kevin Greiner +2004-01-21 Kevin Greiner * gnus.texi (Outgoing Messages, Agent Variables): Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue. @@ -1229,7 +1229,7 @@ * gnus.texi (Group Parameters): Clarify. -2003-12-11 Kevin Greiner +2003-12-11 Kevin Greiner * gnus.texi (Agent Parameters): Added references in Topic and Group Parameters. Added gnus-agent-cat-disable-undownloaded-faces @@ -1611,7 +1611,7 @@ * gnus.texi (IMAP, Agent and IMAP, Oort Gnus): s/a/an/. Tiny patch from Niklas Morberg . -2003-05-12 Kevin Greiner +2003-05-12 Kevin Greiner * gnus.texi (Agent Visuals): Add. @@ -1866,7 +1866,7 @@ * message.texi (IDNA): New. -2003-03-18 Kevin Greiner +2003-03-18 Kevin Greiner * gnus.texi (Gnus Unplugged): Refer to new agent Group/Topic parameters. @@ -1943,7 +1943,7 @@ (Document Server Internals, Score Variables, Adaptive Scoring) (X-Face, Hashcash): do. -2003-02-28 Vasily Korytov +2003-02-28 Vasily Korytov * gnus.texi: New values, 'to-list and 'cc-list, for gnus-boring-article-headers. @@ -2825,7 +2825,7 @@ * gnus.texi (Mail Spool): Add cindex for marks. (Mail Folders): Add cindex for marks. -2002-03-24 Raymond Scholz +2002-03-24 Raymond Scholz * gnus.texi (Summary Buffer Lines): Fix doc. @@ -2833,7 +2833,7 @@ * Makefile.in (booklet.dvi, booklet.pdf): Support booklet. -2002-03-24 Felix Natter +2002-03-24 Felix Natter * booklet.tex, bk-at.tex, bk-lt.tex, gnuslog-booklet.eps: New file. * gnusref.tex, refcard.tex: Support booklet. @@ -2863,7 +2863,7 @@ * message.texi (Security): Add mml-unsecure-message. (Mailing Lists): Index message-goto-mail-followup-to. -2002-03-23 Jesper Harder +2002-03-23 Jesper Harder * gnusref.tex, refcard.tex: Addition. @@ -2942,7 +2942,7 @@ * gnus.texi (Mail Source Specifiers): Use @uref. -2002-02-13 Jesper Harder +2002-02-13 Jesper Harder * message.texi, gnus.texi, emacs-mime.texi: Use small caps consistently. MIME, NOV, NNTP, HTML, IMAP are written with @sc @@ -4012,11 +4012,11 @@ * gnus.texi (Sorting Groups): Note `C-k' and `C-y' for manually moving groups around. -2001-04-07 Ryan Yeske +2001-04-07 Ryan Yeske * gnus.texi (Splitting in IMAP): Fix. -2001-04-07 Jesper Harder +2001-04-07 Jesper Harder * gnus.texi (More Threading): Fix. @@ -4139,7 +4139,7 @@ * gnus.texi (Top): Add Using GPG. -2001-02-02 David Masterson +2001-02-02 David Masterson * gnus.texi (The Server is Down): Add link to Group Levels. @@ -4158,7 +4158,7 @@ * message.texi (message-ignored-news-headers): Add "X-Draft-From:". (message-ignored-mail-headers): Ditto. -2001-01-21 Raymond Scholz +2001-01-21 Raymond Scholz * message.texi: Rename X-Mailer and X-Newsreader to User-Agent. @@ -4174,7 +4174,7 @@ * emacs-mime.texi: Set dircategory to Emacs. -2001-01-16 Jesper Harder +2001-01-16 Jesper Harder * gnus.texi (Group Line Specification): Add. @@ -4343,7 +4343,7 @@ group names as target, where `gnus-split-methods' uses file names. Suggested by Nevin Kapur. -2000-11-07 Martin Buchholz +2000-11-07 Martin Buchholz * gnus.texi: Doc fix. @@ -4356,7 +4356,7 @@ * gnus.texi (Finding the News): @env is not supported in texinfo 3.12. -2000-10-31 Jorge Godoy +2000-10-31 Jorge Godoy * gnus.texi: gnus-gpg document. @@ -4495,7 +4495,7 @@ Explain interaction between these. Add Lisp example for setting `nnmail-expiry-target'. -2000-08-04 Andreas Oeldenberger +2000-08-04 Andreas Oeldenberger * message.texi (Forwarding): Fix. @@ -4652,7 +4652,7 @@ * gnus.texi (MIME Commands): Fix. -2000-01-03 Karl Kleinpaste +2000-01-03 Karl Kleinpaste * gnus.texi (Splitting in IMAP): Add '.' after @xref. -- 1.7.10.4