diff options
| author | Kenichi Handa | 2003-12-03 08:33:20 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-12-03 08:33:20 +0000 |
| commit | 2e4d132b1cc625b64bd230754965876fc2b29b66 (patch) | |
| tree | 97a90c42d0faa533a91e09f55a640c778e99eae2 | |
| parent | 52d8246cbdc4f78bdb71fc5f19e4b802fe24911f (diff) | |
| download | emacs-2e4d132b1cc625b64bd230754965876fc2b29b66.tar.gz emacs-2e4d132b1cc625b64bd230754965876fc2b29b66.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 18 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk> | 19 | 2003-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 @@ | |||
| 1 | 2003-12-03 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (decode_coding_iso2022): Fix for preserving UTF-8 | ||
| 4 | encoding sequence. | ||
| 5 | |||
| 1 | 2003-12-01 Kenichi Handa <handa@m17n.org> | 6 | 2003-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 |