# HG changeset patch # User Francesco Potort # Date 1031923625 0 # Node ID b9b5cf20c775d520d6d3d007d2c472f4862499cd # Parent cff78e8e5a0a42400ead86675424cb5d296b69f6 Good appearance of gamegrid-based games on color ttys. diff -r cff78e8e5a0a -r b9b5cf20c775 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 13 07:18:27 2002 +0000 +++ b/lisp/ChangeLog Fri Sep 13 13:27:05 2002 +0000 @@ -1,3 +1,16 @@ +2002-09-13 Francesco Potorti` + + * play/tetris.el (tetris-blank-options, tetris-cell-options): + Remove various redundant `(t nil)'. + + * play/snake.el (snake-border-options): Use color on tty if + available. + + * play/tetris.el (tetris-border-options): Likewise. + + * play/pong.el (pong-border-options): Likewise, plus reset + color on tty to be [0.5 0.5 0.5]. + 2002-09-13 Kim F. Storm * kmacro.el (kmacro-start-macro): Doc fix.