X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=67aa63101b5e190d248d7f0fcab8310439d53ddf;hb=d9c6ede4cc498bfc59406f0aff79a42f0c03cfb9;hp=9d8e4865c90a5996d06fd63bb019c3b18286b2d7;hpb=ced73c33e662ef04dfc627b8000547d376d8d4b6;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index 9d8e4865c9..67aa63101b 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,6 +1,34 @@ LyX file-format changes ----------------------- - +2007-05-15 José Matos + * format incremented to 271: extended textclasses accept the + normal font sizes: 10, 11 and 12pt. + +2007-05-14 Martin Vermeer + * format incremented to 270: support beamer \alert, \structure + +2007-05-08 Bo Peng + * 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 + + * 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 * format incremented to 267: add plain utf8 encoding (for XeTeX).