]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
installer: fix a an UI issue
[lyx.git] / development / FORMAT
index 93b8004e689197a0645047de47595a41f8da7f84..a9d62bd62e9c017286e456d5d6e99836983e8d89 100644 (file)
@@ -11,15 +11,138 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 -----------------------
 
+2013-03-23 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+       * Format incremented to 469
+         support for \caption* in longtables (fix bug 3209)
+
+2013-03-22 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 468: support for \mbox and \fbox
+         New checkbox in the box dialog to avoid using an explicit
+         width.
+
+2013-03-19 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 467: support for iwona fonts
+         new supported sansserif fonts "iwona", "iwonal", "iwonac"
+         and "iwonalc" and the math font "iwona-math"
+
+2013-03-17 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 466: Powerdot updates.
+         - Support for item arguments ([...], <...>)
+         - Support for list option
+         - Support for Pause layout (like in beamer)
+         - Support for twocolumn layout
+         - Support for \onslide, \onslide* and \onslide+ via fle inset.
+
+2013-03-16 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 465: Convert old beamer frames to new ones.
+         The layouts BeginFrame, BeginPlainFrame and EndFrame are now not
+         valied anymore (use "Frame", "PlainFrame" instead, and nesting).
+
+2013-02-27 Kornel Benko <kornel@lyx.org>
+       * Format incremented to 464:
+         - Added "cancel" to the GUI handled list of LaTeX packages
+
+2013-02-18 Julien Rioux <jrioux@lyx.org>
+       * Format incremented to 463:
+         - Use the LyX name of encodings instead of the LaTeX names.
+           The LyX name must be unique, while the name used by LaTeX
+           not necessarily, e.g. different packages might implement
+           support for the same encoding.
+         - Add utf8-platex encoding.
+
+2013-02-15 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 462: Support for recent libertine LaTeX fonts
+         a.) Support Libertine Mono:
+         \usepackage[scaled=$val]{libertineMono-type1} 
+          => \font_typewriter libertine-mono
+         b.) Support Biolinum scaling:
+         \usepackage[scaled=$val]{biolinum-type1}
+          => \font_sans biolinum
+
+2013-02-11 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 461: support for kurier fonts
+         new supported sansserif fonts "kurier", "kurierl", "kurierc"
+         and "kurierlc" and the math font "kurier-math"
+         
+2013-02-09 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 460: support for IEEE conference articles
+         No changes in the file format
+         This format change was added for the lyx2lyx conversion
+
+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.
+         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: IEEEtran layout revision.
+       * 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.