]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
Update quote-insert bindings
[lyx.git] / development / FORMAT
index 9384409b530a56a32166c7dc06c3148e81c89041..51d51bc3c86ed1188425dad9fc83ff1c9cd8d0a3 100644 (file)
@@ -11,6 +11,99 @@ 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