# HG changeset patch # User Stefan Monnier # Date 958868873 0 # Node ID 9e9fab0248d2d0e2fba738452426d2a88f0f4d08 # Parent 238233843fc195e858be8993eeec52c705338d4a *** empty log message *** diff -r 238233843fc1 -r 9e9fab0248d2 lisp/ChangeLog --- a/lisp/ChangeLog Sun May 21 00:27:31 2000 +0000 +++ b/lisp/ChangeLog Sun May 21 00:27:53 2000 +0000 @@ -1,7 +1,19 @@ +2000-05-20 Stefan Monnier + + * newcomment.el (comment-styles): New `box-multi'. + (comment-normalize-vars): Better default for comment-continue to + avoid whitespace-only continuations. + (comment-search-forward): Always move even in the no-syntax case. + (comment-padright): Only obey N if it's only obeyed for padleft. + (comment-make-extra-lines): Better handling of empty continuations. + Use `=' for the filler if comment-start has only one character. + (uncomment-region): Try handling the special `=' filler. + (comment-region): Allow LINES even if MULTI is nil. + (comment-box): Choose box style based on comment-style. + 2000-05-20 Kenichi Handa - * international/ccl.el (ccl-compile-write-string): Make STR - unibyte. + * international/ccl.el (ccl-compile-write-string): Make STR unibyte. (ccl-compile-write-repeat): If ARG is string, make it unibyte. 2000-05-20 Kenichi HANDA