diff options
| author | Kenichi Handa | 2002-05-10 03:56:05 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-05-10 03:56:05 +0000 |
| commit | 15d143f7583a5cf8ba6d333df6fcd2955bea84f7 (patch) | |
| tree | 558b4ba634379bdce00cdc6c71c0d38e3dd132dd /src/ChangeLog | |
| parent | ac6a8028669701ce4836595fe73c8a757cc4ca70 (diff) | |
| download | emacs-15d143f7583a5cf8ba6d333df6fcd2955bea84f7.tar.gz emacs-15d143f7583a5cf8ba6d333df6fcd2955bea84f7.zip | |
(coding_set_source): Delete the local variable beg_byte.
(encode_coding_charset): Delete the local variable charset.
(Fdefine_coding_system_internal): Likewise.
(Fdefine_coding_system_internal): Setup
attrs[coding_attr_charset_valids] correctly.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dff8f6abe2d..bf34746cf90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2002-05-10 Yong Lu <lyongu@asia-infonet.com> | ||
| 2 | |||
| 3 | * charset.c (load_charset_map): Fix previous change. | ||
| 4 | (read_hex): Don't treat SPC as a comment starter. | ||
| 5 | (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return | ||
| 6 | -1. | ||
| 7 | (Fdecode_char): Fix typo. | ||
| 8 | |||
| 9 | 2002-05-10 Kenichi Handa <handa@etl.go.jp> | ||
| 10 | |||
| 11 | * charset.h (struct charset): New member `code_space_mask'. | ||
| 12 | |||
| 13 | * coding.c (coding_set_source): Delete the local variable | ||
| 14 | beg_byte. | ||
| 15 | (encode_coding_charset): Delete the local variable charset. | ||
| 16 | (Fdefine_coding_system_internal): Likewise. | ||
| 17 | (Fdefine_coding_system_internal): Setup | ||
| 18 | attrs[coding_attr_charset_valids] correctly. | ||
| 19 | |||
| 20 | * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask' | ||
| 21 | member to check if CODE is valid or not. | ||
| 22 | (Fdefine_charset_internal): Initialize `code_space_mask' member. | ||
| 23 | (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE | ||
| 24 | is within the range of charset->min_code and carset->max_code. | ||
| 25 | |||
| 1 | 2002-05-09 Dave Love <fx@gnu.org> | 26 | 2002-05-09 Dave Love <fx@gnu.org> |
| 2 | 27 | ||
| 3 | * syntax.h (syntax_temp) [!__GNUC__]: Declare. | 28 | * syntax.h (syntax_temp) [!__GNUC__]: Declare. |