Add self-nested tag support to muse-colors as well
commit1ff23413c06a42c67c7d5268a46957966c7fc51f
authorMichael Olson <mwolson@gnu.org>
Mon, 16 Oct 2006 21:38:15 +0000 (16 21:38 +0000)
committerMichael Olson <mwolson@gnu.org>
Mon, 16 Oct 2006 21:38:15 +0000 (16 21:38 +0000)
tree0a651980e5ac8fdb3c0b9e851e4ce8872d60bcaa
parent0c3ce57529182db20ee30fe7cec98705cbe9ccf9
Add self-nested tag support to muse-colors as well

2006-10-16  Michael Olson  <mwolson@gnu.org>

* lisp/muse.el: Provide the 'muse-nested-tags feature so that
other software -- namely, Planner -- can detect whether they are
using a version of Muse that supports nested tags.
(muse-goto-tag-end): Moved from muse-publish.el and renamed from
muse-publish-goto-tag-end.

* lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
Adapt for nested tags.

* lisp/muse-html.el (muse-html-markup-tags): Indicate that the
<class> tag is nestable.  Thanks to Phillip Lord for noticing
this.

* lisp/muse-publish.el (muse-publish-markup-tag)
(muse-publish-quote-tag): Use muse-goto-tag-end.

* lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-224
ChangeLog
lisp/muse-colors.el
lisp/muse-html.el
lisp/muse-publish.el
lisp/muse-wiki.el
lisp/muse.el