aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-12-03 08:33:20 +0000
committerKenichi Handa2003-12-03 08:33:20 +0000
commit2e4d132b1cc625b64bd230754965876fc2b29b66 (patch)
tree97a90c42d0faa533a91e09f55a640c778e99eae2
parent52d8246cbdc4f78bdb71fc5f19e4b802fe24911f (diff)
downloademacs-2e4d132b1cc625b64bd230754965876fc2b29b66.tar.gz
emacs-2e4d132b1cc625b64bd230754965876fc2b29b66.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog18
-rw-r--r--src/ChangeLog5
2 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 84746d2a325..8b8178dcfbc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12003-12-03 Kenichi Handa <handa@m17n.org>
2
3 * language/cyrillic.el: Register "microsoft-cp1251" in
4 ctext-non-standard-encodings-alist.
5 ("Bulgarian"): Add ctext-non-standard-encodings.
6 ("Belarusian"): Likewise.
7
8 * international/mule-conf.el (compound-text-with-extensions):
9 Change the type to 2 (iso-2022 base).
10
11 * international/mule.el (ctext-non-standard-encodings-alist):
12 Change the format.
13 (ctext-non-standard-encodings): New variable.
14 (ctext-post-read-conversion): Fully re-written.
15 (ctext-non-standard-designations-alist): Delete it.
16 (ctext-non-standard-encodings-table): New function.
17 (ctext-pre-write-conversion): Fully re-written.
18
12003-11-30 Per Abrahamsen <abraham@dina.kvl.dk> 192003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2 20
3 * cus-edit.el (custom-add-parent-links): Add documentation links 21 * 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 @@
12003-12-03 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
4 encoding sequence.
5
12003-12-01 Kenichi Handa <handa@m17n.org> 62003-12-01 Kenichi Handa <handa@m17n.org>
2 7
3 * composite.c (syms_of_composite): Don't make the compostion hash 8 * composite.c (syms_of_composite): Don't make the compostion hash