diff options
| author | Kenichi Handa | 2010-04-23 21:29:11 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-04-23 21:29:11 +0900 |
| commit | c4170e32d184c0e3d7b81045b74d2fe5a3e2fe7b (patch) | |
| tree | 1252157d00e6741ad0da0224d75b91f25a575cd0 /src/ChangeLog | |
| parent | 5315723bbea1e7b65c3e5f3aed0ad716fa169d28 (diff) | |
| download | emacs-c4170e32d184c0e3d7b81045b74d2fe5a3e2fe7b.tar.gz emacs-c4170e32d184c0e3d7b81045b74d2fe5a3e2fe7b.zip | |
Use new features of libotf and m17n-lib if available.
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. |