diff options
| author | Kenichi Handa | 2004-01-23 08:53:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-01-23 08:53:03 +0000 |
| commit | f9756f18fbc0ea73a15a7788e787f091cd0b6606 (patch) | |
| tree | ab72766eea6a559230eee8b13d97751bbe914dc0 /src | |
| parent | 464f8566d330d4f3d3952f37c9e9bfcd43361bf2 (diff) | |
| download | emacs-f9756f18fbc0ea73a15a7788e787f091cd0b6606.tar.gz emacs-f9756f18fbc0ea73a15a7788e787f091cd0b6606.zip | |
*** empty log message ***
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. |