aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-05-21 16:36:29 +0000
committerStefan Monnier2009-05-21 16:36:29 +0000
commit46306a17286295bef205539603aa9cde7efc1258 (patch)
tree01fa818cd9a1a0939d1d72180bcc3e80cabf89d8 /src/ChangeLog
parent01f17ae208c1bd9e70fa7fc76f5463aa46602815 (diff)
downloademacs-46306a17286295bef205539603aa9cde7efc1258.tar.gz
emacs-46306a17286295bef205539603aa9cde7efc1258.zip
(xfont_list_pattern): Don't initialize xfont_scripts_cache
and xfont_scratch_props. (syms_of_xfont): Do it here instead. (xfont_find_ccl_program): Delete, unused. (xfont_open): Delete unused var `i'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 13 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d4b1c2daadd..23f08d6409e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,13 +1,21 @@
12009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
4 and xfont_scratch_props.
5 (syms_of_xfont): Do it here instead.
6 (xfont_find_ccl_program): Delete, unused.
7 (xfont_open): Delete unused var `i'.
8
12009-05-21 Kenichi Handa <handa@m17n.org> 92009-05-21 Kenichi Handa <handa@m17n.org>
2 10
3 * fontset.c (Qlatin): Don't make it static. 11 * fontset.c (Qlatin): Don't make it static.
4 12
5 * xfont.c (xfont_chars_supported, xfont_supported_scripts): New 13 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
6 functions. 14 New functions.
7 (xfont_scripts_cache, xfont_scratch_props): New variables. 15 (xfont_scripts_cache, xfont_scratch_props): New variables.
8 (Qlatin, Vscalable_fonts_allowed): Extern it. 16 (Qlatin, Vscalable_fonts_allowed): Extern it.
9 (xfont_list_pattern): Argument changed. Callers changed. Check 17 (xfont_list_pattern): Argument changed. Callers changed.
10 Vscalable_fonts_allowed. Check the support of a script. 18 Check Vscalable_fonts_allowed. Check the support of a script.
11 (xfont_list): Don't reject a font spec with :script property. 19 (xfont_list): Don't reject a font spec with :script property.
12 (xfont_has_char): Fix setting of encoding. 20 (xfont_has_char): Fix setting of encoding.
13 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and 21 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
@@ -15,7 +23,7 @@
15 23
162009-05-19 Kenichi Handa <handa@m17n.org> 242009-05-19 Kenichi Handa <handa@m17n.org>
17 25
18 * font.c (font_sort_entities): Renamed from font_sort_entites. 26 * font.c (font_sort_entities): Rename from font_sort_entites.
19 Callers changed. 27 Callers changed.
20 28
212009-05-18 Kenichi Handa <handa@m17n.org> 292009-05-18 Kenichi Handa <handa@m17n.org>