changeset 48209:eb57ed5ddc1d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 07 Nov 2002 22:51:28 +0000
parents 0cdc12c2cf68
children eeded772a8a2
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Nov 07 22:50:57 2002 +0000
+++ b/lisp/ChangeLog	Thu Nov 07 22:51:28 2002 +0000
@@ -1,5 +1,11 @@
 2002-11-07  Stefan Monnier  <monnier@cs.yale.edu>
 
+	* textmodes/fill.el (fill-paragraph): Consider a comment-start as
+	a paragraph starter when filling non-comments.
+	(fill-comment-paragraph): Use comment-search-forward.
+	Recognize paragraph starters and separators within comments.
+	Use adaptive-fill-prefix when it works.  Don't narrow while doing the fill.
+
 	* progmodes/compile.el (grep-default-command): New fun.
 	(grep): Use it.
 	(compilation-menu-map): New var.