# HG changeset patch # User Kenichi Handa # Date 1070440400 0 # Node ID abbcd93bf46e83fc7f5912829814c998e754248f # Parent e8f42b49f71f9d8d1fb431593b5d3020606c0604 *** empty log message *** diff -r e8f42b49f71f -r abbcd93bf46e lisp/ChangeLog --- a/lisp/ChangeLog Wed Dec 03 08:25:25 2003 +0000 +++ b/lisp/ChangeLog Wed Dec 03 08:33:20 2003 +0000 @@ -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 -r e8f42b49f71f -r abbcd93bf46e src/ChangeLog --- a/src/ChangeLog Wed Dec 03 08:25:25 2003 +0000 +++ b/src/ChangeLog Wed Dec 03 08:33:20 2003 +0000 @@ -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