diff options
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66baae8c0f4..ef55de4e99d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2003-03-06 John Paul Wallington <jpw@gnu.org> + * ebuff-menu.el (electric-buffer-list): Respect + `Buffer-menu-use-header-line'. + (electric-buffer-menu-looper): Likewise. + * buff-menu.el (Buffer-menu-mode-map): Add docstring. (Buffer-menu-buffer): Fix indentation. (list-buffers-noselect): Calculate header-line spacing to take @@ -116,7 +120,7 @@ * play/gamegrid.el (gamegrid-add-score): Add info to docstring. (gamegrid-add-score-with-update-game-score-1): New function, - factored out of `gamegriod-add-score-with-update-game-score'. + factored out of `gamegrid-add-score-with-update-game-score'. (gamegrid-add-score-with-update-game-score): Use it. Fall back on `gamegrid-add-score-insecure' if the requested file does not exist in $(gamedir), in case the user has installed a game on his own. |