diff options
| author | Kenichi Handa | 2009-03-13 05:08:56 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-03-13 05:08:56 +0000 |
| commit | a3d16f39799a3f5a2eddc80b50adcda877d7d758 (patch) | |
| tree | 689a11b15098155dc0fc45b68c5311f34ce4fbc4 /src/ChangeLog | |
| parent | d102151dabddcce2860f82b5291ab106c27d534f (diff) | |
| download | emacs-a3d16f39799a3f5a2eddc80b50adcda877d7d758.tar.gz emacs-a3d16f39799a3f5a2eddc80b50adcda877d7d758.zip | |
(Ffontset_info, check_fontset_name): New arg frame.
Hanlde NAME nil and t correctly. Callers changed.
(font_def_arg, add_arg, from_arg, to_arg): Delete them.
(set_fontset_font): Change ARG to a vector. Handle range_list in
ARG correctly.
(Fset_fontset_font): Fix the case that TARGET is both a script
name and charset name. Adjusted the arg to set_fontset_font for
the above change.
(fontset_from_font): Fix previous change.
(Ffontset_info): Adjusted for the 2008-07-09 change of fontset
entry. If FONTSET is the default fontset, don't set the extra
slot of the returning char-table.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bb2264035da..adbe887fe8a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2009-03-13 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * fontset.c (Ffontset_info, check_fontset_name): New arg frame. | ||
| 4 | Hanlde NAME nil and t correctly. Callers changed. | ||
| 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 | ||
| 7 | ARG correctly. | ||
| 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 | ||
| 10 | the above change. | ||
| 11 | (fontset_from_font): Fix previous change. | ||
| 12 | (Ffontset_info): Adjusted for the 2008-07-09 change of fontset | ||
| 13 | entry. If FONTSET is the default fontset, don't set the extra | ||
| 14 | slot of the returning char-table. | ||
| 15 | |||
| 1 | 2009-03-12 Juanma Barranquero <lekktu@gmail.com> | 16 | 2009-03-12 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 17 | ||
| 3 | * nsfns.m (Fx_close_connection): Doc fix. | 18 | * nsfns.m (Fx_close_connection): Doc fix. |