From: Chong Yidong Date: Sun, 28 Jan 2007 19:39:44 +0000 (+0000) Subject: * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly. X-Git-Tag: emacs-pretest-22.0.94~558 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f028807fdcf5d95f48c9d08279a02e7bc48586f;p=emacs.git * 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. --- 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