comparison lisp/ChangeLog @ 40350:69db29c9019b

(html-mode); set `mode-name' based on `html-xhtml'
author Sam Steingold <sds@gnu.org>
date Fri, 26 Oct 2001 20:55:36 +0000
parents eb00cb396b78
children 569879b0f1a6
comparison
equal deleted inserted replaced
40349:eb00cb396b78 40350:69db29c9019b
1 2001-10-26 Sam Steingold <sds@gnu.org> 1 2001-10-26 Sam Steingold <sds@gnu.org>
2 2
3 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the 3 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4 DOCTYPE. 4 DOCTYPE; set `mode-name' based on it.
5 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd". 5 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
6 (sgml-tag): Close empty tags in XHTML. 6 (sgml-tag): Close empty tags in XHTML.
7 7
8 2001-10-26 Jason Rumney <jasonr@gnu.org> 8 2001-10-26 Jason Rumney <jasonr@gnu.org>
9 9