aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2002-07-22 06:46:17 +0000
committerKenichi Handa2002-07-22 06:46:17 +0000
commit15843e6fa9baf3b6216e0c46c873364ca8c25ea5 (patch)
tree966f27657871d5e8d115fba4390f37f1c35b58ac /src/ChangeLog
parent7c78e5423a65db9b20f9eb5d90ea94ab00d4af23 (diff)
downloademacs-15843e6fa9baf3b6216e0c46c873364ca8c25ea5.tar.gz
emacs-15843e6fa9baf3b6216e0c46c873364ca8c25ea5.zip
(Vscript_alist): New variable.
(string_char_with_unification): Add `const' to local variables. (str_as_unibyte): Likewise. (string_escape_byte8): Likewise. (syms_of_character): Declare script-alist as a Lisp variable.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fa3828089bf..a73ec8fdd3e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,12 @@
5 (string_char_with_unification): Fix prototype. 5 (string_char_with_unification): Fix prototype.
6 (Vscript_alist): Extern it. 6 (Vscript_alist): Extern it.
7 7
8 * character.c (Vscript_alist): New variable.
9 (string_char_with_unification): Add `const' to local variables.
10 (str_as_unibyte): Likewise.
11 (string_escape_byte8): Likewise.
12 (syms_of_character): Declare script-alist as a Lisp variable.
13
8 * charset.h (Vcharset_ordered_list): Extern it. 14 * charset.h (Vcharset_ordered_list): Extern it.
9 (charset_ordered_list_tick): Extern it. 15 (charset_ordered_list_tick): Extern it.
10 (EMACS_MULE_LEADING_CODE_PRIVATE_11, 16 (EMACS_MULE_LEADING_CODE_PRIVATE_11,