changeset 29038:9e9fab0248d2

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 21 May 2000 00:27:53 +0000
parents 238233843fc1
children d8bafae6beb2
files lisp/ChangeLog
diffstat 1 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@cs.yale.edu>
+
+	* 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  <handa@etl.go.jp>
 
-	* 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  <handa@etl.go.jp>