Fix problem with <include> and <contents> tags.
commit8c19d50b4f2e199272b3dc585448bd2edf6bb493
authorMichael Olson <mwolson@gnu.org>
Thu, 21 Dec 2006 03:59:22 +0000 (21 03:59 +0000)
committerMichael Olson <mwolson@gnu.org>
Thu, 21 Dec 2006 03:59:22 +0000 (21 03:59 +0000)
tree1dd24ded77d1ae28208805ac1514d11569944917
parent0bbb47817401e4673aade844d35f324c16684998
Fix problem with <include> and <contents> tags.

2006-12-20  Michael Olson  <mwolson@gnu.org>

* lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
content-modifying code from the rest of
muse-docbook-finalize-buffer.

* lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
muse-groff-finalize-buffer, since it adds content to the buffer.

* lisp/muse-html.el (muse-html-munge-buffer): Split out
content-modifying code from the rest of muse-html-finalize-buffer.
This fixes a bug when using <include> with <content> tags.

* lisp/muse-journal.el (muse-journal-html-munge-buffer)
(muse-journal-latex-munge-buffer)
(muse-journal-rss-munge-buffer): Rename, since they add content to
the buffer.

* lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
muse-latex-finalize-buffer, since it adds content to the buffer.

* lisp/muse-mode.el:
* lisp/muse-project.el:
* lisp/muse-publish.el:
* lisp/muse.el: Fix recursive load error.

* lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
muse-texinfo-finalize-buffer, since it adds content to the buffer.

* lisp/muse-wiki.el: Comment cleanup.

* lisp/muse-xml.el (muse-xml-charset-default): Docfix.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-256
16 files changed:
ChangeLog
lisp/muse-blosxom.el
lisp/muse-book.el
lisp/muse-docbook.el
lisp/muse-groff.el
lisp/muse-html.el
lisp/muse-journal.el
lisp/muse-latex.el
lisp/muse-mode.el
lisp/muse-poem.el
lisp/muse-project.el
lisp/muse-publish.el
lisp/muse-texinfo.el
lisp/muse-wiki.el
lisp/muse-xml.el
lisp/muse.el