From 96cd23e9aa6d4f0e6929e168d3a91c6312d7ac45 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 10 Dec 2007 09:59:25 +0000 Subject: [PATCH] Document that the list of recently edited files is lost when git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22057 a592a061-630c-0410-9148-cb99ea01b6c8 --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING b/UPGRADING index 5e78c12e9c..361f586f71 100644 --- a/UPGRADING +++ b/UPGRADING @@ -12,6 +12,9 @@ able to read old preferences files, but it will save them in the new format, so it is not possible to run LyX 1.4.x and 1.5.x with the same personal configuration directory. +The list of recently open files is now stored in a different location. +It will therefore be reset when upgrading from LyX 1.4.x. + The format of the layout files has also changed, but LyX 1.5.x uses a converter layout2layout.py written in python that will convert old layout files on the fly (see below, section "Document transfer").