diff options
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". |