aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/ChangeLog10
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5ea86fabc9..828c76c9cc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2000-02-23 Kenichi Handa <[email protected]>
+
+ * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
+ characters.
+ (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
+ locally.
+
2000-02-22 Dave Love <[email protected]>
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
diff --git a/src/ChangeLog b/src/ChangeLog
index 1976bbdca9..eb65209052 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2000-02-23 Kenichi Handa <[email protected]>
+
+ * syntax.c (multibyte_syntax_as_symbol): New variable.
+ (syms_of_syntax): Declare it as a Lisp variable.
+ (SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
+ (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
+ nonzero, treat all multibyte characters as symbol.
+ (init_syntax_once): Give syntax `word' to all mutlbiyte
+ characters.
+
2000-02-22 Eli Zaretskii <[email protected]>
* frame.c (Fdelete_frame): Don't let echo_area_window to remain on