changeset 54253:27114ce380a0

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 04 Mar 2004 00:29:50 +0000
parents bd2c8b015291
children accdf6256d6e
files lisp/ChangeLog
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@iro.umontreal.ca>
+
+	* textmodes/fill.el (fill-comment-paragraph): Be more careful when
+	recognizing leading comment on code line.
+
+2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* 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  <juri@jurta.org>
 
 	* net/browse-url.el (browse-url-netscape, browse-url-mozilla)