changeset 48110:4a1a091e4790

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 01 Nov 2002 17:41:41 +0000
parents 2c2ce75616ef
children 7103ad01172d
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Nov 01 17:40:37 2002 +0000
+++ b/lisp/ChangeLog	Fri Nov 01 17:41:41 2002 +0000
@@ -1,3 +1,8 @@
+2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* textmodes/sgml-mode.el (sgml-skip-tag-backward)
+	(sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
+
 2002-11-01  Kim F. Storm  <storm@cua.dk>
 
 	* info.el (Info-hide-note-references): New defcustom.
@@ -9,8 +14,8 @@
 	--noediting option; added run-time check to exclude it.
 
 	* info.el (Info-follow-reference, Info-next-reference)
-	(Info-prev-reference, Info-try-follow-nearest-node): Bind
-	inhibit-point-motion-hooks to t while parsing reference.
+	(Info-prev-reference, Info-try-follow-nearest-node):
+	Bind inhibit-point-motion-hooks to t while parsing reference.
 	(Info-fontify-node): When font-lock-mode is enabled, display
 	"*note" and "* menu" references in a more user friendly format.