aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-04-23 21:29:11 +0900
committerKenichi Handa2010-04-23 21:29:11 +0900
commitc4170e32d184c0e3d7b81045b74d2fe5a3e2fe7b (patch)
tree1252157d00e6741ad0da0224d75b91f25a575cd0 /src/ChangeLog
parent5315723bbea1e7b65c3e5f3aed0ad716fa169d28 (diff)
downloademacs-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/ChangeLog15
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 @@
12010-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
12010-04-19 Juanma Barranquero <lekktu@gmail.com> 162010-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.