comparison lisp/ChangeLog @ 42922:f2345433de85

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 23 Jan 2002 23:32:25 +0000
parents b6c4b1fbd8bc
children 6131d6109084
comparison
equal deleted inserted replaced
42921:6267794dc181 42922:f2345433de85
1 2002-01-23 Richard M. Stallman <rms@gnu.org>
2
3 * play/tetris.el: (tetris): New defgroup.
4 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
5 (tetris-default-tick-period): Convert to defcustom. Added * in
6 docstring to indicate user variable.
7 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
8 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
9 (tetris-buffer-height, tetris-width, tetris-height)
10 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
11
1 2002-01-22 Richard M. Stallman <rms@gnu.org> 12 2002-01-22 Richard M. Stallman <rms@gnu.org>
2 13
3 * bindings.el (mode-line-copied-mode-name): New variable. 14 * bindings.el (mode-line-copied-mode-name): New variable.
4 (mode-line-mode-name): Don't modify mode-name itself! 15 (mode-line-mode-name): Don't modify mode-name itself!
5 Instead, make a copy and reuse it. 16 Instead, make a copy and reuse it.