diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1d4dd0ed827..f7f4193e777 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2012-09-20 Juri Linkov <juri@jurta.org> | 1 | 2012-09-20 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * replace.el (query-replace-read-from): Use `read-regexp' instead | ||
| 4 | of `read-from-minibuffer' when `regexp-flag' is non-nil. | ||
| 5 | (occur-read-primary-args): Use `read-regexp' instead of | ||
| 6 | `read-string'. | ||
| 7 | (multi-occur-in-matching-buffers): Use `read-regexp' instead of | ||
| 8 | `read-from-minibuffer'. | ||
| 9 | * isearch.el (isearch-occur): Use `read-regexp' instead of | ||
| 10 | `read-string'. | ||
| 11 | * dired.el (dired-read-regexp): Use `read-regexp' instead of | ||
| 12 | `read-from-minibuffer'. | ||
| 13 | * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead | ||
| 14 | of `read-string'. (Bug#7567) | ||
| 15 | |||
| 3 | * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS | 16 | * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS |
| 4 | and allow accepting a list of strings prepended to a list of | 17 | and allow accepting a list of strings prepended to a list of |
| 5 | standard default values. Doc fix. (Bug#12321) | 18 | standard default values. Doc fix. (Bug#12321) |