Mercurial > emacs
changeset 28233:dbbbc64baaa9
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 21 Mar 2000 00:50:39 +0000 |
parents | 875675c5ea50 |
children | 763c6639628b |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 34 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Mar 21 00:45:04 2000 +0000 +++ b/lisp/ChangeLog Tue Mar 21 00:50:39 2000 +0000 @@ -1,3 +1,37 @@ +2000-03-21 Kenichi HANDA <handa@etl.go.jp> + + * term/x-win.el: Fontsets related initialization is simplified. + + * international/mule-diag.el (describe-font): Don't refer to + global-fontset-alist, instead call font-list. + (describe-fontset, list-fontsets, mule-diag): Likewise. + (print-fontset): Adjusted for the change of fontset + implementation. + + * international/fontset.el (x-charset-registries): Variable + removed, instead the corresponding data is stored in the default + fontset. + (register-alternate-fontnames): Function removed. + (resolved-ascii-font): Variable removed. + (x-compose-font-name): Ignore the second argument REDOCE. + (x-complement-fontset-spec): Complement only an ASCII font and + element for those charsets than can use that ASCII font. + (generate-fontset-menu): Don't refer to global-fontset-alist, + instead call fontset-list. + (uninstantiated-fontset-alist): Variable removed. + (x-style-funcs-alist): Likewise. + (fontset-default-styles): Likewise. + (x-modify-font-name): Function removed. + (create-fontset-from-fontset-spec): Ignore the argument + STYLE-VARIANT. + (create-fontset-from-ascii-font): Docsting adjusted for the above + change. + (instantiate-fontset, resolve-fontset-name): Functions removed. + (fontset-list): Now implemented by C code. + + * faces.el (read-face-font): Fix TABLE arg to completing-read. + (describe-face): Include `font' attribute in the description. + 2000-03-21 Kenichi Handa <handa@etl.go.jp> * international/quail.el (quail-set-keyboard-layout): Typo fixed.