# HG changeset patch # User Stefan Monnier # Date 1036709488 0 # Node ID eb57ed5ddc1dd6b2d0809872a411333d32ec897c # Parent 0cdc12c2cf68167673c0083f28ca4f315011256f *** empty log message *** diff -r 0cdc12c2cf68 -r eb57ed5ddc1d lisp/ChangeLog --- 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 + * 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.