changeset 89812:beedac339948

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 10 Feb 2004 11:31:44 +0000
parents d13626b05df3
children 55516d80d735
files lisp/ChangeLog.22 src/ChangeLog.22
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog.22	Tue Feb 10 11:30:55 2004 +0000
+++ b/lisp/ChangeLog.22	Tue Feb 10 11:31:44 2004 +0000
@@ -1,3 +1,9 @@
+2004-02-09  Kenichi Handa  <handa@m17n.org>
+
+	* international/fontset.el (font-encoding-alist): Add entries for
+	variations of cns11643 fonts.
+	(setup-default-fontset): Add cns11643 fonts as fallback fonts.
+
 2004-02-06  Kenichi Handa  <handa@m17n.org>
 
 	* international/mule-diag.el (list-charset-chars): Put charset
--- a/src/ChangeLog.22	Tue Feb 10 11:30:55 2004 +0000
+++ b/src/ChangeLog.22	Tue Feb 10 11:31:44 2004 +0000
@@ -1,3 +1,11 @@
+2004-02-09  Kenichi Handa  <handa@m17n.org>
+
+	* keymap.c (describe_vector): Handle default value of a char
+	table.
+
+	* fontset.c (fontset_face): Handle fallback fonts correctly.
+	(Ffontset_info): Return infomation about fallback fonts.
+
 2004-02-06  Kenichi Handa  <handa@m17n.org>
 
 	* fontset.c (FONTSET_DEFAULT): New macro.