diff options
| author | Dave Love | 2002-12-18 23:24:47 +0000 |
|---|---|---|
| committer | Dave Love | 2002-12-18 23:24:47 +0000 |
| commit | 6993ac191df4a34f74f859c55cd0fcaaf90bd0d6 (patch) | |
| tree | 6403f3b46b606cc5a1e003f5215975502c755ac1 /lisp/ChangeLog | |
| parent | 84dc47fd3e183ae2346e929894c8b189f7a8c1af (diff) | |
| download | emacs-6993ac191df4a34f74f859c55cd0fcaaf90bd0d6.tar.gz emacs-6993ac191df4a34f74f859c55cd0fcaaf90bd0d6.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 16a98504aca..4ad4a194301 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2002-12-18 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * international/utf-8-subst.el: Deleted. | ||
| 4 | |||
| 5 | * international/ucs-tables.el (ucs-fragment-8859): Don't modify | ||
| 6 | char-coding-system-table elements destructively. Use | ||
| 7 | optimize-char-coding-system-table. | ||
| 8 | |||
| 9 | * international/mule.el (optimize-char-coding-system-table): New. | ||
| 10 | (register-char-codings): Use it. | ||
| 11 | |||
| 12 | * international/utf-8.el (ucs-mule-cjk-to-unicode) | ||
| 13 | (ucs-unicode-to-mule-cjk): Revert last change. | ||
| 14 | (utf-subst-table-for-encode): Initially use | ||
| 15 | ucs-mule-cjk-to-unicode. | ||
| 16 | (utf-subst-table-for-decode): Initially use | ||
| 17 | ucs-unicode-to-mule-cjk. | ||
| 18 | (utf-fragment-on-decoding, utf-translate-cjk): Don't modify | ||
| 19 | char-coding-system-table elements destructively. | ||
| 20 | (utf-translate-cjk): Set ucs-mule-cjk-to-unicode, | ||
| 21 | ucs-unicode-to-mule-cjk to new hash tables with realistic | ||
| 22 | parameters. | ||
| 23 | |||
| 24 | 2002-12-16 Dave Love <fx@gnu.org> | ||
| 25 | |||
| 26 | * international/mule-cmds.el (standard-keyboard-coding-systems): | ||
| 27 | Deleted. | ||
| 28 | (set-locale-environment): Don't use it. | ||
| 29 | |||
| 1 | 2002-12-18 John Paul Wallington <jpw@shootybangbang.com> | 30 | 2002-12-18 John Paul Wallington <jpw@shootybangbang.com> |
| 2 | 31 | ||
| 3 | * info.el (Info-dir-remove-duplicates): Avoid infloop when | 32 | * info.el (Info-dir-remove-duplicates): Avoid infloop when |
| @@ -88,6 +117,10 @@ | |||
| 88 | 117 | ||
| 89 | 2002-12-15 Dave Love <fx@gnu.org> | 118 | 2002-12-15 Dave Love <fx@gnu.org> |
| 90 | 119 | ||
| 120 | * international/mule-cmds.el (standard-keyboard-coding-systems): | ||
| 121 | Deleted. | ||
| 122 | (set-locale-environment): Don't use it. | ||
| 123 | |||
| 91 | * international/utf-8.el (ucs-mule-cjk-to-unicode) | 124 | * international/utf-8.el (ucs-mule-cjk-to-unicode) |
| 92 | (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk) | 125 | (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk) |
| 93 | (utf-subst-table-for-decode): Specify :size, :rehash-size. | 126 | (utf-subst-table-for-decode): Specify :size, :rehash-size. |