comparison 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
comparison
equal deleted inserted replaced
80875:51b85ee9ab0f 80876:f46158b1c8bc
1 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
4 XML style Processing Instructions.
5 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
6 (sgml-calculate-indent): Handle `pi' context.
2 7
3 * vc.el: Ensure that update-changelog issues an error when used with 8 * vc.el: Ensure that update-changelog issues an error when used with
4 a backend that does not implement it. 9 a backend that does not implement it.
5 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog. 10 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
6 Remove `backend' argument. Use expand-file-name. 11 Remove `backend' argument. Use expand-file-name.