]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Sun, 19 May 2002 11:29:08 +0000 (11:29 +0000)
committerDave Love <fx@gnu.org>
Sun, 19 May 2002 11:29:08 +0000 (11:29 +0000)
etc/ChangeLog
lisp/ChangeLog

index 3c42e933eb51db53e3735b73ee6e1c0da8061027..311b00f0ad3aad720316196cbbd22b535cbcd492 100644 (file)
@@ -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:
index f8c397e68fe106806f0462a6ef1244273eb9bbae..4f6cadb1c8dba255decd588c0b2aa5486571c319 100644 (file)
@@ -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