Mercurial > emacs
changeset 89438:69c6a59fdced
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 23 May 2003 23:32:28 +0000 |
parents | 73bb455e87eb |
children | bc52ad30b028 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 23 23:32:01 2003 +0000 +++ b/lisp/ChangeLog Fri May 23 23:32:28 2003 +0000 @@ -1,3 +1,12 @@ +2003-05-24 Dave Love <fx@gnu.org> + + * international/mule-conf.el (utf-16le, utf-16be-16be) + (utf-16le-with-signature, utf-16be-with-signature, utf-16): + Define :mime-text-unsuitable. `utf-16{b,l}e...' renamed from + `-16-{b,l}e-' and aliases defined for the old names. + + * international/mule.el (define-coding-system): Doc fix. + 2003-05-08 Dave Love <fx@gnu.org> * international/utf-7.el: New file. @@ -1254,8 +1263,8 @@ (select-safe-coding-system, select-message-coding-system): Use :mime-charset, not 'mime-charset. - * international/mule-conf.el (utf-8-emacs): Add various - :mime-charset properties. + * international/mule-conf.el: Add various :mime-charset + properties. 2002-05-13 Dave Love <fx@gnu.org>