From 0e1ecaedaaff92627cec2b61fe2dfac324453e51 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 18 Nov 2011 21:40:45 +0000 Subject: [PATCH] Add TEX2LYX section for bug fixes, since there is so much activity there. (Thanks Uwe and Georg!!) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40214 a592a061-630c-0410-9148-cb99ea01b6c8 --- status.20x | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/status.20x b/status.20x index 17e6fc93dc..a588280c37 100644 --- a/status.20x +++ b/status.20x @@ -156,21 +156,20 @@ What's new - Disable impossible settings in context menu of boxes (bug 7849). +- Store the autosave files of unnamed buffers in the correct directory + and make sure they are not left behind after saving (bug 7793). + +- Escape ampersands in when outputting XHTML. + + +* TEX2LYX + - Fix tex2lyx handling of recognized Roman fonts (bug 7856). - Fix tex2lyx handling babel-specific preamble commands (bug 7861). -- Fix (La)TeX import for files using Latvian, Lithuanian, Mongolian, - Turkmen and/or Vietnamese (bug 7862). - - Fix tex2lyx handling of inputenc encoding settings (bug 7863). -- Fix (La)TeX import of shaded boxes (bug 7843). - -- Fix LaTeX import of theorem environment with optional argument (bug 6834). - -- Fix LaTeX import of tabular environment with optional argument. - - Fix tex2lyx handling of framed boxes without inner box. - Fix tex2lyx handling of description \item with spaces (bug 7663). @@ -178,14 +177,18 @@ What's new - tex2lyx does not start floats with lines containing only a single space anymore (bug 7895). -- Store the autosave files of unnamed buffers in the correct directory - and make sure they are not left behind after saving (bug 7793). +- Fix (La)TeX import for files using Latvian, Lithuanian, Mongolian, + Turkmen and/or Vietnamese (bug 7862). + +- Fix (La)TeX import of shaded boxes (bug 7843). + +- Fix LaTeX import of theorem environment with optional argument (bug 6834). + +- Fix LaTeX import of tabular environment with optional argument. - Fix latex export of multilingual documents containing theorem-like environments (bug 7800). -- Escape ampersands in <title> when outputting XHTML. - * USER INTERFACE