Mercurial > emacs
comparison src/ChangeLog @ 102523:62f6bc691078
Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 13 Mar 2009 09:41:18 +0000 |
parents | fdf969fedba2 |
children | cec89dff31fa |
comparison
equal
deleted
inserted
replaced
102522:fdf969fedba2 | 102523:62f6bc691078 |
---|---|
1 2009-03-13 Kenichi Handa <handa@m17n.org> | 1 2009-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 |
16 2009-03-12 Juanma Barranquero <lekktu@gmail.com> | 16 2009-03-12 Juanma Barranquero <lekktu@gmail.com> |
17 | 17 |