X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=1aa2e5b795659165f4cb3df3ed5b1d934720ff33;hb=208a64d2929ccd2e698c17e185ad9b71e055f563;hp=9d8e4865c90a5996d06fd63bb019c3b18286b2d7;hpb=ced73c33e662ef04dfc627b8000547d376d8d4b6;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index 9d8e4865c9..1aa2e5b795 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,6 +1,61 @@ LyX file-format changes ----------------------- +2007-06-26 Uwe Stöhr and Dov Feldstern + + * 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 + + * format incremented to 275: add graphics params scaleBeforeRotation + (fix bug 1749). + +2007-06-13 Dov Feldstern + * 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 + * format incremented to 273: add --Separator-- environment to + separate consecutive environments + +2007-06-13 Bo Peng + * format incremented to 272: convert listings to ERT because + earlier versions of lyx can not handle unrecognizable + listings parameters. + +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). @@ -734,3 +789,4 @@ renamed as "size_kind" and "lyxsize_kind" respectively. \end_inset +