diff options
| author | Kenichi Handa | 2004-01-18 23:30:38 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-01-18 23:30:38 +0000 |
| commit | dedbd91c488d0b05e004b2b782a264a0bd131b79 (patch) | |
| tree | 4fcac595120443eb38d053f2ab24529e6f7644e6 /src/ChangeLog.22 | |
| parent | 71ea13cb9877bf8470500bec15e082007c2987d5 (diff) | |
| download | emacs-dedbd91c488d0b05e004b2b782a264a0bd131b79.tar.gz emacs-dedbd91c488d0b05e004b2b782a264a0bd131b79.zip | |
*** empty log message ***
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 |