aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2010-03-21 12:52:51 +0200
committerJuri Linkov2010-03-21 12:52:51 +0200
commitd66ecdbb4ac22a85e63af7f5cda3eac007e3abd3 (patch)
treeaf03e224d8f8c09e2984851361178bbf8c54e14b /lisp/ChangeLog
parent3613edce52c791a51e797350df513f719c7de941 (diff)
downloademacs-d66ecdbb4ac22a85e63af7f5cda3eac007e3abd3.tar.gz
emacs-d66ecdbb4ac22a85e63af7f5cda3eac007e3abd3.zip
Fix message of multi-line occur regexps and multi-buffer header lines.
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html * replace.el (occur-1): Don't display regexp if it is longer than window-width. Use `query-replace-descr' to display regexp. (occur-engine): Don't display regexp in the buffer header for multi-buffer occur. Display a separate header line with total match count and regexp for multi-buffer occur. Use `query-replace-descr' to display regexp.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
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 @@
12010-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
12010-03-20 Teodor Zlatanov <tzz@lifelogs.com> 132010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2 14
3 * net/secrets.el: Fix parenthesis. 15 * net/secrets.el: Fix parenthesis.