diff options
| author | Miles Bader | 2006-06-07 18:05:10 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-06-07 18:05:10 +0000 |
| commit | b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb (patch) | |
| tree | de3804210a8cd955e0d3b9abc15679480930bc82 /lisp/gnus/ChangeLog | |
| parent | 885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2 (diff) | |
| parent | 26c9afc3239e18b03537faaea33e3e82e28099e6 (diff) | |
| download | emacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.tar.gz emacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 285-296)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: admin/FOR-RELEASE: Update refcard section.
* gnus--rel--5.10 (patch 102-104)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 98 |
1 files changed, 96 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7f0f248c7cf..71aa3654da6 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,96 @@ | |||
| 1 | 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list | ||
| 4 | to fill the utf-8 entry. | ||
| 5 | |||
| 6 | 2006-06-05 Dan Christensen <jdc@uwo.ca> | ||
| 7 | |||
| 8 | * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded, | ||
| 9 | respect display group parameter and gnus-summary-expunge-below. | ||
| 10 | (gnus-articles-to-read): Remove unused reference to display group | ||
| 11 | parameter. | ||
| 12 | [ Merge 2004-07-06 change from the trunk. ] | ||
| 13 | |||
| 14 | 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 15 | |||
| 16 | * gnus-ml.el (gnus-mailing-list-subscribe) | ||
| 17 | (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner) | ||
| 18 | (gnus-mailing-list-message): Fix doc strings. | ||
| 19 | |||
| 20 | 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> | ||
| 21 | |||
| 22 | * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead | ||
| 23 | of doing it manually. | ||
| 24 | |||
| 25 | 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc> | ||
| 26 | |||
| 27 | * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server | ||
| 28 | must be explicitly online rather than "not explicitly offline" for | ||
| 29 | its flags to be synchronized. | ||
| 30 | (gnus-agent-read-local): All symbols allocated in my-obarray | ||
| 31 | (gnus-agent-set-local): Skip invalid entries (min and/or max is nil). | ||
| 32 | (gnus-agent-regenerate-group): Check numeric names to see if they are | ||
| 33 | messages or groups. | ||
| 34 | |||
| 35 | 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 36 | |||
| 37 | * gnus-art.el (gnus-save-all-headers): Mention it might be overridden. | ||
| 38 | (gnus-saved-headers): Ditto. | ||
| 39 | (gnus-default-article-saver): Doc fix; add | ||
| 40 | gnus-summary-write-body-to-file; mention functions may have properties. | ||
| 41 | (gnus-article-save-coding-system): New variable. | ||
| 42 | (gnus-article-save): Override gnus-save-all-headers and | ||
| 43 | gnus-saved-headers by :headers property which saver function may have. | ||
| 44 | (gnus-read-save-file-name): Add optional `dir-var' argument which | ||
| 45 | specifies directory in which files are saved; work even if optional | ||
| 46 | `variable' argument is not specified. | ||
| 47 | (gnus-summary-save-in-file): Add properties :decode and :headers. | ||
| 48 | (gnus-summary-write-to-file): Add properties :decode, :function, and | ||
| 49 | :headers; read file name. | ||
| 50 | (gnus-summary-save-body-in-file): Add :decode property; add optional | ||
| 51 | `overwrite' argument. | ||
| 52 | (gnus-summary-write-body-to-file): New function; add properties | ||
| 53 | :decode and :function. | ||
| 54 | (gnus-output-to-file): Add coding cookie and encode text according | ||
| 55 | to gnus-article-save-coding-system; don't use mm-append-to-file. | ||
| 56 | |||
| 57 | * gnus-sum.el (gnus-newsgroup-last-directory): New variable. | ||
| 58 | (gnus-summary-local-variables): Add it. | ||
| 59 | (gnus-summary-save-map): Add gnus-summary-write-article-body-file. | ||
| 60 | (gnus-summary-save-article): Require gnus-art; save decoded articles | ||
| 61 | if function that gnus-default-article-saver specifies has `:decode' | ||
| 62 | property; bind gnus-prompt-before-saving to t when saving many | ||
| 63 | articles in a file; move point to article which will be saved. | ||
| 64 | (gnus-summary-write-article-body-file): New function. | ||
| 65 | |||
| 66 | 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 67 | |||
| 68 | * uudecode.el (uudecode-decode-region-external): Fix previous commit. | ||
| 69 | |||
| 70 | 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 71 | |||
| 72 | * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit | ||
| 73 | after-load-alist. | ||
| 74 | |||
| 75 | 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 76 | |||
| 77 | * uudecode.el (uudecode-decode-region-external): nil isn't a valid | ||
| 78 | coding system in XEmacs, use binary. | ||
| 79 | |||
| 80 | * mail-source.el (mail-sources): Fix custom type. | ||
| 81 | |||
| 82 | * imap.el (Commentary): Fix typo. | ||
| 83 | |||
| 84 | 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 85 | |||
| 86 | * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string. | ||
| 87 | (gnus-summary-expire-articles-now): Shorten prompt. | ||
| 88 | |||
| 89 | * gmm-utils.el (wid-edit): Require. | ||
| 90 | (defun-gmm): Renamed from `gmm-defun-compat'. | ||
| 91 | (gmm-image-search-load-path): Use it. | ||
| 92 | (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'. | ||
| 93 | |||
| 1 | 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca> | 94 | 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 95 | ||
| 3 | * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment. | 96 | * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment. |
| @@ -2865,7 +2958,7 @@ | |||
| 2865 | article buffer with a draft file. This is a temporary measure | 2958 | article buffer with a draft file. This is a temporary measure |
| 2866 | against the 2004-08-22 change to gnus-article-edit-mode. | 2959 | against the 2004-08-22 change to gnus-article-edit-mode. |
| 2867 | 2960 | ||
| 2868 | 2004-11-02 From Ilya N. Golubev <gin@mo.msk.ru>. | 2961 | 2004-11-02 Ilya N. Golubev <gin@mo.msk.ru>. |
| 2869 | 2962 | ||
| 2870 | * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251 | 2963 | * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251 |
| 2871 | entry. | 2964 | entry. |
| @@ -3725,7 +3818,7 @@ | |||
| 3725 | * flow-fill.el (fill-flowed-display-column) | 3818 | * flow-fill.el (fill-flowed-display-column) |
| 3726 | (fill-flowed-encode-column): Ditto. | 3819 | (fill-flowed-encode-column): Ditto. |
| 3727 | 3820 | ||
| 3728 | 2004-09-06 Stefan <monnier@iro.umontreal.ca> | 3821 | 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 3729 | 3822 | ||
| 3730 | * message.el (message-tokenize-header, message-send-mail-with-qmail): | 3823 | * message.el (message-tokenize-header, message-send-mail-with-qmail): |
| 3731 | Use point-min rather than 1. | 3824 | Use point-min rather than 1. |
| @@ -4112,6 +4205,7 @@ See ChangeLog.2 for earlier changes. | |||
| 4112 | 4205 | ||
| 4113 | ;; Local Variables: | 4206 | ;; Local Variables: |
| 4114 | ;; coding: iso-2022-7bit | 4207 | ;; coding: iso-2022-7bit |
| 4208 | ;; fill-column: 79 | ||
| 4115 | ;; End: | 4209 | ;; End: |
| 4116 | 4210 | ||
| 4117 | ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4 | 4211 | ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4 |