# HG changeset patch # User Chong Yidong # Date 1170013184 0 # Node ID 2a056be108dfbea0d29fd3c218b2f4faf6d6fa4a # Parent 72227336f1623f9aee3712025ba966f1976624fc * 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 -r 72227336f162 -r 2a056be108df lisp/ChangeLog --- 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 + + * 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