diff options
| author | Kenichi Handa | 2006-10-16 07:54:00 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-10-16 07:54:00 +0000 |
| commit | d504c23f4c1a43765718098dd30946bfe3d3b096 (patch) | |
| tree | b43a1f31041d02249d46d2909ff278edaa73725f /src | |
| parent | 69df789ac5431a4f074640bebb513dcac7a67f6c (diff) | |
| download | emacs-d504c23f4c1a43765718098dd30946bfe3d3b096.tar.gz emacs-d504c23f4c1a43765718098dd30946bfe3d3b096.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 3c93885e058..c5fa172cae6 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2006-10-16 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * composite.c (get_composition_id): Pay attention to TAB | ||
| 4 | component. | ||
| 5 | |||
| 6 | * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw | ||
| 7 | TAB. Adjusted for the change of s->char2b which always points to | ||
| 8 | the first elememnt of allocated memory. | ||
| 9 | |||
| 10 | * xftfont.c (xftfont_text_extents): Fix calculation of descent | ||
| 11 | value. | ||
| 12 | |||
| 13 | * xdisp.c (handle_composition_prop): Set it->c to the first | ||
| 14 | non-TAB component. | ||
| 15 | (fill_composite_glyph_string): Argument changed. | ||
| 16 | (BUILD_COMPOSITE_GLYPH_STRING): Adjusted for the above change. | ||
| 17 | (x_produce_glyphs): Fix handling of left/right padding. | ||
| 18 | |||
| 1 | 2006-10-04 Kenichi Handa <handa@m17n.org> | 19 | 2006-10-04 Kenichi Handa <handa@m17n.org> |
| 2 | 20 | ||
| 3 | * regex.c (analyse_first): Cancel the change for synching with | 21 | * regex.c (analyse_first): Cancel the change for synching with |