From: Francesco Potortì Date: Fri, 13 Sep 2002 13:27:05 +0000 (+0000) Subject: Good appearance of gamegrid-based games on color ttys. X-Git-Tag: ttn-vms-21-2-B4~13188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4afd28511e77af399535035b2dabc3a1b9fa0f0;p=emacs.git Good appearance of gamegrid-based games on color ttys. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4997e8b599e..ab4b4495b48 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.