fix arabtex-related problems (bug 1225 and bug 1404)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8693 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2004-04-22 13:59:39 +00:00
parent de3c8e5b80
commit 0d2e2cb596

View File

@ -1,3 +1,14 @@
2003-09-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* output_latex.C (TeXEnvironment): make sure that there is a line
break before \end{foo} for the last paragraph of a document
(TeXOnePar): if the paragraph is at the end of the document (or
inset) and the language has to be reset, then make sure that the
line break is _before_ the language command, not after (fixes bug
1225); also make sure that the language reset command is the first
thing after the paragraph (to ensure proper nesting of
environments and thus fix bug 1404)
2004-04-21 John Levon <levon@movementarian.org>
* ToolbarBackend.h: