2001-08-19 Simon Josefsson * nnml.el (nnml-request-set-mark): Return nil. (nnml-save-marks): Use nnml-possibly-create-directory. (nnml-open-marks): Only work in temp buffer when inserting/reading .marks file. 2001-08-18 19:00:00 ShengHuo ZHU * gnus.el (gnus-expand-group-parameters): Fix. * gnus-spec.el (gnus-char-width): New. (gnus-correct-substring, gnus-correct-length): Use it. * message.el (message-required-mail-headers): Fix doc. 2001-08-18 18:00:00 ShengHuo ZHU * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark. * mm-decode.el (mm-save-part-to-file): Insert the handle. 2001-08-18 13:00:00 ShengHuo ZHU * nnslashdot.el (nnslashdot-threaded-retrieve-headers): slashdot 2.2 (not fully fixed yet). (nnslashdot-request-article): Ditto. 2001-08-18 Simon Josefsson * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from nnimap. * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to gnus-util. (nnimap-request-update-info-internal): Use new functions. * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use new functions. 2001-08-18 Simon Josefsson Make nnml groups self-contained as far as marks are concerned. * nnml.el (nnml-request-delete-group): Delete marks file. (nnml-request-rename-group): Move marks file. (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server variables. (nnml-request-set-mark, nnml-request-update-info): New server functions. (nnml-save-marks, nnml-open-marks): New functions. 2001-08-18 Simon Josefsson * gnus-sum.el (gnus-summary-move-article): Use `add' instead of `set' when setting marks. 2001-08-17 22:00:00 ShengHuo ZHU * gnus.el (gnus-info-find-node): Take an argument. * gnus-art.el (gnus-button-handle-info): New. (gnus-url-unhex-string): Replace "+" to " ". 2001-08-17 21:00:00 ShengHuo ZHU * message.el (message-check-news-header-syntax): Check bad From. 2001-08-18 00:14:45 Lars Magne Ingebrigtsen * gnus-spec.el (gnus-correct-length): New function. (gnus-correct-substring): New function. (gnus-tilde-max-form): Use it. 2001-08-17 Nevin Kapur * nnmh.el: Docstring changes as below. * nnml.el: Docstring changes as below. * nnbabyl.el: Docstring changes as below. * nnmbox.el: Docstring changes as below. * nnfolder.el: Added docstrings identifying each virtual server parameter. 2001-08-18 Simon Josefsson * mml.el (mml-menu): Collapse Attach, Insert and Security submenu. 2001-08-17 Bj,Av(Brn Torkelsson * message.el: rename "Abort Message" to "Postpone Message". Remove "Attach file as MIME" from Message menu, it's already in the MIME menu. 2001-08-17 14:00:00 ShengHuo ZHU * smime.el (smime-point-at-eol): eval-and-compile. (smime-make-temp-file): New. (smime-sign-region, smime-encrypt-region, smime-decrypt-region): Use it. 2001-08-17 10:41:14 Lars Magne Ingebrigtsen * 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-sum.el (gnus-articles-to-read): Comments. (gnus-article-marked-p): New function. (gnus-summary-display-make-predicate): New function. (gnus-select-newsgroup): Use them. * mm-decode.el (mm-save-part-to-file): Made it not error. 2001-08-17 Simon Josefsson * imap.el (imap-wait-for-tag): If process-status isn't open or run, return nil instead of sit-for looping. 2001-08-17 10:41:14 Lars Magne Ingebrigtsen * lpath.el (featurep): fbind xml-parse-region. * gnus.el (gnus-message-archive-method): Default to "archive". (gnus-message-archive-method): Doc fix. (gnus-parameters-get-parameter): Cleaned up. (gnus-expand-group-parameter): New function. * gnus-start.el (gnus-setup-news): Push the archive server only the server list. * mml.el (mml-menu): Changed name to "Attachments". * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message when there is something to detroy. 2001-05-21 17:11:46 Lars Magne Ingebrigtsen * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to nil. 2001-08-15 Kai Gro,A_(Bjohann * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec, which specifies a time today or tomorrow. 2001-08-15 Simon Josefsson From Pavel@Janik.cz (Pavel Jan,Bm(Bk) * gnus-agent.el (gnus-agent-make-mode-line-string) (gnus-agent-toggle-plugged): Use new API. 2001-08-14 Kai Gro,A_(Bjohann * gnus-delay.el (gnus-delay-send-drafts): Fix check whether deadline has expired. 2001-08-12 Simon Josefsson Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE 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. (nnimap-request-set-mark): Never set `recent' marks. (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add recent. * gnus-sum.el (gnus-recent-mark): New mark. (gnus-newsgroup-recent): New variable. (gnus-summary-local-variables): Add gnus-newsgroup-recent. (gnus-summary-prepare-threads): Mark recent articles. (gnus-summary-add-mark): Support recent. (gnus-summary-update-secondary-mark): Support recent. * gnus.el (gnus-article-mark-lists): Add recent. 2001-08-12 Simon Josefsson * mm-bodies.el (mm-decode-content-transfer-encoding): Returns whether successful decoding took place. Add doc. 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-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. 2001-08-10 23:00:00 ShengHuo ZHU * nnmbox.el (nnmbox-read-mbox): No warning. 2001-08-10 21:00:00 ShengHuo ZHU * nndoc.el (nndoc-article-type): Fix doc. (nndoc-generate-article-function): New. (nndoc-dissection-function): New. (nndoc-type-alist): Add oe-dbx. (nndoc-oe-dbx-type-p): New. (nndoc-oe-dbx-dissection): New. (nndoc-oe-dbx-generate-article): New. 2001-08-11 Kai Gro,A_(Bjohann * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check whether deadline has been reached. Patch from Dan Nicolaescu . 2001-08-10 02:00:00 ShengHuo ZHU * 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. 2001-08-10 01:00:00 ShengHuo ZHU * message.el (message-bogus-system-names): New. (message-make-fqdn): Use it. 2001-08-09 15:00:00 ShengHuo ZHU * nndraft.el (nndraft-request-group): Use nndraft-auto-save-file-name. 2001-08-09 Simon Josefsson * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer. Don't ask whether to decrypt. Just leave result in buffer (don't call mm). * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single parts as well. (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime. (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime. 2001-08-09 Simon Josefsson * mm-decode.el (mm-insert-part): Return decoding success status. (mm-save-part-to-file): Error if decoding failed. 2001-08-09 10:00:00 ShengHuo ZHU * message.el (message-tab): Use indent-relative. (message-mode): Don't bind indent-line-function to indent-relative. 2001-08-09 Simon Josefsson * message.el (message-get-reply-headers): Fix string. Suggested by Christoph Conrad . 2001-08-08 15:00:00 ShengHuo ZHU * message.el (message-tab): Use the current value of indent-line-function. (message-mode): Bind indent-line-function to indent-relative. 2001-08-08 Simon Josefsson * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check whether `imtest' is installed. 2001-08-04 Nuutti Kotivuori Committed by ShengHuo ZHU * gnus-sum.el (gnus-summary-show-article): Call 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 . * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system. * gnus-util.el (gnus-output-to-rmail): Ditto. (gnus-output-to-mail): Ditto. * nnmail.el (nnmail-pathname-coding-system): Set default to nil. 2001-08-06 Florian Weimer * message.el (message-indent-citation): Use `message-yank-cited-prefix' for empty lines. 2001-08-05 Florian Weimer * message.el (message-indent-citation): Quote only lines starting with ">" using `message-yank-cited-prefix'. 2001-08-05 Nuutti Kotivuori * gnus-cache.el (gnus-cache-possibly-enter-article): Use gnus-cache-fully-p. 2001-08-04 Simon Josefsson * gnus-cache.el (gnus-cache-possibly-update-active): Create active file if it doesn't exist (by calling gnus-cache-read-active). 2001-08-04 Simon Josefsson * gnus-cache.el (gnus-cache-possibly-enter-article): Revert. (gnus-cache-passively-or-fully-p): Removed. (gnus-cache-fully-p): Fix it. * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths. 2001-08-04 Simon Josefsson * gnus-cache.el (gnus-cache-fully-p) (gnus-cache-passively-or-fully-p): New functions. (gnus-cache-possibly-enter-article): Cosmetic change, use `g-c-p-o-f-p'. (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change was bogus (`g-c-p-a-a' does not change active info, just change the functions parameters). (gnus-cache-possibly-remove-articles-1): Make sure articles are not removed in groups that match `gnus-uncacheable-groups'. Reported and modifications based on discussions with Nuutti Kotivuori . 2001-08-04 Nuutti Kotivuori Committed by Simon Josefsson * gnus-cache.el (gnus-cache-possibly-update-active): New function; calls `gnus-cache-update-active' if bounds has been extended. 2001-08-04 10:00:00 ShengHuo ZHU * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert before remove. (gnus-mime-security-show-details): Ditto. 2001-08-04 Kai Gro,A_(Bjohann * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat' syntax. Protect string-match against nil string and regexp. 2001-08-03 19:00:00 ShengHuo ZHU * mm-util.el (mm-find-charset-region): Remove control-1. 2001-08-03 17:00:00 ShengHuo ZHU * mm-decode.el (mm-readable-p): Emacs 20 takes one argument. 2001-08-04 Simon Josefsson * smime.el (smime-sign-region, smime-encrypt-region): Fix details buffer. Delete MIME-Version header. 2001-08-03 Simon Josefsson * gnus-cache.el (gnus-cache-possibly-enter-article): The article that is entered does not necessarily have the highest article number in the group, so use `gnus-cache-possibly-alter-active' instead of `gnus-cache-update-active'. 2001-08-03 10:00:00 ShengHuo ZHU * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf. 2001-08-03 Simon Josefsson * mml.el (mml-menu): Rename from MML to Mime. Collapse Security menu. 2001-08-02 Katsumi Yamaoka * gnus.el (post-method): New group parameter. It also provides the user option `gnus-post-method-alist' and the internal function `gnus-parameter-post-method'. * 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. (smime-call-openssl-region): Don't use it. 2001-08-02 Simon Josefsson * smime.el (smime-sign-region): Handle stderr. (smime-encrypt-region): Ditto. * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp. Don't match the ASN.1 length bytes. (mm-pkcs7-enveloped-magic): Ditto. (mm-view-pkcs7-get-type): Don't regexp quote. 2001-08-01 14:00:00 ShengHuo ZHU From Andreas Fuchs * mml2015.el (mml2015-trust-boundaries-alist): Typo. 2001-08-01 10:00:00 ShengHuo ZHU * gnus-art.el (gnus-header-button-alist): References regexp. 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. 2001-08-01 09:00:00 ShengHuo ZHU * nnslashdot.el (nnslashdot-init): Add as gnus buffer. * nnmail.el (nnmail-cache-open): Ditto. 2001-07-31 21:00:00 ShengHuo ZHU * gnus-art.el (gnus-button-fetch-group): Fix the regexp. 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. 2001-07-31 ShengHuo ZHU * gnus-start.el (gnus-startup-file-coding-system): Revert to binary. (gnus-ding-file-coding-system): New variable. (gnus-read-newsrc-el-file, gnus-save-newsrc-file) (gnus-slave-save-newsrc): Use it. 2001-07-31 Kai Gro,A_(Bjohann * gnus-delay.el (gnus-delay-initialize): Use standard define-key syntax. 2001-07-30 15:00:00 ShengHuo ZHU Originally from Andreas Fuchs * mml2015.el (mml2015-trust-boundaries-alist) (mml2015-gpg-pretty-print-fpr): New. (mml2015-gpg-extract-signature-details): More details, rename from `m-g-e-from'. (mml2015-gpg-verify): Use them. (mml2015-gpg-clear-verify): Use them. 2001-07-31 Simon Josefsson * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of buffer when done. 2001-07-30 Simon Josefsson * smime.el (smime-call-openssl-region): Revert previous change, just pass on buf to `call-process-region'. (smime-verify-region): Doc fix. Don't message stuff. Use `smime-new-details-buffer'. Inserts error messages into buffer. (smime-noverify-region): Ditto. (smime-decrypt-region): Ditto. Handles stderr separately. (smime-verify-buffer, smime-noverify-buffer) (smime-decrypt-buffer): Doc fix. (smime-new-details-buffer): New function. (smime-pkcs7-region, smime-pkcs7-certificates-region) (smime-pkcs7-email-region): Use `smime-new-details-buffer'. (smime-sign-region, smime-encrypt-region): Don't use `insert-buffer'. * mml-smime.el (mml-smime-verify): Fix security button strings. 2001-07-30 12:00:00 ShengHuo ZHU * gnus-art.el (gnus-mime-save-part-and-strip): Save gnus-article-mime-handles. 2001-07-29 Simon Josefsson * 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-encrypt-cipher, smime-dns-server): Fix doc (leading "*"). (smime-extra-arguments): New variable. (smime-dns-server): Fix customize group. (smime-call-openssl-region): Use `smime-extra-arguments'. 2001-07-29 Simon Josefsson From Vladimir Volovich * smime.el (smime-call-openssl-region): Ignore stderr. 2001-07-29 Simon Josefsson From Christoph Conrad * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active file. 2001-07-29 Simon Josefsson * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'. Support S/MIME decryption. * 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-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. (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted PKCS#7 blobs. * smime.el (smime-decrypt-region): Expand keyfile. 2001-07-29 Simon Josefsson * nntp.el (nntp-open-ssl-stream): Don't mess with internal `ssl.el' variables. * gnus-agent.el (gnus-agent-save-group-info): Delete everything but line instead of narrowing to it, because `nnmail-parse-active' calls widen. Thanks to Christoph Conrad . 2001-07-29 Kai Gro,A_(Bjohann * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*' for %B spec. * 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-single-leaf): Documentation. (gnus-sum-thread-tree-single-indent): Allow nil. 2001-07-28 09:00:00 ShengHuo ZHU * message.el (message-fill-paragraph): Do nothing if the user wants filladapt-mode. 2001-07-27 23:00:00 ShengHuo ZHU * mm-decode.el (mm-image-type-from-buffer): New. (mm-get-image): Use it. 2001-07-27 18:00:00 ShengHuo ZHU * gnus.el (gnus-large-newsgroup): If it is nil, ... * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers mm-display-parts too. 2001-07-27 12:00:00 ShengHuo ZHU * nnfolder.el (nnfolder-request-accept-article): Bind nntp-server-buffer. * nnmail.el (nnmail-parse-active): Read from buffer instead of nntp-server-buffer. 2001-07-27 11:00:00 ShengHuo ZHU * message.el (message-check-news-header-syntax): Use message-post-method. (message-send-news): Bind message-post-method. 2001-07-27 07:00:00 ShengHuo ZHU * mml.el (mml-tweak-type-alist): New. (mml-tweak-function-alist): New. (mml-tweak-part): New. (mml-generate-mime-1): Use it. 2001-07-26 22:00:00 ShengHuo ZHU * nnfolder.el (nnfolder-request-accept-article): Replace nnfolder-request-list. 2001-07-27 Simon Josefsson * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if nnoo-change-server failed to do it. 2001-07-26 16:00:00 ShengHuo ZHU * gnus.el (gnus-parameters): Make it customizable. 2001-07-26 15:00:00 ShengHuo ZHU * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp. * message.el (message-set-auto-save-file-name): More poor-system-types. * mailcap.el (mailcap-parse-mimetypes): poor-system-types. * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT supports +. 2001-07-26 14:00:00 ShengHuo ZHU * mm-decode.el (mm-readable-p): New. (mm-inline-media-tests): Fix the default testers. 2001-07-26 Simon Josefsson * nnimap.el (nnimap-version): Bump version number. 2001-07-26 10:00:00 ShengHuo ZHU From Steven E. Harris * nnheader.el (nnheader-translate-file-chars): cygwin32 is running in M$Windows too. 2001-07-26 Kai Gro,A_(Bjohann * gnus-delay.el (gnus-delay-send-drafts): Don't `error'. 2001-07-25 21:00:00 ShengHuo ZHU * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive. * mm-decode.el (mm-get-image): Guess then use the type. * 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 * gnus-msg.el: Customization patch. 2001-07-25 22:22:22 Raymond Scholz * 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. (gnus-use-byte-compile): New. (gnus-make-sort-function): Use it. * nnmail.el (nnmail-get-new-mail): Use it. * gnus-agent.el (gnus-category-make-function): Simple function or compiled function. (gnus-agent-fetch-group-1): Don't use (caaddr predicate). * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda. * gnus-topic.el (gnus-topic-sort-topics-1): Ditto. (gnus-topic-sort-topics-1): Use gnus-byte-compile. * message.el (message-check-news-header-syntax): Remove quote. 2001-07-24 19:00:00 ShengHuo ZHU * message.el (message-use-mail-followup-to): `t' is not a documented value. 2001-07-24 13:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-display-arrow): Test fboundp. 2001-07-24 12:00:00 ShengHuo ZHU * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if there are long lines. 2001-07-24 Katsumi Yamaoka * dgnushack.el (copy-list): New compiler macro. 2001-07-24 09:00:00 ShengHuo ZHU * message.el (message-bounce): If no Return-Path, the whole content is considered as the original message. * nnml.el (nnml-check-directory-twice): New. (nnml-article-to-file): Use it. (nnml-retrieve-headers): Hack it. 2001-07-24 02:00:00 ShengHuo ZHU * gnus-win.el (gnus-buffer-configuration): New configure. * gnus-art.el (gnus-mm-display-part): Don't select-window if it is not alive. * mm-decode.el (mm-remove-part): Don't murder the current window (nil). (mm-display-external): Use display-term configure. 2001-07-24 Kai Gro,A_(Bjohann * gnus-delay.el (gnus-delay-default-hour): New variable. (gnus-delay-article): Allow specific date in YYYY-MM-DD format. 2001-07-23 22:00:00 ShengHuo ZHU From Karl Kleinpaste * gnus-sum.el (gnus-summary-line-format-alist): Add %B. (gnus-summary-prepare-threads): Ditto. * gnus.el (gnus-summary-line-format): Add %B. 2001-07-23 19:00:00 ShengHuo ZHU * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name. * mm-util.el (mm-string-as-multibyte): New. * nnmh.el (nnmh-request-list-1): Encode, not decode! 2001-07-23 18:00:00 ShengHuo ZHU * mm-util.el (mm-universal-coding-system): New. * gnus-start.el (gnus-startup-file-coding-system): Use it. * score-mode.el (score-mode-coding-system): Use it. 2001-07-23 Katsumi Yamaoka * gnus-start.el (gnus-setup-news): Call `gnus-check-bogus-newsgroups' just after the native server is opened. 2001-07-23 Kai Gro,A_(Bjohann * nnmail.el (nnmail-do-request-post): Util function to be used by `nnchoke-request-post' for all nnmail-derived backends. * nnml.el (nnml-request-post): Use it. * gnus.el (gnus-valid-select-methods): nnml is a post-mail backend, for it groks nnml-request-post. * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line): Treat `mail-post' backends like `mail' backends, not like `news' backends. 2001-07-22 09:00:00 ShengHuo ZHU * gnus-msg.el (gnus-setup-message): make-local-hook. 2001-07-22 Kai Gro,A_(Bjohann * gnus-delay.el (gnus-delay-article): Fix `read-string' for XEmacs. Allow more units. Submitted by Karl Kleinpaste , slightly changed by Kai. * message.el (message-check-news-header-syntax): When checking whether the groups exist, check the right server based on `gnus-post-method'. 2001-07-21 Kai Gro,A_(Bjohann * gnus-delay.el: New file. 2001-07-21 13:00:00 ShengHuo ZHU * mm-util.el (mm-read-coding-system): Take two arguments. * gnus-sum.el (gnus-summary-show-article): Use mm-read-coding-system. * gnus-art.el (article-de-quoted-unreadable): (article-de-base64-unreadable, article-wash-html): (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto. 2001-07-21 Kai Gro,A_(Bjohann * nnml.el (nnml-request-post): New function. Can be used for annotations in nnml groups. 2001-07-19 Katsumi Yamaoka * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS command. * 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-20 11:00:00 ShengHuo ZHU * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars. 2001-07-18 Per Abrahamsen * message.el (message-shorten-references): Change `maxcount' and `cut' to obey USEFOR draft 5. 2001-07-12 Colin Walters * gnus-sum.el (gnus-summary-display-arrow): New variable. (gnus-summary-set-article-display-arrow): New function. (gnus-summary-goto-subject): Use it. 2001-07-18 12:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-import-article): Insert date if doesn't exist. 2001-07-18 11:00:00 ShengHuo ZHU * mml.el (mml-content-type-parameters): New. (mml-content-disposition-parameters): New. (mml-insert-mime-headers): Use them. (mml-parse-1): Accept charset. 2001-07-17 22:00:00 ShengHuo ZHU * gnus-group.el (gnus-group-select-group): Doc fix. * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file. 2001-07-17 Katsumi Yamaoka * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload' to handle `define-derived-mode'. 2001-07-16 12:00:00 ShengHuo ZHU From: Stefan Monnier * message.el (message-mode): Use define-derived-mode. (message-tab): message-completion-alist. * imap.el (imap-interactive-login): Use make-local-variable. (imap-open): Ditto. (imap-authenticate): Ditto. * gnus-msg.el (gnus-setup-message): Change-major-mode-hook. * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode. 2001-07-16 Kai Gro,A_(Bjohann * message.el (message-citation-line-function): Refer to gnus-cite-attribution-suffix. 2001-07-15 Pavel Jan,Bm(Bk * gnus-art.el,...: Error convention changes. 2001-07-13 20:00:00 ShengHuo ZHU * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too. 2001-07-13 20:00:00 ShengHuo ZHU * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook. (nnrss-read-server-data): Ditto. 2001-07-13 12:00:00 ShengHuo ZHU * gnus-setup.el (gnus-use-installed-gnus): Typo. * Cleanup files. From Pavel@Janik.cz (Pavel Jan,Bm(Bk). 2001-07-13 08:00:00 ShengHuo ZHU * gnus.el (gnus-summary-line-format): Add %o. * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe unless shell outputs something. 2001-07-13 07:00:00 ShengHuo ZHU * gnus-art.el (gnus-boring-article-headers): Better doc. (article-hide-headers): Better regexp. Suggested by Matt Swift . * nnheader.el (nnheader-max-head-length): Better doc. (nnheader-header-value): Skip spaces. (nnheader-parse-head): Remove space. Suggested by Matt Swift . * gnus-sum.el (gnus-summary-show-raw-article): New function. (gnus-get-newsgroup-headers): Remove space. 2001-07-12 23:00:00 ShengHuo ZHU * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force. (gnus-summary-reply): Use it. (gnus-summary-reply-broken-reply-to): New. (gnus-msg-force-broken-reply-to): New. * mm-view.el (mm-inline-text): Showing as text/plain when error. 2001-07-12 21:00:00 ShengHuo ZHU * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name. 2001-07-12 15:00:00 ShengHuo ZHU * mm-decode.el (mm-external-terminal-program): New variable. (mm-display-external): Use it. Use term to display when no window-system. 2001-07-12 Bj,Av(Brn Torkelsson * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the Browse->Next entries to Browse->Prev 2001-07-11 22:00:00 ShengHuo ZHU * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p. 2001-07-11 18:00:00 ShengHuo ZHU * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64 for the default encoding. * nnrss.el (nnrss-url-field): New field. (nnrss-request-article): Add newsgroups. * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer. 2001-07-11 04:00:00 ShengHuo ZHU * nndraft.el (nndraft-request-restore-buffer): Don't remove Date. * gnus-draft.el (gnus-draft-edit-message): Remove Date here. (gnus-draft-setup): Remove backlog. 2001-07-10 Pavel Jan,Bm(Bk * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el: Cleanup. 2001-07-09 23:00:00 ShengHuo ZHU * gnus-msg.el (gnus-bug): Erase buffer. * nnfolder.el (nnfolder-possibly-change-group): Don't create group. 2001-07-09 19:00:00 ShengHuo ZHU * mm-decode.el (mm-attachment-override-p): Fix typo. 2001-03-19 05:28:00 Katsumi Yamaoka * gnus-kill.el (gnus-execute): Work with the extra headers. * gnus-sum.el (gnus-summary-execute-command): Ditto. 2001-07-09 17:00:00 ShengHuo ZHU * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset may not defined. From: Raja R Harinath . * message.el (message-send-mail-real-function): New variable. (message-send-mail-partially, message-send-mail): * nngateway.el (nngateway-request-post): Use it. * gnus-agent.el (gnus-agentize): Use it. * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables) (nnsoup-revert-variables): Use it. 2001-07-09 Colin Walters * mm-decode.el (mm-inline-media-tests): Default to displaying as text/plain if the type doesn't match any other media types. (mm-inlined-types): Doc fix. (mm-display-inline): Revert previous change (now handled by a default type in `mm-inline-media-tests'. (mm-inlinable-p): Revive. (mm-display-part): Call `mm-inlinable-p'. (mm-attachment-override-p): Ditto. (mm-inlined-p): Doc fix. * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as well as `mm-inlined-p'. 2001-07-09 13:00:00 ShengHuo ZHU * nntp.el (nntp-send-command, nntp-send-command-nodelete): (nntp-send-command-and-decode): Use gnus-point-at-bol. 2001-07-09 13:00:00 ShengHuo ZHU From Paul Jarc * message.el (message-use-mail-followup-to): New variable. (message-get-reply-headers): Use it. 2001-07-04 Gerd Moellmann * nnheader.el (nnheader-init-server-buffer): Make sure the *nntpd* buffer is made multibyte instead of a random buffer. 2001-07-09 12:00:00 ShengHuo ZHU * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only when it returns headers. 2001-07-07 Simon Josefsson * rfc2047.el (rfc2047-encode-message-header): Skip header when trying to fold. Thanks to Colin Walters 2001-07-06 Simon Josefsson * imap.el (imap-parse-address-list, imap-parse-flag-list) (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body): Add information in `assert's. * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity' and `nnimap-group-overview-filename', should handle all change-of-uidvalidity related issues. But there may be other problems.) 2001-07-05 Colin Walters * rfc2047.el (rfc2047-encode-message-header): Don't include the header name when folding. 2001-07-05 Colin Walters * mm-decode.el (mm-inlined-types): Document relationship with `mm-inline-media-tests'. (mm-display-inline): Default to displaying as plain text if no inlining handler is available. (mm-inlinable-p): Remove. (mm-inlined-p): Don't call `mm-inlinable-p'. (mm-automatic-display-p): Ditto. (mm-attachment-override-p): Ditto. 2001-07-04 Simon Josefsson * nnimap.el (nnimap-importantize-dormant): New variable. (nnimap-request-update-info-internal): Use it. (nnimap-request-set-mark): Ditto. 2001-07-04 Didier Verna * nntp.el (nntp-send-command): don't pass a buffer argument to `point'. Only XEmacs accepts this. * nntp.el (nntp-send-command-nodelete): ditto. * nntp.el (nntp-send-command-and-decode): ditto. 2001-07-04 Didier Verna * nntp.el (nntp-open-connection-function): doc update. * nntp.el (nntp-pre-command): New. * nntp.el (nntp-via-rlogin-command): New. * nntp.el (nntp-via-telnet-command): New. * nntp.el (nntp-via-telnet-switches): New. * nntp.el (nntp-via-user-name): New. * nntp.el (nntp-via-user-password): New. * nntp.el (nntp-via-address): New. * nntp.el (nntp-via-envuser): New. * nntp.el (nntp-via-shell-prompt): New. * nntp.el (nntp-open-telnet-stream): New. * nntp.el (nntp-open-via-rlogin-and-telnet): New. * nntp.el (nntp-open-via-telnet-and-telnet): New. * nntp.el (nntp-wait-for): check for possibly echo'ed commands. * nntp.el (nntp-send-command): ditto. * nntp.el (nntp-send-command-nodelete): ditto. * nntp.el (nntp-send-command-and-decode): ditto. 2001-06-30 YAGI Tatsuya * gnus-start.el (gnus-check-first-time-used): Use `if' instead of `when'. 2001-07-03 Simon Josefsson From Nuutti Kotivuori * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead. 2001-07-03 Simon Josefsson * flow-fill.el (fill-flowed): If `fill-region' inserts empty line, remove it (workaround XEmacs `fill-region' bug). 2001-07-01 Simon Josefsson * nnimap.el (nnimap-date-days-ago): Defeat locale. 2001-06-28 11:00:00 ShengHuo ZHU * mml2015.el (mml2015-format-error): New function. (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt) (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify) (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it. 2001-06-26 22:00:00 ShengHuo ZHU * nnrss.el (nnrss-retrieve-headers): The description may not exist. Suggested by Christoph Conrad . * gnus-sum.el (gnus-summary-set-local-parameters): Don't override group variables. 2001-06-25 10:00:00 ShengHuo ZHU * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1. * nnrss.el (nnrss-save-server-data): Bind print-level and print-length. (nnrss-save-group-data): Ditto. * gnus-agent.el (gnus-agent-save-alist): Ditto. 2001-06-25 Katsumi Yamaoka * message.el (message-do-send-housekeeping): Narrow to headers. 2001-06-24 Simon Josefsson * rfc2047.el (rfc2047-fold-region): The check to skip WSP insertion when breaking lines looked for " \t" instead of "[ \t]". (rfc2047-encode-message-header): Fold lines even if no QP encoding is done. 2001-06-23 Simon Josefsson From Samuel Tardieu * smime.el (smime-keys): Support additional certificates. (smime-make-certfiles): New function. (smime-sign-region): Use previous variables. (smime-get-certfiles): New function. (smime-sign-buffer): Use it. (smime-verify-region): Support both CAfile and CApath. 2001-06-23 Simon Josefsson * smime.el (smime-decrypt-region): Perhaps work. 2001-06-22 10:00:00 ShengHuo ZHU * gnus-msg.el (gnus-copy-article-buffer): Typo. 2001-04-06 Ralph Schleicher * mm-decode.el (mm-save-part): Rewrite file name. (mm-file-name-rewrite-functions): New variable. (mm-file-name-delete-whitespace): New function. (mm-file-name-trim-whitespace): New function. (mm-file-name-collapse-whitespace): New function. (mm-file-name-replace-whitespace): New variable and function. 2001-06-22 Simon Josefsson * message.el (message-make-date): Workaround locale for weekdays. 2001-06-21 17:00:00 ShengHuo ZHU * message.el (message-goto-body): Return nil if not found. (revert!) 2001-06-21 10:00:00 ShengHuo ZHU From Fremlin * message.el (message-goto-body): Some messages have no header. * gnus-msg.el (gnus-copy-article-buffer): Use it. 2001-06-21 Ralph Schleicher * nnultimate.el (nnultimate-retrieve-headers): Date fix. 2001-06-21 10:00:00 ShengHuo ZHU * message.el (message-make-date): Add week day. Suggested by Jason R. Mastaler . 2001-06-19 Simon Josefsson * message.el (message-yank-prefix): Doc fix. (message-yank-cited-prefix): Ditto. (message-delete-not-region): Keep citation prefix on first line, if possible and appropriate. 2001-06-19 Simon Josefsson * imap.el (imap-process-connection-type): New variable. (imap-kerberos4-open, imap-gssapi-open): Use it. This makes recent `imtest's work completely (no line length issues), while making making old `imtest's unusable. Thanks to NAGY Andras for his work. 2000-12-30 NAGY Andras * imap.el (imap-ssl-program): Add -quiet to shut up OpenSSL/SSLeay's internal debug talk. 2001-06-19 Matt Armstrong * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP server. 2001-06-19 10:00:00 ShengHuo ZHU * nnmail.el (nnmail-article-buffer): New variable. (nnmail-split-incoming): Use it. 2001-06-15 Eli Zaretskii * qp.el (quoted-printable-decode-region): If called interactively, use coding-system-for-read. 2001-06-16 09:00:00 ShengHuo ZHU * message.el (message-check-news-header-syntax): Check Reply-To. 2001-06-16 08:00:00 ShengHuo ZHU * mml.el (mml-parse-1): Use message options. * message.el (message-do-fcc): Don't do anything if there is no FCC. 2001-06-16 Simon Josefsson * nnimap.el (nnimap-split-articles): Support 'junk to-groups. (nnimap-expunge-search-string): New variable. (nnimap-request-expire-articles): Use it. 2001-06-15 19:00:00 ShengHuo ZHU * message.el (message-send-mail-with-qmail): wrong exit status is 100 not 1. Reported by Paul Jarc . 2001-06-15 09:00:00 ShengHuo ZHU * gnus-art.el (article-strip-multiple-blank-lines): Use delete-region instead of replace-match. 2001-06-14 16:00:00 ShengHuo ZHU * nnweb.el (nnweb-google-parse-1): Fix Google content regexp. (nnweb-google-wash-article): Ditto. 2001-06-14 Ferenc Wagner * nnweb.el (nnweb-google-parse-1): Fix Google url regexp. 2001-06-13 Katsumi Yamaoka * gnus.el (gnus-define-group-parameter): Don't quote the defcustom specs. 2001-06-13 15:00:00 ShengHuo ZHU * gnus.el (gnus-email-address): Move it here. * gnus-art.el (article-de-quoted-unreadable): Read charset if requested. (article-de-base64-unreadable): Ditto. (article-wash-html): Ditto. 2001-06-12 14:00:00 ShengHuo ZHU * message.el (message-options-set-recipient): Don't add ", " unless necessary. Suggested by Josh Huber . 2001-06-12 12:00:00 ShengHuo ZHU * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr]. 2001-06-12 11:00:00 ShengHuo ZHU * gnus-art.el (gnus-plain-save-name): Use file-relative-name. From Marc Lefranc . * nnrss.el (nnrss-node-text): Node might be nil. 2001-06-11 10:00:00 ShengHuo ZHU * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of part. From Katsumi Yamaoka . * nnrss.el (nnrss-group-alist): More items. 2001-06-09 23:00:00 ShengHuo ZHU * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children. 2001-06-03 Dale Hagglund * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split restrict clauses. 2001-06-07 16:00:00 ShengHuo ZHU From Benjamin Rutt * message.el (message-wide-reply-confirm-recipients): New variable. 2001-06-06 Mark Thomas * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To fix so it works with XEmacs. 2001-06-07 16:00:00 ShengHuo ZHU * nnrss.el (nnrss-retrieve-headers): Support description as extra headers. 2001-06-07 15:00:00 ShengHuo ZHU * nnrss.el: Fix a few bugs. 2001-06-05 Simon Josefsson * mm-decode.el (mm-handle-set-external-undisplayer): Don't generate compiler warnings. From Alex Schroeder . 2001-06-04 Hrvoje Niksic * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to binary so that we don't transmit ISO 2022 garbage to the process. This is needed under XEmacs. 2001-06-03 Simon Josefsson * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is autoloaded incorrectly below because ssl-program-* is bound.) Thanks to Amos Gouaux for report. 2001-06-02 Simon Josefsson * imap.el (imap-kerberos4-open): (imap-gssapi-open): (imap-ssl-open): (imap-network-open): (imap-shell-open): (imap-starttls-open): Set buffer to workaround spurious `accept-process-output' buffer changes. Thanks to Mats Lidell for report and partial patch and Jake Colman for report. 2001-05-31 13:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-catchup): New argument. (gnus-summary-catchup-from-here): New function. 2001-05-30 Kai Gro,A_(Bjohann * mm-view.el (mm-inline-image-xemacs): Insert newline, then move back, then insert glyph. (Before, the glyph was inserted first, then the newline.) This works around a behavior in XEmacs where it is not possible to insert a character after a glyph which is at the end of a buffer. Patch by Lloyd Zusman . 2001-05-28 Kai Gro,A_(Bjohann From Jaap-Henk Hoepman (jhh@xs4all.nl). * mm-decode.el (mm-keep-viewer-alive-types): New variable. (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer, mm-destroy-postponed-undisplay-list): New functions. (mm-display-external): Use them. 2001-05-27 Kai Gro,A_(Bjohann * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and `default-low' when evaluating `gnus-summary-highlight'. From Raja R Harinath . 2001-05-27 Simon Josefsson * message.el (message-yank-cited-prefix): New variable. (message-indent-citation): Use it. * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output as details. (mml2015-mailcrypt-clear-verify): Ditto. 2001-05-24 Kai Gro,A_(Bjohann From Nevin Kapur . * gnus-sum.el (gnus-summary-default-high-score, gnus-summary-default-low-score): New variables. (gnus-summary-highlight): Use them. 2001-05-16 Didier Verna * message.el (message-mail): pass the 'send-actions argument to `message-setup'. 2001-05-16 Simon Josefsson From Raymond Scholz * gnus-art.el (gnus-mime-view-part-as-charset): (gnus-mime-internalize-part): Doc fixes. 2001-05-11 Simon Josefsson * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type status lines without any text ("^215$"). 2001-05-06 21:00:00 ShengHuo ZHU * nnrss.el (nnrss-check-group): Reverse. 2001-05-07 Simon Josefsson * message.el (message-get-reply-headers): (message-followup): Fix typo, suggested by David Green 2001-05-05 15:00:00 ShengHuo ZHU * nnslashdot.el (nnslashdot-request-expire-articles): Fix. * nnrss.el (nnrss-open-server): Read server data when it is called. (nnrss-request-expire-articles): Fix. 2001-05-05 09:00:00 ShengHuo ZHU * message.el (message-do-send-housekeeping): mail-abbrevs may rename buffer behind Gnus. 2001-05-04 14:00:00 ShengHuo ZHU * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars. (nnrss-group-alist): Add more resources. (nnrss-check-group): Ignore errors. 2001-05-04 00:00:00 ShengHuo ZHU * nnrss.el (nnrss-request-expire-articles): Correct the return value. * nnslashdot.el (nnslashdot-request-list): Add time. (nnslashdot-request-expire-articles): New. * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus secondary methods too. 2001-05-03 23:00:00 ShengHuo ZHU * message.el (message-use-followup-to): Set default value to t. 2001-05-03 Florian Weimer * message.el (message-dont-reply-to-names): Fix documentation. (message-get-reply-headers): Use Mail-Followup-To only for wide replies. 2001-05-03 12:00:00 ShengHuo ZHU * nnrss.el (nnrss-request-expire-articles): Calculate # of days correctly. (nnrss-check-group): Use time. 2001-05-01 19:21:19 Lars Magne Ingebrigtsen * gnus.el: Oort Gnus v0.03 is released. 2001-05-01 19:06:21 Lars Magne Ingebrigtsen * nnultimate.el (nnultimate-topic-article-to-article): Use the group. 2001-04-24 19:50:14 Lars Magne Ingebrigtsen * gnus-srvr.el (gnus-server-insert-server-line): Add a space. 2001-04-15 14:55:03 Lars Magne Ingebrigtsen * nnultimate.el (nnultimate-retrieve-headers): Return all available headers. * gnus-sum.el (gnus-read-all-available-headers): New variable. (gnus-get-newsgroup-headers-xover): Use it. 2001-04-14 15:47:26 Lars Magne Ingebrigtsen * nnultimate.el (nnultimate-retrieve-headers): Clean up. 2001-04-30 17:00:00 ShengHuo ZHU * nntp.el (nntp-retrieve-groups): Use throw instead of error. 2001-04-29 09:00:00 ShengHuo ZHU * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to disable it. * gnus.el (gnus-info-nodes): Remove a few The's. 2001-04-29 08:00:00 ShengHuo ZHU * mail-source.el (mail-source-movemail): Call-process may return a signal description string. * gnus-start.el (gnus-read-newsrc-el-file): gnus-newsrc-file-version may be nil. * nnmail.el (nnmail-get-new-mail): Use the exact file only. Suggested by Michael Sperber [Mr. Preprocessor] . 2001-04-25 Per Abrahamsen * mm-uu.el (mm-uu-configure-list): Fixed customize type. 2001-04-24 Hrvoje Niksic * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully fontify HANDLE. 2001-04-18 Simon Josefsson * smime.el (smime-ask-passphrase): Rework to return value. (smime-sign-region): Rework to bind value and use it. (smime-decrypt-region): Ditto. 2001-04-18 Mathias Herberts Committed by Simon Josefsson * smime.el (smime-ask-passphrase): New function. (smime-sign-region): Use it. (smime-encrypt-cipher): New variable. (smime-decrypt-region): Ditto. 2001-04-12 Jason Merrill Committed by Simon Josefsson * imap.el (imap-shell-open): Erase the buffer *after* copying it into the log. 2001-04-14 01:14:42 Lars Magne Ingebrigtsen *gnus.el: Oort Gnus v0.02 is released. 2001-04-14 00:48:42 Lars Magne Ingebrigtsen * gnus.el: Oort Gnus v0.01 is released. 2001-04-13 22:01:46 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-summary-highlight): Highlight read undownloaded articles as read articles. * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up. (gnus-agent-get-undownloaded-list): Mark all undownloaded articles, even read ones, as such. * gnus-sum.el (gnus-summary-find-matching): Clean up. (gnus-find-matching-articles): New function. (gnus-summary-limit-include-matching-articles): New command. (gnus-summary-limit-include-thread): Include articles that have matching subjects. (gnus-offer-save-summaries): Clean up. 2001-04-13 Kai Gro,A_(Bjohann * nnmail.el (nnmail-split-fancy-with-parent): Add docstring. 2001-04-12 19:00:00 ShengHuo ZHU From Jason Merrill * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles. 2001-04-10 08:01:15 Katsumi Yamaoka Committed by ShengHuo ZHU * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the newsgroup names when the original article is a news message. 2001-04-12 19:00:00 ShengHuo ZHU * message.el (message-cite-prefix-regexp): Use POSIX regexp if supported. Suggest by Jim Meyering . 2001-04-02 Nevin Kapur Committed by Kai Gro,A_(Bjohann . * nnmail.el (nnmail-split-it): Added check for .* at the end of regexp in nnmail-split-fancy. 2001-04-10 Simon Josefsson * message.el (message-options-set-recipient): Look at Cc and Bcc too. 2001-04-10 Colin Marquardt * message.el (message-send-mail): Improve the interaction with the user. 2001-04-10 Simon Josefsson * imap.el (imap-message-copy): Work around buggy servers that doesn't send TRYCREATE tags. 2001-04-09 01:15:54 Katsumi Yamaoka * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae. 2001-04-05 21:43:25 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid date. 2001-04-04 16:13:17 Lars Magne Ingebrigtsen * gnus-group.el (gnus-group-quit): Check that the dribble buffer lives. 2001-04-02 00:40:12 Lars Magne Ingebrigtsen * gnus-art.el (gnus-parse-news-url): New function. (gnus-button-handle-news): New function. (gnus-button-alist): Point to new functions. * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty. * gnus-start.el (gnus-read-newsrc-el-file): Nix out gnus-format-specs. * message.el (message-check-news-header-syntax): Question even when Gnus doesn't know the group names. (message-send-news): Clean up. * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was exited on purpose without saving. * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'. 2001-04-01 00:37:14 Lars Magne Ingebrigtsen * gnus-score.el (gnus-score-orphans): Clean up. * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window. * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit later. * gnus-start.el (gnus-close-all-servers): Find the right items to close. * qp.el (quoted-printable-decode-region): Just message malformation; don't quit. 2001-03-31 21:00:00 ShengHuo ZHU From Gerd Moellmann . * gnus.el (gnus-interactive): A typo. 2001-03-26 Juanma Barranquero Committed by ShengHuo ZHU * gnus-util.el (gnus-delete-alist): Declare it as an alias of `assq-delete-all', if that function exists; otherwise use the old definition. Documentation changed to match the one in `assq-delete-all'. 2001-04-01 00:37:14 Lars Magne Ingebrigtsen * gnus-start.el (gnus-close-all-servers): New function. * gnus-srvr.el (gnus-server-close-all-servers): Clean up. (gnus-server-remove-denials): Clean up. * gnus-sum.el (gnus-summary-sort-by-original): New command and keystroke. 2001-03-31 02:56:55 Lars Magne Ingebrigtsen * message.el (message-send-news): Message where we are sending. (message-send-mail): Ditto. * gnus.el (gnus-server-string): New function. * gnus-sum.el (gnus-summary-up-thread): Doc fix. * mm-decode.el (mm-default-directory): Customized. (mm-tmp-directory): Ditto. * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix. (gnus-get-newsgroup-headers): Return -1 for articles without Lines or Chars. (gnus-summary-line-format-alist): ?l is now a string. (gnus-summary-prepare-threads): Output ? for unknown lines. (gnus-summary-insert-line): Ditto. (gnus-summary-print-article): Unbalanced parentheses. * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find out whether new stuff has arrived. 2001-03-31 02:14:38 Alan Shutko * gnus-sum.el: Let printing work on ttys on Emacs. 2001-03-31 01:11:14 Lars Magne Ingebrigtsen * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header when forcing news. * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a command. 2001-03-31 01:04:54 Francis Litterio * message.el (message-set-auto-save-file-name): Don't use asterisks under nt. 2001-03-31 00:03:42 Lars Magne Ingebrigtsen * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow lists of articles. * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded. * gnus-msg.el (gnus-put-message): Clean up. (gnus-summary-reply): Mark all replied-to articles as replied to. (gnus-inews-add-send-actions): Also mark as forwarded. (gnus-summary-mail-forward): Mark as forwarded. * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list of articles. (gnus-summary-mark-article-as-forwarded): Ditto. * gnus-msg.el (gnus-summary-resend-message): Mark article as forwarded. (gnus-summary-mail-forward): Clean up. * gnus.el (gnus-article-mark-lists): Added forward. * gnus-sum.el (gnus-forwarded-mark): New variable. (gnus-summary-prepare-threads): Use it. (gnus-summary-update-secondary-mark): Ditto. (gnus-newsgroup-forwarded): New variable. 2001-03-30 23:13:37 Lars Magne Ingebrigtsen * gnus-msg.el (gnus-summary-reply): Allow very wide replies. (gnus-summary-very-wide-reply): New command and keystroke. (gnus-summary-very-wide-reply-with-original): Ditto. * gnus-score.el (gnus-adaptive-word-length-limit): New variable. (gnus-score-adaptive): Use it. * gnus-start.el (gnus-get-unread-articles): Clean up. 2001-03-21 20:00:43 Lars Magne Ingebrigtsen * nnultimate.el (nnultimate-retrieve-headers): Work for other boards. 2001-03-21 Didier Verna * gnus-start.el: * gnus-start.el (gnus-subscribe-newsgroup-hooks): New. * gnus-start.el (gnus-subscribe-newsgroup): use it. 2001-03-15 09:47:23 Lars Magne Ingebrigtsen * nnultimate.el (nnultimate-retrieve-headers): Understand long-form month names. 2001-03-18 23:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-show-all-headers): gnus-article-show-all-headers is broken. Use gnus-summary-toggle-header instead. * mml2015.el (mml2015-gpg-extract-from): No error. 2001-03-18 23:00:00 ShengHuo ZHU From Bj,Ax(Brn Mork . * mml2015.el (mml2015-gpg-extract-from): New function. (mml2015-gpg-verify): Use it. (mml2015-gpg-clear-verify): Use it. 2001-03-17 10:00:00 ShengHuo ZHU * message.el (message-setup-fill-variables): Use fill-paragraph-function. (message-fill-paragraph): Take an argument. (message-newline-and-reformat): Take another argument. 2001-03-16 20:00:00 ShengHuo ZHU * message.el (rmail-output): It is in rmailout.el not rmail.el. 2001-03-16 16:00:00 ShengHuo ZHU * message.el (message-forward): local-variable-p takes an extra argument in XEmacs. 2001-03-16 Simon Josefsson * nnimap.el (nnimap-dont-use-nov-p): Renamed from `nnimap-use-nov-p' (it really tested the negative). (nnimap-retrieve-headers): Use it. 2001-03-11 Kai Gro,A_(Bjohann * message.el (message-generate-headers-first): Update doc. 2001-03-10 Matthias Wiehl * gnus.el (gnus-summary-line-format): Typo. 2001-03-11 Simon Josefsson * mailcap.el (mailcap-mime-data): Add application/sieve. (mailcap-mime-extensions): Add .siv, .xls. 2001-03-14 20:00:00 ShengHuo ZHU From Christoph Conrad * gnus-score.el (gnus-summary-lower-thread): Typo. 2001-03-14 19:00:00 ShengHuo ZHU * message.el (message-forward-decoded-p): New variable. (message-forward-subject-author-subject): Use it. (message-make-forward-subject): Use it. (message-forward): Use it. * gnus-uu.el (gnus-uu-digest-mail-forward): Use it. * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el: Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100). ;;Has been fixed -- zsh. ;;2001-03-05 Dave Love ;; ;; * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case. ;; Move it after definition of mm-coding-system-p. ;; 2001-03-01 Dave Love * mm-util.el (mm-inhibit-file-name-handlers): Add image-file-handler. 2001-02-11 Dave Love * message.el (message-signature-file): Fix doc, :type. 2001-02-08 Dave Love * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB. (message-posting-charset): Defvar when compiling again. (rfc2047-encodable-p): Require message. * gnus-sum.el (gnus-alter-articles-to-read-function): * gnus-score.el (gnus-score-after-write-file-function): Fix :type. 2001-03-08 20:00:00 ShengHuo ZHU * nnrss.el: New file. 2001-03-08 02:41:36 Katsumi Yamaoka Committed by ShengHuo ZHU * rfc2047.el (rfc2047-unfold-region): Fix arg of `skip-chars-forward'. 2001-03-07 13:00:00 ShengHuo ZHU * nndraft.el (nndraft-request-group): Restore auto save files if the original files do not exist. 2001-03-07 11:00:00 ShengHuo ZHU * gnus-score.el (gnus-score-find-bnews): Print messages on illegal SCORE paths. * mm-decode.el (mm-dissect-buffer): Call mail-extract-address-components only if necessary. 2001-03-06 13:00:00 ShengHuo ZHU * gnus-score.el (gnus-score-find-bnews): Maybe there is no directory part. (gnus-score-search-global-directories): Use file-directory-p. * gnus-score.el (gnus-score-score-files-1): Use gnus-kill-files-directory. From Adrian Aichner . 2001-03-05 08:00:00 ShengHuo ZHU * gnus.el (charset): Move here from gnus-sum.el. 2001-03-04 11:00:00 ShengHuo ZHU * mml.el (mml-preview): Disable local map. * gnus-sum.el (gnus-summary-make-menu-bar): Make gnus-article-post-menu here. * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar if it has not been made. 2001-03-02 02:00:00 ShengHuo ZHU * gnus-art.el (gnus-article-describe-key): Map key to event. (gnus-article-describe-key-briefly): Ditto 2001-03-01 23:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-limit-include-expunged): Fix. 2001-03-01 22:00:00 ShengHuo ZHU From Katsumi Yamaoka . * dgnushack.el (coerce, merge, subseq): defmacro. 2001-03-01 22:00:00 ShengHuo ZHU * lpath.el (nndraft-request-group): Move it here from nndraft.el. A fake defalias in nndraft.el results a not-activated bug in uncompiled versions. 2001-02-26 11:27:27 Paul Jarc Committed by ShengHuo ZHU * gnus-util.el (gnus-split-references): Handle malformed References:. 2001-02-26 08:00:00 ShengHuo ZHU * gnus-art.el (gnus-article-mime-part-status): 1 part. 2001-02-25 10:00:00 ShengHuo ZHU From NAGY Andras . * gnus.el (gnus-parameters): Typo. 2001-02-24 00:00:00 ShengHuo ZHU * gnus.el (gnus-read-method): Remove redundancy. 2001-02-23 23:00:00 ShengHuo ZHU * nnslashdot.el (nnslashdot-backslash-url): New. (nnslashdot-request-list): Use it. 2001-02-23 22:00:00 ShengHuo ZHU * nnml.el (nnml-generate-active-info): Fix the case when there is no file. * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit. (gnus-summary-create-article): New. * gnus-group.el (gnus-group-mark-article-read): New. * gnus-msg.el (gnus-inews-do-gcc): Use it. * gnus-art.el (gnus-article-edit-article): Set modified-p nil. 2001-02-23 17:00:00 ShengHuo ZHU * gnus-art.el (gnus-article-edit-done): Don't use gnus-article-edit-exit. (gnus-article-edit-exit): Confirm and insert original-article-buffer. * gnus.el (gnus-parameters): New. Suggested by NAGY Andras . (gnus-parameters-get-parameter): New. (gnus-group-find-parameter): Use it. 2001-02-23 Simon Josefsson * gnus-msg.el (gnus-post-method): Fix documentation to reflect change of default value to `current'. 2001-02-23 08:00:00 ShengHuo ZHU * nneething.el (nneething-get-head): Insert unreadable file too. 2001-02-22 23:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers. * webmail.el (webmail-type-definition): Deja is bought by google. 2001-02-22 22:00:00 ShengHuo ZHU * gnus-sum.el (gnus-fetch-headers): New. (gnus-select-newsgroup): Use it. (gnus-summary-insert-articles): New. (gnus-summary-insert-old-articles): New. (gnus-summary-insert-new-articles): New. * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name. (gnus-group-list-active): Ditto. * gnus-sum.el (gnus-set-mode-line): Ditto. (gnus-summary-read-group-1): Ditto. 2001-02-21 15:00:00 ShengHuo ZHU * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the current topic. 2001-02-21 01:00:00 ShengHuo ZHU * smiley.el (gnus-smiley-display): Don't do widening. * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley within body. * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway. * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed): New. (gnus-mime-display-multipart-related-as-mixed): New. (gnus-mime-display-part): Use them. 2001-02-20 16:00:00 ShengHuo ZHU * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be something special. 2001-02-20 00:00:00 ShengHuo ZHU * nnweb.el (nnweb-request-group): Set nnweb-group anyway. (nnweb-request-article): Call reference if exists. (nnweb-type-definition): Dejanews is bought by google.com. Beta! 2001-02-19 19:00:00 ShengHuo ZHU * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?" 2001-02-19 Kai Gro,A_(Bjohann * gnus-sum.el (gnus-thread-sort-functions): Doc fix. Refer to gnus-article-sort-functions. (gnus-article-sort-functions): Doc fix. Refer to gnus-thread-sort-functions. 2001-02-18 20:00:00 ShengHuo ZHU From Paul Jarc . * message.el (message-get-reply-headers): More fixes. 2001-02-17 Paul Jarc Committed by ShengHuo ZHU * message.el (message-get-reply-headers): Fix bug with Mail-Followup-To/to-address interaction. 2001-02-17 13:00:00 ShengHuo ZHU * gnus-msg.el (gnus-configure-posting-styles): Match header in gnus-article-copy. 2001-02-16 22:00:00 ShengHuo ZHU * message.el (message-do-send-housekeeping): Rename to a better name. 2001-02-16 18:00:00 ShengHuo ZHU * message.el (message-cancel-news): Check article first, then ask yes or no. 2001-02-16 14:00:00 ShengHuo ZHU * mm-uu.el (mm-uu-type-alist): Add emacs-sources. 2001-02-16 11:00:00 ShengHuo ZHU * gnus-range.el (gnus-range-normalize): New function. 2001-02-15 NAGY Andras * imap.el (imap-gssapi-open): Set imap-c-l-s-first. 2001-02-14 21:00:00 ShengHuo ZHU * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function. * nnagent.el (nnagent-request-regenerate): New. * nnfolder.el (nnfolder-request-regenerate): Deffoo. * nnml.el (nnml-generate-nov-databases): Accept argument server. Don't open server if it is opened. (nnml-request-regenerate): Use it. Change to deffoo. 2001-02-14 Katsumi Yamaoka Committed by ShengHuo ZHU * gnus.el (gnus-define-group-parameter): Fix. 2001-02-14 15:00:00 ShengHuo ZHU * gnus.el (gnus-define-group-parameter): Improved. * gnus-sum.el (charset): Define parameter. (ignored-charsets): Ditto. (gnus-summary-setup-default-charset): Use them. * gnus-start.el (gnus-read-descriptions-file): Use them. * gnus-cus.el (gnus-group-parameters): Remove them. 2001-02-14 00:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-print-article): Redo highlight. 2001-02-13 21:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-read-group-1): Remove gnus-summary-set-local-parameters. (gnus-summary-setup-buffer): Put it here. 2001-02-13 20:00:00 ShengHuo ZHU * gnus.el (to-address): Define parameter. (to-list): Ditto. * gnus-art.el (article-hide-boring-headers): Use them. * gnus-msg.el (gnus-post-news): Ditto. * gnus-cus.el (gnus-group-parameters): Remove them. 2001-02-13 19:00:00 ShengHuo ZHU * gnus-draft.el (gnus-draft-reminder): New. * gnus-art.el (gnus-sender-save-name): New. 2001-02-13 18:00:00 ShengHuo ZHU * mm-util.el (mm-mime-charset): Error message. 2001-02-13 11:00:00 ShengHuo ZHU * message.el (message-check-news-body-syntax): Don't check mml lines. 2001-02-12 11:00:00 ShengHuo ZHU * gnus-topic.el (gnus-subscribe-topics): Return nil if not subscribe. * gnus-start.el (gnus-call-subscribe-functions): New. (gnus-find-new-newsgroups): Use it. (gnus-ask-server-for-new-groups): Use it. (gnus-check-first-time-used): Use it. (gnus-subscribe-newsgroup-method): Grok a list of functions. (gnus-subscribe-options-newsgroup-method): Ditto. (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's return . 2001-02-12 Kai Gro,A_(Bjohann * gnus-cus.el (gnus-score-customize): Doc fix. 2001-02-11 Jesper Harder * dgnushack.el (my-getenv): Typo. 2001-02-11 11:00:00 ShengHuo ZHU * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions. 2001-02-11 09:00:00 ShengHuo ZHU * gnus-group.el (gnus-group-suspend): Offer save summaries. * gnus-art.el (gnus-treat-leading-whitespace): New. (gnus-treatment-function-alist): Use it. (article-remove-leading-whitespace): New. (gnus-article-make-menu-bar): Use it. * gnus-sum.el (gnus-summary-wash-empty-map): Add remove-leading-whitespace. (gnus-summary-wash-map): Bind strip-headers-in-body to `W a', because of conflict. 2001-02-09 23:00:00 ShengHuo ZHU * Makefile.in: Hack generating gnus-load.el. * dgnushack.el: Ditto. * gnus-load.el: Remove it. 2001-02-09 20:00:00 ShengHuo ZHU * dgnushack.el : Add URLDIR. * Makefile.in (EMACS_COMP): Ditto. 2001-02-09 19:00:00 ShengHuo ZHU * gnus-cus.el (gnus-score-customize): Error on no score file. 2001-02-09 08:00:00 ShengHuo ZHU * mm-decode.el (mm-merge-handles): New function. * mm-view.el (mm-inline-message): Use it. (mm-view-message): Ditto. * mm-partial.el (mm-inline-partial): Ditto. * mm-extern.el (mm-inline-external-body): Ditto. * gnus-art.el (gnus-mime-view-part): Ditto. (gnus-mime-view-part-as-type): Ditto. (gnus-mime-save-part-and-strip): Prevent users to strip in some cases. 2001-02-08 20:00:00 ShengHuo ZHU * message.el (message-cancel-news): Allow to shoot foot. (message-supersede): Ditto. 2001-02-08 Tommi Vainikainen * gnus-sum.el (gnus-simplify-subject-re): Use message-subject-re-regexp. 2001-02-08 18:00:00 ShengHuo ZHU * nnmail.el (nnmail-expiry-target-group): Bind nnmail-cache-accepted-message-ids to nil. * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary coding system. 2001-02-07 23:00:00 ShengHuo ZHU * qp.el (quoted-printable-encode-region): Make sure characters are between 00 and FF. Don't check charset. * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte in Emacs 20. * rfc2047.el (rfc2047-q-encode-region): Ditto. 2001-02-07 11:00:00 ShengHuo ZHU * message.el (message-make-forward-subject): Argument decoded. (message-forward): Use it when digest. * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article buffer. 2001-02-07 Kai Gro,A_(Bjohann * message.el (message-generate-headers-first): Doc fix. 2001-02-07 10:00:00 ShengHuo ZHU * gnus-art.el (article-make-date-line): Error proof. 2001-02-06 21:00:00 ShengHuo ZHU * gnus-group.el (gnus-group-listing-limit): New. (gnus-group-prepare-flat-list-dead): Use old trick to speed up. * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb. 2001-02-06 18:00:00 ShengHuo ZHU * message.el (message-newline-and-reformat): Special case for breaking at BOL. 2001-02-06 Per Abrahamsen * gnus-uu.el (gnus-uu-save-article): Make the topics summary a message/rfc822. 2001-02-06 09:00:00 ShengHuo ZHU * message.el (message-encode-message-body): Don't insert Content-Type if it is inside a mail. 2001-02-06 02:00:00 ShengHuo ZHU * gnus-xmas.el (gnus-xmas-article-menu-add): Add gnus-article-commands-menu. * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar in Emacs. * gnus-start.el (gnus-read-descriptions-file): Use gnus-group-name-charset and gnus-group-charset-alist. 2001-02-04 23:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-mark-as-processable): Understand active region. * gnus-start.el (gnus-group-change-level): Remove from both gnus-zombie-list and gnus-killed-list. 2001-02-04 11:00:00 ShengHuo ZHU * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add gnus-subscribe-topics. * gnus-cus.el (gnus-extra-topic-parameters): Fix doc. 2001-02-04 11:00:00 ShengHuo ZHU * gnus-art.el (gnus-article-make-menu-bar): Make gnus-article-post-menu. * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu. * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs. * gnus-group.el (gnus-group-make-menu-bar): Ditto. * message.el (message-mode-menu): Ditto. * gnus-art.el (defvar): eval-when-compile. 2001-02-02 17:00:00 ShengHuo ZHU * gnus-agent.el (gnus-agentize): Fix doc. 2001-02-02 Karl Kleinpaste * mml.el (mml-preview): Bind `q'. 2001-02-02 12:00:00 ShengHuo ZHU * mm-util.el (mm-mime-mule-charset-alist): non-Mule case. 2001-01-31 Dave Love * mm-util.el (mm-mime-mule-charset-alist) (mm-find-mime-charset-region): Consider mule-utf-8. 2001-01-31 Dave Love * gnus-art.el (gnus-article-x-face-command) (gnus-treat-display-xface, gnus-treat-display-smileys): Add :version. 2001-01-26 Dave Love * mm-util.el (mm-multibyte-string-p): New. ;; * qp.el: Remove un-logged bogus changes from 2000-12-20. ;; (quoted-printable-encode-region): Doc fix. Don't call ;; string-as-multibyte on class. Clarify line-folding. (quoted-printable-encode-string): Make temp buffer inherit string's multibyteness. 2001-01-23 Gerd Moellmann * nnheader.el (toplevel): Don't require `gnus-util' at compile-time; this creates a circular dependency, and prevents a bootstrap. 2001-01-22 Andreas Schwab * nnheader.el (gnus-delete-line): Autoload it as a macro. 2001-01-31 18:00:00 ShengHuo ZHU * nnmail.el (nnmail-remove-list-identifiers): Use consp. * gnus-art.el (article-hide-list-identifiers): Ditto. * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto. 2001-01-31 15:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar. * gnus-art.el (article-hide-list-identifiers): Similar. 2001-01-31 Karl Kleinpaste * nnmail.el (nnmail-remove-list-identifiers): Improved. 2001-01-31 09:00:00 ShengHuo ZHU * gnus-score.el (gnus-summary-score-entry): match may be an integer. 2001-01-30 10:00:00 ShengHuo ZHU * gnus-util.el (gnus-string-equal): New function. * gnus-art.el (article-hide-boring-headers): Use it. 2001-01-27 Karl Kleinpaste * gnus-art.el (gnus-article-banner-alist): eGroups new banner. 2001-01-27 00:00:00 ShengHuo ZHU * gnus-msg.el (gnus-msg-mail): Support switch-action. 2001-01-26 08:00:00 ShengHuo ZHU * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving command if there is not last-saver. 2001-01-24 19:00:00 ShengHuo ZHU * nntp.el (nntp-open-connection): 201 is possible. 2001-01-24 18:00:00 ShengHuo ZHU * rfc2047.el (rfc2047-encode): MIME charset is not coding system. (rfc2047-charset-encoding-alist): Add big5. 2001-01-24 17:00:00 ShengHuo ZHU * gnus-agent.el (gnus-agent-add-server): Redraw the line. (gnus-agent-remove-server): Ditto. (autoload): gnus-server-update-server. * gnus-srvr.el (gnus-server-line-format): Add %a. (gnus-server-line-format-alist): Add gnus-tmp-agent. (gnus-server-insert-server-line): Use it. 2001-01-24 09:00:00 ShengHuo ZHU * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names GB2312 and Big5. 2001-01-24 Simon Josefsson * mail-source.el (mail-sources): Add :program specifier to IMAP mail source. (mail-source-fetch-imap): Map :program to `imap-shell-program'. 2001-01-24 08:00:00 ShengHuo ZHU * gnus-score.el (gnus-score-lower-thread): Fix a doc typo. 2001-01-24 12:22:47 Lars Magne Ingebrigtsen * nntp.el (nntp-wait-for): Return the success code. (nntp-open-connection): Use it. 2001-01-11 11:49:02 Lars Magne Ingebrigtsen * gnus-int.el (gnus-check-server): Allow breaking the opening. 2001-01-23 11:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-print-article): Remove process mark. 2001-01-22 17:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-print-article): Take one prefix argument. Allow to print several articles in one file. 2001-01-21 12:00:00 ShengHuo ZHU * webmail.el (webmail-type-definition): netaddress changes. 2001-01-21 00:00:00 ShengHuo ZHU * gnus.el: Fix copyright. Remove trailing spaces. * message.el (message-forward): Use mule4. 2001-01-20 09:00:00 ShengHuo ZHU * mm-util.el (mm-string-as-unibyte): New. * message.el (message-forward): Use it. 2001-01-19 23:00:00 ShengHuo ZHU * message.el (message-cite-original-without-signature): Don't peel off the blank line. (message-get-reply-headers): Add Cc if it is not in follow-to. 2001-01-20 Simon Josefsson * mm-decode.el (mm-handle-multipart-from): Add. (mm-dissect-buffer): Save From: header value. (mm-security-from): Remove. (mm-possibly-verify-or-decrypt): Don't set mm-security-from. * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from' instead of `mml-security-from'. Protect null from value. 2001-01-20 Simon Josefsson * mailcap.el (mailcap-mime-data): Run `gnumeric' on application/vnd.ms-excel attachments. 2001-01-19 Simon Josefsson * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp. 2001-01-19 13:00:00 ShengHuo ZHU * message.el (message-ignored-mail-headers): Ditto. 2001-01-19 Simon Josefsson * message.el (message-ignored-news-headers): Only search beginning of line. 2001-01-19 Alberto Lusiani * message.el (message-send-mail): Content-Type may not be there. 2001-01-18 23:00:00 ShengHuo ZHU * gnus-ems.el (gnus-article-display-xface): Add BUFFER. * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto. * gnus-art.el (article-display-x-face): Insert X-Face if there is not. 2001-01-18 19:00:00 ShengHuo ZHU * gnus-sum.el (gnus-summary-read-group-1): Don't test dead non-native groups. 2001-01-18 18:00:00 ShengHuo ZHU * message.el (message-yank-original): Understand universal-argument. 2001-01-18 16:00:00 ShengHuo ZHU * gnus-art.el (gnus-boring-article-headers): Add to-address. (article-hide-boring-headers): Ditto. * mm-view.el (mm-inline-message): Insert a newline unless bolp. 2001-01-18 08:00:00 ShengHuo ZHU * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is one. 2001-01-16 Simon Josefsson * message.el (message-make-in-reply-to): Add comment to message-id (old syntax, see 2000-08-02 change). 2001-01-16 13:00:00 ShengHuo ZHU * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail. (gnus-button-mailto): Setup message. Moved to gnus-msg.el. (gnus-button-reply): Ditto. 2001-01-16 Katsumi Yamaoka * gnus-art.el (article-display-x-face): Fix. 2001-01-15 16:00:00 ShengHuo ZHU * gnus-art.el (article-display-x-face): Use gnus-original-article-buffer. 2001-01-15 Jack Twilley * message.el (message-add-header): Move to point-max. 2001-01-15 Simon Josefsson * smime.el (smime-CA-directory, smime-CA-file): Change default to nil, improve documentation. (smime-certificate-directory): Comment out false hints (until it is implemented). * mml-smime.el (mml-smime-sign): Place user in customize buffer if there aren't any keys. (mml-smime-verify): If smime-CA-{file,directory} set, also try to verify certificate. Default is changed to only check integrity. Improved security status texts. If a certificate doesn't contain a email address, don't fail. * smime.el (smime-noverify-region): (smime-noverify-buffer): New functions. Verifies integrity only. 2001-01-12 22:00:00 ShengHuo ZHU * gnus-group.el (gnus-group-sort-by-score): Reverse order. 2001-01-12 17:00:00 ShengHuo ZHU * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs. (gnus-remove-some-windows): Ditto. 2001-01-12 14:00:00 ShengHuo ZHU * gnus-art.el (article-make-date-line): 11th. 2001-01-11 23:00:00 ShengHuo ZHU * mml2015.el (mml2015-gpg-encrypt): Remove CR. (mml2015-gpg-sign): Ditto. 2001-01-10 14:00:00 ShengHuo ZHU * gnus.el: Sync with EMACS_PRETEST_21_0_95. * gnus.el (gnus-default-posting-charset): Bogus. Removed. 2001-01-08 Dave Love * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a single character. * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}. * message.el: Doc and message fixes. (message-send-rename-function) (message-make-forward-subject-function) (message-send-mail-function, message-reply-to-function) (message-wide-reply-to-function, message-followup-to-function) (message-distribution-function, message-auto-save-directory): Fix :type. * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when proceeding after warnings. Amend multipart warning message. 2001-01-04 Dave Love * gnus-util.el (nnmail-pathname-coding-system): Defvar when compiling. (gnus-make-directory): Require nnmail. * mm-decode.el (mm-inline-media-tests): Add image/x-portable-bitmap. (mm-get-image): Grok pbm. 2001-01-10 Paul Stevenson * nnvirtual.el (nnvirtual-request-expire-articles): delq nil. 2001-01-09 Didier Verna * dgnushack.el (dgnushack-compile): give a dummy value to `gnus-xmas-glyph-directory' for the time of compilation. * gnus-agent.el: moved some XEmacs specific hook add-ons from `gnus-xmas-[re]define' to avoid loosing user custom settings. * gnus-art.el: ditto. * gnus-group.el: ditto. * gnus-salt.el: ditto. * gnus-sum.el: ditto. * gnus-topic.el: ditto. * gnus-xmas.el (gnus-xmas-define): see above. * gnus-xmas.el (gnus-xmas-redefine): see above. * gnus-xmas.el (gnus-xmas-glyph-directory): generate a non-continuable error when the directory can't be found. 2001-01-09 01:00:00 ShengHuo ZHU * mm-decode.el (mm-interactively-view-part): Don't copy-sequence handle. * gnus-art.el (gnus-mime-view-part): Copy it. (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles. 2001-01-09 Michael Downes * gnus-sum.el (gnus-summary-read-group-1): More useful message. 2001-01-08 23:00:00 ShengHuo ZHU * nnmail.el (nnmail-get-new-mail): Find group only if file is not orig-file. Use ',source. 2001-01-08 22:00:00 ShengHuo ZHU * gnus-xmas.el (gnus-xmas-modeline-glyph): (gnus-xmas-group-startup-message): Detect gnus-xmas-glyph-directory when it is nil. 2001-01-08 09:00:00 ShengHuo ZHU * pop3.el (pop3-get-message-count): Andrew Innes 's patch of 1999-12-01 was not fully committed. 2001-01-05 06:49:37 Lars Magne Ingebrigtsen * gnus-agent.el (gnus-agent-fetch-session): Say what we quit. * time-date.el (time-to-number-of-days): New function. 2001-01-04 11:06:14 Gregory Chernov * nnslashdot.el (nnslashdot-request-list): Always get the right sid. 2001-01-05 00:00:00 ShengHuo ZHU * message.el (message-minibuffer-local-map): New keymap. (message-read-from-minibuffer): Use it. * gnus-msg.el (gnus-summary-resend-message): Use it 2001-01-04 22:00:00 ShengHuo ZHU * gnus-start.el (gnus-display-time-event-handler): New function. (gnus-after-getting-new-news-hook): Use it. 2001-01-03 07:26:58 Lars Magne Ingebrigtsen * message.el (message-ignored-mail-headers): Add draft header. 2001-01-02 06:28:28 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-summary-expire-articles): Don't save excursion. * nnslashdot.el (nnslashdot-request-list): Get the right year. 2001-01-01 00:52:44 Ed L. Cashin * gnus-sum.el (gnus-summary-expire-articles): Save excursion. 2000-12-31 11:00:00 ShengHuo ZHU * qp.el (quoted-printable-decode-region): Don't backward-char. 2000-12-31 03:57:31 Lars Magne Ingebrigtsen * gnus-draft.el: Mark articles as replied. * gnus-sum.el (gnus-summary-add-mark): New function. * gnus-group.el (gnus-add-mark): New function. * gnus-sum.el (gnus-summary-buffer-name): New function. (gnus-summary-setup-buffer): Use it. * gnus-draft.el: Set things up with the right post method and stuff. * message.el (message-ignored-news-headers): Remove X-Draft-From. * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function. * gnus.el (gnus-draft-meta-information-header): New variable. 2000-12-30 00:17:38 Lars Magne Ingebrigtsen * gnus-art.el (gnus-treatment-function-alist): Move the date functions before the header sorting functions. * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes. * dgnushack.el (dgnushack-compile): Message whether there is w3. Don't (push "/usr/share/emacs/site-lisp" load-path). * gnus-cite.el (gnus-article-fill-cited-article): Don't add space to empty fill prefixes. 2000-12-30 10:00:00 ShengHuo ZHU * nntp.el (nntp-open-connection): Kill pbuffer if process is nil. Suggested by Christoph Conrad . 2000-12-30 09:00:00 ShengHuo ZHU * nnheader.el (autoload): Autoload gnus-sorted-intersection. * nnml.el (autoload): Move to nnheader.el. * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted. (nnfolder-request-expire-articles): Use gnus-sorted-intersection. (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas Kvarnstr,Av(Bm . 2000-12-30 00:17:38 Lars Magne Ingebrigtsen * gnus-art.el (article-make-date-line): Get the hours right. (gnus-ignored-headers): More hiding. * nnmail.el (nnmail-expiry-wait): Not an integer. * message.el (message-goto-body): Only expand abbrev when called interactively. (message-make-lines): Use it. 2000-12-29 20:00:00 ShengHuo ZHU * gnus-msg.el (gnus-inews-yank-articles): Reparse headers. 2000-12-30 00:17:38 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-summary-limit-include-expunged): Really include the expunged articles. * gnus-group.el (gnus-group-sort-by-server): New function. * gnus.el (gnus-method-to-server-name): New function. (gnus-group-prefixed-name): Use it. * gnus-group.el (gnus-group-sort-function): Doc fix. (gnus-group-sort-groups-by-server): New command. 2000-12-29 13:25:10 Lars Magne Ingebrigtsen * gnus-art.el (gnus-treat-date-english): New variable. (article-date-english): New command. (gnus-english-month-names): New variable. (article-make-date-line): Do 'english. * gnus-cite.el (gnus-article-fill-cited-article): Add a space after the fill prefix. * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter score...". * gnus-art.el (gnus-ignored-headers): Hide more headers. * message.el (message-mode-map): Bind comment-region. * gnus-art.el (gnus-mime-display-part): Let w3 display multipart/related. * mm-bodies.el (mm-long-lines-p): New function. (mm-body-encoding): Use it. (mm-body-encoding): Encode articles with lines longer than 1000 characters. 2000-12-29 01:00:00 ShengHuo ZHU * mm-util.el (mm-enable-multibyte): Use default-enable-multibyte-characters. (mm-enable-multibyte-mule4): Ditto. (mm-disable-multibyte): Test XEmacs. (mm-disable-multibyte-mule4): Ditto. (mm-with-unibyte-current-buffer): Simplified. (mm-with-unibyte-current-buffer-mule4): Ditto. 2000-12-28 19:44:56 Lars Magne Ingebrigtsen * nnheaderxm.el (nnheader-string-as-multibyte): New alias. * nnheader.el (nnheader-string-as-multibyte): New alias. * mm-view.el (mm-inline-text): Warn when bugging out in w3. * gnus-uu.el (gnus-message-process-mark): New function. (gnus-uu-mark-by-regexp): Use it. (gnus-new-processable): New function. 2000-12-28 19:21:57 Inge Frick * gnus-sum.el (gnus-no-mark): New variable. 2000-11-01 01:12:29 Lars Magne Ingebrigtsen * nnwfm.el (nnwfm-create-mapping): Remove quote marks and backslashes. 2000-12-26 Katsumi Yamaoka * gnus-art.el (gnus-article-banner-alist): Remove duplicate definition. 2000-12-25 00:00:00 ShengHuo ZHU * dgnushack.el (dgnushack-compile): elc is in the current directory. * qp.el (quoted-printable-encode-region): Don't check multibyte in XEmacs. 2000-12-25 Lloyd Zusman * mml.el (mml-read-tag): Save tag location. 2000-12-25 Simon Josefsson * starttls.el: Sync with Emacs 21. 2000-12-24 11:00:00 ShengHuo ZHU * message.el (message-mail): Support yank-action. * message.el (message-setup): Revoke the last change. 2000-12-24 01:00:00 ShengHuo ZHU * message.el (message-setup): Use cons. Suggested by Johan Vromans . 2000-12-24 Simon Josefsson * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve mailing list junk at end of part. 2000-12-23 Simon Josefsson * nnimap.el (nnimap-expiry-target): New function. (nnimap-request-expire-articles): Use it. 2000-12-22 21:00:00 ShengHuo ZHU * gnus.el (gnus-group-parameters-more): New variable. * gnus-cus.el (gnus-group-customize): Use it. * gnus.el (gnus-define-group-parameter): New macro. (auto-expire): Use it (total-expire): Use it. * gnus-art.el (banner): Use it. * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman . 2000-12-22 12:00:00 ShengHuo ZHU * gnus-topic.el (gnus-topic-create-topic): Use list. * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art before binding gnus-default-article-saver. * gnus-sum.el (gnus-summary-save-article): (gnus-summary-pipe-output): (gnus-summary-save-article-mail): (gnus-summary-save-article-rmail): (gnus-summary-save-article-file): (gnus-summary-write-article-file): (gnus-summary-save-article-body-file): Ditto. * gnus-mh.el (gnus-summary-save-article-folder): Ditto. 2000-12-22 10:00:00 ShengHuo ZHU * gnus-art.el (gnus-mime-security-button-map): (gnus-mime-button-map): Add parent. 2000-12-22 09:00:00 ShengHuo ZHU * messagexmas.el (message-xmas-redefine): New function. * message.el: Use it. * gnus-art.el (gnus-article-check-hidden-text): Return t. * gnus-util.el (gnus-remove-text-properties-when): Return t. 2000-12-22 03:00:00 ShengHuo ZHU * mm-decode.el (mm-dissect-multipart): Avoid errors owing to malformatted messages. 2000-12-22 02:00:00 ShengHuo ZHU * mm-util.el (mm-image-load-path): New function. * gnus-group.el (gnus-group-make-tool-bar): Use it. * gnus-sum.el (gnus-summary-make-tool-bar): Use it. * message.el (message-tool-bar-map): Use it. * Makefile.in (install-el): New. 2000-12-21 Katsumi Yamaoka * gnus-art.el (article-treat-dumbquotes): Quote \. 2000-12-21 22:00:00 ShengHuo ZHU * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if Emacs 20 runs on a terminal. 2000-12-21 14:00:00 ShengHuo ZHU * gnus-msg.el (gnus-bug): Revert to save-excursion. * mml.el (gnus-add-minor-mode): Autoload. * message.el (message-forward): Save-restriction. 2000-12-21 Kai Gro,A_(Bjohann * gnus-art.el (article-treat-dumbquotes): More doc, provided by Paul Stevenson 2000-12-21 10:00:00 ShengHuo ZHU * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix. * mml.el (gnus-ems): Don't require. * gnus.el (gnus-decode-rfc1522): Removed. (gnus-set-text-properties): Define. 2000-12-21 09:00:00 ShengHuo ZHU * gnus-art.el (gnus-mime-*): handle may be nil. * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode. * gnus.el (gnus-group-remove-excess-properties): Not defined in gnus-xmas. 2000-12-20 21:00:00 ShengHuo ZHU * message.el (message-mail-user-agent): Add :version. 2000-12-21 Miles Bader * message.el (message-mode): Set `comment-start' to the yank prefix. 2000-12-20 17:00:00 ShengHuo ZHU * message.el (message-mail-user-agent): New variable. (message-setup): Renamed to message-setup-1. Support mail-user-agent. (message-mail-user-agent): New function. (message-mail): Use it. (message-reply): Use it. (message-resend): Use it. (message-mail-other-window): Use it. (message-mail-other-frame): Use it. * gnus-msg.el (gnus-bug): Support mail-user-agent. 2000-12-20 15:00:00 ShengHuo ZHU * message.el (message-tool-bar-map): Simplify. (message-narrow-to-head-1): New function. (message-narrow-to-head): Use it. (message-reply): Ditto. (message-cancel-news): Ditto. (message-supersede): Ditto. (message-make-forward-subject): Ditto. (message-bounce): Ditto. 2000-12-20 11:00:00 ShengHuo ZHU * uudecode.el (uudecode-decode-region-external): make-temp-file may not be defined. * binhex.el (defalias): eval-and-compile. * message.el (message-tool-bar-map): New function. (message-mode): Use it. 2000-12-20 09:00:00 ShengHuo ZHU * nntp.el (nntp-find-connection): Remove the entry. (nntp-retrieve-groups): (gnus-buffer-live-p buf). 2000-12-20 05:00:00 ShengHuo ZHU * gnus-msg.el (gnus-summary-mail-forward): Use original buffer. * message.el (message-forward): Copy buffer in unibyte mode. 2000-12-20 04:00:00 ShengHuo ZHU * message.el (message-make-forward-subject): Don't widen. Decode. (message-forward): Don't decode subject. 2000-12-20 Christoph Conrad * qp.el (quoted-printable-encode-region): Upcase QP. 2000-12-20 03:00:00 ShengHuo ZHU * mm-decode.el (mm-possibly-verify-or-decrypt): Use mail-extract-a-c instead. Don't depend on Gnus. * mml.el (gnus-ems): Require it. * gnus-msg.el (gnus-summary-mail-forward): * message.el (message-forward): Move mime-to-mml here. 2000-12-20 02:00:00 ShengHuo ZHU * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs. * gnus-art.el (gnus-insert-mime-button): Simplify. (gnus-mime-display-alternative): Ditto. (gnus-insert-mime-security-button): Ditto. 2000-12-20 01:00:00 ShengHuo ZHU * gnus-util.el (gnus-add-text-properties-when): In XEmacs, text-property-not-all doesn't return nil when start=mark(end). (gnus-remove-text-properties-when): Ditto. 2000-12-20 00:00:00 ShengHuo ZHU * gnus-start.el (gnus-group-change-level): Remove group from gnus-active-hashtb if real killed. 2000-12-19 22:00:00 ShengHuo ZHU * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map. (gnus-mime-display-alternative): Ditto. (gnus-insert-mime-security-button): Ditto. 2000-12-19 21:00:00 ShengHuo ZHU * gnus-start.el (gnus-group-change-level): Don't add it into killed-list if it was killed. 2000-12-19 19:00:00 ShengHuo ZHU * nnmbox.el (nnmbox-file-coding-system): Use binary. (nnmbox-active-file-coding-system): Ditto. * gnus-cus.el (gnus-group-parameters): Add posting-style. 2000-12-19 18:00:00 ShengHuo ZHU * gnus.el (gnus-version): (gnus-version-number): Set to Oort Gnus 0.01. * gnus-art.el (gnus-mime-security-button-map): (gnus-insert-mime-security-button): Fix for Emacs21. 2000-12-19 17:00:00 ShengHuo ZHU * gnus-group.el, gnus-sum.el, message.el: Comment out :help in easymenu, because XEmacs doesn't understand :help. * mm-uu.el: Require binhex. 2000-12-19 16:00:00 ShengHuo ZHU * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1. 2000-12-19 ShengHuo ZHU * mm-util.el (mm-charset-synonym-alist): Fix a typo. 2000-12-18 Gerd Moellmann * *.xpm, *.pbm: Convert icons icons to size 24x24. 2000-12-18 Dave Love * gnus-msg.el (news-setup, news-reply-mode): Don't autoload (unused). 2000-12-13 Miles Bader * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks' to t, so that we don't get stuck while trying to smilefy intangible text. 2000-12-12 Gerd Moellmann * smiley-ems.el (smiley-regexp-alist): Make regexps match at the end of the buffer. (smiley-region): In the loop, move to the end of the submatch matching the smiley instead of using the end of the match of the whole regexp. 2000-12-12 Eli Zaretskii * message.el (message-mode): Doc fix. 2000-12-12 Gerd Moellmann * smiley-ems.el (smiley-region): Doc fix. 2000-12-11 Miles Bader * gnus-sum.el (gnus-summary-recenter): When trying to keep the bottom line visible, check to see if it's partially obscured, and if so, either scroll one more line to make it fully visible, or revert to showing the second line from the top. 2000-12-07 Dave Love * mailcap.el (mailcap-download-directory) * gnus-audio.el (gnus-audio-directory) * smiley-ems.el (smiley-data-directory): Fix :type. 2000-11-30 Dave Love * message.el (message-auto-save-directory): Use file-name-as-directory. (message-set-auto-save-file-name): Create message-auto-save-directory if necessary. (message-replace-chars-in-string): Removed -- unused. (message-mail-alias-type): Customize. (message-headers): Remove duplicate defgroup. 2000-11-29 Dave Love * qp.el (quoted-printable-decode-region): Use error, not message to report malformed text (like base64). Amend message. 2000-11-29 Miles Bader * message.el (message-header-lines): Fontify tag. 2000-11-27 Dave Love * nnlistserv.el: Ignore errors when requiring nnweb and avoid a compiler warning. ;2000-11-26 Dave Love ; ; * mm-uu.el (mm-uu-configure-list): Fix typo in :type. ; 2000-11-23 Dave Love * uu-post.pbm, uu-decode.pbm: new files from XPMs. * mm-uu.el (uudecode): Require. (uudecode-decode-region, uudecode-decode-region-external): Don't autoload. (mm-uu-copy-to-buffer): Doc fix. (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom type fix. * mailcap.el: Doc fixes. (mailcap-mime-data): Various adjustments. (mailcap): New group. (mailcap-download-directory): Customize. (mailcap-generate-unique-filename, mailcap-binary-suffixes) (mailcap-temporary-directory): Deleted (unused). (mailcap-unescape-mime-test): Simplify slightly. (mailcap-viewer-passes-test): Use functionp. (mailcap-command-p): Aliased to executable-find. * rfc2047.el (rfc2047-encode-message-header): Don't encode if default-enable-multibyte-characters is nil. 2000-11-22 Gerd Moellmann * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo. 2000-11-21 Dave Love * gnus-art.el (gnus-mime-button-map): Don't inherit from gnus-article-mode-map. ; (gnus-mime-button-menu): Use mouse-set-point. (gnus-insert-mime-button, gnus-mime-display-alternative) (gnus-mime-display-alternative): Don't use local-map property. 2000-11-17 Dave Love * uudecode.el (uudecode-insert-char): Fix bogus feature test. (uudecode-decode-region-external): Doc fix. Use with-temp-buffer and make-temp-file. (uudecode-decode-region): Doc fix. 2000-11-14 Dave Love * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm: * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm: * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm: New files, derived from the XPMs. 2000-11-10 Dave Love * gnus-agent.el (gnus-agent-confirmation-function): Add :version. (gnus-agent-lib-file, gnus-agent-load-alist) (gnus-agent-save-alist, gnus-agent-article-name): Use expand-file-name. * gnus-group.el (gnus-group-name-charset-method-alist): Add :version. (nnkiboze-score-file): Defvar when compiling. * gnus-start.el (gnus-read-newsrc-file): Add :version. * gnus-art.el (gnus-article-banner-alist) (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types) (gnus-article-date-lapsed-new-header) (gnus-article-mime-match-handle-function, gnus-mime-action-alist) (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601) (gnus-treat-strip-headers-in-body) (gnus-treat-capitalize-sentences, gnus-treat-play-sounds) (gnus-treat-translate): Add :version. (gnus-article-mime-part-function): Fix defcustom. * nnmail.el (nnmail-expiry-target) (nnmail-scan-directory-mail-source-once, nnmail-extra-headers) (nnmail-split-header-length-limit): Add :version. * gnus-sum.el (gnus-auto-expirable-marks) (gnus-inhibit-user-auto-expire, gnus-list-identifiers) (gnus-extra-headers, gnus-ignored-from-addresses) (gnus-newsgroup-ignored-charsets) (gnus-group-highlight-words-alist) (gnus-summary-show-article-charset-alist): Add :version. * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm: gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New files, converted from the XPMs. * gnus-cache.el (gnus-cache-active-file): Don't use file-name-as-directory on directory. (gnus-cache-file-name): Use expand-file-name, not concat. Don't use file-name-as-directory on directory. * time-date.el (timezone-make-date-arpa-standard): Autoload. (date-to-time): Use it. ; * message.el (message-mode) : ; : Use [:alnum:] in regexp range. ; (message-newline-and-reformat): Likewise. (message-forward-as-mime, message-forward-ignored-headers) (message-buffer-naming-style, message-default-charset) (message-dont-reply-to-names, message-send-mail-partially-limit): Add :version. * mm-util.el: Doc fixes. (mm-mime-charset): Don't use the raw result of mm-preferred-coding-system. (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer) (mm-with-unibyte): Simplify. * gnus-int.el (gnus-start-news-server): Use expand-file-name, not concat. * pop3.el (pop3-version): Deleted. (pop3-make-date): New function, avoiding message-make-date. (pop3-munge-message-separator): Use it. 2000-11-09 Dave Love * gnus-group.el (gnus-group-make-directory-group) (gnus-group-fetch-faq): Use expand-file-name. (gnus-group-fetch-faq): Simplify completing-read form. * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just test for Mule. * message.el (tool-bar-map): Defvar when compiling. * gnus-setup.el (running-xemacs, gnus-use-installed-tm) (gnus-tm-lisp-directory): Deleted. (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use (featurep 'xemacs). (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory) (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove version numbers from file names. 2000-11-08 Dave Love * mm-view.el: Use featurep for XEmacs test. (mm-inline-message): Test for `remove-specifier'; don't use condition-case. * mm-bodies.el (mm-encode-body): Use mm-multibyte-p. * gnus-score.el (gnus-score-load-file): Use expand-file-name. (gnus-score-find-bnews): Don't concat "". * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm: * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm: * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm: * exit-summ.xpm: New files, renamed from icons by Luis Fernandes. * gnus-sum.el: Put some defvars in eval-when-compile. (gnus-summary-mode-hook): Add :options. (gnus-summary-make-menu-bar): Add some :help, used by tool bar. (gnus-summary-tool-bar-map): New variable. (gnus-summary-make-tool-bar): New function. (gnus-summary-mode): Put kill-all-local-variables first. * gnus-group.el (gnus-group-toolbar-map): New variable. (gnus-group-make-tool-bar): Rewritten. (gnus-group-mode): Put kill-all-local-variables first. * rfc2047.el: Require gnus-util. * nnml.el (gnus-sorted-intersection): Autoload. * nnheader.el: Wrap subst-char-in-string def in eval-and-compile. Put some defvars in eval-when-compile. (gnus-intersection, gnus-sorted-complement): Autoload. * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol. * mm-encode.el (mm-body-7-or-8): Autoload. * mm-decode.el (mm-insert-inline): Autoload. * mml.el: * message.el: Put some defvars in eval-when-compile. * gnus-msg.el: Put some defvars in eval-when-compile. (gnus-msg-mail): Move after gnus-setup-message. * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix. 2000-11-07 Dave Love * gnus-util.el (nnheader): Don't require message (recursive autoload). * uudecode.el: Avoid compiler warnings. * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol. (rfc2047-charset-encoding-alist): Add iso-8859-1[45]. 2000-11-06 Dave Love * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode. * uudecode.el: Use (featurep 'xemacs). Require cl when compiling. (uudecode-char-int): New alias, replacing char-int. (uudecode-decode-region): Don't call buffer-disable-undo. ; * mm-uu.el (mm-uu-configure): Unquote lambda. ; (mm-uu-configure-list): Doc fix. ; ; * earcon.el (running-xemacs): Don't define. ; ;2000-11-03 Stefan Monnier ; ; * message.el (message-font-lock-keywords): Match a final newline ; to help font-lock's multiline support. ; 2000-11-03 Dave Love * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500. * mm-partial.el (mm-inline-partial): Space-prefix temp buffer name. * gnus-cus.el (gnus-group-parameters) : Fix custom type. : Fix custom type, doc. * mm-decode.el (mm-display-external): Space-prefix temp buffer name. Don't disable undo explicitly. ;2000-11-02 Dave Love ; ; * message.el (message-font-lock-keywords): Use [:alpha:] for ; cite-prefix. 2000-11-01 Dave Love * rfc2047.el (base64): Require unconditionally. (message-posting-charset): Defvar when compiling. (rfc2047-encode-message-header, rfc2047-encodable-p): Require message. * gnus-sum.el (nnoo): Require. (mm-uu-dissect): Autoload. * mml.el (mml-parse-1): Clarify message. (mml-minibuffer-read-type): Use mailcap-mime-types. 2000-11-01 Stefan Monnier * mml.el: Fix a typo in the requiring of CL. 2000-11-01 Dave Love * utf7.el: Require cl when compiling. * binhex.el: Use (featurep 'xemacs). (binhex-char-int): New alias, replacing char-int. Change callers. (binhex-decode-region): Simplify work buffer code. (binhex-decode-region-external): Use expand-file-name, not concat. 2000-10-30 Dave Love * gnus-art.el: Fix 2000-10-27 change properly. 2000-10-28 Miles Bader * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren. 2000-10-27 Dave Love * gnus-group.el (gnus-group-make-menu-bar): Add some :help strings. (gnus-group-make-tool-bar): New function. (gnus-group-mode): Use it. * message.el (message-mode-menu): Add some :help strings. (message-mode) [message-tool-bar-map]: Define tool-bar-map. (featurep): Use (featurep 'xemacs). Install tool bar for Emacs. * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm: * describe-group.xpm, get-news.xpm, kill-group.xpm: * unsubscribe.xpm: New files. Renamed icons from Luis Fernandes. * mm-decode.el (mm-valid-and-fit-image-p): Don't test display-graphic-p here. 2000-10-27 Miles Bader * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead of the `gnus-xemacs' variable, as the latter has been removed. * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise. * gnus-art.el (gnus-treat-display-xface) (gnus-treat-display-smileys, gnus-treat-display-picons) (gnus-article-read-summary-keys): Likewise. 2000-10-26 Dave Love (defvar): Use rmail-spool-directory unconditionally. 2000-10-18 Dave Love * mm-bodies.el (mm-uu-decode-function) (mm-uu-binhex-decode-function): Defvar when compiling. * gnus-nocem.el (gnus-nocem-issuers): Update. (gnus-nocem-check-from): New option. (gnus-nocem-scan-groups): Use it. (gnus-nocem-check-article): Bind gnus-newsgroup-name. (gnus-nocem-check-article-limit): Add :version. 2000-10-16 Stefan Monnier * ietf-drums.el (mm-util): Require CL when compiling. 2000-10-15 Dave Love * qp.el: Require mm-util. 2000-10-13 Dave Love * qp.el (quoted-printable-decode-region): Avoid invalid coding-systems. 2000-10-12 Gerd Moellmann * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads to a recursive load. 2000-10-12 Dave Love * mm-util.el (mm-charset-synonym-alist): Add windows-1252. * gnus.el (gnus-group-startup-message): Check for PBM image. 2000-10-09 Dave Love * mail-source.el (mail-source-fetch-imap): Bind default-enable-multibyte-characters rather than using mm-disable-multibyte. 2000-10-05 Dave Love * qp.el (mm-decode-coding-region, mm-encode-coding-region): Autoload. (quoted-printable-decode-region): Rename arg which confused charset with coding-system. Don't use nonascii-insert-offset. Coding-system encode the region initially. Don't recognize `==' as valid QP. Coding-system decode the region finally. (quoted-printable-decode-string): Rename arg which confused charset with coding-system. * mm-bodies.el: Require mm-uu, Don't require qp, uudecode. (mm-encode-body): Apply mm-charset-to-coding-system to arg of mm-encode-coding-region. (mm-decode-body, mm-decode-string): Rename variables which confused charset with coding-system. (binhex-decode-region): Don't autoload. (mm-body-encoding): Require message. (mm-decode-content-transfer-encoding): Require mm-uu in relevant cond branches. * gnus-art.el (article-de-quoted-unreadable) (article-de-base64-unreadable): Fold search case rather than downcasing string. Apply mm-charset-to-coding-system to arg of quoted-printable-decode-region. 2000-10-04 Dave Love * gnus-ems.el: Don't turn off compiler warnings in local vars. Require ring when compiling. (gnus-article-compface-xbm): New variable. 2000-10-04 Dave Love * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use pbm images. * frown.pbm, smile.pbm, wry.pbm: New files. * frown.xbm, smile.xbm, wry.xbm: Deleted. 2000-10-03 Dave Love * mail-source.el (mail-sources): Revert to nil. * nnmail (nnmail-spool-file): Revert to `((file))'. * qp.el: Don't require mm-util. (quoted-printable-decode-region): Rewritten. (quoted-printable-decode-string, quoted-printable-encode-region): Doc fix. (quoted-printable-encode-region): Barf on multibyte characters. Maybe make the class multibyte. Upcase chars, not formatted strings. Allow mm-use-ultra-safe-encoding to be unbound. (quoted-printable-encode-string): Don't use mm-with-unibyte-buffer. 2000-09-29 Gerd Moellmann * smiley-ems.el (smiley-update-cache): Use `:ascent center'. 2000-09-21 Dave Love * smiley-ems.el (smiley-region): Test if display-graphic-p bound (for Emacs 20). Tidy somewhat. 2000-09-21 Dave Love * gnus-ems.el (gnus-article-display-xface): Use unibyte for the image processing. Rationalize logic somewhat. 2000-09-20 Dave Love * gnus-start.el (gnus-1) : Don't test for X specifically. * gnus.el (gnus-version-number): Avoid some redundant autoloads. 2000-09-20 Gerd Moellmann * gnus-ems.el (gnus-article-display-xface): Don't convert PBM to XBM; we always have PBM support. 2000-09-14 Dave Love * gnus.el (gnus-charset): * mm-decode.el (mime-display): * imap.el (imap) : Add :version. 2000-09-13 Gerd Moellmann * parse-time.el: Fix author's mail address. * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el: * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el: * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el: * messcompat.el, nnbabyl.el, nndir.el, nneething.el: * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el: * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el: * rfc2231.el, uudecode.el: Fix copyright notice. * nnweb.el (toplevel): To make the file bootstrap in Emacs, require `w3' at load-time only if not running in batch mode. 2000-12-19 16:00:00 ShengHuo ZHU * gnus.el: Before merge with Emacs21. 2000-12-19 Raymond Scholz * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol. 2000-12-19 Per Abrahamsen * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m' to avoid conflict with the standard `back-to-indentation' binding. 2000-12-17 10:00:00 ShengHuo ZHU * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle. * mm-util.el (mm-enable-multibyte-mule4): Test charsetp. (mm-disable-multibyte-mule4): Ditto. (mm-with-unibyte-current-buffer-mule4): Ditto. 2000-12-15 10:00:00 ShengHuo ZHU * pop3.el (pop3-movemail): Use binary. (pop3-movemail-file-coding-system): Removed. 2000-12-14 13:00:00 ShengHuo ZHU * mm-util.el (mm-charset-synonym-alist): Add cn-gb. 2000-12-13 21:00:00 ShengHuo ZHU * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active exists. 2000-12-13 13:00:00 ShengHuo ZHU * gnus-msg.el (gnus-post-method): Use backend name when the address is "". 2000-12-08 10:00:00 ShengHuo ZHU * gnus-art.el (article-verify-x-pgp-sig): Don't test mm-verify-option. (gnus-treat-x-pgp-sig): Default value. (gnus-ignored-headers): Redundant. 2000-12-04 22:00:00 ShengHuo ZHU * gnus-win.el (gnus-configure-frame): Save selected window. 2000-02-15 Andrew Innes * nnmbox.el: Require gnus-range. (nnmbox-group-building-active-articles): New variable. (nnmbox-group-active-articles): New variable; this is a cache of all active articles by group and number. (nnmbox-in-header-p): New function. (nnmbox-find-article): New function. (nnmbox-record-active-article): New function. (nnmbox-record-deleted-article): New function. (nnmbox-is-article-active-p): New function. (nnmbox-retrieve-headers): Use nnmbox-find-article. (nnmbox-request-article): Ditto. Also supply extra arg to nnmbox-article-group-number. (nnmbox-request-expire-articles): Ditto. (nnmbox-request-move-article): Ditto. (nnmbox-request-replace-article): Ditto. (nnmbox-request-rename-group): Rename group entry in active article cache. (nnmbox-delete-mail): Update active article cache, unless article is being replaced. (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather than partially duplicating it. (nnmbox-article-group-number): Add extra `this-line' arg, to handle articles belonging to multiple groups. (nnmbox-save-mail): Update active article cache. (nnmbox-read-mbox): Build active article cache when loading mbox. Also do some repair work, if we find articles that are missing the appropriate X-Gnus-Newsgroup lines in the header. We can usually reconstruct these from Xref info. 2000-12-04 18:00:00 ShengHuo ZHU * mail-source.el (mail-source-report-new-mail): Use nnheader-run-at-time. 2000-02-15 Andrew Innes * mail-source.el (mail-source-fetch-pop): Clear pop password when an error is thrown, and then rethrow the error. (mail-source-check-pop): Ditto. (mail-source-start-idle-timer): Prevent multiple pop checks running if the check takes a long time. 2000-12-04 14:00:00 ShengHuo ZHU * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if succeed. 2000-12-04 13:00:00 ShengHuo ZHU * gnus-win.el (gnus-configure-windows): Make sure nntp-server-buffer is live. (gnus-remove-some-windows): switch-to-buffer -> set-buffer. 2000-11-21 Stefan Monnier * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer. 2000-12-04 Andreas Jaeger * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description. 2000-12-03 12:00:00 ShengHuo ZHU * mml2015.el (mml2015-fix-micalg): Alg might be nil. 2000-12-01 Christopher Splinter * gnus-sum.el (gnus-summary-limit-to-age): Fix typo. 2000-12-01 Simon Josefsson * mml-smime.el (mml-smime-verify): Fix address parsing. 2000-12-01 Simon Josefsson * mml-smime.el (mml-smime-verify): Don't modify MM buffer. Handle more than one certificate inside PKCS#7 blob. Better security information (clamed / actual sender, openssl output, certificates inside message). * smime.el (smime-verify-region): Output to /dev/null. (smime-buffer-as-string-region): Don't parse empty lines. 2000-11-30 23:00:00 ShengHuo ZHU * gnus-art.el (gnus-mime-security-button-line-format-alist): Add ?d and ?D. (gnus-mime-security-show-details-inline): New variable. (gnus-mime-security-show-details): Use them. (gnus-insert-mime-security-button): Ditto. * mml2015.el (mml2015-gpg-verify): Set details when succeed. Suggest by Michael Duggan (md5i@cs.cmu.edu). (mml2015-gpg-clear-verify): Ditto. (mml2015-gpg-decrypt-1): Ditto. (mml2015-use): Prefer 'gpg. 2000-11-30 19:00:00 ShengHuo ZHU * gnus-util.el (gnus-add-text-properties-when): New function. (gnus-remove-text-properties-when): Ditto. * gnus-cite.el (gnus-article-hide-citation): Use them. (gnus-article-toggle-cited-text): Use them. * gnus-art.el (gnus-signature-toggle): Use them. (gnus-article-show-hidden-text): Ditto. (gnus-article-hide-text): Ditto. 2000-11-30 14:00:00 ShengHuo ZHU * mm-util.el (mm-find-charset-region): Remove eight-bit-*. 2000-11-30 Simon Josefsson * smime.el (smime-point-at-eol): New alias. (smime-buffer-as-string-region): Use it. 2000-11-29 21:00:00 ShengHuo ZHU * nndraft.el (nndraft-request-restore-buffer): Remove Date field. 2000-11-29 20:00:00 ShengHuo ZHU * nnfolder.el (nnfolder-request-expire-articles): expiry-target. * nnbabyl.el (nnbabyl-request-expire-articles): Ditto. * nnmbox.el (nnmbox-request-expire-articles): Ditto. 2000-11-22 Jan Nieuwenhuizen * nnmh.el (nnmh-request-expire-articles): Implemented expiry-target for nnmh backend. 2000-11-30 Simon Josefsson * mm-decode.el (mm-security-from): New variable. (mm-possibly-verify-or-decrypt): Use it rather than `from'. * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather than `from'. 2000-11-30 Simon Josefsson * mml-smime.el (mml-smime-verify): Verify that certificate mail address match sender address. * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address. * smime.el (smime-verify-region): Don't copy buffer. (smime-decrypt-buffer): Use expand-file-name on keyfile. (smime-pkcs7-region): New function. (smime-pkcs7-certificates-region): Ditto. (smime-pkcs7-email-region): Ditto. (smime-buffer-as-string-region): Ditto. * gnus-art.el (gnus-mime-security-show-details): Goto beginning of buffer. 2000-11-23 Jens Krinke * smime.el (smime-decrypt-region): Fix keyfile argument. 2000-11-29 00:00:00 ShengHuo ZHU * nnmail.el (nnmail-cache-accepted-message-ids): Add doc. 2000-11-28 17:00:00 ShengHuo ZHU * message.el (message-shoot-gnksa-feet): New variable. (message-gnksa-enable-p): New function. (message-send): Use it. (message-check-news-body-syntax): Ditto. 2000-11-28 Katsumi Yamaoka * message.el (message-make-message-id): Remove the redundancy. 2000-11-22 17:00:00 ShengHuo ZHU * message.el (message-setup): Discourage using mc-install-*-mode. * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt. 2000-11-22 16:00:00 ShengHuo ZHU * gnus-cite.el (gnus-cite-parse): Guess citation length. 2000-11-22 14:00:00 ShengHuo ZHU * gnus-ml.el (gnus-mailing-list-insinuate): New function. 2000-11-22 13:00:00 ShengHuo ZHU * gnus-ml.el (gnus-mailing-list-archive): Find the real url. 2000-11-22 11:00:00 ShengHuo ZHU * gnus-xmas.el (gnus-xmas-article-display-xface): Use insert-buffer-substring. * message.el (message-send-mail): Use buffer-substring-no-properties. (message-send-news): Ditto. 2000-11-22 David Edmondson * imap.el (imap-wait-for-tag): Message read info. 2000-11-21 20:00:00 ShengHuo ZHU * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted. (mml2015-mailcrypt-encrypt): Use unibyte-buffer. (mml2015-gpg-encrypt): Ditto. 2000-11-21 09:00:00 ShengHuo ZHU * mm-decode.el (mm-verify-option): Default value. * mml-sec.el (mml-secure-part): Error message. 2000-11-20 18:00:00 ShengHuo ZHU * gnus-ml.el (gnus-mailing-list-archive): Use browse-url. 2000-11-20 17:00:00 ShengHuo ZHU * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add. 2000-11-20 16:00:00 ShengHuo ZHU * gnus-art.el (gnus-article-describe-key): Use prompt. (gnus-article-describe-key-briefly): Ditto. 2000-11-20 15:00:00 ShengHuo ZHU * gnus-agent.el (gnus-agent-expire): Ignore corrupted history. 2000-11-20 10:00:00 ShengHuo ZHU * gnus-art.el (gnus-article-describe-key): New function. (gnus-article-describe-key-briefly): New function. 2000-11-19 23:00:00 ShengHuo ZHU * mm-decode.el (mm-decrypt-option): Doc typo. * gnus-art.el (gnus-article-read-summary-keys): lookup-key may return a number. 2000-11-19 21:00:00 ShengHuo ZHU * message.el (message-newline-and-reformat): Typo. 2000-11-19 12:00:00 ShengHuo ZHU * gnus-art.el (article-verify-x-pgp-sig): Check whether original-article-buffer exists. * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-. (rfc2047-header-encoding-alist): Addresses are different from text. (rfc2047-encode-message-header): Ditto. (rfc2047-dissect-region): Extra parameter. (rfc2047-encode-region): Ditto. (rfc2047-encode-string): Ditto. 2000-11-19 00:00:00 ShengHuo ZHU * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function. (mm-uu-pgp-encrypted-extract): Use it. (mm-uu-pgp-signed-extract-1): New function. (mm-uu-pgp-signed-extract): Use it. * gnus-art.el (gnus-mime-display-security): New function. (gnus-mime-display-part): Use it. (gnus-mime-security-verify-or-decrypt): New function. (gnus-mime-security-press-button): New function. (gnus-insert-mime-security-button): Use it. * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p. (mm-find-raw-part-by-type): Ditto. (mm-verify-function-alist): Add x-gnus-pgp-signature handle. (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle. (mm-destroy-parts): Kill nested multibyte buffer. * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p. (mml2015-gpg-verify): Ditto. 2000-11-18 Simon Josefsson * mml2015.el (mml2015-mailcrypt-clear-verify): New function. (mml2015-function-alist): Use it. * mml-sec.el (mml-sign-alist): Update names. (mml-encrypt-alist): Ditto. (mml-secure-part-smime-sign): Moved to mml-smime.el as `mml-smime-sign-query'. (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as `mml-smime-get-file-cert'. (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as `mml-smime-get-dns-cert'. (mml-secure-part-smime-encrypt): Moved to mml-smime.el as `mml-smime-encrypt-query'. (mml-smime-sign-buffer): Use mml-smime-sign. (mml-smime-encrypt-buffer): Use mml-smime-encrypt. * mml-smime.el (mml-smime-sign): New function. (mml-smime-encrypt): (mml-smime-sign-query): (mml-smime-get-file-cert): (mml-smime-get-dns-cert): (mml-smime-encrypt-query): Moved from mml-sec.el. 2000-11-16 Simon Josefsson * mml2015.el (mml2015-gpg-clear-verify): New function. (mml2015-function-alist): Add it. 2000-11-17 14:21 ShengHuo ZHU * message.el (message-setup-fill-variables): Use message-cite-prefix-regexp. (message-newline-and-reformat): Check the end of citation, leading WSP, break in the cite prefix. (message-fill-paragraph): New function. 2000-11-17 13:44 ShengHuo ZHU * lpath.el: Shut up. 2000-11-17 Per Abrahamsen * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow raw 8-bit in headers in dk.* newsgroups. 2000-11-17 08:02 ShengHuo ZHU * message.el (message-newline-and-reformat): Match extra WSPs. 2000-11-16 23:31 ShengHuo ZHU * mml.el (mml-generate-mime-1): Ignore ascii. 2000-11-16 Justin Sheehy * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items. 2000-11-16 17:00 ShengHuo ZHU * message.el (message-cite-prefix-regexp): Prefix should not end at space. 2000-11-15 18:09 ShengHuo ZHU * message.el (message-mode-syntax-table): Add - as a word constituent as in articles. (message-setup-fill-variables): Add -_. as supercite-style prefix. * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-. * gnus-cite.el (gnus-cite-parse): Match from the beginning of line. 2000-11-15 13:21 ShengHuo ZHU * gnus-msg.el (gnus-inews-do-gcc): Expire the article. 2000-11-12 David Edmondson * message.el (message-font-lock-keywords): use message-cite-prefix-regexp. 2000-11-15 Kai Gro,A_(Bjohann * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by Stein Arild Str,Ax(Bmme. (gnus-group-jump-to-group): Use it. (gnus-group-jump-to-group-prompt): Customize. 2000-11-14 10:32:42 ShengHuo ZHU * mailcap.el (mailcap-possible-viewers): Match the entire string. 2000-11-14 10:20:56 ShengHuo ZHU * mml2015.el (mml2015-mailcrypt-verify): replace-match is incompatible. (mml2015-mailcrypt-sign): Ditto. 2000-11-14 10:12:05 ShengHuo ZHU * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the group is open. 2000-11-14 00:48:52 ShengHuo ZHU * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter nnvirtual articles. (gnus-backlog-request-article): Don't request nnvirtual articles. 2000-11-13 22:08:09 ShengHuo ZHU * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape. * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes. 2000-11-13 20:43:37 ShengHuo ZHU * mm-decode.el (mm-get-part): Don't call mm-insert-part. * mml.el (mml-generate-mime-1): Use charset attribute. * mm-bodies.el (mm-encode-body): Add parameter charset. * mm-util.el (mm-mime-charset): Show error when find 8-bit characters. 2000-11-13 16:09:09 ShengHuo ZHU * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit. (mml2015-mailcrypt-clear-decrypt): Ditto. (mml2015-mailcrypt-verify): Ditto. (mml2015-mailcrypt-clear-verify): Ditto. (mml2015-gpg-verify): Ditto. 2000-11-13 15:29:58 ShengHuo ZHU * smime.el (smime-openssl-program): Test the existence of openssl. * mml-smime.el: Require mm-decode. (mml-smime-verify-test): New function. * mm-decode.el (mm-verify-function-alist): Use it. 2000-11-13 09:50:29 ShengHuo ZHU * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version anyway. 2000-11-13 Simon Josefsson * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear verification doesn't work. 2000-11-12 23:36:45 ShengHuo ZHU * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable. (gnus-inews-do-gcc): Use it. 2000-11-12 21:35:04 ShengHuo ZHU * rfc2231.el (rfc2231-encode-string): Insert semi-colon and leading space. * mm-extern.el (mm-inline-external-body): Report error when no access-type. 2000-11-12 19:48:30 ShengHuo ZHU * gnus-sum.el (gnus-select-newsgroup): Change the error message. 2000-11-12 11:53:18 ShengHuo ZHU * gnus-art.el (gnus-mime-button-menu): Use select-window. 2000-11-12 09:47:54 ShengHuo ZHU * gnus-art.el (gnus-mime-display-part): Display multipart/related as multipart/mixed. 2000-11-12 David Edmondson * message.el (message-cite-prefix-regexp): moved from gnus-cite.el and replace `.' with `\w' to allow for different syntax tables (from Vladimir Volovich). * message.el (message-newline-and-reformat): use `message-cite-prefix-regexp'. * gnus-cite.el (gnus-supercite-regexp): use `message-cite-prefix-regexp'. * gnus-cite.el (gnus-cite-parse): use `message-cite-prefix-regexp'. 2000-11-12 08:52:46 ShengHuo ZHU * mml2015.el (mml2015-mailcrypt-verify): Replace armors with PGP SIGNATURE. Escape leading "-"'s. (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE. 2000-11-11 15:55:35 ShengHuo ZHU * mm-uu.el (mm-uu-type-alist): Stricter shar regexp. 2000-11-11 Simon Josefsson * mml2015.el (mml2015-gpg-verify): Set "OK" security status. * smime.el (smime-details-buffer): New variable. (smime-sign-region): (smime-encrypt-region): (smime-verify-region): (smime-decrypt-region): Copy OpenSSL output to the buffer. * mml-smime.el (mml-smime-verify): Support security info. 2000-11-10 17:11:22 ShengHuo ZHU * mm-decode.el (mm-verify-option): Set default to nil. (mm-decrypt-option): Ditto. * gnus-art.el (article-verify-x-pgp-sig): New function. 2000-11-10 09:01:25 ShengHuo ZHU * gnus-art.el (gnus-mime-display-alternative): Show button if no preferred part. 2000-11-07 Kai Gro,A_(Bjohann * gnus-sum.el (gnus-move-split-methods): Say that `gnus-split-methods' uses file names, whereas this uses group names. (Report from Nevin Kapur) 2000-11-10 01:23:20 ShengHuo ZHU * mm-partial.el (mm-inline-partial): Insert MIME-Version. 2000-11-09 17:02:50 ShengHuo ZHU * nnheader.el (nnheader-directory-files-is-safe): New variable. (nnheader-directory-articles): Use it. (nnheader-article-to-file-alist): Ditto. 2000-11-09 16:20:37 ShengHuo ZHU * rfc2047.el (rfc2047-pad-base64): New function. (rfc2047-decode): Use it. 2000-11-09 08:53:04 ShengHuo ZHU * gnus-srvr.el (gnus-browse-foreign-server): Bind the original select method. 2000-11-08 19:58:58 ShengHuo ZHU * mml2015.el (mml2015-gpg-decrypt-1): (mml2015-gpg-verify): buffer-string has no argument in Emacs. 2000-11-08 16:37:02 ShengHuo ZHU * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache. 2000-11-08 08:38:30 ShengHuo ZHU * pop3.el (pop3-munge-message-separator): A message may have an empty body. 2000-11-07 18:02:26 ShengHuo ZHU * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff. (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer. (mm-uu-pgp-signed-extract): Use coding-system. 2000-11-07 14:33:19 ShengHuo ZHU * gnus-art.el (gnus-mime-display-part): Show MIME security button. (gnus-insert-mime-security-button): New function. * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info. * mml2015.el: Add security info when verify or decrypt. * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart. (mm-uu-pgp-encrypted-extract): Ditto. 2000-11-07 08:49:36 ShengHuo ZHU * mm-decode.el (mm-display-parts): New function. * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first. 2000-02-02 Alexandre Oliva * gnus-mlspl.el: Documentation tweaks. 2000-11-06 22:06:44 ShengHuo ZHU * mm-decode.el (mm-possibly-verify-or-decrypt): Fix. * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix argument. 2000-11-06 19:10:14 ShengHuo ZHU * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil. 2000-11-06 18:17:53 ShengHuo ZHU * gnus-art.el (gnus-article-encrypt): New function. (gnus-article-encrypt-protocol-alist): New variable. (gnus-article-encrypt-protocol): New variable. * mml2015.el (mml2015-self-encrypt): New function. (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign. 2000-11-06 16:02:52 ShengHuo ZHU * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function. (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf, let mailcap do it. * mml2015.el: Remove snarf code. * mm-decode.el: Remove snarf code. 2000-11-06 14:03:10 ShengHuo ZHU * mml.el (mml-insert-mml-markup): Ignore internal stuff. (mml-insert-mime): Understand gnus-decoded. (mime-to-mml): New parameter handles. * gnus-art.el (gnus-mime-save-part-and-strip): Use it. * gnus-sum.el (gnus-summary-edit-article): Add argument `3'. 2000-11-06 13:51:37 ShengHuo ZHU * mm-decode.el (mime-security): New group. (mm-verify-function-alist): Add test function. (mm-decrypt-function-alist): Ditto. (mm-snarf-option): Set default value as nil. (mm-find-part-by-type): Recursive parameter. (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig. * mml2015.el: Support draft-ietf-openpgp-multsig. 2000-11-06 13:01:27 ShengHuo ZHU * gnus-art.el (gnus-mime-view-part-as-charset): New function. (gnus-article-view-part-as-charset): New function. 2000-11-05 22:34:07 ShengHuo ZHU * mm-decode.el (mm-verify-option): Default value. (mm-possibly-verify-or-decrypt): Dealing with broken messages. 2000-11-05 15:06:05 ShengHuo ZHU * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range. 2000-11-05 Simon Josefsson * mml-smime.el (mml-smime-verify): Work in original multipart buffert. * mm-decode.el (mm-handle-multipart-original-buffer): New macro. (mm-handle-multipart-ctl-parameter): Ditto. (mm-alist-to-plist): New function. (mm-dissect-buffer): Store CTL parameters and copy original buffer for multiparts. (mm-destroy-parts): Destroy multipart buffert. (mm-remove-part): Ditto. * mml-smime.el (mml-smime-sign): Not used. (mml-smime-encrypt): Ditto. * mm-decode.el (mml-smime-verify): Autoload mml-smime. Verify S/MIME signature support. * mm-decode.el (mm-inline-media-tests): Add application/{x-,}pkcs7-signature. (mm-inlined-types): Ditto. (mm-automatic-display): Ditto. (mm-verify-function-alist): Ditto. Add name of method. (mm-decrypt-function-alist): Add name of method. (mm-find-part-by-type): Add documentation. (mm-possibly-verify-or-decrypt): Use new format of mm-{verify,decrypt}-function-alist. Use method names. * mml-smime.el (mml-smime-verify): New function. 2000-11-04 20:38:50 ShengHuo ZHU * mm-view.el (mm-inline-text): Move point to the end of inserted text. 2000-11-04 19:07:08 ShengHuo ZHU * mml2015.el (mml2015-function-alist): Clear verify and decrypt. * mm-uu.el: Reorganized. Add gnatsweb, pgp-signed, pgp-encrypted. * mm-decode.el (mm-snarf-option): New. 2000-11-04 13:08:02 ShengHuo ZHU * mm-util.el (mm-subst-char-in-string): New function. (mm-replace-chars-in-string): Use it. * message.el (message-replace-chars-in-string): Use it. * nnheader.el (nnheader-replace-chars-in-string): Use it. * gnus-mh.el (mh-lib-progs): Shut up. 2000-11-04 ShengHuo Zhu * base64.el, md5.el: Moved to contrib directory. 2000-11-04 11:13:56 ShengHuo ZHU * gnus-sum.el (gnus-summary-search-article-forward): Don't move the last article when search. 2000-11-04 10:34:29 ShengHuo ZHU * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1. * nnmail.el (nnmail-pathname-coding-system): Ditto. 2000-09-29 David Edmondson * message.el (message-newline-and-reformat): Typo. 2000-11-04 10:11:05 ShengHuo ZHU * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p. 2000-11-04 09:53:42 ShengHuo ZHU * nntp.el (nntp-decode-text): Delete bogus status lines. 2000-11-03 Stefan Monnier * message.el (message-font-lock-keywords): Match a final newline to help font-lock's multiline support. 2000-11-04 09:11:44 ShengHuo ZHU * nnoo.el (nnoo-set): New function. 2000-11-04 ShengHuo Zhu * gpg.el, gpg-ring.el: Moved to contrib directory. 2000-11-04 Simon Josefsson * nnimap.el (nnimap-split-inbox): Typo. 2000-11-03 10:46:44 ShengHuo ZHU * gnus-msg.el (gnus-msg-mail): Move it backwards. 2000-11-03 Simon Josefsson * rfc2231.el (rfc2231-parse-qp-string): New function. (require): rfc2047. * mail-parse.el (mail-header-parse-content-type): (mail-header-parse-content-disposition): Support invalid QP encoded strings, by using `rfc2231-parse-qp-string'. 2000-11-03 08:58:08 ShengHuo ZHU * rfc2231.el (rfc2231-parse-string): Decode when there is no number. (rfc2231-decode-encoded-string): Typo "> X 1". (rfc2231-encode-string): Insert the name of charset. * mail-parse.el (mail-header-encode-parameter): Use RFC2231. 2000-11-02 23:35:50 ShengHuo ZHU * mm-decode.el (mm-save-part): Return the filename. * gnus-sum.el (gnus-summary-edit-article): Remove a hack. * gnus-art.el (gnus-mime-save-part-and-strip): New function. (gnus-mime-action-alist): Use it. (gnus-mime-button-commands): USe it. * mm-extern.el (mm-extern-local-file): Error when the file is gone. (mm-inline-external-body): unwind-protect. 2000-11-02 21:08:49 ShengHuo ZHU * gnus-art.el (gnus-insert-mime-button): Show url. 2000-11-02 19:51:19 ShengHuo ZHU * mml.el (mml-generate-mime-1): Support external url. * nnwarchive.el (nnwarchive-mail-archive-article): Use external url. 2000-11-02 16:53:32 ShengHuo ZHU * mm-partial.el (mm-inline-partial): Buffer name with a leading space. * mm-decode.el (mm-display-external): Ditto. * mm-extern.el: New file. * mm-decode.el (mm-inline-media-tests): Hook it up. (mm-inlined-types): Inline message/external-body. 2000-11-02 Simon Josefsson * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To. * message.el (message-get-reply-headers): Better handling when Mail-Followup-To is very large. 2000-11-02 13:27:56 ShengHuo ZHU * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy. * gnus-art.el (gnus-article-edit-done): * gnus-sum.el (gnus-summary-edit-article-done): Move line counting code here. * gnus-msg.el (gnus-setup-message): Remove a hack. 2000-11-02 09:33:01 ShengHuo ZHU * gnus-sum.el (gnus-newsgroup-variables): New variable. (gnus-summary-mode): Make them local variables. (gnus-set-global-variables): Globalize them. (gnus-summary-exit): Kill them. 2000-11-02 Hrvoje Niksic * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded word. 2000-11-01 10:07:13 ShengHuo ZHU * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted. gnus-article-wash-types. * gnus-art.el (gnus-article-wash-status): Use them. 2000-11-01 08:54:11 ShengHuo ZHU * mml.el (mml-read-tag): Remove spaces and LF. 2000-11-01 08:01:03 ShengHuo ZHU * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters. * mml.el (mml-generate-mime-1): Add sender and recipients attributes. 2000-11-01 07:39:24 ShengHuo ZHU * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function. 2000-10-31 22:06:13 ShengHuo ZHU * gnus-sum.el (gnus-article-charset): New variable. (gnus-summary-display-article): Set it. * gnus-msg.el (gnus-copy-article-buffer): Use it. * gnus-art.el (gnus-article-mode): Make it local variable. 2000-11-01 01:12:29 Lars Magne Ingebrigtsen * nnultimate.el (nnultimate-create-mapping): Use nreverse. 2000-10-31 23:45:31 Lars Magne Ingebrigtsen * nnwfm.el: New file. * nnweb.el (nnweb-replace-in-string): New function. 2000-10-31 17:32:02 ShengHuo ZHU * mml2015.el: Wrap gpg.el. * gpg.el (gpg-verify): The last argument of apply is a list. (gpg-encrypt): Add passphrase as a parameter. 2000-10-31 17:28:45 ShengHuo ZHU * gpg.el: New file. * gpg-ring.el: New file. 2000-10-31 11:44:29 ShengHuo ZHU * gnus-sum.el (gnus-summary-show-article): Fix the summary line. 2000-10-31 Katsumi Yamaoka * gnus-sum.el (gnus-summary-insert-line): Work with quoted double-quote charcters. (gnus-summary-prepare-threads): Ditto. 2000-10-31 08:36:03 ShengHuo ZHU * gnus-art.el (gnus-mime-display-single): Forward line -1. * mml.el (mml-read-tag): Don't skip the leading space. * lpath.el (font-lock-set-defaults): Shut up. 2000-10-31 00:04:35 ShengHuo ZHU * mml2015.el: Fix doc. Remove bogus mml2015-setup. 2000-10-30 23:37:07 ShengHuo ZHU * qp.el (quoted-printable-encode-region): Replace leading - when ultra safe. * mml.el (mml-generate-mime-postprocess-function): Removed. (mml-postprocess-alist): Removed. (mml-generate-mime-1): Use ultra-safe when sign. * mml2015.el (mml2015-fix-micalg): Uppercase. (mml2015-verify): Insert LF. (mml2015-mailcrypt-sign): Downcase; search backward. 2000-10-16 11:36:52 Lars Magne Ingebrigtsen * nnultimate.el (nnultimate-forum-table-p): Be a bit more restrictive. (nnultimate-table-regexp): New variable. (nnultimate-forum-table-p): Use it. 2000-10-30 Ed L Cashin * gnus-sum.el (gnus-summary-expire-articles): Save point. 2000-10-30 08:52:50 ShengHuo ZHU * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign. (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt. 2000-10-30 08:38:12 ShengHuo ZHU * mml2015.el: Shut up. 2000-10-30 08:17:46 ShengHuo ZHU * gnus.el (gnus-server-browse-hashtb): Removed. * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active. (gnus-group-insert-group-line-info): Use simplified method. * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active. 2000-10-30 01:52:40 ShengHuo ZHU * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and moved here. * gnus-agent.el (gnus-agent-fetch-headers): Use it. * gnus-group.el (gnus-group-prepare-flat): Use it. * gnus-topic.el (gnus-group-prepare-topics): Use it. 2000-10-30 01:23:49 ShengHuo ZHU * mml.el (mml-mode): Show menu in XEmacs. 2000-10-30 00:49:33 ShengHuo ZHU * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable. (gnus-server-read-server-in-server-buffer): New function. (gnus-browse-foreign-server): Browse in group buffer. * gnus-group.el (gnus-group-prepare-flat): List group not in list. (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line. * gnus-topic.el (gnus-group-prepare-topics): Ditto. * gnus.el (gnus-server-browse-hashtb): New variable. 2000-10-29 22:31:40 ShengHuo ZHU * nnfolder.el (nnfolder-open-nov): Use group. 2000-10-29 17:23:15 ShengHuo ZHU * nnfolder.el: Add NOV. Set version to 2.0. (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0. 2000-10-29 10:35:08 ShengHuo ZHU * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic. 2000-10-29 09:42:05 ShengHuo ZHU * gnus-srvr.el (gnus-browse-foreign-server): Show level mark. (gnus-browse-unsubscribe-group): Unsubscribed is not killed. 2000-10-29 08:28:58 ShengHuo ZHU * nnfolder.el (nnfolder-read-folder): Don't goto point-min. 2000-10-28 19:11:01 ShengHuo ZHU * mm-decode.el (mm-verify-function-alist): New variable. (mm-verify-option): New variable. (mm-decrypt-function-alist): Ditto. (mm-decrypt-option): Ditto. (mm-find-raw-part-by-type): New function. (mm-possibly-verify-or-decrypt): New function. (mm-dissect-multipart): Use it. * mml2015.el (mml2015-fix-micalg): New function. (mml2015-decrypt): Use new interface. (mml2015-verify): Use new interface. (mml2015-setup): Make it bogus. 2000-10-28 16:54:45 ShengHuo ZHU * mml.el (mml-generate-mime-postprocess-function): Set to mml-postprocess. (autoload): Autoload mml2015 and mml-smime. (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt. * mml2015.el (mml2015-encrypt): New function. (mml2015-sign): New function. (mml2015-encrypt-function): New variable. (mml2015-sign-function): New variable. (mml2015-mailcrypt-encrypt): Use message-recipients. (mml2015-setup): Don't set mml-generate-mime-postprocess-function. * mml-smime.el (mml-smime-setup): Ditto. 2000-10-28 Simon Josefsson * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker Communigate Pro 3.3.1 server. * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored in buffers. (mml-secure-dns-server): Removed. (mml-secure-part-smime-encrypt-by-dns): Use DIG interface. Don't write certificates to files. * smime.el (smime-dns-server): New variable. (smime-mail-to-domain): (smime-cert-by-dns): New functions. * dig.el: New file. 2000-10-28 10:09:41 ShengHuo ZHU * message.el (message-options): New variable. (message-options-set-recipient): New function. (message-send): Use them. * gnus-int.el (gnus-request-replace-article): Use them. (gnus-request-accept-article): Ditto. * mml.el (mml-preview): Use them. * gnus-sum.el (gnus-summary-edit-article): Use them. * message.el (message-options-get): New function. (message-options-get): New function. * rfc2047.el (rfc2047-encode-message-header): Use them. * mm-bodies.el (mm-encode-body): Use them. 2000-10-28 Simon Josefsson * nnimap.el (nnimap-retrieve-which-headers): (nnimap-request-article-part): Quote message-id. * smime.el (smime-CA-directory): Rename from `smime-CAs'. (smime-CA-file): New variable. (smime-call-openssl-region): Don't error. (smime-sign-region): Return result value. (smime-encrypt-region): Ditto. (smime-verify-region): New function. (smime-decrypt-region): Ditto. (smime-verify-buffer): Ditto. (smime-decrypt-buffer): Ditto. * mml.el: Require mml-sec. (mml-generate-mime-1): Support "sign" and "encrypt" MML tags. (mml-mode-map): Add "sign" and "encrypt" maps. (mml-menu): Add security menu. (mml-preview): Use generate-new-buffer. * mml-sec.el: New file. 2000-10-28 03:43:03 ShengHuo ZHU * mm-decode.el (mm-find-part-by-type): Move it here. * mml.el (mml-postprocess): Move it here. (mml-postprocess-alist): Move it here. Merge them. 2000-10-28 03:38:39 ShengHuo ZHU * rfc2047.el (rfc2047-encode-message-header): Make sure no unencoded stuff in the header. 2000-10-28 02:40:46 ShengHuo ZHU * gnus-group.el (gnus-group-listed-groups): New variable. (gnus-group-list-option): New variable. (gnus-group-list-limit-map): New keymap. (gnus-group-list-flush-map): New keymap. (gnus-group-list-plus-map): New keymap. (gnus-group-prepare-logic): New function. (gnus-group-prepare-flat): Merge with gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups. (gnus-group-prepare-flat-list-dead): Ditto. (gnus-group-list-matching): Use gnus-group-prepare-function. (gnus-group-list-dormant): Ditto. (gnus-group-list-cached): Ditto. (gnus-group-listed-groups): New function. (gnus-group-list-limit): New function. (gnus-group-list-flush): New function. (gnus-group-list-plus): New function. * gnus-topic.el (gnus-group-prepare-topics): Accept predicate. (gnus-topic-prepare-topic): Ditto. 2000-10-27 Paul Jarc * message.el (message-insert-to, message-get-reply-headers): (message-reply, message-followup): Mail-{Followup,Reply}-To. 2000-10-27 19:45:58 ShengHuo ZHU * mml2015.el: New file. * smime.el: New file. * mml-smime.el: New file. 2000-10-27 19:42:12 ShengHuo ZHU * ChangeLog: Moved to ChangeLog.1. ;; Local Variables: ;; coding: iso-2022-7bit ;; End: