Mercurial > emacs
changeset 89808:f16a51fce2f6
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 06 Feb 2004 11:18:50 +0000 |
parents | 9b7ce1c86476 |
children | c03a2732d0fd |
files | lisp/ChangeLog.22 src/ChangeLog.22 |
diffstat | 2 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog.22 Fri Feb 06 11:13:07 2004 +0000 +++ b/lisp/ChangeLog.22 Fri Feb 06 11:18:50 2004 +0000 @@ -1,3 +1,12 @@ +2004-02-06 Kenichi Handa <handa@m17n.org> + + * international/mule-diag.el (list-charset-chars): Put charset + text property. + + * international/fontset.el (setup-default-fontset): Delete the + entry for symbol script, add JISX0213 to kana script, specify + fallback fonts. + 2004-02-05 Kenichi Handa <handa@m17n.org> * international/fontset.el (setup-default-fontset): Register
--- a/src/ChangeLog.22 Fri Feb 06 11:13:07 2004 +0000 +++ b/src/ChangeLog.22 Fri Feb 06 11:18:50 2004 +0000 @@ -1,3 +1,17 @@ +2004-02-06 Kenichi Handa <handa@m17n.org> + + * fontset.c (FONTSET_DEFAULT): New macro. + (FONTSET_ADD): Handle the case that range is nil. + (fontset_add): Likewise. + (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle + the case that it is nil. + (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK. + (syms_of_fontset): Set char-table-extra-slots property of fontset + to 9. + + * charset.h (CHAR_CHARSET_P): Fix for the case that the method is + subset or superset. + 2004-01-30 Kenichi Handa <handa@m17n.org> * emacs.c (main): Call init_charset after syms_of_XXX.