comparison src/ChangeLog @ 108347:39d09d6f8dbc

Use new features of libotf and m17n-lib if available.
author Kenichi Handa <handa@etlken>
date Fri, 23 Apr 2010 21:29:11 +0900
parents 2604d177b630
children c1fe9f79424a
comparison
equal deleted inserted replaced
108346:2ec6d6660253 108347:39d09d6f8dbc
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.
4 19
5 2010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com> 20 2010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com>