]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
Update quote-insert bindings
[lyx.git] / development / FORMAT
index 4204a2af252a66f090f23f62fa81618c13695c1f..51d51bc3c86ed1188425dad9fc83ff1c9cd8d0a3 100644 (file)
@@ -11,6 +11,153 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 -----------------------
 
+2016-12-26 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 523: Implement cjk quotation marks.
+          - cjk (corner marks): \begin_inset Quotes j..
+          - cjkangle (angle brackets): \begin_inset Quotes k..
+
+2016-12-25 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 522: Implement dynamic quotation marks.
+          \begin_inset Quotes x..
+          New buffer param \dynamic_quotation true|false
+
+2016-12-24 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 521:
+          Introduce new quote styles:
+          - british \begin_inset Quotes b..
+          - swiss \begin_inset Quotes c..
+          - swedishg \begin_inset Quotes w..
+          - frenchin \begin_inset Quotes i..
+          - russian \begin_inset Quotes r..
+          Change default behavior of French quote style:
+          - Inner quotes are now ``..''.
+          - Former french style is now called "swiss"
+
+2016-12-21 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 520: Introduce plain quote style:
+          \begin_inset Quotes qls => \textquotesingle
+          \begin_inset Quotes qld => \textquotesingle
+          \begin_inset Quotes qrs => \textquotedbl
+          \begin_inset Quotes qrd => \textquotedbl
+
+2016-12-20 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 519: rename \quotes_language to \quotes_style.
+
+2016-12-13 Richard Heck <rgheck@lyx.org>
+       * Format incremeneted to 518: iopart.layout now includes
+         stdlayouts.inc.
+
+2016-12-10 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 517: InsetQuote now works in verbatim
+         and Hebrew. On reversion, it is replaced by straight quotes
+         in these contexts.
+
+2016-12-07 Günter Milde <milde@lyx.org>
+       * Format incremented to 516: Removed \inputenc value "pt254"
+
+2016-10-28 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 515: support for Urdu and Syriac:
+         \lang urdu
+         \lang syriac
+
+2016-10-22 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 514: support for Amharic etc.:
+         \lang amharic
+         \lang asturian
+         \lang kannada
+         \lang khmer
+
+2016-10-16 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 513: support for Piedmontese etc.:
+         \lang bosnian
+         \lang friulan
+         \lang macedonian
+         \lang piedmontese
+         \lang romansh
+
+2016-08-04 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 512
+         Added inclusion of styles from [scr]article to the [scr]article-beamer
+         layouts. On reversion, this is handled via local layout additions that
+         are removed again on conversion.
+
+2016-07-11 Richard Heck <rgheck@lyx.org>
+       * Format incremented to 511
+         Added "inverted" branches
+
+2016-06-19 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+       * Format incremented to 510
+         Removed external date inset
+
+2016-06-16 Pavel Sanda <sanda@lyx.org>
+       * Format incremented to 509.
+         New parameter "\use_microtype bool" for including microtype LaTeX
+         package into preamble.
+
+2016-04-05 Enrico Forestieri <forenr@lyx.org>
+       * Format incremented to 508
+         New kind of Separator inset (latexpar). The old parbreak separator
+         used specifically to introduce a LaTeX paragraph break in the output
+         (and thus not as a proper separator) is turned into a latexpar kind.
+         The only difference with the parbreak kind is the representation
+         on screen. The new latexpar kind is represented by the same symbol
+         used previously for the parbreak one, while the latter is now
+         represented as a double line.
+
+2016-03-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
+       * Format incremented to 507
+         Convert caption subtype LongTableNoNumber to Unnumbered
+
+2016-01-26 Guillaume Munch <gm@lyx.org>
+       * Format incremented to 506
+         No new parameters.
+         Convert "inset-modify tabular" to "tabular-feature" in Info insets.
+
+2016-01-26 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 505
+         This was a conversion of acmsiggraph.layout to ACM siggraph version 0.92.
+         This was reverted after format 506 on 2016-02-03.
+
+2015-12-20 Guillaume Munch <gm@lyx.org>
+       * Format incremented to 504
+         New parameter "\save_transient_properties". When set to false, various
+         settings are no longer written to the file (only with a default
+         value). These include for now \tracking_changes and \output_changes.
+         Bug 9841.
+
+2015-11-24 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 503
+         No new parameters.
+         Add environment "verbatim*" to stdlayouts.inc.
+
+2015-11-18 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 502
+         No new parameters.
+         Add environment "solution" to the theorems modules.
+
+2015-11-08 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+       * Format incremented to 501
+         \fonts_roman, \fonts_sans, \fonts_typewriter and \fonts_math,
+         take now two quoted values instead of one unquoted one.
+         The first one is for TeX fonts, the second one for non-TeX fonts.
+         \font_sf_scale and \font_tt_scale
+         take now two values instead of one.
+         The first one is for TeX fonts, the second one for non-TeX fonts.
+
+2015-11-04 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 500
+         No new parameters.
+         achemso layout improvement:
+         - new flex inset Latin
+
+2015-10-27 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 499
+         No new parameters.
+         moderncv layout improvements:
+         - new style Name ,obsoletes the styles FamilyName and FirstName
+         - new argument for style Phone, obsoletes styles Mobile and Fax
+         - new styles CVIcons and CVColumnWidth
+
 2015-10-19 Uwe Stöhr <uwestoehr@web.de>
        * Format incremented to 498
          No new parameters.