Document that the list of recently edited files is lost when

upgrading from LyX 1.4.x


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22058 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-12-10 10:00:21 +00:00
parent a92428c89c
commit 0bfd91383d
2 changed files with 5 additions and 0 deletions

View File

@ -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").

View File

@ -234,6 +234,8 @@ What's new
- Remove wrong description of math space handling from the German tutorial
(bug 4328).
- Document that the list of recently edited files is lost when
upgrading from LyX 1.4.x.
* BUILD/INSTALLATION: