comparison lisp/gnus/ChangeLog @ 70052:261c2dbe91d2

* mm-util.el (mm-charset-synonym-alist): Improve doc string. (mm-charset-override-alist): New variable. (mm-charset-to-coding-system): Use it. (mm-codepage-setup): New helper function. (mm-charset-eval-alist): New variable. (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn about unknown charsets. Add allow-override. Use `mm-charset-override-alist' only when decoding. (mm-detect-mime-charset-region): Use :mime-charset. * mm-bodies.el (mm-decode-body, mm-decode-string): Call `mm-charset-to-coding-system' with allow-override argument.
author Reiner Steib <Reiner.Steib@gmx.de>
date Mon, 17 Apr 2006 19:37:15 +0000
parents 700b1f9b81e2
children 2cd7cafcba54
comparison
equal deleted inserted replaced
70051:700b1f9b81e2 70052:261c2dbe91d2
1 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de> 1 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
2
3 [ Merge from Gnus trunk. ]
4
5 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6 (mm-charset-override-alist): New variable.
7 (mm-charset-to-coding-system): Use it.
8 (mm-codepage-setup): New helper function.
9 (mm-charset-eval-alist): New variable.
10 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
11 about unknown charsets. Add allow-override. Use
12 `mm-charset-override-alist' only when decoding.
13 (mm-detect-mime-charset-region): Use :mime-charset.
14
15 * mm-bodies.el (mm-decode-body, mm-decode-string): Call
16 `mm-charset-to-coding-system' with allow-override argument.
2 17
3 * message.el (message-tool-bar-zap-list, message-tool-bar) 18 * message.el (message-tool-bar-zap-list, message-tool-bar)
4 (message-tool-bar-gnome, message-tool-bar-retro): New variables. 19 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5 (message-tool-bar-local-item-from-menu): Remove. 20 (message-tool-bar-local-item-from-menu): Remove.
6 (message-tool-bar-map): Replace by `message-make-tool-bar'. 21 (message-tool-bar-map): Replace by `message-make-tool-bar'.