]> git.lyx.org Git - features.git/commit
Fix problem with branch handling. The problem was that we were not
authorRichard Heck <rgheck@lyx.org>
Sun, 10 Jul 2016 03:12:32 +0000 (23:12 -0400)
committerRichard Heck <rgheck@lyx.org>
Sun, 10 Jul 2016 03:58:34 +0000 (23:58 -0400)
commit31e25c8ec695f864bec3679c3e11495e3011a0e2
tree288af0d4418dac903c41aed71b4c14daa1e89093
parent2b87026bf96cac255e69fef35f7cf0dc2c02f68b
Fix problem with branch handling. The problem was that we were not
dealing properly with the paragraph separator tag.

We really need to use that tag as a kind of general marker for which
tags we're responsible for in a given paragraph and which tags we are
not. So the changes to InsetText.cpp use the tag as that kind of marker.

Note that, as of this commit, the User Guide again exports without any
kind of error. I haven't yet checked the other manuals.

This fixes bug #8022.
src/Paragraph.cpp
src/Paragraph.h
src/insets/InsetText.cpp
src/output_xhtml.cpp