aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 73846ce126d..a612513c768 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
12001-12-15 Richard M. Stallman <rms@gnu.org>
2
3 * isearch.el (isearch-edit-string):
4 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
5
6 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
7 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
8 rather than regexp search and (2) copying text properties
9 already set up on text unchanged from the previous backtrace.
10
11 * case-table.el (set-case-syntax-pair):
12 Detect invalid calls and signal an error.
13
142001-12-15 Richard M. Stallman <rms@gnu.org>
15
16 * language/ind-util.el (range): Function deleted.
17 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
18 All calls changed.
19
20 * language/devan-util.el (devanagari-range): Renamed from `range'.
21 All calls changed.
22 (devanagari-regexp-of-hashtbl-keys):
23 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
24
12001-12-15 Dave Love <fx@gnu.org> 252001-12-15 Dave Love <fx@gnu.org>
2 26
3 * language/ind-util.el: Don't require cl. 27 * language/ind-util.el: Don't require cl.