diff options
| author | Juri Linkov | 2013-05-30 02:43:39 +0300 |
|---|---|---|
| committer | Juri Linkov | 2013-05-30 02:43:39 +0300 |
| commit | ac44d6c19fddcf20df723d94aa4f45641e0b55ed (patch) | |
| tree | 3e11abb18e54346298f53ac4fe5a9ec6d59c185a /lisp/ChangeLog | |
| parent | 3c9c9d38d0335e5e8a904e4342838fdcdded870f (diff) | |
| download | emacs-ac44d6c19fddcf20df723d94aa4f45641e0b55ed.tar.gz emacs-ac44d6c19fddcf20df723d94aa4f45641e0b55ed.zip | |
* lisp/replace.el (occur-engine): Rename `globalcount' to `global-lines'
for total count of matching lines. Add `global-matches' for total
count of matches. Rename `matches' to `lines' for count of
matching lines. Add `matches' for count of matches.
Rename `lines' to `curr-line' for line count. Rename `prev-lines'
to `prev-line' for line number of prev match endpt.
Increment `matches' for every match. Print the number of
matching lines in the header.
(occur-context-lines): Rename `lines' to `curr-line'.
Rename `prev-lines' to `prev-line'.
Fixes: debbugs:14017
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 bcf8462d864..552af47db71 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2013-05-29 Juri Linkov <juri@jurta.org> | 1 | 2013-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 | |||
| 14 | 2013-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 |