diff lisp/ChangeLog @ 40377:ea7ef845ccf3

renamed `html-xhtml' to `sgml-xml' and generalized accordingly
author Sam Steingold <sds@gnu.org>
date Sat, 27 Oct 2001 16:07:35 +0000
parents ba4a77420ff9
children 00827567d7bd
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 27 15:08:48 2001 +0000
+++ b/lisp/ChangeLog	Sat Oct 27 16:07:35 2001 +0000
@@ -1,3 +1,15 @@
+2001-10-27  Sam Steingold  <sds@gnu.org>
+
+	* textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
+	(sgml-xml-guess): Extracted from `html-mode' and generalized.
+	(sgml-mode-common): Call it.
+	(sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
+	(sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
+	(html-horizontal-rule, html-image, html-ordered-list):
+	(html-unordered-list, html-list-item, html-paragraph):
+	(html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
+	`html-xhtml'.
+
 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
 
 	* textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.