aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2007-07-10 03:49:44 +0000
committerRichard M. Stallman2007-07-10 03:49:44 +0000
commitef8878109c47998abea49be9965c757af12cdd64 (patch)
treec6a26a63a9eda4b9c74665c2d1291387a236a4bc /src/ChangeLog
parent5d27646d21eab1e70b58df3f5e27d87e34b43a89 (diff)
downloademacs-ef8878109c47998abea49be9965c757af12cdd64.tar.gz
emacs-ef8878109c47998abea49be9965c757af12cdd64.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b87b05f8e27..489e68b37be 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
2
3 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
4 (looking_at_1): Don't change search_regs and last_thing_searched
5 if `inhibit-changing-match-data' is non-nil.
6 (string_match_1, search_buffer, set_search_regs): Likewise.
7 (syms_of_search): Add Lisp level definition for
8 `inhibit-changing-match-data' and set it to nil.
9 (boyer_moore): If `inhibit-changing-match-data' is non-nil,
10 compute start and end of the match, instead of using values in
11 search_regs.
12
12007-07-01 Stefan Monnier <monnier@iro.umontreal.ca> 132007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 14
3 * minibuf.c (Fcompleting_read): New value `confirm-only' 15 * minibuf.c (Fcompleting_read): New value `confirm-only'