comparison lisp/ChangeLog @ 48209:eb57ed5ddc1d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 07 Nov 2002 22:51:28 +0000
parents c1a9d25fa0b7
children 4758bc5cd792
comparison
equal deleted inserted replaced
48208:0cdc12c2cf68 48209:eb57ed5ddc1d
1 2002-11-07 Stefan Monnier <monnier@cs.yale.edu> 1 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
4 a paragraph starter when filling non-comments.
5 (fill-comment-paragraph): Use comment-search-forward.
6 Recognize paragraph starters and separators within comments.
7 Use adaptive-fill-prefix when it works. Don't narrow while doing the fill.
2 8
3 * progmodes/compile.el (grep-default-command): New fun. 9 * progmodes/compile.el (grep-default-command): New fun.
4 (grep): Use it. 10 (grep): Use it.
5 (compilation-menu-map): New var. 11 (compilation-menu-map): New var.
6 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it. 12 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.