diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f6b8fea964d..06e80db356d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2010-03-21 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | Fix message of multi-line occur regexps and multi-buffer header lines. | ||
| 4 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html | ||
| 5 | |||
| 6 | * replace.el (occur-1): Don't display regexp if it is longer | ||
| 7 | than window-width. Use `query-replace-descr' to display regexp. | ||
| 8 | (occur-engine): Don't display regexp in the buffer header for | ||
| 9 | multi-buffer occur. Display a separate header line with total | ||
| 10 | match count and regexp for multi-buffer occur. | ||
| 11 | Use `query-replace-descr' to display regexp. | ||
| 12 | |||
| 1 | 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com> | 13 | 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 14 | ||
| 3 | * net/secrets.el: Fix parenthesis. | 15 | * net/secrets.el: Fix parenthesis. |