changeset 90513:8b0cdd1a89be

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 03 Jul 2006 00:53:11 +0000
parents fb8ab271951f
children 891aa54b7498
files lisp/ChangeLog.unicode src/ChangeLog.unicode
diffstat 2 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog.unicode	Mon Jul 03 00:52:58 2006 +0000
+++ b/lisp/ChangeLog.unicode	Mon Jul 03 00:53:11 2006 +0000
@@ -1,3 +1,7 @@
+2006-07-03  Kenichi Handa  <handa@m17n.org>
+
+	* international/fontset.el (otf-script-alist): Set it.
+
 2006-06-28  Kenichi Handa  <handa@m17n.org>
 
 	* international/fontset.el (font-encoding-alist): Fix for
--- a/src/ChangeLog.unicode	Mon Jul 03 00:52:58 2006 +0000
+++ b/src/ChangeLog.unicode	Mon Jul 03 00:53:11 2006 +0000
@@ -1,3 +1,20 @@
+2006-07-03  Kenichi Handa  <handa@m17n.org>
+
+	* xftfont.c (xftfont_open): Set charset related members to -1.
+
+	* ftfont.c (ftfont_list): Handle QCotf property.
+	(ftfont_open): Set charset related members to -1.
+
+	* fontset.c (Votf_script_alist): New variable.
+	(syms_of_fontset): Initialize it.
+	(fontset_font): Delete unused variable.
+
+	* fontset.h (Votf_script_alist): Extern it.
+
+	* font.c (font_find_for_lface): Code optimized.
+
+	* font.h (font_close_object, font_merge_old_spec): Extern them.
+
 2006-06-28  Kenichi Handa  <handa@m17n.org>
 
 	* font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.