diff options
Diffstat (limited to 'src/ChangeLog.22')
| -rw-r--r-- | src/ChangeLog.22 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 3b1585867a6..468a9708cd3 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2004-01-18 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * print.c: Include charset.h. | ||
| 4 | (Vprint_charset_text_property): New variable. | ||
| 5 | (Qdefault): Extern it. | ||
| 6 | (PRINT_STRING_NON_CHARSET_FOUND) | ||
| 7 | (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros. | ||
| 8 | (print_check_string_result): New variable. | ||
| 9 | (print_check_string_charset_prop): New function. | ||
| 10 | (print_prune_charset_plist): New variable. | ||
| 11 | (print_prune_string_charset): New function. | ||
| 12 | (print_object): Call print_prune_string_charset if | ||
| 13 | Vprint_charset_text_property is not t. | ||
| 14 | (print_interval): Print nothing if itnerval->plist is nil. | ||
| 15 | (syms_of_print): Declare Vprint_charset_text_property as a lisp | ||
| 16 | variable. Init and staticpro print_prune_charset_plist. | ||
| 17 | |||
| 1 | 2004-01-15 Kenichi Handa <handa@m17n.org> | 18 | 2004-01-15 Kenichi Handa <handa@m17n.org> |
| 2 | 19 | ||
| 3 | * fontset.c (new_fontset_from_font_name): Use the specified font | 20 | * fontset.c (new_fontset_from_font_name): Use the specified font |