From 0180558f7df5ebd92bfe8540276d07e8f90660ad Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 29 Nov 2010 12:16:49 +0000 Subject: [PATCH] * UPGRADING git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36588 a592a061-630c-0410-9148-cb99ea01b6c8 --- UPGRADING | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/UPGRADING b/UPGRADING index 6080d07fee..76e2f55231 100644 --- a/UPGRADING +++ b/UPGRADING @@ -6,10 +6,15 @@ How do I upgrade my existing LyX system to version 2.0.x? The format of preference and session files has changed. LyX 2.0.x is able to read old files but will save them in the new format. -The format of layout files has changed but, as before, -layout2layout.py will convert older versions to the new format -automatically. +The format of layout files has changed but, as before, layout2layout.py +will convert older versions to the new format automatically. +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. + +There has been a large change in how Flex insets are named. +When exporting back to 1.6.x format user-defined flex insets will not +be properly reverted. See RELEASE-NOTES for details. * Upgrading from LyX 1.5.x: