aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Kastrup2004-06-23 19:21:14 +0000
committerDavid Kastrup2004-06-23 19:21:14 +0000
commit559cdd07454093b88346f8a41aff36fb58c86236 (patch)
treecade62e88ff6e1749699f571a4b15af4ea49d813 /src
parent2a4a9af98913cf456a58e698969418b2083ff7a5 (diff)
downloademacs-559cdd07454093b88346f8a41aff36fb58c86236.tar.gz
emacs-559cdd07454093b88346f8a41aff36fb58c86236.zip
2004-06-23 David Kastrup <dak@gnu.org>
* search.c (Freplace_match): Adjust the match-data more thoroughly when replacing strings in the buffer. search.c (match-data): When INTEGERS is non-nil and the last match was in a buffer, add the buffer as last element to the match data. (Fset_match_data): If an additional element of the match-data is a buffer, restore it to last_thing_searched. (save_search_regs): Save last_thing_searched as part of the match data. (restore_match_data): Restore it again.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b87aec95b6..6fae7580745 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12004-06-23 David Kastrup <dak@gnu.org>
2
3 * search.c (Freplace_match): Adjust the match-data more
4 thoroughly when replacing strings in the buffer.
5 search.c (match-data): When INTEGERS is non-nil and the last match
6 was in a buffer, add the buffer as last element to the match data.
7 (Fset_match_data): If an additional element of the match-data is
8 a buffer, restore it to last_thing_searched.
9 (save_search_regs): Save last_thing_searched as part of the match
10 data.
11 (restore_match_data): Restore it again.
12
12004-06-23 Luc Teirlinck <teirllm@auburn.edu> 132004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2 14
3 * keymap.c (Ftext_char_description): Doc fix. 15 * keymap.c (Ftext_char_description): Doc fix.