comparison src/ChangeLog @ 56223:bc001e1ce517

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.
author David Kastrup <dak@gnu.org>
date Wed, 23 Jun 2004 19:21:14 +0000
parents e140df89e026
children b8ba538f6095
comparison
equal deleted inserted replaced
56222:136f1c16dc45 56223:bc001e1ce517
1 2004-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
1 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> 13 2004-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.
4 * doc.c (Fsnarf_documentation): Doc fix. 16 * doc.c (Fsnarf_documentation): Doc fix.
5 17