comparison lisp/ChangeLog @ 96910:a7596a078e92

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 23 Jul 2008 01:19:26 +0000
parents c80b0289ddf5
children 71ed3159f616
comparison
equal deleted inserted replaced
96909:3e4cbf8f8b68 96910:a7596a078e92
1 2008-07-23 Juri Linkov <juri@jurta.org>
2
3 * replace.el (multi-query-replace-map): New variable.
4 (perform-replace): Add processing of new multi-buffer keys bound
5 to `automatic-all' and `exit-current'. Set `query-flag' to nil
6 if last input char was `automatic-all'. Set new local variable
7 `multi-buffer' to t when one of new two keys were typed. Return
8 non-nil value of `multi-buffer' that tells to calling functions
9 to continue replacement on the next file.
10
11 * progmodes/etags.el (tags-query-replace): Set arg `map' of
12 `perform-replace' to `multi-query-replace-map'.
13
1 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca> 14 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 15
3 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's 16 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4 otherwise displayed in every buffer. 17 otherwise displayed in every buffer.
5 18