summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog.229
-rw-r--r--src/ChangeLog.2214
2 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22
index c80867e5784..ec029134318 100644
--- a/lisp/ChangeLog.22
+++ b/lisp/ChangeLog.22
@@ -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
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index fec756001ea..6ef57054565 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -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.