diff options
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. |