X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=b39f184f795cc26f17b20f0fa5902045e46f6a8f;hb=3463ce7c4a87c15a4789d8cc181901202a48ca83;hp=fbba433b8d9813ac8d8623e97c46d509bdaf7c5a;hpb=5924500e2453d9467372d3cfe9cbc6398b311695;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index fbba433b8d..b39f184f79 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,5 +1,82 @@ LyX file-format changes ----------------------- + +2007-07-20 Dov Feldstern + + * format *not* incremented; fixed format 249 conversion, so that it now + correctly deals with encodings in footnotes (part of bug 3613) + +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). + +2007-04-29 Uwe Stöhr + + * format incremented to 266: + Support for the Armenian language + +2007-04-26 Uwe Stöhr + + * format incremented to 265: fix LyX's table border line handling + With the fix (see bug 1746) LyX now takes care if the user has entered + a "|" character in the argument field of tables. Therefore the "|" + character has to be removed when also a table border is set. + 2007-04-24 José Matos * format incremented to 264: @@ -45,7 +122,7 @@ LyX file-format changes 'xx \textbf{yy} zz'. New: Spaces are always output with the font set by the user. -2007-01-31 Uwe Stöhr +2007-01-31 Uwe Stöhr * format incremented to 258: new \lyxline definition Old: @@ -717,3 +794,4 @@ renamed as "size_kind" and "lyxsize_kind" respectively. \end_inset +