comparison lisp/ChangeLog @ 44925:2d961742d923

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Apr 2002 17:48:31 +0000
parents 6c29c1a3119a
children da2a68646d61
comparison
equal deleted inserted replaced
44924:4a1d60fe2473 44925:2d961742d923
1 2002-04-28 Richard M. Stallman <rms@gnu.org>
2
3 * replace.el (occur-accumulate-lines): Avoid incf and decf.
4 (occur-engine-add-prefix): New function.
5 (occur-engine): Avoid using macrolet, incf and decf.
6 Use occur-engine-add-prefix instead.
7 Rename `l' to `lines' and `c' to `matches'.
8
9 * replace.el (occur-engine, occur-mode-mouse-goto)
10 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
11 (occur-mode-goto-occurrence-other-window)
12 (occur-mode-display-occurrence): A position is just a marker,
13 not a list.
14
15 * replace.el (occur-revert-arguments):
16 Renamed from occur-revert-properties. All uses changed.
17
1 2002-04-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 18 2002-04-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 19
3 * recentf.el (recentf-menu-before): Use string to specify path in 20 * recentf.el (recentf-menu-before): Use string to specify path in
4 the menu. 21 the menu.
5 22