]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
Scons: initial windows nsis installer support
[lyx.git] / development / FORMAT
index ebbad8e8b4038f685a48294c8da87895c5a48190..8a54eea112adeb8638b5440c70c396c4b26625d9 100644 (file)
@@ -1,6 +1,11 @@
 LyX file-format changes
 -----------------------ยง
 
+2006-12-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * format incremented to 256: allow some new inputenc settings.
+       For the complete list, see lib/lyx2lyx/lyx_1_5.py.
+
 2006-11-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * format incremented to 255: new insets for \clearpage and
@@ -73,10 +78,14 @@ LyX file-format changes
        encoding of the LyX file:
 
        \inputencoding       LyX file encoding
-       auto                 as determined by the document language
-       default              latin1
+       auto                 as determined by the document and character
+                            languages
+       default              ditto
        everything else      as determined by \inputencoding
 
+       The difference between auto and default is only the LaTeX output:
+       auto causes loading of the inputenc package, default does not.
+
 2006-07-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * format incremented to 248: Basic booktabs support