Mercurial > emacs
changeset 88570:2c66d599746b
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 19 May 2002 11:29:08 +0000 |
parents | 9af180bd5615 |
children | 1ecb13ff569a |
files | etc/ChangeLog lisp/ChangeLog |
diffstat | 2 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Sun May 19 11:24:48 2002 +0000 +++ b/etc/ChangeLog Sun May 19 11:29:08 2002 +0000 @@ -1,3 +1,16 @@ +2002-05-19 Dave Love <fx@gnu.org> + + * charsets/cp437.map, charsets/cp737.map, charsets/cp775.map: + * charsets/cp850.map, charsets/cp851.map, charsets/cp852.map: + * charsets/cp855.map, charsets/cp857.map, charsets/cp860.map: + * charsets/cp861.map, charsets/cp862.map, charsets/cp863.map: + * charsets/cp864.map, charsets/cp865.map, charsets/cp866.map: + * charsets/cp869.map, charsets/cp874.map, charsets/next.map: + * charsets/windows-1253.map, charsets/windows-1254.map: + * charsets/windows-1255.map, charsets/windows-1256.map: + * charsets/windows-1257.map, charsets/windows-1258.map: Elide + ASCII part. + 2002-05-17 Dave Love <fx@gnu.org> * charsets/ebcdic-us.map, charsets/ebcdic-uk.map:
--- a/lisp/ChangeLog Sun May 19 11:24:48 2002 +0000 +++ b/lisp/ChangeLog Sun May 19 11:29:08 2002 +0000 @@ -1,3 +1,17 @@ +2002-05-19 Dave Love <fx@gnu.org> + + * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8, + utf-8-subst; add vietnamese, cyrillic, czech. + + * language/romanian.el (iso-latin-10): New coding system. + + * international/mule-conf.el (emacs-mule): Set :charset-list, + consistent with coding-system-charset-list doc. + (iso-8859-16): New charset. + + * international/mule-diag.el (describe-coding-system): Avoid error + for iso-2022, emacs-mule. + 2002-05-17 Dave Love <fx@gnu.org> * international/codepage.el: Most of code removed or commented