Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
973c3c87
Commit
973c3c87
authored
Apr 23, 2002
by
Colin Walters
Browse files
*** empty log message ***
parent
80f60ab4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
0 deletions
+44
-0
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+35
-0
src/ChangeLog
src/ChangeLog
+4
-0
No files found.
lib-src/ChangeLog
View file @
973c3c87
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.
...
...
lisp/ChangeLog
View file @
973c3c87
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.
...
...
src/ChangeLog
View file @
973c3c87
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment