diff options
| author | Kenichi Handa | 2006-07-14 02:25:53 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-07-14 02:25:53 +0000 |
| commit | 2988d6b36d310ba98ea1fed570142f436804fc18 (patch) | |
| tree | 8dbacfe6ba20119d216c9dfaa8a6201150026305 /src | |
| parent | 33b27f571099d9add33b123311a93c10172bda0a (diff) | |
| download | emacs-2988d6b36d310ba98ea1fed570142f436804fc18.tar.gz emacs-2988d6b36d310ba98ea1fed570142f436804fc18.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 25 |
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 @@ | |||
| 1 | 2006-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 | |||
| 16 | 2006-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 | |||
| 1 | 2006-07-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 22 | 2006-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 | ||
| 8 | 2006-07-07 Kenichi Handa <handa@m17n.org> | 29 | 2006-07-07 Kenichi Handa <handa@m17n.org> |
| 9 | 30 | ||