aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bcf8462d864..552af47db71 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,18 @@
12013-05-29 Juri Linkov <juri@jurta.org> 12013-05-29 Juri Linkov <juri@jurta.org>
2 2
3 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
4 for total count of matching lines. Add `global-matches' for total
5 count of matches. Rename `matches' to `lines' for count of
6 matching lines. Add `matches' for count of matches.
7 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
8 to `prev-line' for line number of prev match endpt.
9 Increment `matches' for every match. Print the number of
10 matching lines in the header.
11 (occur-context-lines): Rename `lines' to `curr-line'.
12 Rename `prev-lines' to `prev-line'. (Bug#14017)
13
142013-05-29 Juri Linkov <juri@jurta.org>
15
3 * replace.el (perform-replace): Add `skip-read-only-count', 16 * replace.el (perform-replace): Add `skip-read-only-count',
4 `skip-filtered-count', `skip-invisible-count' let-bound to 0. 17 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
5 Increment them for corresponding conditions and report the number 18 Increment them for corresponding conditions and report the number