X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=3b316aa2460be8a6e3b1e2608f7f642273a3f643;hb=0b9de6c151dd32cd48c37f1eb9888365f8952222;hp=fe3cf8dddd6b174991d820c2157ed3cee96e4ddd;hpb=6277de5f0e5b26bc92640def5ac859b4b0f68aac;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe3cf8ddd..3b316aa24 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,464 @@ +2001-10-17 Per Abrahamsen + + * gnus-msg.el (gnus-post-method): Changed two instances of + 'active' to 'current' and one 'null' to 'not'. + +2001-10-16 Kai Gro,A_(Bjohann + From Katsumi Yamaoka . + + * message.el (message-setup-fill-variables): Use + `normal-auto-fill-function' instead of `auto-fill-function'. + +2001-10-16 Simon Josefsson + + * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug. + (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME + body. (Mailcrypt seem to do this, but gpg.el doesn't.) + +2001-10-16 Kai Gro,A_(Bjohann + Patch by Oliver Scholz . + + * gnus-draft.el (gnus-draft-edit-message): Add text property + `field' with value `header' to message headers. + * message.el (message-setup-1): Really add text property to all of + the header, not just part of it. + +2001-09-04 21:42:23 Lars Magne Ingebrigtsen + + * gnus-group.el (gnus-group-sort-by-server): Use it. + + * gnus.el (gnus-method-to-full-server-name): New, bogus function. + + * gnus-topic.el (gnus-topic-sort-groups-by-server): New command + and keystroke. + +2001-10-14 Simon Josefsson + + * dig.el: Doc fix. + + * smime.el: Doc fix. + + * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word + charset magic from message.el. + +2001-10-12 Simon Josefsson + Suggested by david.goldberg6@verizon.net (David S. Goldberg) + + * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove + 'cite from g-a-wash-types. + (gnus-cite-toggle): Ditto. Add 'cite. Set modeline. + (gnus-article-hide-citation): Fix. + + * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line + character. + (gnus-article-toggle-cited-text): Toggle `c' mode line character. + + * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate + definition. + (gnus-signature-toggle): Toggle `s' mode line character. + + * gnus-art.el (article-emphasize): Set `g-a-wash-types' after + doing stuff that clears it. + +2001-10-12 Simon Josefsson + + * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite. + From Eric Marsden . + +2001-10-12 10:00:00 ShengHuo ZHU + + * message.el (message-do-auto-fill): Use gnus-point-at-bol. + (autoload): Add some autoloads. + +2001-10-12 Kai Gro,A_(Bjohann + Suggested by Oliver Scholz . + + * message.el (message-do-auto-fill): New function. Like + `do-auto-fill' but don't fill when in the message header. + (message-setup-1): Put a text property on the message header. + (message-setup-fill-variables): Use `message-do-auto-fill'. + +2001-10-10 12:00:00 ShengHuo ZHU + + * message.el (message-send-mail-partially): Insert an empty line + first, because of the change of message-make-lines. + +2001-10-10 Florian Weimer + + * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support + iso-8859-15, make it an alias for iso-8859-1. + +2001-10-10 Katsumi Yamaoka + + * message.el (message-send-news): Don't modify the value of + `message-syntax-checks' if it is not a list (possibly it is + `dont-check-for-anything-just-trust-me'). + +2001-10-10 Katsumi Yamaoka + + * gnus-group.el (gnus-group-name-charset-group-alist): Use + `find-coding-system' for XEmacs to check whether the coding-system + `utf-8' is available. + +2001-10-09 13:00:00 ShengHuo ZHU + + * dgnushack.el (dgnushack-compile): Detect mh-e and xml. + +2001-10-09 Per Abrahamsen + + * message.el (message-send-news): Oops, missed case with no + "Followup-To" header... + +2001-10-09 Per Abrahamsen + + * message.el (message-send-news): Allow + `gnus-group-name-charset-group-alist' to affect encoding of the + "Newsgroups" and "Followup-To" headers. + +2001-10-07 15:00:00 ShengHuo ZHU + + * Makefile.in (install-el): Depend on gnus-load.el. + +2001-10-07 13:00:00 ShengHuo ZHU + + * Makefile.in (install-el): Use -f. + From: Amos Gouaux + +2001-10-07 Per Abrahamsen + + * message.el (message-send-news): Don't encode Followups-To when + `gnus-group-name-charset-group-alist is' ".*". [Yuck] + + * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup + header. + + * gnus-art.el (article-decode-group-name): Also decode + "Followup-To". + + * rfc2047.el (rfc2047-encode-message-header): Encode without + asking for null methods. + + * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8 + default charset for newsgroup names in accordance with USEFOR. + + * gnus-group.el (gnus-group-name-charset-method-alist, + gnus-group-name-charset-group-alist): Removed "*" from doc + strings, "*" should not be used for complex variables. + +2001-10-06 Simon Josefsson + + Support UTF-8 group names better. + + * message.el (message-check-news-header-syntax): Encode group + names before comparison. + + * gnus-msg.el (gnus-copy-article-buffer): Run all + `gnus-article-decode-hook's except `article-decode-charset' + instead of hardcoding call to one of them. + + * gnus-art.el (gnus-article-decode-hook): Add + `article-decode-group-name'. + (article-decode-group-name): New function, use `g-d-n'. + + * gnus-group.el (gnus-group-insert-group-line): Decode + gnus-tmp-group using `g-d-n'. + + * gnus-util.el (gnus-decode-newsgroups): New function. + +2001-10-06 Per Abrahamsen + + * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil + `gnus-group-name-charset-group-alist'. + +2001-10-06 08:00:00 ShengHuo ZHU + + * Makefile.in: Install el in install. Add uninstall. + +2001-10-05 Simon Josefsson + + * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom. + + * gnus-sum.el (gnus-summary-move-article): Also activate new groups. + + * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in + empty folders. + + * gnus-sum.el (gnus-select-newsgroup): Don't enable `display' + limiting if read-all (C-u RET) was used. + +2001-10-04 Simon Josefsson + + * mail-source.el (mail-source-movemail-program): New variable. + (mail-source-movemail): Use it. Suggested by Taylor Hutt + . + +2001-10-03 Simon Josefsson + + * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param. + (gnus-summary-line-format-alist): Fix param. + +2001-10-02 Simon Josefsson + + * nnimap.el (nnimap-request-move-article): Use imap.el directly, + don't go through `nnimap-request-expire-articles' to delete the + article. Thanks to prj@po.cwru.edu (Paul Jarc). + +2001-10-02 10:00:00 ShengHuo ZHU + + * gnus-agent.el (gnus-agent-write-active): The min in the + agent/active may be larger than that in the server/active. + +2001-10-01 Simon Josefsson + + * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server + is IMAP4rev1. + + * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum. + + * nnfolder.el: Ditto. + +2001-09-30 Dan Christensen + + * gnus-sum.el (gnus-summary-extract-address-component): New function. + (gnus-summary-from-or-to-or-newsgroups): Optimize. + +2001-09-29 Kai Gro,A_(Bjohann + + * message.el (message-mode-map): Keybinding for `gnus-delay-article'. + (message-mode-menu): Menu item for same. + + * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending + delayed articles. + + * gnus-delay.el (gnus-delay-send-drafts): Do nothing if + nndraft:delayed does not exist. + (gnus-delay-initialize): Don't set up keymap, that's done from + message.el now. + (gnus-delay, gnus-delay-group, gnus-delay-header) + (gnus-delay-default-delay, gnus-delay-default-hour): Customize. + +2001-09-29 Simon Josefsson + + * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as + utf-8, not eight-bit-control. + + * imap.el (imap-shell-host, imap-default-user, imap-use-utf7) + (imap-log, imap-debug): Custom. + (imap-log-buffer, imap-debug-buffer): New constants. + (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open) + (imap-network-open, imap-shell-open, imap-starttls-open) + (imap-send-command-1, imap-send-command, imap-arrival-filter) + (imap-debug): Use imap-*-buffer. + + * nndoc.el (nndoc-article-type): Add mailman. + (nndoc-type-alist): Ditto. + (nndoc-mailman-type-p): New function. + +2001-09-28 07:00:00 ShengHuo ZHU + + * gnus-xmas.el (gnus-article-x-face-command): Merge it into + gnus-art.el. + +2001-09-27 Simon Josefsson + + * gnus-topic.el (gnus-topic-mode-map): Add catchup. + (gnus-topic-catchup-articles): New function. Suggested by Robin + S. Socha . + +2001-09-27 11:00:00 ShengHuo ZHU + From Gerd M,Av(Bllmann . + + * gnus-ems.el (gnus-article-display-xface): Insert xface after + previous ones. + +2001-09-27 07:00:00 ShengHuo ZHU + From Daiki Ueno + + * gnus-sum.el (gnus-summary-show-article): The arglist of + detect-coding-region is incompatible. + +2001-09-26 18:00:00 ShengHuo ZHU + From Katsuhiro Hermit Endo + + * gnus-group.el (gnus-group-delete-group): Typo. + +2001-09-26 Simon Josefsson + + * nnmail.el (nnmail-expiry-target-group): Add doc warning. + + * nnimap.el (nnimap-expiry-target): Use temp buffer. + +2001-09-26 07:00:00 ShengHuo ZHU + + * gnus-cus.el (gnus-group-parameters): Display as sexp. + +2001-09-22 Simon Josefsson + + * nnml.el (nnml-open-marks): Remove unpropagatable marks. + + * nnfolder.el (nnfolder-open-marks): Ditto. + + * gnus-sum.el (gnus-article-unpropagatable-p): New function. + (gnus-update-marks): Use it. + (gnus-update-marks): Use `gnus-article-mark-to-type' instead of + hardcoded list. + + * gnus.el (gnus-article-special-mark-lists): Add killed. + (gnus-article-unpropagated-mark-lists): New constant. + +2001-09-22 Simon Josefsson + + * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as + custom option. + +2001-09-23 Simon Josefsson + + * gnus-draft.el (gnus-draft-setup): Add mark in backend as well. + +2001-09-23 02:00:00 ShengHuo ZHU + + * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window. + +2001-09-22 Per Abrahamsen + + * gnus-group.el (gnus-group-sort-function): Fix customize type to + accept lists of functions. + +2001-09-20 Simon Josefsson + + * gnus-group.el (gnus-group-catchup): Update expire marks in + backend. Also, if ALL also set expire marks on tick/dormant. + +2001-09-20 Kai Gro,A_(Bjohann + + * message.el (message-tab-body-function): New variable. + * message.el (message-tab): Use it. + +2001-09-19 Sam Steingold + + * gnus-win.el (gnus-buffer-configuration): Respect + `gnus-bug-create-help-buffer'. + +2001-09-18 Simon Josefsson + + * gnus-spec.el (gnus-correct-pad-form): Re-revert. + (gnus-parse-simple-format): Re-revert. + +2001-09-16 Katsuhiro Hermit Endo + + * gnus-spec.el (gnus-parse-complex-format): Don't fold search + case. (Thanks to Daiki Ueno .) + +2001-09-18 Simon Josefsson + + * gnus-spec.el (gnus-correct-pad-form): Remove until papers are + signed. + (gnus-parse-simple-format): Don't use it. + +2001-09-17 Miles Bader + + * gnus-srvr.el (gnus-server-insert-server-line): Don't let an + error querying a backend abort the whole process. + +2001-09-17 08:00:00 ShengHuo ZHU + + * gnus-srvr.el (gnus-server-mode): Fix bogus fontification. + From Gerd M,Av(Bllmann . + +2001-09-17 Didier Verna + + * nndiary.el: version 0.2-b14. + * gnus-diary.el (gnus-diary-check-message): fix `read-string' + compatibility problem with XEmacs 21.1. + +2001-09-15 Simon Josefsson + + * gnus-group.el (gnus-group-line-format): Document %c. + + * nnml.el (nnml-parse-head): Handle CRLF files. + (nnml-generate-nov-file): Ditto. + (nnml-retrieve-headers): Ditto. + +2001-09-15 Michael Welsh Duggan + + * gnus-spec.el (gnus-parse-format): Don't treat %c as %C. + +2001-09-13 Martin Kretzschmar + + * gnus-spec.el (gnus-correct-substring): Still stopped one + character before we wanted (never included last character). + (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again, + add missing "," (once per function) + +2001-09-14 Simon Josefsson + + * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group + (otherwise e.g. gnus-agentize in .gnus overrides the customized + default before gnus-group is loaded and the variable set.) + + * nnimap.el (nnimap-request-set-mark): Do not store bookmark, + killed or unsent marks. + + * gnus-draft.el (gnus-draft-setup): Don't set mark when there + isn't an article to set it on (e.g. when you `a' in a group). + +2001-09-12 Pavel Jan,Bm(Bk + + * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we + can read e-mails from Microsoft Outlook users not using ISO + 8859-2 character set. + +2001-09-12 18:00:00 ShengHuo ZHU + + * gnus-diary.el: Minor modifications to avoid warnings. + (gnus-summary-misc-menu): defvar. + (gnus-diary-check-message): Use gnus-point-at-eol. + (gnus-diary-kill-entire-line): eval-and-compile. + +2001-09-12 Didier Verna + + * nndiary.el: new version (0.2-b13). + * nndiary.el (nndiary-mail-sources): doc update. + * nndiary.el (nndiary-split-methods): ditto. + * nndiary.el (nndiary-request-accept-article-hooks): New. + * nndiary.el (nndiary-request-accept-article): use it, check + message validity. + * nndiary.el (nndiary-get-new-mail): changed default to nil. + * nndiary.el (nndiary-schedule): fix bug (misplaced + condition-case): it didn't return nil on error. + * gnus-diary.el: new version. + * gnus-diary.el (gnus-diary-summary-line-format): removed %I. + * gnus-diary.el (gnus-diary-header-value-history): New. + * gnus-diary.el (gnus-diary-narrow-to-headers): New. + * gnus-diary.el (gnus-diary-add-header): New. + * gnus-diary.el (gnus-diary-check-message): New. + * gnus-diary.el (message-mode-map): bind the above to `C-c D c'. + * gnus-diary.el (gnus-article-edit-mode-map): ditto. + +2001-09-10 TSUCHIYA Masatoshi + + * gnus-sum.el (gnus-select-newsgroup): Make + `gnus-current-select-method' buffer-local. + + * gnus-art.el (gnus-request-article-this-buffer): Refer + `gnus-current-select-method' in the current summary buffer. + +2001-09-10 Simon Josefsson + From Daniel Pittman + + * gnus-spec.el (gnus-correct-pad-form): Fix. + +2001-09-09 Simon Josefsson + + * mm-decode.el (mm-inline-media-tests): Add + application/x-emacs-lisp. + (mm-attachment-override-types): Add + application/{x-,}pkcs7-signature. + + * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook) + (gnus-server-line-format, gnus-server-mode-line-format) + (gnus-server-browse-in-group-buffer): Customize. + 2001-09-08 16:00:00 ShengHuo ZHU * nnml.el (nnml-marks-changed-p): Typo. @@ -6,7 +467,7 @@ (nnml-marks-modtime): Use gnus-make-hashtable. * nnfolder.el (nnfolder-marks-changed-p): Typo. - (nnfolder-request-expire-articles, nnfolder-save-marks) + (nnfolder-request-expire-articles, nnfolder-save-marks) (nnfolder-open-marks): Typo. (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash. (nnfolder-marks-changed-p): Use gnus-gethash. @@ -51,17 +512,17 @@ * nnml.el (nnml-filenames-are-evil): New variable. (nnml-article-to-file-alist): Rename to ... - (nnml-current-group-article-to-file-alist): ... this. + (nnml-current-group-article-to-file-alist): ... this. Respect `nnml-filenames-are-evil'. (nnml-active-number): Update. (nnml-update-file-alist): Update. (nnml-request-article): Use nnheader-article-to-file-alist. (nnml-request-rename-group): Likewise. - + 2001-09-06 Katsumi Yamaoka * gnus-sum.el (gnus-summary-insert-line): Fix. - + 2001-09-06 Bj,Av(Brn Torkelsson * gnus-sum.el: Bind g-s-t-s to "W g". @@ -148,19 +609,19 @@ gets alist from nov database if available. (nnml-directory-articles): New function. (nnml-article-to-file-alist): New function. - + 2001-08-30 Andrew Innes * mm-decode.el (mm-display-external): Use `name' as filename, if `filename' attribute is not present. - + 2001-08-30 Andrew Innes * mail-source.el (mail-source-flash): New defcustom. (mail-source-new-mail-p): Ring visible bell if appropriate. (mail-source-start-idle-timer): Use unwind-protect to ensure idle timer is cleared even if mail check signals an error. - + 2001-08-29 10:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-move-article): Only update marks of @@ -175,7 +636,7 @@ * nnml.el (nnml-request-update-info): Fix message. (nnml-open-marks): Ditto. - * nnfolder.el (nnfolder-request-update-info): + * nnfolder.el (nnfolder-request-update-info): (nnfolder-open-marks): Fix message. 2001-08-25 Simon Josefsson @@ -229,7 +690,7 @@ 2001-08-24 16:05:38 Lars Magne Ingebrigtsen - * gnus-spec.el (gnus-compile): Don't compile gnus-version. + * gnus-spec.el (gnus-compile): Don't compile gnus-version. * gnus-group.el (gnus-update-group-mark-positions): Bind gnus-group-update-hook to nil. @@ -240,7 +701,7 @@ 2001-08-24 12:00:00 ShengHuo ZHU - * gnus-sum.el (gnus-summary-insert-line) + * gnus-sum.el (gnus-summary-insert-line) (gnus-summary-prepare-threads): gnus-tmp-lines should be a string. From Martin Kretzschmar @@ -285,7 +746,7 @@ * gnus-sum.el (gnus-select-newsgroup): Clean up. (gnus-summary-limit-children): Use 'identity instead of `all'. (gnus-summary-limit-to-display-predicate): New command and - keystroke. + keystroke. 2001-08-23 10:00:00 ShengHuo ZHU @@ -308,7 +769,7 @@ 2001-08-22 00:06:52 Lars Magne Ingebrigtsen * gnus.el (gnus-visual-p): Define function before use of - function. + function. 2001-08-21 23:28:02 Lars Magne Ingebrigtsen @@ -340,9 +801,9 @@ 2001-08-20 01:34:03 Lars Magne Ingebrigtsen * gnus.el (gnus-expand-group-parameters): Don't alter the variable - list. + list. - * gnus-sum.el (gnus-summary-move-article): Don't select article. + * gnus-sum.el (gnus-summary-move-article): Don't select article. 2001-08-20 Simon Josefsson @@ -352,7 +813,7 @@ 2001-08-20 01:34:03 Lars Magne Ingebrigtsen * gnus.el (gnus-expand-group-parameters): Return the parameter - list. + list. * gnus-sum.el (gnus-summary-show-article): Doc fix. (gnus-summary-show-article): Guess at charset if required. @@ -374,15 +835,15 @@ * mm-view.el (mm-inline-text): Ignore vcard errors. - * gnus-art.el (gnus-ignored-headers): Added more junk headers. + * gnus-art.el (gnus-ignored-headers): Added more junk headers. * gnus-score.el (gnus-all-score-files): Use append instead of - nconc. + nconc. * gnus.el (gnus-splash-face): Doc fix. * mm-decode.el (mm-mailcap-command): Use - mm-path-name-rewrite-functions. + mm-path-name-rewrite-functions. (mm-path-name-rewrite-functions): New variable. * gnus-spec.el (gnus-parse-complex-format): React to ?=. @@ -399,7 +860,7 @@ * gnus-ems.el (gnus-char-width): Moved here. * gnus-sum.el (gnus-select-newsgroup): Set - gnus-newsgroup-articles. + gnus-newsgroup-articles. (gnus-unseen-mark): New variable. (gnus-newsgroup-unseen): Ditto. (gnus-newsgroup-seen): Ditto. @@ -534,12 +995,12 @@ 2001-08-17 10:41:14 Lars Magne Ingebrigtsen - * gnus-agent.el (gnus-agent-fetch-group): Go online if offline. + * gnus-agent.el (gnus-agent-fetch-group): Go online if offline. (gnus-agent-summary-fetch-group): New command and keystroke. * gnus-art.el (gnus-insert-mime-button): Tiny clean-up. (gnus-mime-display-security): Make it respect - gnus-unbuttonized-mime-type-p. + gnus-unbuttonized-mime-type-p. * gnus-sum.el (gnus-articles-to-read): Comments. (gnus-article-marked-p): New function. @@ -573,7 +1034,7 @@ 2001-05-21 17:11:46 Lars Magne Ingebrigtsen * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to - nil. + nil. 2001-08-15 Kai Gro,A_(Bjohann @@ -583,7 +1044,7 @@ 2001-08-15 Simon Josefsson From Pavel@Janik.cz (Pavel Jan,Bm(Bk) - * gnus-agent.el (gnus-agent-make-mode-line-string) + * gnus-agent.el (gnus-agent-make-mode-line-string) (gnus-agent-toggle-plugged): Use new API. 2001-08-14 Kai Gro,A_(Bjohann @@ -596,7 +1057,7 @@ Support `recent' mark indicating newly arrived messages (to separate from old but unread messages). - + * nnimap.el (nnimap-retrieve-groups): Push dummy article into `nnmail-split-history' if recent is > 0. (nnimap-request-update-info-internal): Update `recent' marks. @@ -621,14 +1082,14 @@ 2001-08-12 Simon Josefsson Suggested by Per Abrahamsen - * gnus.el (gnus-summary-line-format, gnus-parameters): - * gnus-gl.el (gnus-summary-grouplens-line-format): - * gnus-salt.el (gnus-summary-pick-line-format): + * gnus.el (gnus-summary-line-format, gnus-parameters): + * gnus-gl.el (gnus-summary-grouplens-line-format): + * gnus-salt.el (gnus-summary-pick-line-format): * gnus-spec.el (gnus-format-specs): %n is 23 chars. 2001-08-11 09:40:00 Karl Kleinpaste Committed by Kai Gro,A_(Bjohann. - + * gnus-score.el (gnus-score-string): Fix `match' regexp for `extra' header case. @@ -657,7 +1118,7 @@ * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use gnus-group-find-parameter. Suggested by Janne Rinta-Manty . - + * mail-source.el (mail-source-movemail): The error buffer is modified, but nothing in it. @@ -715,11 +1176,11 @@ gnus-summary-update-secondary-secondary-mark. * gnus-sum.el (gnus-summary-edit-article-done): Ditto. * gnus-sum.el (gnus-summary-reparent-thread): Ditto. - + 2001-08-07 16:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus. - + * gnus-group.el (gnus-group-make-menu-bar): Ditto. * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M,Av(Bllmann @@ -829,7 +1290,7 @@ * gnus-msg.el (gnus-post-method): Bind the value of `gnus-post-method' to the group parameter if it is defined. - + 2001-08-02 Simon Josefsson * smime.el (smime-extra-arguments): Removed. @@ -856,8 +1317,8 @@ 2001-08-01 Gerd Moellmann - * mm-view.el (autoload): Don't autoload `diff-mode' if it's - already fboundp. Add INTERACTIVE arg to autoload form. + * mm-view.el (autoload): Don't autoload `diff-mode' if it's + already fboundp. Add INTERACTIVE arg to autoload form. 2001-08-01 09:00:00 ShengHuo ZHU @@ -872,10 +1333,10 @@ 2001-07-31 Katsumi Yamaoka * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'. - + 2001-07-31 17:00:00 ShengHuo ZHU Originally from Pavel Jan,Bm(Bk - + * gnus-agent.el (gnus-agent-make-mode-line-string): New. (gnus-agent-toggle-plugged): Use it. @@ -934,8 +1395,8 @@ * mail-source.el (top-level): Require message for message-directory. (mail-source-directory): Change default to message-directory. - * smime.el (smime-keys, smime-CA-directory, smime-CA-file) - (smime-certificate-directory, smime-openssl-program) + * smime.el (smime-keys, smime-CA-directory, smime-CA-file) + (smime-certificate-directory, smime-openssl-program) (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*"). (smime-extra-arguments): New variable. (smime-dns-server): Fix customize group. @@ -958,12 +1419,12 @@ Support S/MIME decryption. - * mm-decode.el (mm-inline-media-tests): + * mm-decode.el (mm-inline-media-tests): (mm-inlined-types): (mm-automatic-display): (mm-attachment-override-types): Add application/{x-,}pkcs7-mime. - * mm-view.el (mm-pkcs7-signed-magic): + * mm-view.el (mm-pkcs7-signed-magic): (mm-pkcs7-enveloped-magic): New variables. (mm-view-pkcs7-get-type): New function; identify PKCS#7 type. (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs. @@ -989,9 +1450,9 @@ * gnus-sum.el (gnus-summary-prepare-threads): If gnus-sum-thread-tree-root is nil, use subject instead. - (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent) - (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent) - (gnus-sum-thread-tree-leaf-with-other) + (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent) + (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent) + (gnus-sum-thread-tree-leaf-with-other) (gnus-sum-thread-tree-single-leaf): Documentation. (gnus-sum-thread-tree-single-indent): Allow nil. @@ -1087,10 +1548,10 @@ * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache. 2001-07-25 12:54:00 Danny Siu - + * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree display (%B) for threads if threading is off. - + 2001-07-25 14:00:00 ShengHuo ZHU From Henrik Enberg @@ -1101,7 +1562,7 @@ * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New variable. (nnmail-split-fancy-with-parent): Ignore certain groups. - + 2001-07-25 11:00:00 ShengHuo ZHU * gnus-util.el (gnus-byte-compile): New.