# HG changeset patch # User Dave Love # Date 1021807748 0 # Node ID 2c66d599746b8fcfcdc4906e75ee98f013a8bc93 # Parent 9af180bd561515b0c531941eaba35a8ee7a3a95d *** empty log message *** diff -r 9af180bd5615 -r 2c66d599746b etc/ChangeLog --- 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 + + * 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 * charsets/ebcdic-us.map, charsets/ebcdic-uk.map: diff -r 9af180bd5615 -r 2c66d599746b lisp/ChangeLog --- 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 + + * 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 * international/codepage.el: Most of code removed or commented