# HG changeset patch # User Stefan Monnier # Date 1036723134 0 # Node ID 4758bc5cd792655dccd080d35b64db8440d3b8a6 # Parent 22a18a9dae2af887230f8686fc65178198811ed2 *** empty log message *** diff -r 22a18a9dae2a -r 4758bc5cd792 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 08 02:37:46 2002 +0000 +++ b/lisp/ChangeLog Fri Nov 08 02:38:54 2002 +0000 @@ -1,10 +1,18 @@ 2002-11-07 Stefan Monnier + * format.el (format-decode): Be careful with the order in `format'. + + * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'. + + * eshell/em-glob.el: Require esh-util. + (eshell-glob-initialize): Don't assume + eshell-special-chars-outside-quoting is available. + * textmodes/fill.el (fill-paragraph): Consider a comment-start as a paragraph starter when filling non-comments. - (fill-comment-paragraph): Use comment-search-forward. + (fill-comment-paragraph): Don't narrow while doing the fill. Recognize paragraph starters and separators within comments. - Use adaptive-fill-prefix when it works. Don't narrow while doing the fill. + Use adaptive-fill-prefix when it works. Use comment-search-forward. * progmodes/compile.el (grep-default-command): New fun. (grep): Use it.