diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6b777088a12..fa3828089bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,41 @@ | |||
| 1 | 2002-07-22 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * character.h (TRAILING_CODE_P): New macro. | ||
| 4 | (MAYBE_UNIFY_CHAR): Adjusted for the change of Funify_charset. | ||
| 5 | (string_char_with_unification): Fix prototype. | ||
| 6 | (Vscript_alist): Extern it. | ||
| 7 | |||
| 8 | * charset.h (Vcharset_ordered_list): Extern it. | ||
| 9 | (charset_ordered_list_tick): Extern it. | ||
| 10 | (EMACS_MULE_LEADING_CODE_PRIVATE_11, | ||
| 11 | EMACS_MULE_LEADING_CODE_PRIVATE_12, | ||
| 12 | EMACS_MULE_LEADING_CODE_PRIVATE_21, | ||
| 13 | EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros | ||
| 14 | (Funify_charset): Adjusted for the change of Funify_charset. | ||
| 15 | |||
| 16 | * charset.c (charset_ordered_list_tick): New variable. | ||
| 17 | (Fdefine_charset_internal): Increment charset_ordered_list_tick. | ||
| 18 | (Funify_charset): New optional arg DEUNIFY. If it is non-nil, | ||
| 19 | deunify intead of unify a charset. | ||
| 20 | (string_xstring_p): Add `const' to local variables. | ||
| 21 | (find_charsets_in_text): Add `const' to arguemnts and local | ||
| 22 | variables. | ||
| 23 | (encode_char): Adjusted for the change of Funify_charset. Fix | ||
| 24 | detecting of invalid code. | ||
| 25 | (Fset_charset_priority): Increment charset_ordered_list_tick. | ||
| 26 | |||
| 27 | * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12, | ||
| 28 | LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Macros | ||
| 29 | deleted. Callers changes to use | ||
| 30 | EMACS_MULE_LEADING_CODE_PRIVATE_11, etc. | ||
| 31 | (decode_coding_ccl): Add `const' to local variables. | ||
| 32 | (consume_chars): Likewise. | ||
| 33 | (Ffind_coding_systems_region_internal): Likewise. | ||
| 34 | (Fcheck_coding_systems_region): Likewise. | ||
| 35 | |||
| 36 | * print.c (print_object): Use octal form for printing the | ||
| 37 | contents of a bool vector. | ||
| 38 | |||
| 1 | 2002-07-18 Dave Love <fx@gnu.org> | 39 | 2002-07-18 Dave Love <fx@gnu.org> |
| 2 | 40 | ||
| 3 | * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd. | 41 | * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd. |