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 | |
| parent | 464f8566d330d4f3d3952f37c9e9bfcd43361bf2 (diff) | |
| download | emacs-f9756f18fbc0ea73a15a7788e787f091cd0b6606.tar.gz emacs-f9756f18fbc0ea73a15a7788e787f091cd0b6606.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog.22 | 6 | ||||
| -rw-r--r-- | src/ChangeLog.22 | 16 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog.22 b/lisp/ChangeLog.22 index 7f6495b0539..92630d134c6 100644 --- a/lisp/ChangeLog.22 +++ b/lisp/ChangeLog.22 | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-01-23 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * composite.el (reference-point-alist): Doc fixed. | ||
| 4 | (encode-composition-rule): Handle a rule (GREF NREF XOFF YOFF). | ||
| 5 | (decode-composition-rule): Likewise. | ||
| 6 | |||
| 1 | 2004-01-20 Kenichi Handa <handa@m17n.org> | 7 | 2004-01-20 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * language/european.el (diacritic-composition-function): Fix for | 9 | * language/european.el (diacritic-composition-function): Fix for |
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. |