Mercurial > emacs
changeset 75481:2a056be108df
* play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
(gamegrid-add-score-with-update-game-score-1): Allow local quits
when calling update-game-score program. Remove unnecessary
save-excursion.
* play/tetris.el (tetris-new-shape): Stop drawing if game is over.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 28 Jan 2007 19:39:44 +0000 |
parents | 72227336f162 |
children | d08d2bb89f98 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jan 28 09:42:23 2007 +0000 +++ b/lisp/ChangeLog Sun Jan 28 19:39:44 2007 +0000 @@ -1,3 +1,12 @@ +2007-01-28 Chong Yidong <cyd@stupidchicken.com> + + * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly. + (gamegrid-add-score-with-update-game-score-1): Allow local quits + when calling update-game-score program. Remove unnecessary + save-excursion. + + * play/tetris.el (tetris-new-shape): Stop drawing if game is over. + 2007-01-28 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to