# HG changeset patch # User Stefan Monnier # Date 1011914078 0 # Node ID 075ebfd63d38803b1939c41007985e4fb7d8d01c # Parent cfda21cc3efd929a10c55748e83e1dd2645179d8 *** empty log message *** diff -r cfda21cc3efd -r 075ebfd63d38 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 24 20:49:36 2002 +0000 +++ b/lisp/ChangeLog Thu Jan 24 23:14:38 2002 +0000 @@ -12,14 +12,19 @@ 2002-01-23 Richard M. Stallman - * play/tetris.el: (tetris): New defgroup. - (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs) - (tetris-default-tick-period): Convert to defcustom. + * play/tetris.el: (tetris): New defgroup. + (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs) + (tetris-default-tick-period): Convert to defcustom. Added * in docstring to indicate user variable. - (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors) - (tetris-x-colors, tetris-buffer-name, tetris-buffer-width) - (tetris-buffer-height, tetris-width, tetris-height) - (tetris-top-left-x, tetris-top-left-y): Convert to defcustom. + (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors) + (tetris-x-colors, tetris-buffer-name, tetris-buffer-width) + (tetris-buffer-height, tetris-width, tetris-height) + (tetris-top-left-x, tetris-top-left-y): Convert to defcustom. + +2002-01-22 Stefan Monnier + + * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix + and is already matched by adaptive-fill-regexp. 2002-01-22 Richard M. Stallman