changeset 90532:e22cf6d2400c

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 14 Jul 2006 02:25:53 +0000
parents a4a30dc43165
children 8a8e69664178
files src/ChangeLog.unicode
diffstat 1 files changed, 23 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog.unicode	Fri Jul 14 02:25:31 2006 +0000
+++ b/src/ChangeLog.unicode	Fri Jul 14 02:25:53 2006 +0000
@@ -1,9 +1,30 @@
+2006-07-14  Kenichi Handa  <handa@m17n.org>
+
+	* font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
+	(LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
+	(LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
+
+	* font.c (font_merge_old_spec): Treat '*' in foundry as a wild
+	card.
+	(DEVICE_DELTA): Fix typo.
+	(font_otf_gpos): Adjusted for the change of LGLYPH format.
+	(font_prepare_composition): Likewise.
+
+	* xterm.c (x_draw_composite_glyph_string_foreground): Adjusted for
+	the change of LGLYPH format.
+
+2006-07-07  Kenichi Handa  <handa@m17n.org>
+
+	* ftfont.c (ftfont_list): Fix typo.
+	(ftfont_build_basic_charsets): Don't include letters with
+	diactrics.
+
 2006-07-09  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
 
-	* xftfont.c (xftfont_done_face): Call XftDrawDestroy only if xftface_info
-	is non-NULL.
+	* xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
+	xftface_info is non-NULL.
 
 2006-07-07  Kenichi Handa  <handa@m17n.org>