X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/880820fe8732e4384f5fbeb1998fa582e86e80cf..e7ec307cd113f2e24ffb53d367fcb9bdbe8c6e52:/lisp/gnus/ChangeLog?ds=sidebyside diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7514147711..a89db8569a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,180 @@ +2008-04-24 Stefan Monnier + + * sieve-manage.el (sieve-string-bytes): Remove. + (sieve-manage-putscript): Use length instead: `string-bytes' gives the + correct byte-length only if the process's coding-system is the same as + the one used internally by Emacs to represent strings. + +2008-04-22 Juri Linkov + + * mailcap.el (mailcap-file-default-commands): New function. + +2008-04-13 Reiner Steib + + * message.el (message-signature-separator, message-cite-function): + Change custom version. + +2008-04-13 Reiner Steib + + * mm-decode.el (mm-display-external): Make temp file read-only. + +2008-04-12 Reiner Steib + + * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove + binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to + `C-c C-f d'. + +2008-04-12 Adrian Aichner + + * gnus-sum.el (gnus-summary-goto-subject): Typo fix. + +2008-04-09 Teodor Zlatanov + + * auth-source.el: Added docs. + (auth-sources): Modify format to support server. + (auth-source-pick, auth-source-user-or-password) + (auth-source-user-or-password-imap) + (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh) + (auth-source-user-or-password-sftp) + (auth-source-user-or-password-smtp): Add server parameter. + +2008-04-08 Teodor Zlatanov + + * gnus-registry.el: Initialize the registry when gnus-registry-install + is t. + +2008-04-08 Katsumi Yamaoka + + * compface.el (uncompface): Make buffer unibyte. + +2008-04-07 Stefan Monnier + + * mail-source.el (mail-source-value): + Prefer fboundp to functionp so it works with macros as well. + +2008-04-05 Glenn Morris + + * gnus-ems.el (mm-disable-multibyte): Autoload it. + +2008-04-05 Stefan Monnier + + * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): + Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters. + + * nnheader.el (nnheader-init-server-buffer): Change buffer's + multibyteness after rather than before erasing it. + + * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of + mm-with-multibyte. + (gnus-request-article-this-buffer): Make sure the proper decoding is + used if gnus-original-article-buffer happens to be unibyte. + + * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to + default-enable-multibyte-characters. + + * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of + default-enable-multibyte-characters. + + * mm-decode.el (mm-inline-media-tests): Add entry for x-diff. + + * nnweb.el (nnweb-init): Avoid nn-with-unibyte. + +2008-04-03 Stefan Monnier + + * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): + Fix last change in case the element is not even a symbol. + +2008-04-02 Simon Josefsson + + * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by + imap-enable-exchange-bug-workaround. + (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround. + +2008-04-01 Simon Josefsson + + * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns + a 100 byte status-checks into a 2-3MB transfer for each group. + (nnimap-enable-minmax-bug-workaround): New variable to toggle whether + to enable bug workaround or not. + (nnimap-find-minmax-uid): Only enable workaround conditionally. + +2008-03-31 Glenn Morris + + * message.el (mml2015-use): Declare for compiler. + (message-info): Require mml2015 when appropriate. + +2008-03-30 Stefan Monnier + + * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command. + (nntp-netcat-switches): Rename from nntp-via-netcat-switches. + (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer. + (nntp-service-to-port): New function. + (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet) + (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it. + (nntp-open-netcat-stream): New function. + (nntp-open-via-rlogin-and-netcat): Don't use a pty. + +2008-03-29 Sven Joachim + + * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots. + +2008-03-29 Stefan Monnier + + * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer. + +2008-03-28 Michael Harnois (tiny change) + + * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem. + +2008-03-24 Reiner Steib + + * message.el (message-signature-separator): Change default. + Improve custom type. + (message-cite-function): Change default to + message-cite-original-without-signature. + + * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function + toggle. + + * message.el (message-check-news-body-syntax): Fix signature check. + (message-setup-1): Mark buffer as unmodified _after_ running + message-setup-hook and handling message-alternative-emails. + (message-shorten-references): Be more strict when building list of + valid references to comply with GNKSA. + + * gnus-group.el (gnus-read-ephemeral-bug-group) + (gnus-read-ephemeral-debian-bug-group) + (gnus-read-ephemeral-emacs-bug-group): Use the correct variable. + + * message.el (message-info): Don't use booleanp which isn't supported + in Emacs 21 and XEmacs. + +2008-03-22 Reiner Steib + + * gnus-group.el (gnus-gmane-group-download-format): Rename from + gnus-group-gmane-group-download-format. + (gnus-group-read-ephemeral-gmane-group): Rename from + gnus-group-read-ephemeral-gmane-group. + (gnus-read-ephemeral-gmane-group-url): Rename from + gnus-group-read-ephemeral-gmane-group-url. + (gnus-bug-group-download-format-alist): New variable. + (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group) + (gnus-read-ephemeral-emacs-bug-group): New commands. + +2008-03-21 Reiner Steib + + * gnus-art.el (gnus-article-browse-html-article): Fix documentation. + (gnus-visible-headers): Improve custom type. + +2008-03-20 Reiner Steib + + * mml.el (mml-menu): Add workarounds for XEmacs. + + * gnus-art.el (gnus-article-browse-html-article): Inhibit display of + X-Boundary header. + + * message.el (message-simplify-recipients): Fix previous commit. + 2008-03-20 Stefan Monnier * mm-util.el (mm-set-buffer-multibyte): New function. @@ -6,6 +183,80 @@ * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): Prefer fboundp to functionp so it works with macros as well. +2008-03-19 Reiner Steib + + * message.el (message-alter-recipients-discard-bogus-full-name): + New function. + (message-alter-recipients-function): New variable. + (message-get-reply-headers): Use it. + (message-replace-header): New helper function. + (message-recipients-without-full-name): New variable. + (message-simplify-recipients): New command. + + * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments. + + * message.el (message-info): Handle EasyPG manual. + + * mml.el (mml-menu): Add entry for EasyPG. + +2008-03-18 Nils Ackermann (tiny change) + + * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group + parameter. + + * message.el (message-disassociate-draft): Specify drafts group name + fully. + +2008-03-17 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate + unnecessary duplicates from the match list. + +2008-03-17 Katsumi Yamaoka + + * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional + args of `how-many' of which the XEmacs version doesn't take; declare + Info-index-next as function. + +2008-03-16 Reiner Steib + + * gnus-score.el (gnus-score-headers): Fix handling of + gnus-inhibit-slow-scoring. + + * gnus-art.el (gnus-article-browse-html-article): Fix type in doc + string. + (gnus-button-url-regexp): Improve handling of parenthesis. + (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry. + (gnus-button-handle-info-keystrokes): Handle index entries. + +2008-03-14 Katsumi Yamaoka + + * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find + Incoming* files. + +2008-03-13 Teodor Zlatanov + + * auth-source.el (auth-sources): Renamed from auth-source-choices. + (auth-source-pick): Use it. + +2008-03-12 Teodor Zlatanov + + * auth-source.el (auth-source-protocols) + (auth-source-protocols-customize, auth-source-choices): Added and + modified variable customizations and defaults. + (auth-source-pick, auth-source-user-or-password) + (auth-source-protocol-defaults, auth-source-user-or-password-imap) + (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh) + (auth-source-user-or-password-sftp) + (auth-source-user-or-password-smtp): Use new variables and provide an + interface to netrc.el. + +2008-03-12 Katsumi Yamaoka + + * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet) + (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet): + Make sure the nntp port to specify is a string. + 2008-03-12 Stefan Monnier * nntp.el: Use with-current-buffer. @@ -15,8 +266,8 @@ nntp-with-open-group macro. (nntp-with-open-group): Use the function, so it's easier to debug. Add indentation and debugging info. - (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend the - use of the netcat alternatives. + (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend + the use of the netcat alternatives. * rfc2047.el (rfc2047-decode-string): Don't use `m'. Avoid mm-string-as-multibyte as well. @@ -53,6 +304,11 @@ * message.el (message-ignored-resent-headers): Add "Delivered-To". +2008-03-10 Daiki Ueno + + * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a + string for caching if it is 'PIN. + 2008-03-08 Reiner Steib * mail-source.el (mail-source-delete-old-incoming-confirm): @@ -1182,8 +1438,11 @@ (message-fix-before-sending): Add `bogus-recipient'. * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine". - (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test - window-system. + (gnus-treat-body-boundary): Don't test window-system. + +2007-10-28 Leo (tiny change) + + * gnus-art.el (gnus-treat-emphasize): Don't test window-system. 2007-10-28 Reiner Steib @@ -2095,7 +2354,7 @@ * gnus.el (gnus-version-number): Bump version. -2007-05-01 Lars Magne Ingebrigtsen +2007-05-01 Lars Magne Ingebrigtsen * gnus.el: No Gnus v0.6 is released.