]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
Cmake build:
[lyx.git] / development / FORMAT
index 33f9ce458d6234b2b4ea253a09b741d8b5c028d2..f9f729c5faa536584538563dd4d8661fdd8384ee 100644 (file)
@@ -11,6 +11,60 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 -----------------------
 
+2012-12-09 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 452: Support for beamer block arguments:
+         \begin{block}<overlay>{title}
+       
+       * Format incremented to 451: Native support for beamer action/overlay arguments.
+         \command<overlay> => \begin_inset Argument 1
+
+2012-12-04 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 450: Support for the URW Garamond LaTeX fonts.
+         - \usepackage{garamondx} > \font_serif garamondx
+            - [osf], [osfI] > \font_osf true
+         - \usepackage[garamondx]{newtxmath} > \font_math garamondx-ntxm
+         Also (fallback): 
+         - \renewcommand{\sffamily}{ugm} > \font_serif garamondx
+
+2012-11-29 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 449: Support for \item arguments.
+         Item arguments have the prefix "item:" and a number determining
+         the order.
+            \begin_inset Argument item:1
+            ...
+            \end_inset
+         => \item[...]
+
+2012-11-25 Kayvan Sylvan <kayvan@sylvan.com>
+       * Format incremented to 448: Change Noweb literate style Scrap
+         to Chunk to be consistent with all the other literate tools
+         (including noweb!) and add the needed preamble bits to Noweb
+         module support, also remove the literate-* layouts.
+
+2012-11-24 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 447: No changes in the file format
+         This format change was added to force the lyx2lyx conversion
+         for layout files using the new InsetArgument feature.
+         (see previous fileformat change 446)
+
+2012-11-19 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 446: Change of InsetArgument syntax.
+         InsetArgument now has a numeric identifier which determines
+         its position (in the LaTeX output):
+           \begin_inset Argument 1
+           ...
+           \end_inset
+         Pre-2.1 documents' arguments all get the number "999", and then
+         InsetArgument::updateBuffer() computes the correct number.
+         This is because lyx2lyx has no access to layouts and hence does
+         not know how many optional arguments a layout can have (if a command
+         has two optional and one mandatory arguments and only one optional
+         is actually given, the mandatory arg still must get number 3).
+
+2012-10-20 Liviu Andronic <landronimirc@gmail.com>
+       * Format incremented to 445: support for the URW Classico font,
+         an Optima clone.
+         - \renewcommand{\sffamily}{uop} > \font_sans uop
 
 2012-09-25 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 444: Support for the Biolinum LaTeX font.