comparison lisp/ChangeLog @ 56911:c13f2756b08a

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Fri, 03 Sep 2004 21:51:22 +0000
parents 0e1ba8187a63
children 9cd521d53335
comparison
equal deleted inserted replaced
56910:0e1ba8187a63 56911:c13f2756b08a
1 2004-09-03 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
4 `isearch-adjusted' to `t'.
5 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
6 (isearch-message-prefix): Add "pending" for isearch-adjusted.
7 (isearch-other-meta-char): Restore isearch-point unconditionally.
8 (isearch-query-replace): Add new arg `regexp-flag' and use it.
9 Set point to start of match if region is not active in transient
10 mark mode (to include the current match to region boundaries).
11 Push the search string to `query-replace-from-history-variable'.
12 Add prompt "Query replace regexp" for isearch-regexp.
13 Add region beginning/end as last arguments of `perform-replace.'
14 (isearch-query-replace-regexp): Replace code by the call to
15 `isearch-query-replace' with arg `t'.
16
1 2004-09-03 Richard M. Stallman <rms@gnu.org> 17 2004-09-03 Richard M. Stallman <rms@gnu.org>
2 18
3 * startup.el (normal-top-level): Undo previous TERM change. 19 * startup.el (normal-top-level): Undo previous TERM change.
4 20
5 2004-09-03 Kim F. Storm <storm@cua.dk> 21 2004-09-03 Kim F. Storm <storm@cua.dk>