Mercurial > emacs
comparison lisp/ChangeLog @ 42053:b88662003c01
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 15 Dec 2001 17:48:26 +0000 |
parents | 25915136cfdd |
children | 45cfc4479aca |
comparison
equal
deleted
inserted
replaced
42052:95bb550ed1ff | 42053:b88662003c01 |
---|---|
1 2001-12-15 Dave Love <fx@gnu.org> | |
2 | |
3 * language/georgian.el: New file. | |
4 | |
5 * international/mule-cmds.el (locale-language-names): Add various | |
6 entries. Remove utf-8 special case. | |
7 (locale-charset-language-names, locale-preferred-coding-systems): | |
8 Add utf-8 case. | |
9 (set-language-environment): Process required-features earlier. | |
10 | |
11 * international/quail.el (quail-keyboard-layout-alist): Add | |
12 pc105-uk. | |
13 (quail-keyboard-layout-type): Fix :type. | |
14 (quail-choose-completion-string): Simplify. | |
15 (quail-update-leim-list-file): Don't get fooled by commented-out | |
16 code. | |
17 (quail-input-string-to-events): Run events through | |
18 translation-table-for-input. | |
19 | |
20 * international/mule-conf.el (translation-table-for-input): New | |
21 variable. | |
22 (latin-iso8859-14): Amend description. | |
23 (file-coding-system-alist): Add entry for utf-8. | |
24 | |
25 * language/utf-8-lang.el: New file. | |
26 | |
27 * international/code-pages.el: New file. | |
28 | |
29 * language/hebrew.el ("Windows-1255"): New language. | |
30 | |
31 * language/european.el ("Welsh", "Latin-7", "Lithuanian") | |
32 ("Latvian"): New languages. | |
33 | |
1 2001-12-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 34 2001-12-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
2 | 35 |
3 * select.el (xselect-convert-to-class, xselect-convert-to-name): | 36 * select.el (xselect-convert-to-class, xselect-convert-to-name): |
4 Documented. | 37 Documented. |
5 | 38 |
73 | 106 |
74 2001-12-12 Richard M. Stallman <rms@gnu.org> | 107 2001-12-12 Richard M. Stallman <rms@gnu.org> |
75 | 108 |
76 * international/characters.el (Unicode): Comment out | 109 * international/characters.el (Unicode): Comment out |
77 the specifications for kelvin and angstrom signs. | 110 the specifications for kelvin and angstrom signs. |
78 | |
79 2001-12-12 Dave Love <fx@gnu.org> | |
80 | 111 |
81 * international/mule.el (make-translation-table-from-vector): | 112 * international/mule.el (make-translation-table-from-vector): |
82 Allow null elements in VEC. | 113 Allow null elements in VEC. |
83 | 114 |
84 * international/ucs-tables.el (unify-8859-on-encoding-mode) | 115 * international/ucs-tables.el (unify-8859-on-encoding-mode) |