Mercurial > emacs
comparison lisp/ChangeLog @ 46508:91eefe69a263
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 17 Jul 2002 19:54:38 +0000 |
parents | f66dad8d9f49 |
children | e68dd67ef6f0 |
comparison
equal
deleted
inserted
replaced
46507:ce84fbc6175f | 46508:91eefe69a263 |
---|---|
1 2002-07-17 Dave Love <fx@gnu.org> | 1 2002-07-17 Dave Love <fx@gnu.org> |
2 | |
3 * international/ucs-tables.el: Optimize tables. Deal with some | |
4 non-8859 charsets. | |
5 (ucs-mule-to-mule-unicode): New. | |
6 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail | |
7 translation. | |
8 (ucs-fragment-8859): Modified consistent with ucs-unify-8859. | |
9 (unify-8859-on-encoding-mode): Doc mod. Fix custom version. | |
10 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom | |
11 version. Add custom dependencies. | |
12 (ucs-insert): Check for null from decode-char. | |
13 (translation-table-for-input, ucs-quail-activate) | |
14 (ucs-minibuffer-setup, ccl-encode-unicode-font) | |
15 (ucs-tables-unload-hook): New. | |
16 | |
17 * international/mule.el (define-translation-hash-table): New. | |
18 (decode-char): Use utf-8-translation-table-for-decode. | |
19 (encode-char): Use ucs-mule-to-mule-unicode. | |
20 | |
21 * international/characters.el: Fix settings of U+2000-U+2027. | |
22 Remove $,1uf(B. | |
2 | 23 |
3 * international/mule-cmds.el (locale-language-names): Fix be, add | 24 * international/mule-cmds.el (locale-language-names): Fix be, add |
4 sr_YU@cyrillic, modify tg. | 25 sr_YU@cyrillic, modify tg. |
5 (locale-charset-language-names): Put @euro last. | 26 (locale-charset-language-names): Put @euro last. |
6 | 27 |