]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
Update my email and status.
[lyx.git] / development / FORMAT
index 391b414ef09c516e2492ab7fa2e969e1629d8a89..84d930092893e9f9f9989b2b9bbdf6df077410ca 100644 (file)
@@ -12,6 +12,81 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 -----------------------
 
 
+2012-12-31 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 459: Introduce new beamer frames:
+         Frame, PlainFrame, FragileFrame (LaTeX: \begin{frame},
+         \begin{frame}[plain], \begin{frame}[fragile]). These will
+         eventually replace the old BeginFrame, BeginPlainFrame, which
+         still exist.
+
+2012-12-30 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 458: Extended caption inset support.
+       Former special caption layouts (e.g. of KOMA) are now proper caption
+       insets.
+
+2012-12-28 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+       * Format incremented to 457
+         support for the LaTeX-package stackrel (fix bug 8464)
+         New buffer param \use_package stackrel
+
+2012-12-28 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 456: Proper support for memoir \epigraph
+         \epigraph{text}{source} > begin_layout Epigraph, <source> as
+         InsetArgument post:1
+
+2012-12-22 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 455: Support for beamer \frametitle
+         \frametitle<overlay>[short]{title} > begin_layout FrameTitle
+
+2012-12-19 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 454:
+         Real support for beamer overprint environment. This environment has a
+         list structure (with \onslide item commands). Previously, we just output
+         the begin/end tags, which was rather useless. Since the syntax is so
+         different, the old overprint layouts are converted to ERT, likewise the
+         reversion is to ERT.
+
+2012-12-15 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+       * Format incremented to 453
+         support for the LaTeX-package stmaryrd (fix bug 8434)
+         New buffer param \use_package stmaryrd
+
+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