diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 468a9708cd3..e1c9ec670cd 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2004-01-23 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * composite.c (get_composition_id): Handle xoff and yoff in a | ||
| 4 | composition rule. | ||
| 5 | |||
| 6 | * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff. | ||
| 7 | (struct composition): New member lbearing and rbearing. | ||
| 8 | |||
| 9 | * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y). | ||
| 10 | (x_get_glyph_overhangs): Handle a composition glyph. | ||
| 11 | (x_produce_glyphs): Setup lbearing and rbreaing for a composition | ||
| 12 | glyph. | ||
| 13 | |||
| 14 | * xterm.c (x_compute_glyph_string_overhangs): Handle also a | ||
| 15 | composition glyph. | ||
| 16 | |||
| 1 | 2004-01-18 Kenichi Handa <handa@m17n.org> | 17 | 2004-01-18 Kenichi Handa <handa@m17n.org> |
| 2 | 18 | ||
| 3 | * print.c: Include charset.h. | 19 | * print.c: Include charset.h. |