aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-05-08 14:47:07 -0400
committerStefan Monnier2010-05-08 14:47:07 -0400
commit0235128c15aabd21b37e7a359b4932709471f156 (patch)
tree4f32e3a638c4e3d6e7d9c232b3e0b4b939368f54 /src/ChangeLog
parentca63fca5b669d42d8c131a1f33446d9a9d7795f6 (diff)
parent19ae0deb1c8c9475eb81daf7876cec5a44b5d5e0 (diff)
downloademacs-0235128c15aabd21b37e7a359b4932709471f156.tar.gz
emacs-0235128c15aabd21b37e7a359b4932709471f156.zip
Merge from emacs-23
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a3047503849..422939fce0b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,31 @@
12010-05-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 23.2 released.
4
52010-05-08 Andreas Schwab <schwab@linux-m68k.org>
6
7 * composite.c (autocmp_chars): Save point as marker before calling
8 auto-composition-function (Bug#5984).
9
10 * lisp.h (restore_point_unwind): Add prototype.
11
12 * fileio.c (restore_point_unwind): Remove static attribute.
13
142010-05-08 Kenichi Handa <handa@m17n.org>
15
16 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
17 new feature of libotf and m17n-flt.
18 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
19 Call OTF_check_features even if no specific feature is given.
20 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
21 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
22 that OUT is NULL. Use OTF_drive_gsub_with_log and
23 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
24 OTF_drive_gpos.
25 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
26 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
27 Setup mflt_enable_new_feature and mflt_try_otf.
28
12010-05-08 Jan Djärv <jan.h.d@swipnet.se> 292010-05-08 Jan Djärv <jan.h.d@swipnet.se>
2 30
3 * xsettings.c (Ftool_bar_get_system_style): Correct comment. 31 * xsettings.c (Ftool_bar_get_system_style): Correct comment.