]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 6 Feb 2004 11:18:50 +0000 (11:18 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 6 Feb 2004 11:18:50 +0000 (11:18 +0000)
lisp/ChangeLog.22
src/ChangeLog.22

index c80867e5784c5923f10749646f39df548c1d57cc..ec029134318a10a2906e7eb864b531f92af1c385 100644 (file)
@@ -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
index fec756001eac79e6d5d7bf828c06c9c83340c4ed..6ef57054565ed83de754aadc48fae4ddacf26343 100644 (file)
@@ -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.