aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index adbe887fe8a..cc09320ef16 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,15 +1,15 @@
12009-03-13 Kenichi Handa <handa@m17n.org> 12009-03-13 Kenichi Handa <handa@m17n.org>
2 2
3 * fontset.c (Ffontset_info, check_fontset_name): New arg frame. 3 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
4 Hanlde NAME nil and t correctly. Callers changed. 4 Handle NAME nil and t correctly. Callers changed.
5 (font_def_arg, add_arg, from_arg, to_arg): Delete them. 5 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
6 (set_fontset_font): Change ARG to a vector. Handle range_list in 6 (set_fontset_font): Change ARG to a vector. Handle range_list in
7 ARG correctly. 7 ARG correctly.
8 (Fset_fontset_font): Fix the case that TARGET is both a script 8 (Fset_fontset_font): Fix the case that TARGET is both a script
9 name and charset name. Adjusted the arg to set_fontset_font for 9 name and charset name. Adjust the arg to set_fontset_font for
10 the above change. 10 the above change.
11 (fontset_from_font): Fix previous change. 11 (fontset_from_font): Fix previous change.
12 (Ffontset_info): Adjusted for the 2008-07-09 change of fontset 12 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
13 entry. If FONTSET is the default fontset, don't set the extra 13 entry. If FONTSET is the default fontset, don't set the extra
14 slot of the returning char-table. 14 slot of the returning char-table.
15 15