diff lisp/ChangeLog @ 80876:f46158b1c8bc

(sgml-lexical-context): Add handling of XML style Processing Instructions. (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress. (sgml-calculate-indent): Handle `pi' context.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 08 May 2007 06:57:38 +0000
parents 51b85ee9ab0f
children 52034b3003ea
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue May 08 04:26:41 2007 +0000
+++ b/lisp/ChangeLog	Tue May 08 06:57:38 2007 +0000
@@ -1,5 +1,10 @@
 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
+	XML style Processing Instructions.
+	(sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
+	(sgml-calculate-indent): Handle `pi' context.
+
 	* vc.el: Ensure that update-changelog issues an error when used with
 	a backend that does not implement it.
 	(vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.