Mercurial > emacs
comparison src/ChangeLog @ 88912:8392c10256e6
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 26 Jul 2002 06:18:44 +0000 |
parents | ac7fec5a01d4 |
children | 6d9bb23ad1e9 |
comparison
equal
deleted
inserted
replaced
88911:ac7fec5a01d4 | 88912:8392c10256e6 |
---|---|
8 | 8 |
9 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not | 9 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not |
10 SINGLE_BYTE_CHAR_P. | 10 SINGLE_BYTE_CHAR_P. |
11 | 11 |
12 * ccl.c (Fccl_execute_on_string): Add `const' to local variables. | 12 * ccl.c (Fccl_execute_on_string): Add `const' to local variables. |
13 | |
14 * character.c (Vscript_alist): This variable deleted. | |
15 (Vchar_script_table, Qchar_script_table): New variable. | |
16 (syms_of_character): Declare Vchar_script_table as a lisp variable | |
17 and initialize it. | |
13 | 18 |
14 * chartab.c (Fmake_char_table): Doc fixed. If PURPOSE doesn't | 19 * chartab.c (Fmake_char_table): Doc fixed. If PURPOSE doesn't |
15 have property char-table-extra-slots, make no extra slot. | 20 have property char-table-extra-slots, make no extra slot. |
16 | 21 |
17 * dispextern.h (struct face): Member `charset' deleted. | 22 * dispextern.h (struct face): Member `charset' deleted. |