aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2006-07-14 02:25:53 +0000
committerKenichi Handa2006-07-14 02:25:53 +0000
commit2988d6b36d310ba98ea1fed570142f436804fc18 (patch)
tree8dbacfe6ba20119d216c9dfaa8a6201150026305 /src
parent33b27f571099d9add33b123311a93c10172bda0a (diff)
downloademacs-2988d6b36d310ba98ea1fed570142f436804fc18.tar.gz
emacs-2988d6b36d310ba98ea1fed570142f436804fc18.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.unicode25
1 files changed, 23 insertions, 2 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index aee4d467a67..fcfc9d31657 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,9 +1,30 @@
12006-07-14 Kenichi Handa <handa@m17n.org>
2
3 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
4 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
5 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
6
7 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild
8 card.
9 (DEVICE_DELTA): Fix typo.
10 (font_otf_gpos): Adjusted for the change of LGLYPH format.
11 (font_prepare_composition): Likewise.
12
13 * xterm.c (x_draw_composite_glyph_string_foreground): Adjusted for
14 the change of LGLYPH format.
15
162006-07-07 Kenichi Handa <handa@m17n.org>
17
18 * ftfont.c (ftfont_list): Fix typo.
19 (ftfont_build_basic_charsets): Don't include letters with
20 diactrics.
21
12006-07-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 222006-07-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 23
3 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL. 24 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
4 25
5 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if xftface_info 26 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
6 is non-NULL. 27 xftface_info is non-NULL.
7 28
82006-07-07 Kenichi Handa <handa@m17n.org> 292006-07-07 Kenichi Handa <handa@m17n.org>
9 30