diff options
| author | Colin Walters | 2002-04-29 23:16:38 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-04-29 23:16:38 +0000 |
| commit | 5167cfda36b6784cba15bde63e8e9a19f07bfb39 (patch) | |
| tree | f6afa237a2143d87525f0f67fba0380f08e82ddf /lisp | |
| parent | b6cee49460597a2e510e6a1911f59e14dcdb4645 (diff) | |
| download | emacs-5167cfda36b6784cba15bde63e8e9a19f07bfb39.tar.gz 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 @@ | |||
| 1 | 2002-04-29 Colin Walters <walters@verbum.org> | 1 | 2002-04-29 Colin Walters <walters@verbum.org> |
| 2 | 2 | ||
| 3 | * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function. | ||
| 4 | (ibuffer-kill-line): Copy the filter group data structure when | ||
| 5 | killing. | ||
| 6 | (ibuffer-yank): Handle case where we're yanking on the default | ||
| 7 | group correctly. | ||
| 8 | (ibuffer-delete-saved-filter-groups): Doc fix. | ||
| 9 | |||
| 3 | * play/gamegrid.el (gamegrid-add-score-with-update-game-score): | 10 | * play/gamegrid.el (gamegrid-add-score-with-update-game-score): |
| 4 | Test whether or not update-game-score is setuid, and do the right | 11 | Test whether or not update-game-score is setuid, and do the right |
| 5 | thing. | 12 | thing. |