]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
declarate zh.po to SCons
[lyx.git] / development / FORMAT
index 9d8e4865c90a5996d06fd63bb019c3b18286b2d7..67aa63101b5e190d248d7f0fcab8310439d53ddf 100644 (file)
@@ -1,6 +1,34 @@
 LyX file-format changes
 -----------------------
-
+2007-05-15 José Matos <jamatos@lyx.org>
+       * format incremented to 271: extended textclasses accept the
+        normal font sizes: 10, 11 and 12pt.
+
+2007-05-14 Martin Vermeer <martin.vermeer@tkk.fi>
+       * format incremented to 270: support beamer \alert, \structure
+
+2007-05-08 Bo Peng <ben.bob@gmail.com>
+       * format incremented to 269: add listings support
+       - add preamble flag \listings_params, e.g. \listings_params "language=Python,float"
+       - add inset listings, with options lstparams and inline, e.g.
+               \begin_inset listings
+               lstparams "xleftmargin=50pt,language=Python"
+               inline false
+       - add \lstinputlisting Include type. e.g.
+               \begin_inset Include \lstinputlisting{newfile1.lyx}[firstline=10,lastline=15]
+
+2007-05-06 Uwe Stöhr  <uwestoehr@web.de>
+
+       * format incremented to 268: add support for the CJK encodings
+       - all encodings supported by CJK.sty are now in lib/encodings
+       - lib/encoding has got two new flags:
+         - encoding package:
+           "inputenc" for those languages that use the inputenc-package and
+           "CJK" for the CJK encodings
+         - "fixed"/"variable" to divide between multi- or single-byte encoding 
+       - lib/languages allows now to set an empty language for babel
+         in this case babel isn't called.
+       
 2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * format incremented to 267: add plain utf8 encoding (for XeTeX).