aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-12-10 16:10:36 +0000
committerJason Rumney2008-12-10 16:10:36 +0000
commit9d32f818993bc689500a27b732fe3318d903a415 (patch)
tree615dbb73b28652ce6505a8b24861d9ede7eee4cc /src/ChangeLog
parent174f1c745dcabc9dbd2650b04eccce74ebfe8928 (diff)
downloademacs-9d32f818993bc689500a27b732fe3318d903a415.tar.gz
emacs-9d32f818993bc689500a27b732fe3318d903a415.zip
(add_font_entity_to_list): Limit unicode-sip fonts to those that
contain characters beyond the bmp.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b611cdbbe7..3f4eafa2c36 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,8 @@
3 * w32font.c (Qcham): New symbol. 3 * w32font.c (Qcham): New symbol.
4 (font_supported_scripts): Add cham, and comments for other new 4 (font_supported_scripts): Add cham, and comments for other new
5 scripts in bitfield from OpenType spec. 5 scripts in bitfield from OpenType spec.
6 (add_font_entity_to_list): Limit unicode-sip fonts to those that
7 contain characters beyond the bmp.
6 8
72008-12-10 Kenichi Handa <handa@m17n.org> 92008-12-10 Kenichi Handa <handa@m17n.org>
8 10
@@ -11179,7 +11181,6 @@
11179 11181
11180 * charset.c (Fdefine_charset_internal): Setup charset.fast_map 11182 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
11181 correctly. 11183 correctly.
11182
111832008-02-01 Dave Love <fx@gnu.org> 111842008-02-01 Dave Love <fx@gnu.org>
11184 11185
11185 * fns.c (Flanginfo): Call synchronize_system_time_locale. 11186 * fns.c (Flanginfo): Call synchronize_system_time_locale.