diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index fec756001ea..6ef57054565 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2004-02-06 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * fontset.c (FONTSET_DEFAULT): New macro. | ||
| 4 | (FONTSET_ADD): Handle the case that range is nil. | ||
| 5 | (fontset_add): Likewise. | ||
| 6 | (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle | ||
| 7 | the case that it is nil. | ||
| 8 | (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK. | ||
| 9 | (syms_of_fontset): Set char-table-extra-slots property of fontset | ||
| 10 | to 9. | ||
| 11 | |||
| 12 | * charset.h (CHAR_CHARSET_P): Fix for the case that the method is | ||
| 13 | subset or superset. | ||
| 14 | |||
| 1 | 2004-01-30 Kenichi Handa <handa@m17n.org> | 15 | 2004-01-30 Kenichi Handa <handa@m17n.org> |
| 2 | 16 | ||
| 3 | * emacs.c (main): Call init_charset after syms_of_XXX. | 17 | * emacs.c (main): Call init_charset after syms_of_XXX. |