changeset 42065:2598d485c9a1

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 Dec 2001 03:53:05 +0000
parents c4fada8ce869
children 6612a220ef84
files lisp/ChangeLog
diffstat 1 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Dec 16 03:51:52 2001 +0000
+++ b/lisp/ChangeLog	Sun Dec 16 03:53:05 2001 +0000
@@ -1,3 +1,27 @@
+2001-12-15  Richard M. Stallman  <rms@gnu.org>
+
+	* isearch.el (isearch-edit-string):
+	Treat isearch-yank-word-or-char specially, like isearch-yank-word.
+
+	* emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
+	(debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
+	rather than regexp search and (2) copying text properties
+	already set up on text unchanged from the previous backtrace.
+
+	* case-table.el (set-case-syntax-pair):
+	Detect invalid calls and signal an error.
+
+2001-12-15  Richard M. Stallman  <rms@gnu.org>
+
+	* language/ind-util.el (range): Function deleted.
+	(indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
+	All calls changed.
+	
+	* language/devan-util.el (devanagari-range): Renamed from `range'.
+	All calls changed.
+	(devanagari-regexp-of-hashtbl-keys):
+	Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
+
 2001-12-15  Dave Love  <fx@gnu.org>
 
 	* language/ind-util.el: Don't require cl.