diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e76d43d617c..2b2952b59f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,56 @@ | |||
| 1 | 2008-07-23 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * isearch-multi.el: Remove file to avoid dos file name clashes | ||
| 4 | with isearch-x.el. Move most content to isearch-multi.el. | ||
| 5 | |||
| 6 | * misearch.el: New file with most content from isearch-multi.el. | ||
| 7 | Rename `isearch-buffers' name prefixes to `multi-isearch'. | ||
| 8 | Remove `isearch-buffers-minor-mode'. Add new function | ||
| 9 | `multi-isearch-setup' to `isearch-mode-hook'. New top-level | ||
| 10 | commands `multi-isearch-buffers', `multi-isearch-buffers-regexp', | ||
| 11 | `multi-isearch-files', `multi-isearch-files-regexp'. | ||
| 12 | |||
| 13 | * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc. | ||
| 14 | |||
| 15 | * isearch.el (isearch-message-prefix): Display "Multi" when | ||
| 16 | `multi-isearch-next-buffer-current-function' is non-nil. | ||
| 17 | (isearch-search-string): Replace `isearch-buffers-next-buffer-function' | ||
| 18 | with `multi-isearch-next-buffer-current-function', and | ||
| 19 | `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'. | ||
| 20 | |||
| 21 | * add-log.el (change-log-mode): Set `change-log-next-buffer' to | ||
| 22 | `multi-isearch-next-buffer-function' instead of | ||
| 23 | `isearch-buffers-next-buffer-function'. Remove call to | ||
| 24 | `isearch-buffers-minor-mode'. | ||
| 25 | |||
| 26 | * buff-menu.el (Buffer-menu-marked-buffers) | ||
| 27 | (Buffer-menu-isearch-buffers) | ||
| 28 | (Buffer-menu-isearch-buffers-regexp): New functions. | ||
| 29 | (Buffer-menu-mode-map): Bind "M-s a C-s" to | ||
| 30 | `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to | ||
| 31 | `Buffer-menu-isearch-buffers-regexp'. | ||
| 32 | (Buffer-menu-mode): Document new commands in docstring. | ||
| 33 | (list-buffers-noselect): Add one space after Info file name | ||
| 34 | according to the Info address convention. | ||
| 35 | |||
| 36 | * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp): | ||
| 37 | New functions. | ||
| 38 | |||
| 39 | * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to | ||
| 40 | `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'. | ||
| 41 | (ibuffer-mode): Document new commands in docstring. | ||
| 42 | |||
| 43 | * filesets.el (filesets-commands): Add commands for "Isearch" and | ||
| 44 | "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp' | ||
| 45 | with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'. | ||
| 46 | (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files' | ||
| 47 | or `multi-isearch-files-regexp'. | ||
| 48 | (filesets-cmd-query-replace-getargs): Call standard function | ||
| 49 | `query-replace-read-args' to read `query-replace' arguments. | ||
| 50 | Add `multi-query-replace-map'. | ||
| 51 | (filesets-cmd-query-replace-regexp-getargs) | ||
| 52 | (filesets-cmd-isearch-getargs): New functions. | ||
| 53 | |||
| 1 | 2008-07-23 Chong Yidong <cyd@stupidchicken.com> | 54 | 2008-07-23 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 55 | ||
| 3 | * international/mule.el (recode-region): Deactivate mark at the | 56 | * international/mule.el (recode-region): Deactivate mark at the |