# HG changeset patch # User Stefan Monnier # Date 1078360190 0 # Node ID 27114ce380a01b7705b13a28e2cb4593b8e8e202 # Parent bd2c8b0152911dd4f7b8757cb149f7e0b586ef8a *** empty log message *** diff -r bd2c8b015291 -r 27114ce380a0 lisp/ChangeLog --- a/lisp/ChangeLog Thu Mar 04 00:28:42 2004 +0000 +++ b/lisp/ChangeLog Thu Mar 04 00:29:50 2004 +0000 @@ -1,3 +1,20 @@ +2004-03-03 Stefan Monnier + + * textmodes/fill.el (fill-comment-paragraph): Be more careful when + recognizing leading comment on code line. + +2004-03-02 Stefan Monnier + + * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip, + only comment-start (in case the mode hasn't set it). + + * Makefile.in (AUTOGENEL): New var. + (bootstrap-prepare): Rename from bootstrap-clean. + Don't remove elc files. + (maintainer-clean): New target. + + * xml.el (xml-get-attribute-or-nil): Simplify. + 2004-03-02 Juri Linkov * net/browse-url.el (browse-url-netscape, browse-url-mozilla)