From: Stefan Monnier Date: Thu, 24 Jan 2002 23:14:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16994 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b42b49241c67944c0d45cce01187a277d9cbaf58;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index abc3a6a3a22..70bc1948f44 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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