Mercurial > emacs
comparison lisp/ChangeLog @ 44793:e3a600209db7
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Tue, 23 Apr 2002 20:34:27 +0000 |
parents | 3969f8273bc8 |
children | defb41d94250 |
comparison
equal
deleted
inserted
replaced
44792:4648f6129f7f | 44793:e3a600209db7 |
---|---|
1 2002-04-23 Colin Walters <walters@verbum.org> | 1 2002-04-23 Colin Walters <walters@verbum.org> |
2 | |
3 * replace.el (toplevel): Require `cl' while compiling. | |
4 (occur-buffer, occur-nlines): Delete. | |
5 (occur-revert-properties): Rename to `occur-revert-properties'. | |
6 (occur-mode): Handle it. Set up font lock. | |
7 (occur-revert-function): Simply apply `occur-1'. | |
8 (occur-mode-find-occurence, occur-mode-mouse-goto) | |
9 (occur-mode-goto-occurrence-other-window) | |
10 (occur-mode-display-occurrence): Handle buffer property. | |
11 (list-matching-lines-face): Use defcustom. | |
12 (list-matching-lines-buffer-name-face): New variable. | |
13 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines', | |
14 in ibuffer.el. | |
15 (occur-read-primary-args): Move out of `occur'. | |
16 (occur): Delete. Now simply call `occur-1'. | |
17 (multi-occur, multi-occur-by-filename-regexp): New functions. | |
18 (occur-1): New function. | |
19 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the | |
20 previous implementation of `occur'; taken from ibuf-ext.el. | |
21 (occur-fontify-on-property): New function. | |
22 (occur-fontify-region-function, occur-unfontify-region-function): | |
23 New functions. | |
24 | |
25 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el. | |
26 | |
27 * ibuf-ext.el (ibuffer-depropertize-string): Delete. | |
28 (ibuffer-occur-match-face): Delete. | |
29 (ibuffer-occur-props, ibuffer-occur-mode): Delete. | |
30 (ibuffer-occur-mouse-display-occurence): Delete. | |
31 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence): | |
32 Delete. | |
33 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): | |
34 Delete. | |
35 (ibuffer-occur-engine): Moved to replace.el. | |
36 (ibuffer-do-occur): Simply call `occur-1'. | |
2 | 37 |
3 * play/gamegrid.el (gamegrid-add-score-with-update-game-score): | 38 * play/gamegrid.el (gamegrid-add-score-with-update-game-score): |
4 Handle the case where we're already viewing the score file. | 39 Handle the case where we're already viewing the score file. |
5 | 40 |
6 2002-04-23 Andreas Schwab <schwab@suse.de> | 41 2002-04-23 Andreas Schwab <schwab@suse.de> |