From 973c3c870b901ba27b3c6dce9397b742184cbb7a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 23 Apr 2002 20:34:27 +0000 Subject: [PATCH] *** empty log message *** --- lib-src/ChangeLog | 5 +++++ lisp/ChangeLog | 35 +++++++++++++++++++++++++++++++++++ src/ChangeLog | 4 ++++ 3 files changed, 44 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 747df2521c..0e6ca76fc7 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2002-04-23 Colin Walters + + * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing + space. + 2002-04-22 Francesco Potorti` * etags.c: (last_node): Make it a global variable. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df34b15a64..3ad90a6472 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,40 @@ 2002-04-23 Colin Walters + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index 0c996620da..3e77547a6f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-04-23 Colin Walters + + * buffer.c (syms_of_buffer): Doc fix. + 2002-04-23 Gerd Moellmann * xterm.c (notice_overwritten_cursor): Handle the special case -- 2.20.1