diff options
| author | Kenichi Handa | 2010-08-04 17:06:52 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-08-04 17:06:52 +0900 |
| commit | 6b4d96c2f04e5a08c4f9fff144743ff16c151dae (patch) | |
| tree | 29def28b96201bf62115bbbadad44b5cf0ffbfe2 /lisp/ChangeLog | |
| parent | 4ce5a4ccd4cca6dcdc6d8bafa8cfaea1986e7e6e (diff) | |
| download | emacs-6b4d96c2f04e5a08c4f9fff144743ff16c151dae.tar.gz emacs-6b4d96c2f04e5a08c4f9fff144743ff16c151dae.zip | |
Modify the coding system compound-text-with-extensions to conform to the spec of Compound Text.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 670f07c2683..775ddcdc2e7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2010-08-04 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * language/cyrillic.el: Don't add "microsoft-cp1251" to | ||
| 4 | ctext-non-standard-encodings-alist here. | ||
| 5 | |||
| 6 | * international/mule.el (ctext-non-standard-encodings-alist): Add | ||
| 7 | "koi8-r" and "microsoft-cp1251". | ||
| 8 | (ctext-standard-encodings): New variable. | ||
| 9 | (ctext-non-standard-encodings-table): List only elements for | ||
| 10 | non-standard encodings. | ||
| 11 | (ctext-pre-write-conversion): Adjusted for the above change. | ||
| 12 | Check ctext-standard-encodings. | ||
| 13 | |||
| 14 | * international/mule-conf.el (compound-text): Doc fix. | ||
| 15 | (ctext-no-compositions): Doc fix. | ||
| 16 | (compound-text-with-extensions): Doc fix. | ||
| 17 | |||
| 1 | 2010-07-23 Juanma Barranquero <lekktu@gmail.com> | 18 | 2010-07-23 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 19 | ||
| 3 | * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494). | 20 | * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494). |