X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/145cc6b9ea127439b239ffddbcbbf687170b759c..ef1b088ac607d88c519cbfb3b0a4bd76214605a3:/lisp/gnus/ChangeLog diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d6b555cf23..392833a2cb 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,8 +1,771 @@ +2008-03-03 Stefan Monnier + + * gnus-msg.el (gnus-debug): + * gnus-group.el (gnus-update-group-mark-positions): + Use mm-string-to-multibyte. + +2008-02-29 Andreas Seltenreich + + * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with + empty author. + +2008-02-29 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-marks): Add variable for + customization of marks and their appearance. + (gnus-registry-read-mark): Use it. + (gnus-registry-do-marks): Add utility function to loop through + `gnus-registry-marks'. + (gnus-registry-install-shortcuts-and-menus): Add function to install + shortcuts and menus. + (gnus-registry-initialize): Use it. + (gnus-registry-default-mark): Clarify documentation. + +2008-02-29 Glenn Morris + + * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el: + * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el: + * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el: + * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el: + Change defcustom :version from 23.0 to 23.1. + +2008-02-28 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-follow-group-p) + (gnus-registry-post-process-groups): Add functions to aid registry + splitting and improve logging. Clarify behavior in function + documentation. + (gnus-registry-split-fancy-with-parent): Use them. + +2008-02-28 Stefan Monnier + + * gnus-art.el: Use with-current-buffer. + +2008-02-27 David Engster + + * nnmairix.el (nnmairix-request-group-with-article-number-correction): + Express real group name in the response. + +2008-02-27 Katsumi Yamaoka + + * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends) + (nnmairix-last-server, nnmairix-current-server): Defvar them. + (nnmairix-goto-original-article): Defvar gnus-registry-install and + autoload gnus-registry-fetch-group when compiling. + (nnmairix-request-group-with-article-number-correction): remove + unreferenced argument passed to nnmairix-call-backend. + +2008-02-27 Reiner Steib + + * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments. + (mm-uu-extract): Improve face for low color ttys. Reported by Sascha + Wilde. + +2008-02-27 Glenn Morris + + * nnmairix.el: Change defcustom :version from 23.0 to 23.1. + (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free + variables to defconsts. Convert comments to doc-strings. + (nnmairix-last-server, nnmairix-current-server): Convert from free + variables to defvars. Convert comments to doc-strings. + (gnus-registry-fetch-group): Autoload. + (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar. + (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets) + (nnmairix-widget-build-editable-fields): Use car cddr rather than + caddr. + (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around + nnmairix-request-group-with-article-number-correction call. + (nnmairix-fast, nnmairix-group): New, less general names, for free + variables passed from nnmairix-request-group to + nnmairix-request-group-with-article-number-correction. Declare. + (nnmairix-request-group-with-article-number-correction): + Use nnmairix-fast, nnmairix-group rather than fast, group. + +2008-02-26 David Engster + + * nnmairix.el: New file. Mairix back end for Gnus. Initial import of + version 0.5. + +2008-02-26 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-register-message-ids): Use `id' + instead of making an extra function call. Don't add the current group + to articles only when they have the group. Use + `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'. + Reported by David . + +2008-02-24 Miles Bader + + * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) + (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region) + (mm-find-mime-charset-region): + * mm-bodies.el (mm-encode-body): + * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'. + +2008-02-16 Reiner Steib + + * mail-source.el (mail-source-delete-incoming): Change default. + Supplement doc string. + + * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments. + +2008-02-14 Reiner Steib + + * nnmail.el (nnmail-message-id-cache-file): Derive from + `gnus-home-directory'. + +2008-02-11 Reiner Steib + + * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group): + Document negativ prefix. + + * gnus-group.el (gnus-group-read-group): Document negativ prefix. + +2008-02-10 Lars Magne Ingebrigtsen + + * message.el (message-unsent-separator): Add the Exim bounce + separator. + +2008-02-10 Daiki Ueno + + * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer + list. + (mml2015-epg-encrypt): Remove skipped recipients/signers from the + recipient/signer list. + +2008-02-10 Reiner Steib + + * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't + fbound (Emacs 23 unicode), signal an error. + +2008-02-08 Glenn Morris + + * gnus-art.el (pgg-display-output-buffer): Declare as function. + +2008-02-07 Tassilo Horn + + * nnimap.el (nnimap-open-connection): Add "143" and "993" as default + ports to the calls to `netrc-machine-user-or-password' in addition to + "imap" and "imaps". + +2008-02-03 Reiner Steib + + * gnus.el (gnus-group-startup-message): Add `find-image' call before + image-load-path is let-bound. Reported by Harald Hanche-Olsen + . + +2008-02-01 Katsumi Yamaoka + + * gnus-art.el (gnus-article-describe-bindings): Work for draft group. + +2008-02-01 Zhang Wei + + * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030. + + * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030. + +2008-02-01 Miles Bader + + * mml.el (mml-parse-1): Remove apparently vestigial use of + `mm-hack-charsets'. + * mm-bodies.el (mm-encode-body): Likewise. + +2008-02-01 Kenichi Handa + + * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from + rfc2104-hexstring-to-bitstring and changed to return a byte list. + (rfc2104-hash): Convert the result of concat to unibyte string. + +2008-02-01 Dave Love + + * gnus-start.el (gnus-read-newsrc-el-file): Don't bind + coding-system-for-read. + (gnus-gnus-to-quick-newsrc-format): Insert coding cookie. + + * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) + (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted. + (mm-find-mime-charset-region): Remove hack-charsets stuff. + +2008-01-24 Michael Sperber + + * mail-source.el (mail-sources): Add `group' choice. + + * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another + parameter `in-group' to control into which group the articles go. + Add treatment of `group' mail-source. + +2008-01-24 Dan Nicolaescu + + * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at): + * message.el (message-beginning-of-line): Use featurep instead of bound + tests in order to resolve conditionals at compile time. + +2008-01-23 Katsumi Yamaoka + + * gnus-art.el (gnus-insert-mime-button): Don't decode description. + + * mm-decode.el (mm-dissect-buffer): Decode description. + + * mml.el (mml-to-mime): Encode message header first. + +2008-01-18 Katsumi Yamaoka + + * gnus-art.el (gnus-article-describe-bindings): Make it possible to use + xrefs, i.e. [back] and [forward] buttons, in *Help* buffer. + +2008-01-18 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-trim): Use append, not concat. + +2008-01-17 Katsumi Yamaoka + + * gnus-art.el (gnus-article-read-summary-keys): Work for some `A' + prefix keys. + (gnus-article-read-summary-send-keys): Use gnus-character-to-event. + (gnus-article-describe-bindings): Simplify; move XEmacs stuff to + gnus-xmas.el. + +2008-01-16 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark): + Add new variables for article mark management. + (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a + list of extra data entries which, when present, will indicate that the + article ID should not be trimmed from the registry. + (gnus-registry-mark-article, gnus-registry-article-marks): Remove these + functions. + (gnus-registry-read-mark): New function to read a mark name from the + user. + (gnus-registry-set-article-mark, gnus-registry-remove-article-mark) + (gnus-registry-set-article-mark-internal): New functions to add and + remove marks. + (gnus-registry-get-article-marks): New function to show the marks for + an article, or retrieve them for further use. + +2008-01-16 Katsumi Yamaoka + + * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix + keys when no argument is given. + +2008-01-12 Reiner Steib + + * gnus-sum.el (gnus-article-sort-by-random) + (gnus-thread-sort-by-random): Fix doc strings. Reported by + jidanni@jidanni.org. + +2008-01-11 Katsumi Yamaoka + + * gnus-art.el (gnus-article-describe-bindings): New function. + (gnus-article-read-summary-keys): Use it. + (gnus-article-mode-map): Bind `C-h b' to it. + +2008-01-10 Katsumi Yamaoka + + * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on + XEmacs. + (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect + against non-character events. + +2008-01-09 Reiner Steib + + * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New + command. + (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE + instead of END. Change name of the temp file. + (gnus-group-gmane-group-download-format): Add doc string. Make it + customizable. + +2008-01-09 Katsumi Yamaoka + + * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys; + bind `S W' to gnus-article-wide-reply-with-original; set default + binding to gnus-article-read-summary-send-keys. + (gnus-article-read-summary-keys): Fix the order of keys; display + continuation keys correctly in the echo area; describe bindings + correctly when keys end with `C-h'. + (gnus-article-read-summary-send-keys): New function. + (gnus-article-describe-key, gnus-article-describe-key-briefly): Work + for gnus-article-read-summary-send-keys; display continuation keys + correctly in the echo area. + (gnus-article-reply-with-original): Ignore prefix argument. + (gnus-article-wide-reply-with-original): New function. + +2008-01-08 Katsumi Yamaoka + + * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for + display-color-p. Reported by Reiner Steib . + +2008-01-06 Reiner Steib + + * gnus-group.el (gnus-group-gmane-group-download-format): New variable. + (gnus-group-read-ephemeral-gmane-group): New command. + +2008-01-06 Dan Nicolaescu + + * gnus.el (gnus-use-long-file-name): Remove reference to xenix. + +2007-12-28 Reiner Steib + + * message.el (message-send-mail-function): Increase custom version. + + * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of + password-cache or password. Suggested by Glenn Morris . + +2007-12-19 Katsumi Yamaoka + + * gnus-art.el (gnus-article-browse-html-parts): Work for two or more + html parts correctly; support forwarded messages. + (gnus-article-browse-html-article): Remove work buffers. + + * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when + compiling. + (netrc-bound-and-true-p): New macro. + (netrc-parse): Use it instead of bound-and-true-p that is not available + in XEmacs 21.4. + +2007-12-19 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-mark-article) + (gnus-registry-article-marks): Add functionality to mark articles + through the Gnus registry. + + * netrc.el: Autoload encrypt when encrypt-file-alist is set. + (netrc-parse): Use encrypt-file-alist to determine if + encrypt-find-model or encrypt-insert-file-contents should be used. + +2007-12-19 Glenn Morris + + * mml.el (message-options-set, message-narrow-to-head) + (message-in-body-p, message-mail-p, message-encode-message-body): + Autoload. + (message-remove-header, message-narrow-to-headers-or-head) + (message-subscribed-p, message-make-mail-followup-to) + (message-position-on-field, message-news-p) + (message-options-set-recipient, message-generate-headers) + (message-sort-headers): Declare as functions. + +2007-12-18 Reiner Steib + + * gnus-draft.el (gnus-draft-send-message): Mention process/prefix + convention in doc string. + +2007-12-17 Katsumi Yamaoka + + * gnus-art.el (gnus-article-browse-html-parts): Add message header and + title to html parts. + (gnus-article-browse-html-article): Pass message header to it. + + * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag. + +2007-12-16 Reiner Steib + + * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache + or password compatible with XEmacs. + +2007-12-15 Reiner Steib + + * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig + format document. + (gnus-mime-delete-part): Don't write description line if empty. + (gnus-article-encrypt-body): Add confirmation for gnus-novice-user. + +2007-12-14 Johan Bockg,Ae(Brd + + * gnus-sum.el (gnus-summary-mark-unread-as-read) + (gnus-summary-mark-read-and-unread-as-read) + (gnus-summary-mark-current-read-and-unread-as-read) + (gnus-summary-mark-unread-as-ticked): Doc fix. + `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'. + +2007-12-14 Reiner Steib + + * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by + Christoph Conrad . + +2007-12-14 Reiner Steib + + * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and + yes-or-no-p. + +2007-12-11 Katsumi Yamaoka + + * mm-decode.el (mm-add-meta-html-tag): New function. + (mm-save-part-to-file, mm-pipe-part): Use it. + + * gnus-art.el (gnus-article-browse-delete-temp-files): Use + gnus-y-or-n-p instead of y-or-n-p. + (gnus-article-browse-html-parts): Work with message/external-body; use + mm-add-meta-html-tag. + +2007-12-11 Glenn Morris + + * gnus-cache.el: Require gnus-sum not just when compiling. + + * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art. + + * gnus-int.el (gnus-server-opened, gnus-status-message): Move + definitions before use. + + * mm-decode.el: Require gnus-util. + (mm-remove-part): Only call delete-annotation on XEmacs. + + * mm-uu.el (gnus-original-article-buffer): Define for compiler. + + * nnmail.el: Require gnus-int. + + * spam.el: Move `require's before `eval-when-compile's. + + * gnus-ems.el (gnus-alive-p): + * gnus-fun.el (message-goto-eoh): + * gnus-util.el (gnus-group-name-decode): + * mail-source.el (gnus-compress-sequence): + * message.el (Info-goto-node, format-spec): + * mm-bodies.el (message-options-get): + * mm-decode.el (mm-view-pkcs7): + * mm-util.el (gmm-write-region): + * mml-smime.el (mml-compute-boundary) + (gnus-completing-read-with-default): + * mml.el (widget-button-press, gnus-make-hashtable): + * mml1991.el (mm-decode-content-transfer-encoding) + (mm-encode-content-transfer-encoding) + (message-options-get, message-options-set): + * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create): + * nnfolder.el (gnus-request-group): + * nnheader.el (ietf-drums-unfold-fws): + * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head): + * smime.el (gnus-run-mode-hooks): + * spam-stat.el (gnus-message): Autoload. + + * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el: + * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el: + * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el: + * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el: + Add declare-function compatibility definition. + + * gnus-cache.el (nnvirtual-find-group-art): + * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header) + (gnus-add-image, gnus-add-wash-type): + * gnus-group.el (nnkiboze-score-file): + * gnus-sum.el (turn-on-gnus-mailing-list-mode) + (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode): + * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset) + (message-tokenize-header, gnus-get-buffer-create) + (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put) + (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties): + * gnus.el (gnus-group-decoded-name): + * mail-source.el (imap-capability): + * mm-bodies.el (message-options-set): + * mm-decode.el (gnus-configure-windows): + * mm-extern.el (message-goto-body): + * mm-util.el (mm-delete-duplicates, mm-detect-coding-region): + * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability) + (epg-sub-key-validity, message-options-set): + * mml.el (widget-event-point, gnus-configure-windows): + * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt): + * mml2015.el (epg-check-configuration, epg-configuration) + (message-options-set): + * nndb.el (nndb-request-article): + * nnfolder.el (gnus-request-create-group): + * nnmail.el (gnus-activate-group, gnus-group-mark-article-read): + * nnmaildir.el (gnus-group-mark-article-read): + * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group): + * rfc1843.el (message-fetch-field): + * spam.el (gnus-extract-address-components): + Declare as functions. + +2007-12-10 Katsumi Yamaoka + + * gnus-art.el (gnus-article-browse-html-parts): Decode CTE. + +2007-12-09 Glenn Morris + + * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring. + + * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el: + * message.el, mm-view.el, sieve-manage, smime.el: + Add declare-function compatibility definition. + + * gnus-art.el (w3-region, w3m-region, Info-menu): + * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups): + * gnus-sum.el (gnus-get-predicate): + * gnus-util.el (mm-append-to-file, w32-focus-frame): + * message.el (mail-abbrev-in-expansion-header-p): + * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer) + (w3m-detect-meta-charset, w3m-region): + * sieve-manage.el (password-read, password-cache-add) + (password-cache-remove): + * smime.el (password-read-and-add): Declare as functions. + +2007-12-08 David Kastrup + + * gnus-sum.el (gnus-summary-simplify-subject-query): + * ecomplete.el (ecomplete-display-matches): Fix buggy call to + `message'. + +2007-12-07 Glenn Morris + + * gnus-art.el (article-make-date-line): Revert previous change. + +2007-12-06 Reiner Steib + + * gnus-start.el (gnus-load): Rename local variable to avoid confusion. + +2007-12-06 Christian Plate (tiny change) + + * nnmaildir.el (nnmaildir-request-update-info): Improved performance. + Call gnus-add-to-range ranges only once with a prepared article-list. + +2007-12-06 Paul Jarc + + * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups, + nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in + group names with backslashes. Reported by Tassilo Horn + . + +2007-12-06 D. Goel + + * gnus-art.el (article-make-date-line): + * gnus-start.el (gnus-load): + * pop3.el (pop3-read-response): Fix buggy call to `error'. + +2007-12-05 Katsumi Yamaoka + + * gnus-art.el (gnus-use-idna) + * gnus-start.el (gnus-site-init-file) + * message.el (message-use-idna) + * mm-uu.el (mm-uu-hide-markers) + * smiley.el (smiley-style): Revert changes that suppress warnings. + +2007-12-05 Katsumi Yamaoka + + * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to + specify charset to html source. Reported by Christoph Conrad + . + +2007-12-05 Katsumi Yamaoka + + * gnus-art.el (gnus-use-idna): Don't directly refer to the value of + idna-program in order to suppress byte compile warning issued by XEmacs + that came to byte compile the default value section of defcustom forms + recently. + + * gnus-start.el (gnus-site-init-file): Don't directly refer to the + value of installation-directory. + + * message.el (message-use-idna): Don't directly refer to the value of + idna-program. + + * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors. + + * smiley.el (smiley-style): Don't directly call face-attribute. + +2007-12-04 Reiner Steib + + * gnus-group.el (gnus-group-highlight-line): Add FIXME. + + * gnus-dired.el: Reduce Gnus dependencies. + (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't + require. Use autoloads instead. + (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime) + (mailcap-mime-info, mm-mailcap-command, ps-print-preprint) + (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload. + (gnus-dired-mode): Adjust doc string. + (gnus-dired-mail-mode): New variable. + (gnus-dired-mode-map): Avoid using `gnus-define-keys'. + (gnus-dired-mode): Avoid using `gnus-run-hooks'. + (gnus-dired-mail-buffers): New function. Return mail or message + composition buffers. + (gnus-dired-attach): Use it. + (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with + NO-DECODE. + (gnus-dired-print): Use `gnus-print-buffer' depending on + `gnus-dired-mail-mode'. + +2007-12-04 Katsumi Yamaoka + + * rfc2047.el (rfc2047-encoded-word-regexp) + (rfc2047-encoded-word-regexp-loose): Move forward; add comments + explaining what regexp patterns are for. + +2007-12-04 Glenn Morris + + * password.el: Move to ../password-cache.el. + + * mml1991.el (password-read, password-cache-add, password-cache-remove): + * mml2015.el (password-read, password-cache-add, password-cache-remove): + * mml-smime.el (password-read, password-cache-add) + (password-cache-remove): + No need to autoload, since mml-sec requires password. + + * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to): + * message.el (gnus-extract-address-components): + * mml-smime.el (gnus-extract-address-components): Define for compiler. + + * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or + password. + +2007-12-03 Reiner Steib + + * mailcap.el: Reduce dependencies. + (mail-header-parse-content-type): Autoload. + (mailcap-delete-duplicates): New alias. + (mailcap-mime-info): Add optional argument NO-DECODE. + (mailcap-mime-types): Use mailcap-delete-duplicates. + + * message.el (message-ignored-supersedes-headers): Add "X-ID". + +2007-12-03 Lars Magne Ingebrigtsen + + * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc + function. + + * gnus-uu.el (gnus-uu-decode-yenc): New command. + (gnus-uu-yenc-article): New function. + + * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions. + + * mm-uu.el (mm-uu-yenc-extract): Get the data from the original + buffer. + +2007-12-02 Glenn Morris + + * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el: + Move to ../net. + + * binhex.el, uudecode.el: Move to ../mail. + + * encrypt.el: Remove file. + +2007-12-01 Reiner Steib + + * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid + matches on patches. + + * gnus-art.el (gnus-article-browse-html-article): Mention + `mm-text-html-renderer' in the doc string. + + * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc + string. Add comments. + + * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii' + if rhs is ASCII. + +2007-12-01 Glenn Morris + + * dig.el, dns.el: Move to ../net. + * format-spec.el, hex-util.el, sha1.el: Move to ../. + + * mail-source.el (top-level): Require format-spec before + eval-when-compile. + +2007-11-30 Glenn Morris + + * encrypt.el: Require password, rather than autoloading password-read. + +2007-11-28 Elias Oltmanns + + * gnus.el (gnus-method-to-server): Add an optional parameter so the + caller can indicate whether the cache should be disregarded for this + call. This way the result of the call is reproducible at all times and + can be considered a canonical server name for the supplied method. + (gnus-agent-method-p): Canonicalize server names by pushing their + method through `gnus-method-to-server' using the no-cache argument. + + * gnus-srvr.el (gnus-server-insert-server-line): Call + `gnus-method-to-server' with `no-cache' argument. + + * gnus-agent.el (gnus-agent-toggle-plugged): Don't call + gnus-agent-possibly-synchronize-flags as this should be called when the + server is actually being opened. + (gnus-agent-possibly-synchronize-flags) + (gnus-agent-possibly-synchronize-flags-server): Move check for the + flags file of an agentized server to the latter function. + + * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload. + (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server + after a connection has been established successfully. + +2007-11-28 Katsumi Yamaoka + + * gnus-art.el (article-display-face): Force to display face if called + interactively; check if gnus-article-x-face-too-ugly matches author. + (article-display-x-face): Display face even if From header is missing + as article-display-face does. + +2007-11-28 Richard Stallman + + * md4.el: Move to ../. + * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net. + +2007-11-27 Reiner Steib + + * mail-source.el (mail-sources): Default to fetch from file for + compatibility with default of nnmail-spool-file. + +2007-11-27 Katsumi Yamaoka + + * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable. + (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?" + to look for encoded word that should be encoded again. + (rfc2047-encoded-word-regexp): Make B encoding pattern strict. + (rfc2047-encoded-word-regexp-loose): New constant that has loose Q + encoding pattern. + (rfc2047-decode-region): Switch strict regexp and loose one according + to rfc2047-allow-irregular-q-encoded-words. + +2007-11-26 Simon Josefsson + + * imap.el: Move to ../net directory. + +2007-11-25 Romain Francoise + + * gnus-msg.el (gnus-summary-reply): Delete extra paren. + +2007-11-24 Reiner Steib + + * nnmail.el (nnmail-spool-file): Remove obsolete variable. + (nnmail-get-new-mail): Remove code using `nnmail-spool-file'. + + * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using + `nnmail-spool-file'. + + * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete + `nnmail-spool-file'. + + * gnus-move.el (gnus-change-server): Ditto. + + * gnus-kill.el (gnus-batch-score): Ditto. + + * gnus-cache.el (gnus-jog-cache): Ditto. + + * gnus-msg.el (gnus-summary-reply): Ignore + gnus-confirm-mail-reply-to-news for wide and very wide replies. + +2007-11-24 Reiner Steib + + * gnus-cache.el (gnus-cache-generate-nov-databases): Use + nnml-generate-nov-databases-directory instead of + nnml-generate-nov-databases-1. + +2007-11-24 Glenn Morris + + * message.el (message-tool-bar-retro): Update for rename + mail_send.xpm->mail-send.xpm. + 2007-11-22 Reiner Steib * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of `smime-ldap-search' for Emacs 22 and up. +2007-11-22 Reiner Steib + + * hashcash.el: Move to ../mail directory. + + * smime-ldap.el: Remove. Not used in Emacs 22 and up. + + * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of + `smime-ldap-search' for Emacs 22 and up. + 2007-11-22 Stefan Monnier * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'. @@ -31,6 +794,18 @@ (spam-check-crm114, spam-initialize, spam-unload-hook): Fix typos in docstrings. +2007-11-21 Katsumi Yamaoka + + * gnus-start.el (gnus-get-unread-articles): Mark groups as having never + been checked if they have never been read and those group levels are + higher than the one that a user specified. + +2007-11-21 Katsumi Yamaoka + + * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking + foreign groups unless a group level is specified by a user. + Reported by Dan Nicolaescu . + 2007-11-21 Reiner Steib * message.el (message-send-mail-function): Require sendmail. @@ -306,9 +1081,6 @@ * webmail.el (webmail-debug): Replace mapcar called for effect with dolist. - * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect - with mapc. - 2007-10-24 Katsumi Yamaoka * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist) @@ -462,8 +1234,8 @@ (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag) (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags) (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol - storage through the gnus-registry, and provide an appropriate API for - it. + storage through the gnus-registry, and provide an appropriate API for + it. 2007-09-13 Katsumi Yamaoka @@ -510,7 +1282,7 @@ * hmac-def.el (define-hmac-function): Switch from old-style to new-style backquotes. - * md4.el (md4-make-step): likewise. + * md4.el (md4-make-step): Likewise. 2007-09-06 Katsumi Yamaoka @@ -1231,7 +2003,7 @@ 2007-04-16 Didier Verna * gnus-msg.el (gnus-configure-posting-styles): Handle - message-signature-directory properly with :file syntax. Reported by + message-signature-directory properly with :file syntax. Reported by "Leo". 2007-04-11 Didier Verna @@ -2410,7 +3182,7 @@ * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8 letters from the end. Thanks to "David Smith" and - andreas@altroot.de (Andreas V,Av(Bgele) + andreas@altroot.de (Andreas V,Av(Bgele). FIXME: Use `tiny change'? @@ -2638,7 +3410,7 @@ 2006-05-29 Kevin Greiner - * gnus-agent.el (Added gnus-agent-flush*) to purge agent info. + * gnus-agent.el: Added gnus-agent-flush* to purge agent info. (gnus-agent-read-agentview): Fixed handling of end-of-file error. (gnus-agent-read-local): All symbols allocated in my-obarray (gnus-agent-set-local): Skip invalid entries (min and/or max is nil). @@ -2982,7 +3754,7 @@ * gnus-util.el (gnus-byte-compile): Use it. -2006-04-22 xyblor (Tiny change.) +2006-04-22 xyblor (tiny change) * gnus-util.el (kill-empty-logs): New function. @@ -4587,7 +5359,7 @@ (starttls-open-stream-gnutls, starttls-open-stream): Rename arg SERVICE to PORT. - * pop3.el (pop3-open-server) : Clarify a loop. Deal with + * pop3.el (pop3-open-server) : Clarify a loop. Deal with port null or service name. (starttls-negotiate): Autoload. @@ -4723,7 +5495,6 @@ * gnus-agent.el (gnus-agent-rename-group) (gnus-agent-delete-group): Wrap doc strings. - 2005-11-10 Lars Magne Ingebrigtsen * gnus-start.el (gnus-1): Add "native" to @@ -4855,9 +5626,9 @@ 2005-10-26 Didier Verna - * gnus-group.el (gnus-group-compact-group): invalidate original + * gnus-group.el (gnus-group-compact-group): Invalidate original article buffer. - * gnus-srvr.el (gnus-server-compact-server): ditto. + * gnus-srvr.el (gnus-server-compact-server): Ditto. * nnml.el (nnml-request-compact-group): handle self Xref: field in NOV database and in article itself. Invalidate article backlog. @@ -5288,7 +6059,7 @@ 2005-09-11 Jari Aalto - * html2text.el: (html2text-replace-list): Add new entities. + * html2text.el (html2text-replace-list): Add new entities. 2005-09-11 Romain Francoise @@ -6001,7 +6772,7 @@ * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs. * smime.el (smime-cert-by-ldap-1): Handle certificates distributed - in PEM format. Adjust to the XEmacs compability. + in PEM format. Adjust to the XEmacs compability. 2005-05-30 Reiner Steib @@ -6300,11 +7071,11 @@ user-function allow user modifications of the scores. (spam-stat-score-buffer-user): New function, to allow user-computed modifications to the score. - (spam-stat-score-buffer-user-functions): list of additional - scoring functions - (spam-stat-error-holder): global temporary error holder - (spam-stat-split-fancy): use the new `spam-stat-error-holder' - variable + (spam-stat-score-buffer-user-functions): List of additional + scoring functions. + (spam-stat-error-holder): Global temporary error holder. + (spam-stat-split-fancy): Use the new `spam-stat-error-holder' + variable. 2005-04-06 Teodor Zlatanov @@ -6343,7 +7114,7 @@ 2005-04-04 Reiner Steib * nnimap.el (nnimap-date-days-ago): Add defvars in order to - silence the byte compiler inside the defun + silence the byte compiler inside the defun. * gnus-demon.el (parse-time-string): Add autoload. @@ -7594,9 +8365,9 @@ * netrc.el (autoload, netrc-parse): Use encrypt.el instead of gnus-encrypt.el. - * encrypt.el: copied from gnus-encrypt.el + * encrypt.el: Copied from gnus-encrypt.el. - * gnus-encrypt.el: commented that it's obsolete + * gnus-encrypt.el: Commented that it's obsolete. 2004-10-15 Reiner Steib @@ -8251,12 +9022,12 @@ 2004-09-09 Kevin Greiner - * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf + * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf to avoid run-time CL dependencies. (gnus-agent-unfetch-articles): New function. (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate article numbers even when local .overview file is missing. - (gnus-agent-read-article-number): New function. Only accepts + (gnus-agent-read-article-number): New function. Only accepts 27-bit article numbers. (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use gnus-agent-read-article-number. @@ -8275,7 +9046,7 @@ (gnus-convert-mark-converter-prompt, gnus-convert-converter-needs-prompt): Fixed use of property list. * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt): - New function. Used internally to only display 'gnus converting + New function. Used internally to only display 'gnus converting files' message when actually necessary. * gnus-sum.el (): Removed (require 'gnus-agent) as required @@ -9014,7 +9785,7 @@ 2004-05-25 Anand Mitra (tiny change) - * gnus-sum.el (gnus-summary-delete-article): invoke hook with + * gnus-sum.el (gnus-summary-delete-article): Invoke hook with correct data. 2004-05-24 Teodor Zlatanov @@ -9378,7 +10149,7 @@ 2004-05-14 Nelson Ferreira (tiny change) - * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail + * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail header is not nil. 2004-05-14 Kai Grossjohann @@ -9755,7 +10526,7 @@ * gnus-int.el (gnus-request-delete-group): Use gnus-cache-delete-group and gnus-agent-delete-group to keep the local disk in sync with the server. - (gnus-request-rename-group): Use + (gnus-request-rename-group): Use gnus-cache-rename-group and gnus-agent-rename-group to keep the local disk in sync with the server. @@ -9949,7 +10720,7 @@ should be protected from potentially irreversable changes by the function. - * legacy-gnus-agent.el (): New. Provides converters that are only + * legacy-gnus-agent.el: New. Provides converters that are only loaded when gnus-convert-old-newsrc needs to call them. 2004-03-08 Katsumi Yamaoka @@ -10208,7 +10979,7 @@ * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup. - * html2text.el (html2text-get-attr, html2text-fix-paragraph): do + * html2text.el (html2text-get-attr, html2text-fix-paragraph): do. * gnus-sum.el (gnus-summary-limit-to-age) (gnus-summary-limit-children): do. @@ -10526,11 +11297,11 @@ evaled. (gnus-agent-save-active, gnus-agent-save-active-1): Merged to delete gnus-agent-save-active-1. - (gnus-agent-save-groups): Deleted. Identical to + (gnus-agent-save-groups): Deleted. Identical to gnus-agent-save-active. (gnus-agent-write-active): No longer adjust agent's copy of active file as agent's adjustments are now stored in their own - file. Removed optional parameter. + file. Removed optional parameter. (gnus-agent-possibly-alter-active): Ignore groups of unagentized servers. Add use of min/max range limits from server's local file. @@ -10604,8 +11375,8 @@ (spam-spamassassin-register-spam-routine) (spam-spamassassin-register-ham-routine) (spam-assassin-register-spam-routine) - (spam-assassin-register-ham-routine): add SpamAssassin support - (spam-bogofilter-score): fix to show article before scoring + (spam-assassin-register-ham-routine): Add SpamAssassin support. + (spam-bogofilter-score): Fix to show article before scoring. 2004-01-20 Teodor Zlatanov @@ -11323,7 +12094,7 @@ See ChangeLog.2 for earlier changes. - Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs.