diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4f97e09f8f9..d061857bc3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2010-04-23 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the | ||
| 4 | new feature of libotf and m17n-flt. | ||
| 5 | (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]: Call | ||
| 6 | OTF_check_features even if no specific feature is given. | ||
| 7 | (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro. | ||
| 8 | (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case | ||
| 9 | that OUT is NULL. Use OTF_drive_gsub_with_log and | ||
| 10 | OTF_drive_gpos_with_log instead of OTF_drive_gsub and | ||
| 11 | OTF_drive_gpos. | ||
| 12 | (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function. | ||
| 13 | (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]: Setup | ||
| 14 | mflt_enable_new_feature and mflt_try_otf. | ||
| 15 | |||
| 1 | 2010-04-19 Juanma Barranquero <lekktu@gmail.com> | 16 | 2010-04-19 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 17 | ||
| 3 | * dired.c (Ffile_attributes): Fix typo in docstring. | 18 | * dired.c (Ffile_attributes): Fix typo in docstring. |