]> git.lyx.org Git - lyx.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>
Sat, 30 Jul 2016 03:50:13 +0000 (23:50 -0400)
commit909fcb7fcc0e35d26c460b0c23772ef7ba9ffca7
treea8f8a3cae0da72d98067a76cce9411fb512b15a1
parent275bdcd845946842257853c9c5280e6e774985f4
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.

(cherry picked from commit 31e25c8ec695f864bec3679c3e11495e3011a0e2)
src/Paragraph.cpp
src/Paragraph.h
src/insets/InsetText.cpp
src/output_xhtml.cpp
status.22x