]> git.lyx.org Git - features.git/commit
Simplify BufferParams::bufferFormat()
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 11 Jul 2016 09:18:55 +0000 (11:18 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 11 Jul 2016 09:18:55 +0000 (11:18 +0200)
commitad9887da9c184f66bddc070da1667c710f80d737
tree0c7ebd9f8097091b0a6e44707af08e1510a3be80
parent1f6e2c323eb88cef9a38a8e67e9a69dbb3bcf048
Simplify BufferParams::bufferFormat()

The differentiation of "xetex" and "platex" is not needed here,
is ambiguous and confusing (see #10013). The code that relies on
it can/should get its information otherwise.

Furthermore, polyglossia-exclusive languages now also work with
LuaTeX, since we support LuaTeX + polyglossia.
src/BufferParams.cpp
src/Converter.cpp
src/frontends/qt4/GuiErrorList.cpp
src/insets/InsetListings.cpp