Mercurial > emacs
comparison lisp/ChangeLog @ 28233:dbbbc64baaa9
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 21 Mar 2000 00:50:39 +0000 |
parents | 8d0c763d43b7 |
children | ad471f641f39 |
comparison
equal
deleted
inserted
replaced
28232:875675c5ea50 | 28233:dbbbc64baaa9 |
---|---|
1 2000-03-21 Kenichi HANDA <handa@etl.go.jp> | |
2 | |
3 * term/x-win.el: Fontsets related initialization is simplified. | |
4 | |
5 * international/mule-diag.el (describe-font): Don't refer to | |
6 global-fontset-alist, instead call font-list. | |
7 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
8 (print-fontset): Adjusted for the change of fontset | |
9 implementation. | |
10 | |
11 * international/fontset.el (x-charset-registries): Variable | |
12 removed, instead the corresponding data is stored in the default | |
13 fontset. | |
14 (register-alternate-fontnames): Function removed. | |
15 (resolved-ascii-font): Variable removed. | |
16 (x-compose-font-name): Ignore the second argument REDOCE. | |
17 (x-complement-fontset-spec): Complement only an ASCII font and | |
18 element for those charsets than can use that ASCII font. | |
19 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
20 instead call fontset-list. | |
21 (uninstantiated-fontset-alist): Variable removed. | |
22 (x-style-funcs-alist): Likewise. | |
23 (fontset-default-styles): Likewise. | |
24 (x-modify-font-name): Function removed. | |
25 (create-fontset-from-fontset-spec): Ignore the argument | |
26 STYLE-VARIANT. | |
27 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
28 change. | |
29 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
30 (fontset-list): Now implemented by C code. | |
31 | |
32 * faces.el (read-face-font): Fix TABLE arg to completing-read. | |
33 (describe-face): Include `font' attribute in the description. | |
34 | |
1 2000-03-21 Kenichi Handa <handa@etl.go.jp> | 35 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
2 | 36 |
3 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | 37 * international/quail.el (quail-set-keyboard-layout): Typo fixed. |
4 | 38 |
5 2000-03-20 Gerd Moellmann <gerd@gnu.org> | 39 2000-03-20 Gerd Moellmann <gerd@gnu.org> |