Mercurial > emacs
comparison lisp/ChangeLog @ 40349:eb00cb396b78
(html-mode): Set `html-xhtml' from the DOCTYPE.
(html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
(sgml-tag): Close empty tags in XHTML.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 26 Oct 2001 20:29:10 +0000 |
parents | f6020c95e836 |
children | 69db29c9019b |
comparison
equal
deleted
inserted
replaced
40348:380d8f312f3a | 40349:eb00cb396b78 |
---|---|
1 2001-10-26 Sam Steingold <sds@gnu.org> | |
2 | |
3 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the | |
4 DOCTYPE. | |
5 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd". | |
6 (sgml-tag): Close empty tags in XHTML. | |
7 | |
1 2001-10-26 Jason Rumney <jasonr@gnu.org> | 8 2001-10-26 Jason Rumney <jasonr@gnu.org> |
2 | 9 |
3 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1 | 10 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1 |
4 when UNICODE is not defined. | 11 when UNICODE is not defined. |
5 | 12 |