diff options
| author | Juri Linkov | 2004-09-03 21:51:22 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-09-03 21:51:22 +0000 |
| commit | 9e68f42d8e63609d322967815d720bdca8772337 (patch) | |
| tree | 52c85647a5b8ea60344e7ce12cc252f30bde9f4a | |
| parent | 4bc6a87206ce290974b1712999f7cf69d34b20e9 (diff) | |
| download | emacs-9e68f42d8e63609d322967815d720bdca8772337.tar.gz emacs-9e68f42d8e63609d322967815d720bdca8772337.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 16 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a7d2e5f5a1..130ee51e80f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 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. |
diff --git a/man/ChangeLog b/man/ChangeLog index 37554016f3d..62d985b022f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-09-03 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * search.texi (Incremental Search): Update wording for M-%. | ||
| 4 | |||
| 1 | 2004-09-02 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2004-09-02 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * killing.texi (Killing): Correct description of kill commands in | 7 | * killing.texi (Killing): Correct description of kill commands in |