]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
installer: support Bo's latest simplified Chinese menu translations
[lyx.git] / development / FORMAT
index 9d8e4865c90a5996d06fd63bb019c3b18286b2d7..1aa2e5b795659165f4cb3df3ed5b1d934720ff33 100644 (file)
@@ -1,6 +1,61 @@
 LyX file-format changes
 -----------------------
 
+2007-06-26 Uwe Stöhr <uwestoehr@web.de> and Dov Feldstern <dov@lyx.org>
+
+       * format incremented to 276: switching exsting language 'arabic' to 
+               'arabic_arabtex'; this is to differentiate from the new arabic support
+               using the arabi package.
+
+2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * format incremented to 275: add graphics params scaleBeforeRotation
+       (fix bug 1749).
+
+2007-06-13 Dov Feldstern <dov@lyx.org>
+       * format incremented to 274: applying the conversion done in format 259
+               to the \lang property, which was forgotten back then... This is
+               slightly more complicated, because the default language has to be
+               determined on a per-paragraph basis.
+
+2007-06-13 Bo Peng <ben.bob@gmail.com>
+       * format incremented to 273: add --Separator-- environment to 
+               separate consecutive environments
+
+2007-06-13 Bo Peng <bpeng@lyx.org>
+       * format incremented to 272: convert listings to ERT because
+               earlier versions of lyx can not handle unrecognizable 
+               listings parameters.
+
+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).
@@ -734,3 +789,4 @@ renamed as "size_kind" and "lyxsize_kind" respectively.
 
  \end_inset
 
+