changeset 81781:003f801d5d5b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Jul 2007 03:49:00 +0000
parents 54b5d7bec019
children f5f311fab8e4
files src/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jul 10 03:48:51 2007 +0000
+++ b/src/ChangeLog	Tue Jul 10 03:49:00 2007 +0000
@@ -1,3 +1,15 @@
+2007-07-08  Guanpeng Xu  <herberteuler@hotmail.com>
+
+	* search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
+	(looking_at_1): Don't change search_regs and last_thing_searched
+	if `inhibit-changing-match-data' is non-nil.
+	(string_match_1, search_buffer, set_search_regs): Likewise.
+	(syms_of_search): Add Lisp level definition for
+	`inhibit-changing-match-data' and set it to nil.
+	(boyer_moore): If `inhibit-changing-match-data' is non-nil,
+	compute start and end of the match, instead of using values in
+	search_regs.
+
 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* minibuf.c (Fcompleting_read): New value `confirm-only'