From 08a2119c7f7b5e8e9ea4547a7b2a7f6d1c40f315 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 25 May 2002 17:12:16 +0000 Subject: [PATCH] (ibm866): Fix alias. (iso-8859-16): Fix nickname. --- lisp/ChangeLog | 16 +++++++++++++++- lisp/international/mule-conf.el | 4 ++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 01d3c7ed96e..b7c9e1609d6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2002-05-25 Dave Love + + * international/mule-diag.el (print-coding-system): Incomplete + updates. + (Describe-character-set): List more properties. + (Print-fontset): Fix case of vector font-spec. + (describe-current-coding-system): Fix iso-7, iso-7-else. + + * international/mule-conf.el (ibm866): Fix alias. + (iso-8859-16): Fix nickname. + + * international/mule.el (coding-system-iso-2022-flags): Add + use-roman, use-oldjis. + 2002-05-23 Dave Love * language/ind-util.el: Avoid decode-char. @@ -26129,6 +26143,6 @@ See ChangeLog.8 for earlier changes. ;; coding: iso-2022-7bit ;; End: - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 7ba4a1993da..98c02fdc04d 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -175,7 +175,7 @@ "ISO/IEC 8859/15" "Latin-9" 203 ?b 142 "8859-15") (define-iso-single-byte-charset 'iso-8859-16 'latin-iso8859-16 - "ISO/IEC 8859/16" "Latin-9" 226 ?f nil "8859-16") + "ISO/IEC 8859/16" "Latin-10" 226 ?f nil "8859-16") (define-charset 'thai-tis620 "TIS620.2533" @@ -455,7 +455,7 @@ :code-space [0 255] :map "ibm866") (define-charset-alias 'cp866 'alternativnyj) -(define-charset-alias 'ibm 'alternativnyj) +(define-charset-alias 'ibm866 'alternativnyj) (define-charset 'koi8-u "KOI8-U" -- 2.39.5