emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Tue, 10 Jul 2007 03:49:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/07/10 03:49:02

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5732
retrieving revision 1.5733
diff -u -b -r1.5732 -r1.5733
--- ChangeLog   1 Jul 2007 01:57:21 -0000       1.5732
+++ ChangeLog   10 Jul 2007 03:49:00 -0000      1.5733
@@ -1,3 +1,15 @@
+2007-07-08  Guanpeng Xu  <address@hidden>
+
+       * 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  <address@hidden>
 
        * minibuf.c (Fcompleting_read): New value `confirm-only'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]