| | 1 | 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca> |
|---|
| | 2 | |
|---|
| | 3 | * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode |
|---|
| | 4 | function rather than the diff-mode.el package. |
|---|
| | 5 | (mm-display-external): Use with-current-buffer. |
|---|
| | 6 | (mm-viewer-completion-map, mm-viewer-completion-map): |
|---|
| | 7 | Move initialization inside declaration. |
|---|
| | 8 | |
|---|
| | 9 | 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 10 | |
|---|
| | 11 | * message.el: Remove useless autoloads. |
|---|
| | 12 | |
|---|
| | 13 | 2005-09-28 Simon Josefsson <jas@extundo.com> |
|---|
| | 14 | |
|---|
| | 15 | * message.el (message-use-idna): Default to t. |
|---|
| | 16 | (message-use-idna): Test whether encoding works too. Doc fix. |
|---|
| | 17 | |
|---|
| | 18 | 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 19 | |
|---|
| | 20 | * nntp.el (nntp-warn-about-losing-connection): Remove. |
|---|
| | 21 | |
|---|
| | 22 | 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 23 | |
|---|
| | 24 | * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable |
|---|
| | 25 | customizable. Change default value. |
|---|
| | 26 | (mm-uu-diff-groups-regexp): Change default value. |
|---|
| | 27 | (mm-uu-type-alist): Add doc string. |
|---|
| | 28 | (mm-uu-configure): Add doc string. Make it interactive. |
|---|
| | 29 | (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit. |
|---|
| | 30 | |
|---|
| | 31 | 2005-09-27 Simon Josefsson <jas@extundo.com> |
|---|
| | 32 | |
|---|
| | 33 | * message.el (message-idna-to-ascii-rhs-1): Reformat. |
|---|
| | 34 | |
|---|
| | 35 | 2005-09-27 Arne J,Ax(Brgensen <arne@arnested.dk> |
|---|
| | 36 | |
|---|
| | 37 | * message.el (message-remove-duplicates): New function. |
|---|
| | 38 | Implementation borrowed from `gnus-remove-duplicates'. |
|---|
| | 39 | (message-idna-to-ascii-rhs): Also encode idna addresses in |
|---|
| | 40 | Reply-To:, Mail-Reply-To: and Mail-Followup-To:. |
|---|
| | 41 | (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask |
|---|
| | 42 | only ask about the same idna domain once per header and also tell |
|---|
| | 43 | in what header to replace the idna domain. |
|---|
| | 44 | |
|---|
| | 45 | * gnus-art.el (article-decode-idna-rhs): Also decode idna |
|---|
| | 46 | addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:. |
|---|
| | 47 | (article-decode-idna-rhs): Fix regexp so that all idna-address in |
|---|
| | 48 | a header is decoded and not just the last one. |
|---|
| | 49 | |
|---|
| | 50 | 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 51 | |
|---|
| | 52 | * gnus-art.el (gnus-mime-display-single): Don't modify text if it |
|---|
| | 53 | has been decoded. |
|---|
| | 54 | |
|---|
| | 55 | * mm-decode.el (mm-insert-part): Don't modify text if it has been |
|---|
| | 56 | decoded. |
|---|
| | 57 | |
|---|
| | 58 | * mm-view.el (mm-inline-text): Don't strip text props unless |
|---|
| | 59 | decoding enriched or richtext parts. |
|---|
| | 60 | |
|---|
| | 61 | 2005-09-25 Romain Francoise <romain@orebokech.com> |
|---|
| | 62 | |
|---|
| | 63 | * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire): |
|---|
| | 64 | * gnus-start.el (gnus-subscribe-interactively): |
|---|
| | 65 | * gnus-uu.el (gnus-uu-grab-articles): |
|---|
| | 66 | End `yes-or-no-p' and `y-or-n-p' prompts with question mark and |
|---|
| | 67 | space. |
|---|
| | 68 | |
|---|
| | 69 | 2005-09-24 Emilio C. Lopes <eclig@gmx.net> |
|---|
| | 70 | |
|---|
| | 71 | * smime.el (smime-sign-buffer, smime-decrypt-buffer): |
|---|
| | 72 | * mm-view.el (mm-view-pkcs7-decrypt): |
|---|
| | 73 | * gnus-sum.el (gnus-summary-limit-to-extra) |
|---|
| | 74 | (gnus-summary-respool-article, gnus-read-move-group-name): |
|---|
| | 75 | * gnus-score.el (gnus-summary-increase-score): |
|---|
| | 76 | * gnus-util.el (gnus-completing-read-with-default): |
|---|
| | 77 | * gnus-art.el (gnus-read-save-file-name) |
|---|
| | 78 | (gnus-summary-save-in-rmail, gnus-summary-save-in-mail) |
|---|
| | 79 | (gnus-summary-save-in-file, gnus-summary-save-body-in-file): |
|---|
| | 80 | * message.el (message-check-news-header-syntax): |
|---|
| | 81 | Follow convention for reading with the minibuffer. |
|---|
| | 82 | |
|---|
| | 83 | 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 84 | |
|---|
| | 85 | * spam-report.el (spam-report-url-ping-plain): |
|---|
| | 86 | Use gnus-extended-version as User-Agent. |
|---|
| | 87 | |
|---|
| | 88 | * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the |
|---|
| | 89 | default value is nil. |
|---|
| | 90 | |
|---|
| | 91 | 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org> |
|---|
| | 92 | |
|---|
| | 93 | * gnus-agent.el (gnus-agent-synchronize-flags): Switch the |
|---|
| | 94 | default to nil, to be able to use Gnus at all. If the default |
|---|
| | 95 | switches to something else, then the function should be fixed not |
|---|
| | 96 | be exceedingly slow. |
|---|
| | 97 | |
|---|
| | 98 | 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 99 | |
|---|
| | 100 | * mm-url.el (mm-url-decode-entities): Fix regexp. |
|---|
| | 101 | |
|---|
| | 102 | 2005-09-18 Deepak Goel <deego@gnufans.org> |
|---|
| | 103 | |
|---|
| | 104 | * sieve.el (sieve-help): Fix `message' call: first arg should be a |
|---|
| | 105 | format spec. |
|---|
| | 106 | |
|---|
| | 107 | 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 108 | |
|---|
| | 109 | * gnus.el (gnus-group-startup-message): Bind image-load-path. |
|---|
| | 110 | |
|---|
| | 111 | 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 112 | |
|---|
| | 113 | * gnus-art.el (gnus-mime-display-part): Protect against broken |
|---|
| | 114 | MIME messages. |
|---|
| | 115 | |
|---|
| | 116 | 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org> |
|---|
| | 117 | |
|---|
| | 118 | * gnus-sum.el (gnus-summary-edit-article-done): Remove text props |
|---|
| | 119 | before parsing header. |
|---|
| | 120 | |
|---|
| | 121 | 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 122 | |
|---|
| | 123 | * spam-report.el (spam-report-gmane): Fix generation of spam |
|---|
| | 124 | report URL. |
|---|
| | 125 | |
|---|
| | 126 | 2005-09-10 Simon Josefsson <jas@extundo.com> |
|---|
| | 127 | |
|---|
| | 128 | * gnus-agent.el (gnus-agent-synchronize-flags): Make the default |
|---|
| | 129 | t, based on discussion on the ding list with Robert Epprecht |
|---|
| | 130 | <epprecht@solnet.ch>. |
|---|
| | 131 | |
|---|