Mercurial > emacs
changeset 44793:e3a600209db7
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Tue, 23 Apr 2002 20:34:27 +0000 |
parents | 4648f6129f7f |
children | 3b95c81de514 |
files | lib-src/ChangeLog lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 44 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Tue Apr 23 20:24:40 2002 +0000 +++ b/lib-src/ChangeLog Tue Apr 23 20:34:27 2002 +0000 @@ -1,3 +1,8 @@ +2002-04-23 Colin Walters <walters@verbum.org> + + * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing + space. + 2002-04-22 Francesco Potorti` <pot@gnu.org> * etags.c: (last_node): Make it a global variable.
--- a/lisp/ChangeLog Tue Apr 23 20:24:40 2002 +0000 +++ b/lisp/ChangeLog Tue Apr 23 20:34:27 2002 +0000 @@ -1,5 +1,40 @@ 2002-04-23 Colin Walters <walters@verbum.org> + * replace.el (toplevel): Require `cl' while compiling. + (occur-buffer, occur-nlines): Delete. + (occur-revert-properties): Rename to `occur-revert-properties'. + (occur-mode): Handle it. Set up font lock. + (occur-revert-function): Simply apply `occur-1'. + (occur-mode-find-occurence, occur-mode-mouse-goto) + (occur-mode-goto-occurrence-other-window) + (occur-mode-display-occurrence): Handle buffer property. + (list-matching-lines-face): Use defcustom. + (list-matching-lines-buffer-name-face): New variable. + (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines', + in ibuffer.el. + (occur-read-primary-args): Move out of `occur'. + (occur): Delete. Now simply call `occur-1'. + (multi-occur, multi-occur-by-filename-regexp): New functions. + (occur-1): New function. + (occur-engine): Renamed from `ibuffer-occur-engine' to replace the + previous implementation of `occur'; taken from ibuf-ext.el. + (occur-fontify-on-property): New function. + (occur-fontify-region-function, occur-unfontify-region-function): + New functions. + + * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el. + + * ibuf-ext.el (ibuffer-depropertize-string): Delete. + (ibuffer-occur-match-face): Delete. + (ibuffer-occur-props, ibuffer-occur-mode): Delete. + (ibuffer-occur-mouse-display-occurence): Delete. + (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence): + Delete. + (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): + Delete. + (ibuffer-occur-engine): Moved to replace.el. + (ibuffer-do-occur): Simply call `occur-1'. + * play/gamegrid.el (gamegrid-add-score-with-update-game-score): Handle the case where we're already viewing the score file.
--- a/src/ChangeLog Tue Apr 23 20:24:40 2002 +0000 +++ b/src/ChangeLog Tue Apr 23 20:34:27 2002 +0000 @@ -1,3 +1,7 @@ +2002-04-23 Colin Walters <walters@verbum.org> + + * buffer.c (syms_of_buffer): Doc fix. + 2002-04-23 Gerd Moellmann <gerd@gnu.org> * xterm.c (notice_overwritten_cursor): Handle the special case