From 2f028807fdcf5d95f48c9d08279a02e7bc48586f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 28 Jan 2007 19:39:44 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1b073331ec..d9b97e6c1e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2007-01-28 Chong Yidong + + * 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 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to -- 2.39.2