comparison lisp/gnus/ChangeLog @ 57923:d7def5572cf3

Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668 Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-66 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68 Update from CVS 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art. (gnus-article-edit-article): Don't associate the article buffer with a draft file. This is a temporary measure against the 2004-08-22 change to gnus-article-edit-mode. 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/html2text.el (html2text-get-attr): Remove unused argument `tag'. (html2text-format-tags): Remove unused variable `attr'. * lisp/gnus/mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of after-load-alist. * lisp/gnus/mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251 entry. From Ilya N. Golubev <gin@mo.msk.ru>. (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is loaded under XEmacs. (): Don't make duplicated entries in mm-mime-mule-charset-alist. * lisp/gnus/mm-util.el (mm-coding-system-p): Return a coding-system. (mm-mime-mule-charset-alist): Use shift_jis instead of iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new entries for the mime charsets iso-2022-jp-3 and shift_jis. (mm-coding-system-priorities): Use shift_jis and iso-8859-1 instead of japanese-shift-jis and iso-latin-1 respectively in order to share the default value with both Emacs and XEmacs-mule. (mm-mule-charset-to-mime-charset): Make mm-coding-system-priorities effective. (mm-sort-coding-systems-predicate): Canonicalize coding-systems while predicating of candidates upon the priorities. 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org> * man/emacs-mime.texi (Encoding Customization): Fix mm-coding-system-priorities entry.
author Miles Bader <miles@gnu.org>
date Thu, 04 Nov 2004 08:12:39 +0000
parents df80d19d7a2e
children 35cb9a370d9e e24e2e78deda
comparison
equal deleted inserted replaced
57922:8089248edf3c 57923:d7def5572cf3
1 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-art. (gnus-article-edit-article): Don't associate the
4 article buffer with a draft file. This is a temporary measure
5 against the 2004-08-22 change to gnus-article-edit-mode.
6
7 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8
9 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10 (html2text-format-tags): Remove unused variable `attr'.
11
12 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13 after-load-alist.
14
15 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16 entry. From Ilya N. Golubev <gin@mo.msk.ru>.
17 (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
18 loaded under XEmacs.
19 (): Don't make duplicated entries in mm-mime-mule-charset-alist.
20
21 * mm-util.el (mm-coding-system-p): Return a coding-system.
22 (mm-mime-mule-charset-alist): Use shift_jis instead of
23 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24 entries for the mime charsets iso-2022-jp-3 and shift_jis.
25 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
26 instead of japanese-shift-jis and iso-latin-1 respectively in
27 order to share the default value with both Emacs and XEmacs-mule.
28 (mm-mule-charset-to-mime-charset): Make
29 mm-coding-system-priorities effective.
30 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
31 while predicating of candidates upon the priorities.
32
1 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de> 33 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2 34
3 * gnus-msg.el (gnus-summary-resend-default-address): Add :version. 35 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
4 36
5 * tls.el (tls-process-connection-type, tls-success) 37 * tls.el (tls-process-connection-type, tls-success)