# HG changeset patch # User Stefan Monnier # Date 1002764797 0 # Node ID db891c601a205e6f176b4f68b7bc559250fc93ea # Parent 1cf8ddfb831f3b29bd2bd8931b66bfb4b2c624a3 *** empty log message *** diff -r 1cf8ddfb831f -r db891c601a20 lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 11 01:44:48 2001 +0000 +++ b/lisp/ChangeLog Thu Oct 11 01:46:37 2001 +0000 @@ -6,6 +6,16 @@ 2001-10-10 Stefan Monnier + * newcomment.el (comment-indent): Be a little more robust in case + comment-indent-function does funny things. + (comment-normalize-vars): Autoload. + (comment-region-internal): Fiddle with the visibility spec. + (comment-valid-prefix): New function. + (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes + that would turn comment-text into non-comment-text. + + * emacs-lisp/syntax.el: New file. + * progmodes/tcl.el: Change maintainer to FSF and remove loads of compatibility cruft. (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19) @@ -421,7 +431,7 @@ 2001-10-04 Gerd Moellmann * Branch for 21.1. - + 2001-10-03 Stefan Monnier * pcvs-util.el (cvs-prefix-define): Typo cons->concat.