comparison src/ChangeLog @ 56249:b071073897ad

ChangeLog format fix.
author David Kastrup <dak@gnu.org>
date Fri, 25 Jun 2004 13:03:22 +0000
parents 710d37addaba
children 39084f238fe5
comparison
equal deleted inserted replaced
56248:96f38e136445 56249:b071073897ad
13 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted. 13 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
14 (syms_of_emacs): Lisp variables deleted. 14 (syms_of_emacs): Lisp variables deleted.
15 15
16 2004-06-23 David Kastrup <dak@gnu.org> 16 2004-06-23 David Kastrup <dak@gnu.org>
17 17
18 * search.c (Freplace_match): Adjust the match-data more 18 * search.c (Freplace_match): Adjust the match-data more thoroughly
19 thoroughly when replacing strings in the buffer. 19 when replacing strings in the buffer.
20 search.c (match-data): When INTEGERS is non-nil and the last match 20 (Fmatch_data): When INTEGERS is non-nil and the last match was in
21 was in a buffer, add the buffer as last element to the match data. 21 a buffer, add the buffer as last element to the match data.
22 (Fset_match_data): If an additional element of the match-data is 22 (Fset_match_data): If an additional element of the match-data is a
23 a buffer, restore it to last_thing_searched. 23 buffer, restore it to last_thing_searched.
24 (save_search_regs): Save last_thing_searched as part of the match 24 (save_search_regs): Save last_thing_searched as part of the match
25 data. 25 data.
26 (restore_match_data): Restore it again. 26 (restore_match_data): Restore it again.
27 27
28 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> 28 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>