diff options
| author | Kenichi Handa | 2009-12-12 02:14:16 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-12-12 02:14:16 +0000 |
| commit | d0db2ec8c0e5e56205d17737eacb3ce8bd36b36b (patch) | |
| tree | e4532ef5408ba13550ed544630334f777b3f89db /src/ChangeLog | |
| parent | 91ce241591151ef366a505bb38182789bb6c293b (diff) | |
| download | emacs-d0db2ec8c0e5e56205d17737eacb3ce8bd36b36b.tar.gz emacs-d0db2ec8c0e5e56205d17737eacb3ce8bd36b36b.zip | |
(struct ftfont_info): New member matrix.
(ftfont_open): Setup xftfont_info->matrix.
(MFLTFontFT): New member matrix.
(FLOOR, CEIL, ROUND): New macros.
(ftfont_get_metrics): Handle matrix transformation.
(ftfont_shape_by_flt): New arg matrix. Callers changed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 825bb816a87..6f13fe12611 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2009-12-12 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * ftfont.c (struct ftfont_info): New member matrix. | ||
| 4 | (ftfont_open): Setup xftfont_info->matrix. | ||
| 5 | (MFLTFontFT): New member matrix. | ||
| 6 | (FLOOR, CEIL, ROUND): New macros. | ||
| 7 | (ftfont_get_metrics): Handle matrix transformation. | ||
| 8 | (ftfont_shape_by_flt): New arg matrix. Callers changed. | ||
| 9 | |||
| 10 | * xftfont.c (struct xftfont_info): New member matrix. | ||
| 11 | (xftfont_open): Setup xftfont_info->matrix. | ||
| 12 | |||
| 13 | 2009-12-10 Kenichi Handa <handa@m17n.org> | ||
| 14 | |||
| 15 | * xdisp.c (append_space_for_newline): Consider face-remapping. | ||
| 16 | |||
| 1 | 2009-12-09 Andreas Schwab <schwab@linux-m68k.org> | 17 | 2009-12-09 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 18 | ||
| 3 | * xsettings.c: Include "keyboard.h". | 19 | * xsettings.c: Include "keyboard.h". |