From 1cd1beb799c93509b0e2115242a7bedf362f64d8 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 6 Apr 2011 11:11:42 +0000 Subject: [PATCH] This should be written with exclamation mark somewhere in wiki 2.0 news . git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38283 a592a061-630c-0410-9148-cb99ea01b6c8 --- RELEASE-NOTES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index aeefe567a4..93ae00a10d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -222,6 +222,17 @@ Known issues in version 2.0.0 Caveats when upgrading from earlier versions to 2.0.x ------------------------------------------------------- +- The typeset of your documents with non-english language can slightly + change in case of math environments and floats (this is usually the case + with certain modules which provide specific environments like AMS ones + or provide specific floats like the linguistic one). + + LyX now uses its own translation machinery which will automatically provide + localization strings used so far only in GUI. The status of translation to + your language can be seen in lib/layouttranslation file. This is not meant as + a babel replacement (still used), but rather extension for strings not + translated by babel at all. + - The syntax of the languages file has been changed. If you use a modified languages file, you will need to adapt it to the new syntax, as LyX 2.0 is not able to read old languages file anymore.