diff options
author | Colin Walters <walters@gnu.org> | 2002-04-29 23:16:38 +0000 |
---|---|---|
committer | Colin Walters <walters@gnu.org> | 2002-04-29 23:16:38 +0000 |
commit | 5167cfda36b6784cba15bde63e8e9a19f07bfb39 (patch) | |
tree | f6afa237a2143d87525f0f67fba0380f08e82ddf /lisp | |
parent | b6cee49460597a2e510e6a1911f59e14dcdb4645 (diff) | |
download | emacs-5167cfda36b6784cba15bde63e8e9a19f07bfb39.tar.gz emacs-5167cfda36b6784cba15bde63e8e9a19f07bfb39.tar.bz2 emacs-5167cfda36b6784cba15bde63e8e9a19f07bfb39.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a1e9117878..7246ec6f46d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,12 @@ 2002-04-29 Colin Walters <walters@verbum.org> + * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function. + (ibuffer-kill-line): Copy the filter group data structure when + killing. + (ibuffer-yank): Handle case where we're yanking on the default + group correctly. + (ibuffer-delete-saved-filter-groups): Doc fix. + * play/gamegrid.el (gamegrid-add-score-with-update-game-score): Test whether or not update-game-score is setuid, and do the right thing. |