comparison src/ChangeLog @ 88779:515ca7d12013

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 24 Jun 2002 18:28:25 +0000
parents 97a127f9efeb
children 028259b11c0d
comparison
equal deleted inserted replaced
88778:45b498250bfb 88779:515ca7d12013
1 2002-06-24 Dave Love <fx@gnu.org>
2
3 * lread.c: Remove some unused variables.
4 (safe_to_load_p): If safe, return the magic number version byte.
5 (Fload): Maybe use load-with-code-conversion.
6
1 2002-06-12 Kenichi Handa <handa@etl.go.jp> 7 2002-06-12 Kenichi Handa <handa@etl.go.jp>
2 8
3 * category.c (Fmodify_category_entry): Don't modify the contents 9 * category.c (Fmodify_category_entry): Don't modify the contents
4 of category_set for characters out of the range. Avoid 10 of category_set for characters out of the range. Avoid
5 unnecessary modification. 11 unnecessary modification.
10 * character.c (syms_of_character): Setup Vchar_width_table for 16 * character.c (syms_of_character): Setup Vchar_width_table for
11 eight-bit-control and raw-byte chars. 17 eight-bit-control and raw-byte chars.
12 18
13 * charset.h (enum define_charset_arg_index): Delete 19 * charset.h (enum define_charset_arg_index): Delete
14 charset_arg_parents and add charset_arg_subset and 20 charset_arg_parents and add charset_arg_subset and
15 charset_arg_superset,. 21 charset_arg_superset.
16 (enum charset_attr_index): Delete charset_parents and add 22 (enum charset_attr_index): Delete charset_parents and add
17 charset_subset and charset_superset. 23 charset_subset and charset_superset.
18 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add 24 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
19 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET. 25 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
20 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Macros deleted. 26 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Macros deleted.
21 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET, 27 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
22 CHARSET_SUPERSET): New macros. 28 (CHARSET_SUPERSET): New macros.
23 (charset_work): Extern it. 29 (charset_work): Extern it.
24 (ENCODE_CHAR): Use charset_work. 30 (ENCODE_CHAR): Use charset_work.
25 (CHAR_CHARSET_P): Adjusted for the change of encoder format. 31 (CHAR_CHARSET_P): Adjusted for the change of encoder format.
26 (map_charset_chars): Extern it. 32 (map_charset_chars): Extern it.
27 33
87 93
88 * Makefile.in (lisp): Change chinese.elc to chinese.el. They are 94 * Makefile.in (lisp): Change chinese.elc to chinese.el. They are
89 not bytecompiled now. 95 not bytecompiled now.
90 (shortlisp): Likewise. 96 (shortlisp): Likewise.
91 97
92 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978, 98 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
93 charset_jisx0208): New variables. 99 (charset_jisx0208): New variables.
94 (Fdefine_charset_internal): Setup them if appropriate. 100 (Fdefine_charset_internal): Setup them if appropriate.
95 (init_charset_once): Initialize them to -1. 101 (init_charset_once): Initialize them to -1.
96 102
97 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978, 103 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978,
98 charset_jisx0208): Extern them. 104 charset_jisx0208): Extern them.