diff options
| author | Kenichi Handa | 2006-02-22 06:52:00 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-02-22 06:52:00 +0000 |
| commit | 9d826e0eaf8a4e2f1cf5aac74d6b02ccc393af8d (patch) | |
| tree | 88898751a5acb54c698d183ecb0d735bc9143c21 /src | |
| parent | ba3d6aab23868fdb6f2da72bb16c1fde19a77f89 (diff) | |
| download | emacs-9d826e0eaf8a4e2f1cf5aac74d6b02ccc393af8d.tar.gz emacs-9d826e0eaf8a4e2f1cf5aac74d6b02ccc393af8d.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 06603d17045..6e57faec362 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2006-02-22 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * charset.c (map_charset_chars): Fix for ascii-compatible charset | ||
| 4 | made by a mapping table. | ||
| 5 | |||
| 6 | 2006-02-21 Kenichi Handa <handa@m17n.org> | ||
| 7 | |||
| 8 | * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or | ||
| 9 | not. | ||
| 10 | (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL. | ||
| 11 | (x_produce_glyphs): If CH is TAB, set cmp->offsets properly. | ||
| 12 | |||
| 13 | * xterm.c (x_draw_composite_glyph_string_foreground): Check | ||
| 14 | s->face is NULL or not. | ||
| 15 | |||
| 1 | 2006-02-20 Kenichi Handa <handa@m17n.org> | 16 | 2006-02-20 Kenichi Handa <handa@m17n.org> |
| 2 | 17 | ||
| 3 | * xterm.c (x_set_glyph_string_clipping_exactly): New function. | 18 | * xterm.c (x_set_glyph_string_clipping_exactly): New function. |