Mercurial > emacs
comparison lisp/ChangeLog @ 39616:13a1b8cf5135
added `html-xhtml' for XHTML input
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 05 Oct 2001 16:21:14 +0000 |
parents | 4287ce76bf9f |
children | 9bdef8d72924 |
comparison
equal
deleted
inserted
replaced
39615:4287ce76bf9f | 39616:13a1b8cf5135 |
---|---|
1 2001-10-05 Sam Steingold <sds@gnu.org> | |
2 | |
3 * textmodes/sgml-mode.el (html-xhtml): New user option. | |
4 (html-tag-alist, html-horizontal-rule, html-image, html-line) | |
5 (html-ordered-list, html-unordered-list, html-list-item) | |
6 (html-paragraph, html-checkboxes, html-radio-buttons): Use it. | |
7 (sgml-skip-close-p): New function. | |
8 (sgml-value): Use it. | |
9 | |
1 2001-10-05 Sam Steingold <sds@gnu.org> | 10 2001-10-05 Sam Steingold <sds@gnu.org> |
2 | 11 |
3 * calendar/diary-lib.el (diary-entry-compare): When times are | 12 * calendar/diary-lib.el (diary-entry-compare): When times are |
4 identical, compare the entries lexicographically. | 13 identical, compare the entries lexicographically. |
5 | 14 |