aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog9
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fe61ceb44f2..b5507be18c8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2
3 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4
5 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6
12000-10-15 Dave Love <fx@gnu.org> 72000-10-15 Dave Love <fx@gnu.org>
2 8
3 * progmodes/sh-script.el: Require skeleton and comint when 9 * progmodes/sh-script.el: Require skeleton and comint when
diff --git a/src/ChangeLog b/src/ChangeLog
index 1e4c2f10858..e363ab43bf1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2
3 * syntax.c (Fstring_to_syntax): New function extracted from
4 Fmodify_syntax_entry.
5 (Fmodify_syntax_entry): Use it and document the ! and | fences.
6 (skip_chars, Fforward_comment): Remove unused variables.
7 (syms_of_syntax): Add defsubr for string-to-syntax.
8 (describe_syntax): Add code for comment and string fences.
9
12000-10-14 Stefan Monnier <monnier@cs.yale.edu> 102000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2 11
3 * keymap.c (access_keymap): Add AUTOLOAD parameter. 12 * keymap.c (access_keymap): Add AUTOLOAD parameter.