comparison lisp/ChangeLog @ 42065:2598d485c9a1

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 Dec 2001 03:53:05 +0000
parents 45cfc4479aca
children 81cd8cc0048d
comparison
equal deleted inserted replaced
42064:c4fada8ce869 42065:2598d485c9a1
1 2001-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
14 2001-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
1 2001-12-15 Dave Love <fx@gnu.org> 25 2001-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.
4 (indian-glyph-char, indian-glyph-max-char) 28 (indian-glyph-char, indian-glyph-max-char)
5 (indian-char-glyph): Moved from indian.el 29 (indian-char-glyph): Moved from indian.el