]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
* src/frontends/qt4/QCharacter.C:
[lyx.git] / development / FORMAT
index ebbad8e8b4038f685a48294c8da87895c5a48190..75b69a8adc1711cf4c0466d65849ae0f38b07d77 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,8 +78,9 @@ 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 language(s)
+       default              unspecified 8bit (treated as latin1 internally,
+                            see comment in bufferparams.h)
        everything else      as determined by \inputencoding
 
 2006-07-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>