From: Kenichi Handa Date: Wed, 3 Dec 2003 08:33:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8216 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e4d132b1cc625b64bd230754965876fc2b29b66;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 84746d2a325..8b8178dcfbc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2003-12-03 Kenichi Handa + + * language/cyrillic.el: Register "microsoft-cp1251" in + ctext-non-standard-encodings-alist. + ("Bulgarian"): Add ctext-non-standard-encodings. + ("Belarusian"): Likewise. + + * international/mule-conf.el (compound-text-with-extensions): + Change the type to 2 (iso-2022 base). + + * international/mule.el (ctext-non-standard-encodings-alist): + Change the format. + (ctext-non-standard-encodings): New variable. + (ctext-post-read-conversion): Fully re-written. + (ctext-non-standard-designations-alist): Delete it. + (ctext-non-standard-encodings-table): New function. + (ctext-pre-write-conversion): Fully re-written. + 2003-11-30 Per Abrahamsen * cus-edit.el (custom-add-parent-links): Add documentation links diff --git a/src/ChangeLog b/src/ChangeLog index f6959b45efa..ba399ce927a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-12-03 Kenichi Handa + + * coding.c (decode_coding_iso2022): Fix for preserving UTF-8 + encoding sequence. + 2003-12-01 Kenichi Handa * composite.c (syms_of_composite): Don't make the compostion hash