]> git.eshelyaron.com Git - emacs.git/commitdiff
* play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 28 Jan 2007 19:39:44 +0000 (19:39 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 28 Jan 2007 19:39:44 +0000 (19:39 +0000)
(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.

lisp/ChangeLog

index e1b073331ec580f08e442f20218cd3d6a33164dc..d9b97e6c1e8fcb34c9db6c7206f1ddade444ee57 100644 (file)
@@ -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