]> git.lyx.org Git - lyx.git/blob - development/FORMAT
Allow for cite engine and format definitions/modifications in layouts
[lyx.git] / development / FORMAT
1 LyX file-format changes
2 -----------------------
3
4 Please keep the entries informative enough, i.e. try to indicate what
5 changes happened in particular if possible. A good example would be
6 2010-01-10 entry.
7
8 -----------------------
9
10 2018-05-10  Jürgen Spitzmüller <spitz@lyx.org>
11         * format incremented to 552: support for float alignment
12           - add buffer param \float_alignment [class|left|center|right]
13           - add buffer param \float_placement class
14           - add float param alignment [class|document|left|center|right]
15           - add float param placement class (=> new param)
16           - add float param placement document(=> like formerly empty param)
17
18 2018-05-06  Jürgen Spitzmüller <spitz@lyx.org>
19         * format incremented to 551: add font info param \nospellcheck that prevents
20           text from being spellchecked.
21
22 2018-04-22  Jürgen Spitzmüller <spitz@lyx.org>
23         * format incremented to 550: rename \fontencoding global to \fontencoding auto.
24           Semantic change: this is now automatically set depending on the document fonts.
25
26 2018-04-21  Jürgen Spitzmüller <spitz@lyx.org>
27         * format incremented to 549: change \textcyr to \textcyrillic.
28           Dummy format change for now (in case it turns out we need to do something).
29
30 2018-04-18  Jürgen Spitzmüller <spitz@lyx.org>
31         * format incremented to 548: Add Landscape flex inset in Landscape module.
32           \begin{landscape}...\end{landscape} > \begin_inset Flex Landscape
33
34 2018-03-14 Yuriy Skalko <yuriy.skalko@gmail.com>
35         * Format incremented to 547: support for Charter font from XCharter package.
36
37 2018-03-10 Uwe Stöhr <uwestoehr@web.de>
38         * Format incremented to 546: support for ParaType fonts.
39           - \usepackage{PTSerif} > \font_roman "PTSerif-TLF"
40           - \usepackage[scaled=x.xx]{PTSans} > \font_sans "PTSans-TLF""
41           - \usepackage[scaled=x.xx]{PTMono} > \font_typewriter "PTMono-TLF"
42
43 2018-02-23  Jürgen Spitzmüller <spitz@lyx.org>
44         * format incremented to 545: Add "literal" param to inset include
45           This is used by the lstinput caption.
46
47 2017-06-06 Enrico Forestieri <forenr@lyx.org>
48         * Format incremented to 544: support for minted.
49           The listings inset now supports also the minted package.
50           - New buffer param \use_minted {true|false}
51
52 2017-05-13 Uwe Stöhr <uwestoehr@web.de>
53         * Format incremented to 543: rename buffer parameter
54           math_number_before to math_numbering_side
55
56 2017-04-25 Uwe Stöhr <uwestoehr@web.de>
57         * Format incremented to 542: support for document class option "leqno"
58           New buffer parameter \math_number_before
59
60 2017-04-19 Günter Milde <milde@lyx.org>
61         * Format incremented to 541: changes \SpecialChar:
62           - new argument "allowbreak" to mark an optional line break
63             without inserting a hyphen (= ZWSP). See #10585.
64
65 2017-04-15 Uwe Stöhr <uwestoehr@web.de>
66         * Format incremented to 540: support for rotated float placements
67           - no new LFUN or buffer parameters
68
69 2017-04-08 Uwe Stöhr <uwestoehr@web.de>
70         * Format incremented to 539: support for \baselineskip.
71           - new length unit BLS
72
73 2017-04-05 Uwe Stöhr <uwestoehr@web.de>
74         * Format incremented to 538: support for document class option "fleqn"
75           and for length \mathindent.
76           New buffer parameters
77           - \is_math_indent
78           - \math_indentation
79
80 2017-04-04 Uwe Stöhr <uwestoehr@web.de>
81         * Format incremented to 537: support for \xout.
82           Character style via ulem's \xout. New
83           LFUN_FONT_CROSSOUT
84
85 2017-04-04 Uwe Stöhr <uwestoehr@web.de>
86         * Format incremented to 536: support for Noto fonts.
87           - \usepackage[rm]{noto} > \font_roman "NotoSerif-TLF" "<nontexfont>"
88           - \usepackage[sf]{noto} > \font_sans "NotoSans-TLF" "<nontexfont>"
89           - \renewcommand{\ttdefault}{NotoMono-TLF} 
90                   > \font_typewriter "NotoMono-TLF" "<nontexfont>"
91
92 2017-03-19 Enrico Forestieri <forenr@lyx.org>
93         * Format incremented to 535: support for en/em-dash as ligatures.
94           The en- and em-dashes (U+2013 and U+2014) are now exported as
95           the font ligatures -- and --- when they would have been exported
96           as the macros \textendash and \textemdash, unless instructed
97           otherwise by a document preference.
98           - New buffer param \use_dash_ligatures {true|false}
99
100 2017-02-04 Jürgen Spitzmüller <spitz@lyx.org>
101         * Format incremented to 534: Support for chapterbib
102           - New buffer param value \multibib child
103             LaTeX support either via biblatex's \newrefsection at the beginning
104             of child documents, chapterbib or bibtopic's btUnit environment
105             embracing the child content (if subdivided bibliography is requested).
106
107 2017-02-04 Jürgen Spitzmüller <spitz@lyx.org>
108         * Format incremented to 533: Support for multiple bibliographies
109           - New buffer param \multibib {none|part|chapter|section|subsection}
110             LaTeX support either via biblatex option "refsection" or bibtopic's
111             btUnit environment.
112           - New btprint value "bibbysection" of CommandInset bibtex:
113             outputs \bibbysection instead of \printbibliography.
114
115 2017-01-28 Jürgen Spitzmüller <spitz@lyx.org>
116         * Format incremented to 532: literal command inset parameter.
117           With this, inset command params with ParamInfo::HANDLING_LATEXIFY
118           can be passed to LaTeX either verbatim or latexified.
119
120 2017-01-21 Jürgen Spitzmüller <spitz@lyx.org>
121         * Format incremented to 531: Support for qualified citation lists.
122           \begin_inset CommandInset citation
123             New params: pretextlist, posttextlist
124             A tab-separated list consisting of a cite key, a space and the the
125             pre- or postnote associated with that specific key.
126
127 2017-01-13 Jürgen Spitzmüller <spitz@lyx.org>
128         * Format incremented to 530: Support natbib & jurabib package options.
129
130
131 2017-01-13 Jürgen Spitzmüller <spitz@lyx.org>
132         * Format incremented to 529:
133           \begin_inset CommandInset citation
134             New LatexCommand value: keyonly -> outputs only the key,
135             without any cite command.
136
137 2017-01-08 Jürgen Spitzmüller <spitz@lyx.org>
138         * Format incremented to 528: Biblatex support
139           - New buffer param options:
140             \cite_engine biblatex | biblatex-natbib
141           - New buffer params:
142             \biblatex_bibstyle > biblatex bibliography style
143                                  (package option bibstyle=)
144             \biblatex_citestyle > biblatex citation style
145                                  (package option citestyle=)
146             \biblio_options > further biblatex package options
147           - \begin_inset CommandInset bibtex:
148             New param "biblatexopts" > options to \printbibliography
149           - \begin_inset CommandInset citation
150             New LatexCommand values: citebyear[][], Footcite[][],
151                 Autocite[][], citetitle*[][], footfullcite[][],
152                 supercite, Citeauthor*[][]
153
154 2017-01-02 Richard Heck <rgheck@lyx.org>
155         * Format incremented to 526: Support plural and capitalize options
156           for refstyle-based references
157           - plural "bool"
158           - caps "bool"
159
160 2017-01-02 Richard Heck <rgheck@lyx.org>
161         * Format incremented to 525: Label only option for references
162           - LaTeXCommand labelonly
163
164 2016-12-29 Jürgen Spitzmüller <spitz@lyx.org>
165         * Format incremented to 524: Support Crimson/Cochineal fonts
166           - \usepackage{cochineal} > \font_roman "cochineal" "<nontexfont>"
167              - [osf] > \font_osf true
168           - \usepackage{crimson} > \font_roman "cochineal" "<nontexfont>"
169           - \usepackage[cochineal]{newtxmath} 
170              > \font_math "cochineal-ntxm" "<nontexfont>"
171
172 2016-12-26 Jürgen Spitzmüller <spitz@lyx.org>
173         * Format incremented to 523: Implement cjk quotation marks.
174           - cjk (corner marks): \begin_inset Quotes j..
175           - cjkangle (angle brackets): \begin_inset Quotes k..
176
177 2016-12-25 Jürgen Spitzmüller <spitz@lyx.org>
178         * Format incremented to 522: Implement dynamic quotation marks.
179           \begin_inset Quotes x..
180           New buffer param \dynamic_quotes true|false
181
182 2016-12-24 Jürgen Spitzmüller <spitz@lyx.org>
183         * Format incremented to 521:
184           Introduce new quote styles:
185           - british \begin_inset Quotes b..
186           - swiss \begin_inset Quotes c..
187           - swedishg \begin_inset Quotes w..
188           - frenchin \begin_inset Quotes i..
189           - russian \begin_inset Quotes r..
190           Change default behavior of French quote style:
191           - Inner quotes are now ``...''.
192           - Former french style is now called "swiss"
193
194 2016-12-21 Jürgen Spitzmüller <spitz@lyx.org>
195         * Format incremented to 520: Introduce plain quote style:
196           \begin_inset Quotes qls => \textquotesingle
197           \begin_inset Quotes qld => \textquotesingle
198           \begin_inset Quotes qrs => \textquotedbl
199           \begin_inset Quotes qrd => \textquotedbl
200
201 2016-12-20 Jürgen Spitzmüller <spitz@lyx.org>
202         * Format incremented to 519: rename \quotes_language to \quotes_style.
203
204 2016-12-13 Richard Heck <rgheck@lyx.org>
205         * Format incremeneted to 518: iopart.layout now includes
206           stdlayouts.inc.
207
208 2016-12-10 Jürgen Spitzmüller <spitz@lyx.org>
209         * Format incremented to 517: InsetQuote now works in verbatim
210           and Hebrew. On reversion, it is replaced by straight quotes
211           in these contexts.
212
213 2016-12-07 Günter Milde <milde@lyx.org>
214         * Format incremented to 516: Removed \inputenc value "pt254"
215
216 2016-10-28 Uwe Stöhr <uwestoehr@web.de>
217         * Format incremented to 515: support for Urdu and Syriac:
218           \lang urdu
219           \lang syriac
220
221 2016-10-22 Uwe Stöhr <uwestoehr@web.de>
222         * Format incremented to 514: support for Amharic etc.:
223           \lang amharic
224           \lang asturian
225           \lang kannada
226           \lang khmer
227
228 2016-10-16 Uwe Stöhr <uwestoehr@web.de>
229         * Format incremented to 513: support for Piedmontese etc.:
230           \lang bosnian
231           \lang friulan
232           \lang macedonian
233           \lang piedmontese
234           \lang romansh
235
236 2016-08-04 Jürgen Spitzmüller <spitz@lyx.org>
237         * Format incremented to 512
238           Added inclusion of styles from [scr]article to the [scr]article-beamer
239           layouts. On reversion, this is handled via local layout additions that
240           are removed again on conversion.
241
242 2016-07-11 Richard Heck <rgheck@lyx.org>
243         * Format incremented to 511
244           Added "inverted" branches
245
246 2016-06-19 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
247         * Format incremented to 510
248           Removed external date inset
249
250 2016-06-16 Pavel Sanda <sanda@lyx.org>
251         * Format incremented to 509.
252           New parameter "\use_microtype bool" for including microtype LaTeX
253           package into preamble.
254
255 2016-04-05 Enrico Forestieri <forenr@lyx.org>
256         * Format incremented to 508
257           New kind of Separator inset (latexpar). The old parbreak separator
258           used specifically to introduce a LaTeX paragraph break in the output
259           (and thus not as a proper separator) is turned into a latexpar kind.
260           The only difference with the parbreak kind is the representation
261           on screen. The new latexpar kind is represented by the same symbol
262           used previously for the parbreak one, while the latter is now
263           represented as a double line.
264
265 2016-03-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
266         * Format incremented to 507
267           Convert caption subtype LongTableNoNumber to Unnumbered
268
269 2016-01-26 Guillaume Munch <gm@lyx.org>
270         * Format incremented to 506
271           No new parameters.
272           Convert "inset-modify tabular" to "tabular-feature" in Info insets.
273
274 2016-01-26 Uwe Stöhr <uwestoehr@web.de>
275         * Format incremented to 505
276           This was a conversion of acmsiggraph.layout to ACM siggraph version 0.92.
277           This was reverted after format 506 on 2016-02-03.
278
279 2015-12-20 Guillaume Munch <gm@lyx.org>
280         * Format incremented to 504
281           New parameter "\save_transient_properties". When set to false, various
282           settings are no longer written to the file (only with a default
283           value). These include for now \tracking_changes and \output_changes.
284           Bug 9841.
285
286 2015-11-24 Uwe Stöhr <uwestoehr@web.de>
287         * Format incremented to 503
288           No new parameters.
289           Add environment "verbatim*" to stdlayouts.inc.
290
291 2015-11-18 Uwe Stöhr <uwestoehr@web.de>
292         * Format incremented to 502
293           No new parameters.
294           Add environment "solution" to the theorems modules.
295
296 2015-11-08 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
297         * Format incremented to 501
298           \fonts_roman, \fonts_sans, \fonts_typewriter and \fonts_math,
299           take now two quoted values instead of one unquoted one.
300           The first one is for TeX fonts, the second one for non-TeX fonts.
301           \font_sf_scale and \font_tt_scale
302           take now two values instead of one.
303           The first one is for TeX fonts, the second one for non-TeX fonts.
304
305 2015-11-04 Uwe Stöhr <uwestoehr@web.de>
306         * Format incremented to 500
307           No new parameters.
308           achemso layout improvement:
309           - new flex inset Latin
310
311 2015-10-27 Uwe Stöhr <uwestoehr@web.de>
312         * Format incremented to 499
313           No new parameters.
314           moderncv layout improvements:
315           - new style Name ,obsoletes the styles FamilyName and FirstName
316           - new argument for style Phone, obsoletes styles Mobile and Fax
317           - new styles CVIcons and CVColumnWidth
318
319 2015-10-19 Uwe Stöhr <uwestoehr@web.de>
320         * Format incremented to 498
321           No new parameters.
322           tcolorbox module improvements:
323           - 5 new custom box insets
324           - new subtitle inset
325           - new raster box inset
326
327 2015-07-16 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
328         * Format incremented to 497
329           The boundingBox parameter of InsetExternal uses units now
330
331 2015-07-16 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
332         * Format incremented to 496
333           Remove noUnzip parameter of InsetGraphics
334
335 2015-05-24 Jürgen Spitzmüller <spitz@lyx.org>
336         * Format incremented to 495: Rename sub: refprefix to subsec: in order
337           to prevent clash of \\subref command with subfloat package.
338
339 2015-05-24 Uwe Stöhr <uwestoehr@web.de>
340         * Format incremented to 494: support more layouts in jss.layout
341           No new parameters.
342
343 2015-05-17 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
344         * Format incremented to 493
345           Support \multicolumn in math formulas
346
347 2015-05-16 Uwe Stöhr <uwestoehr@web.de>
348         * Format incremented to 492: support for \colorbox and \fcolorbox
349           in the box dialog.
350           New box parameters:
351           - framecolor
352           - backgroundcolor
353
354 2015-05-14 Uwe Stöhr <uwestoehr@web.de>
355         * Format incremented to 491: support for xcolor's default colors
356           No new parameter, the \color parameter can now also have these values:
357           "brown", "darkgray", "gray", "lightgray", "lime", "olive", "orange",
358           "pink", "purple", "teal", "violet"
359
360 2015-05-13 Enrico Forestieri <forenr@lyx.org>
361         * Format incremented to 490: new \origin tag, extended \textclass tag.
362           The \origin tag keeps track of the document directory and is useful
363           for locating files if the document is moved to a new location.
364           The \textclass tag can now contain a path (possibly relative to the
365           document directory) pointing to the location of a local layout file
366           if it is not located in the document directory.
367
368 2015-05-11 Uwe Stöhr <uwestoehr@web.de>
369         * Format incremented to 489: support to set line thickness, box separation
370               and shadow size in the box dialog
371           New box parameters:
372           - thickness
373           - separation
374           - shadowsize
375
376 2015-04-21 Jürgen Spitzmüller <spitz@lyx.org>
377         * Format incremented to 488: Rewrite the Glosse insets (Glosse and Tri-Glosse).
378           These insets now do not any longer use PassThru. Instead, they use an optional
379           argument which is output as the glosse translation.
380
381 2015-04-20 Jürgen Spitzmüller <spitz@lyx.org>
382         * Format incremented to 487: Support the forest environment of the forest package.
383           Note that this inset does not escape brackets in braces, i.e. [ and ] are output
384           verbatim, not as {[] and {]}.
385
386 2015-04-20 Jürgen Spitzmüller <spitz@lyx.org>
387         * Format incremented to 486: Support item arguments in the
388           "Numbered Examples (consecutive)" and "Subexample" layouts of
389           the linguistics module:
390           \item[foo] bar   ==>  \begin_layout {Subexample|Numbered Examples (consecutive)}
391                                 \begin_inset Argument item:1
392                                 status open
393
394                                 \begin_layout Plain Layout
395                                 foo
396                                 \end_layout
397
398                                 \end_inset
399
400                                 bar
401                                 \end_layout
402
403 2015-04-09 Jürgen Spitzmüller <spitz@lyx.org>
404         * Format incremented to 485: new par layout for sigplanconf.layout:
405           DOI.
406
407 2015-04-06 Uwe Stöhr <uwestoehr@web.de>
408         * Format incremented to 484: support for Georgian:
409           \lang georgian
410
411 2015-03-23 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
412         * Format incremented to 483
413           Make InsetSpecialChar names more consistent:
414           \-                  => softhyphen
415           \textcompwordmark{} => ligaturebreak
416           \@.                 => endofsentence
417           \ldots{}            => ldots
418           \menuseparator      => menuseparator
419           \slash{}            => breakableslash
420           \nobreakdash-       => nobreakdash
421           \LyX                => LyX
422           \TeX                => TeX
423           \LaTeX2e            => LaTeX2e
424           \LaTeX              => LaTeX
425
426 2015-03-01 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
427         * Format incremented to 482
428           "LyX", "TeX", "LaTeX2e" and "LaTeX" are not automatically converted
429           to LaTeX macros anymore.
430           Instead, these are new flavours of InsetSpecialChar (bug 4752).
431
432 2015-02-24 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
433         * Format incremented to 481
434           "--" and "---" are not treated as endash and emdash anymore, since
435           we have unicode symbols for that now (bug 3647).
436
437 2015-01-09 Jürgen Spitzmüller <spitz@lyx.org>
438         * Format incremented to 480:
439           Add self-defined Question* and Question lemma types to
440           theorems-ams-extended-bytype module.
441
442 2014-08-31 Jürgen Spitzmüller <spitz@lyx.org>
443         * Format incremented to 479
444           Support for beamer lemma environment.
445
446 2014-08-25 Uwe Stöhr <uwestoehr@web.de>
447         * Format incremented to 478: support for the LaTeX math commands
448           \x***arrow
449
450 2014-07-05 Jürgen Spitzmüller <spitz@lyx.org>
451         * Format incremented to 477
452           New language swiss german (old spelling):
453           \lang german-ch-old
454
455 2014-05-27 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
456         * Format incremented to 476
457           Native support for \smash[t] and \smash[b] with automatic amsmath
458           loading
459
460 2014-05-05 Enrico Forestieri <forenr@lyx.org>
461         * Format incremented to 475
462           New Separator insets. The parbreak separator introduces a LaTeX
463           paragraph break in the output. The plain separator does nothing
464           and its purpose is replacing the Separator layout for separating
465           environments. The new parbreak separator is roughly equivalent
466           to the old Separator layout.
467
468 2013-05-30 Richard Heck <rgheck@lyx.org>
469         * Format increments to 474: dummy format for conversion of Chunk layouts
470           to insets
471
472 2013-05-28 Uwe Stöhr <uwestoehr@web.de>
473         * Format incremented to 473: support to set Tibetan as document language
474
475 2013-05-26 Uwe Stöhr <uwestoehr@web.de>
476         * Format incremented to 472: added 2 new abstract styles to the
477           aa.layout file
478
479 2013-05-16 Julien Rioux <jrioux@lyx.org>
480         * Format incremented to 471
481           New \cite_engine_type default. The default citation
482           capability of LaTeX is not a pure numerical engine,
483           rather it uses a mixture of labels/numbers.
484
485 2013-05-15 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
486         * Format incremented to 470
487           forced local layouts for future layout backward compatibility:
488           \begin_forced_local_layout, \end_forced_local_layout
489
490 2013-03-23 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
491         * Format incremented to 469
492           support for \caption* in longtables (fix bug 3209)
493
494 2013-03-22 Uwe Stöhr <uwestoehr@web.de>
495         * Format incremented to 468: support for \mbox and \fbox
496           New checkbox in the box dialog to avoid using an explicit
497           width. An empty/missing length can be specified as "".
498
499 2013-03-19 Uwe Stöhr <uwestoehr@web.de>
500         * Format incremented to 467: support for iwona fonts
501           new supported sansserif fonts "iwona", "iwonal", "iwonac"
502           and "iwonalc" and the math font "iwona-math"
503
504 2013-03-17 Jürgen Spitzmüller <spitz@lyx.org>
505         * Format incremented to 466: Powerdot updates.
506           - Support for item arguments ([...], <...>)
507           - Support for list option
508           - Support for Pause layout (like in beamer)
509           - Support for twocolumn layout
510           - Support for \onslide, \onslide* and \onslide+ via fle inset.
511
512 2013-03-16 Jürgen Spitzmüller <spitz@lyx.org>
513         * Format incremented to 465: Convert old beamer frames to new ones.
514           The layouts BeginFrame, BeginPlainFrame and EndFrame are now not
515           valied anymore (use "Frame", "PlainFrame" instead, and nesting).
516
517 2013-02-27 Kornel Benko <kornel@lyx.org>
518         * Format incremented to 464:
519           - Added "cancel" to the GUI handled list of LaTeX packages
520
521 2013-02-18 Julien Rioux <jrioux@lyx.org>
522         * Format incremented to 463:
523           - Use the LyX name of encodings instead of the LaTeX names.
524             The LyX name must be unique, while the name used by LaTeX
525             not necessarily, e.g. different packages might implement
526             support for the same encoding.
527           - Add utf8-platex encoding.
528
529 2013-02-15 Jürgen Spitzmüller <spitz@lyx.org>
530         * Format incremented to 462: Support for recent libertine LaTeX fonts
531           a.) Support Libertine Mono:
532           \usepackage[scaled=$val]{libertineMono-type1}
533            => \font_typewriter libertine-mono
534           b.) Support Biolinum scaling:
535           \usepackage[scaled=$val]{biolinum-type1}
536            => \font_sans biolinum
537
538 2013-02-11 Uwe Stöhr <uwestoehr@web.de>
539         * Format incremented to 461: support for kurier fonts
540           new supported sansserif fonts "kurier", "kurierl", "kurierc"
541           and "kurierlc" and the math font "kurier-math"
542
543 2013-02-09 Uwe Stöhr <uwestoehr@web.de>
544         * Format incremented to 460: support for IEEE conference articles
545           No changes in the file format
546           This format change was added for the lyx2lyx conversion
547
548 2012-12-31 Jürgen Spitzmüller <spitz@lyx.org>
549         * Format incremented to 459: Introduce new beamer frames:
550           Frame, PlainFrame, FragileFrame (LaTeX: \begin{frame},
551           \begin{frame}[plain], \begin{frame}[fragile]). These will
552           eventually replace the old BeginFrame, BeginPlainFrame, which
553           still exist.
554
555 2012-12-30 Jürgen Spitzmüller <spitz@lyx.org>
556         * Format incremented to 458: Extended caption inset support.
557         Former special caption layouts (e.g. of KOMA) are now proper caption
558         insets.
559
560 2012-12-28 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
561         * Format incremented to 457
562           support for the LaTeX-package stackrel (fix bug 8464)
563           New buffer param \use_package stackrel
564
565 2012-12-28 Jürgen Spitzmüller <spitz@lyx.org>
566         * Format incremented to 456: Proper support for memoir \epigraph
567           \epigraph{text}{source} > begin_layout Epigraph, <source> as
568           InsetArgument post:1
569
570 2012-12-22 Jürgen Spitzmüller <spitz@lyx.org>
571         * Format incremented to 455: Support for beamer \frametitle
572           \frametitle<overlay>[short]{title} > begin_layout FrameTitle
573
574 2012-12-19 Jürgen Spitzmüller <spitz@lyx.org>
575         * Format incremented to 454:
576           Real support for beamer overprint environment. This environment has a
577           list structure (with \onslide item commands). Previously, we just output
578           the begin/end tags, which was rather useless. Since the syntax is so
579           different, the old overprint layouts are converted to ERT, likewise the
580           reversion is to ERT.
581
582 2012-12-15 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
583         * Format incremented to 453
584           support for the LaTeX-package stmaryrd (fix bug 8434)
585           New buffer param \use_package stmaryrd
586
587 2012-12-09 Jürgen Spitzmüller <spitz@lyx.org>
588         * Format incremented to 452: Support for beamer block arguments:
589           \begin{block}<overlay>{title}
590
591         * Format incremented to 451: Native support for beamer action/overlay arguments.
592           \command<overlay> => \begin_inset Argument 1
593
594 2012-12-04 Jürgen Spitzmüller <spitz@lyx.org>
595         * Format incremented to 450: Support for the URW Garamond LaTeX fonts.
596           - \usepackage{garamondx} > \font_roman garamondx
597              - [osf], [osfI] > \font_osf true
598           - \usepackage[garamondx]{newtxmath} > \font_math garamondx-ntxm
599           Also (fallback):
600           - \renewcommand{\sffamily}{ugm} > \font_roman garamondx
601
602 2012-11-29 Jürgen Spitzmüller <spitz@lyx.org>
603         * Format incremented to 449: Support for \item arguments.
604           Item arguments have the prefix "item:" and a number determining
605           the order.
606              \begin_inset Argument item:1
607              ...
608              \end_inset
609           => \item[...]
610
611 2012-11-25 Kayvan Sylvan <kayvan@sylvan.com>
612         * Format incremented to 448: Change Noweb literate style Scrap
613           to Chunk to be consistent with all the other literate tools
614           (including noweb!) and add the needed preamble bits to Noweb
615           module support, also remove the literate-* layouts.
616
617 2012-11-24 Uwe Stöhr <uwestoehr@web.de>
618         * Format incremented to 447: No changes in the file format
619           This format change was added to force the lyx2lyx conversion
620           for layout files using the new InsetArgument feature.
621           (see previous fileformat change 446)
622
623 2012-11-19 Jürgen Spitzmüller <spitz@lyx.org>
624         * Format incremented to 446: Change of InsetArgument syntax.
625           InsetArgument now has a numeric identifier which determines
626           its position (in the LaTeX output):
627             \begin_inset Argument 1
628             ...
629             \end_inset
630           Pre-2.1 documents' arguments all get the number "999", and then
631           InsetArgument::updateBuffer() computes the correct number.
632           This is because lyx2lyx has no access to layouts and hence does
633           not know how many optional arguments a layout can have (if a command
634           has two optional and one mandatory arguments and only one optional
635           is actually given, the mandatory arg still must get number 3).
636
637 2012-10-20 Liviu Andronic <landronimirc@gmail.com>
638         * Format incremented to 445: support for the URW Classico font,
639           an Optima clone.
640           - \renewcommand{\sffamily}{uop} > \font_sans uop
641
642 2012-09-25 Jürgen Spitzmüller <spitz@lyx.org>
643         * Format incremented to 444: Support for the Biolinum LaTeX font.
644           - \usepackage{biolinum-type1} > \font_sans biolinum
645              - [lf], [lining] > \font_osf false
646              - [osf], [oldstyle], no option > \font_osf true
647           - \usepackage{libertine-legacy} or
648             \usepackage{libertine} > \font_sans biolinum
649              - [nf], no option > \font_osf false
650              - [osf] > \font_osf true
651
652 2012-09-24 Jürgen Spitzmüller <spitz@lyx.org>
653         * Format incremented to 443: basic support for unicode-math:
654           Empty file format change (in case it turns out we need to
655           do something).
656
657 2012-09-23 Jürgen Spitzmüller <spitz@lyx.org>
658         * Format incremented to 442: support for the newtxmath fonts:
659           - \usepackage{newtxmath} > \font_math newtxmath
660           - \usepackage[libertine]{newtxmath} > \font_math libertine-ntxm
661           - \usepackage[minion]{newtxmath} > \font_math minion-ntxm
662
663 2012-09-23 Jürgen Spitzmüller <spitz@lyx.org>
664         * Format incremented to 441:
665           - rename fonts: mdbch > md-charter, mdput > md-utopia, mdugm > md-garamond
666           - add support for the mathdesign fonts without loading mathfonts:
667             \renewcommand{\rmfamily}{mdbch} >  \font_roman md-charter
668                                                \font_math default
669             \renewcommand{\rmfamily}{mdput} >  \font_roman md-utopia
670                                                \font_math default
671             \renewcommand{\rmfamily}{mdugm} >  \font_roman md-garamond
672                                                \font_math default
673
674 2012-09-22 Jürgen Spitzmüller <spitz@lyx.org>
675         * Format incremented to 440:
676           Math (TeX) font UI.
677           New Buffer param "\font_math <value>",
678           supported values are:
679           * "auto": automatically adapt math font (the status quo ante).
680           * "default": use class default, i.e. prevent TeX font packages
681             from changing the math font, if possible:
682             \renewcommand{\rmdefault}{lmr} >      \font_roman lmodern
683                                                   \font_math default
684             \usepackage[onlytext,lf]{MinionPro} > \font_roman minionpro
685                                                   \font_math default
686             \usepackage[onlytext]{MinionPro} >    \font_roman minionpro
687                                                   \font_osf true
688                                                   \font_math default
689             \renewcommand{\rmdefault}{ppl} >      \font_roman palatino
690                                                   \font_math default
691             \renewcommand{\rmdefault}{pplj} >     \font_roman palatino
692                                                   \font_osf true
693                                                   \font_math default
694             \renewcommand{\rmdefault}{ptm} >      \font_roman times
695                                                   \font_math default
696             \renewcommand{\rmdefault}{futs} >     \font_roman utopia
697                                                   \font_math default
698             \renewcommand{\rmdefault}{futj} >     \font_roman utopia
699                                                   \font_osf true
700                                                   \font_math default
701           * "eulervm": use the eulervm package (\usepackage{eulervm}.
702
703 2012-09-19 Jürgen Spitzmüller <spitz@lyx.org>
704         * Format incremented to 439
705           Support for the MinionPro LaTeX font.
706           - \usepackage{MinionPro} > \font_roman minionpro
707           - [osf], [oldstyle], no option > \font_osf true
708           - [lf], [lining] > \font_osf false
709
710 2012-08-23 Jürgen Spitzmüller <spitz@lyx.org>
711         * Format incremented to 438
712           Support for some IPA macros that are not unicoded.
713           (1) tone symbols from tipa's "tone" subpackage:
714           -- \tone{51} => \IPAChar \tone{51}
715           -- \tone{15} => \IPAChar \tone{15}
716           -- \tone{45} => \IPAChar \tone{45}
717           -- \tone{12} => \IPAChar \tone{12}
718           -- \tone{454} => \IPAChar \tone{454}
719           (2) TIPA tie bars:
720           -- \toptiebar{<content>} =>
721               \begin_inset IPADeco toptiebar
722               status open
723
724               \begin_layout Plain Layout
725               <content>
726               \end_layout
727
728               \end_inset
729           -- \bottomtiebar{<content>} =>
730               \begin_inset IPADeco bottomtiebar
731               status open
732
733               \begin_layout Plain Layout
734               <content>
735               \end_layout
736
737               \end_inset
738
739 2012-08-19 Jürgen Spitzmüller <spitz@lyx.org>
740         * Format incremented to 437
741           Support for the TeX Gyre LaTeX fonts.
742           - \usepackage{tgadventor} > \font_sans tgadventor
743           - \usepackage{tgbonum} > \font_roman tgbonum
744           - \usepackage{tgchorus} > \font_roman tgchorus
745           - \usepackage{tgcursor} > \font_typewriter tgcursor
746           - \usepackage{tgheros} > \font_sans tgheros
747           - \usepackage{tgpagella} > \font_roman tgpagella
748           - \usepackage{tgschola} > \font_roman tgschola
749           - \usepackage{tgtermes} > \font_roman tgtermes
750
751 2012-08-18 Jürgen Spitzmüller <spitz@lyx.org>
752         * Format incremented to 436
753           Support for the mathdesign LaTeX fonts.
754           - \usepackage[mdbch]{mathdesign} > \font_roman md-charter
755           - \usepackage[mdput]{mathdesign} > \font_roman md-utopia
756           - \usepackage[mdugm]{mathdesign} > \font_roman md-garamond
757
758 2012-08-17 Jürgen Spitzmüller <spitz@lyx.org>
759         * Format incremented to 435
760           Support for the txtt LaTeX font.
761           - \renewcommand{\ttdefault}{txtt} > \font_typewriter txtt
762
763 2012-08-17 Jürgen Spitzmüller <spitz@lyx.org>
764         * Format incremented to 434
765           Support for the libertine LaTeX font.
766           - \usepackage{libertine-type1} > \font_roman libertine
767              - [lf], [lining] > \font_osf false
768              - [osf], [oldstyle], no option > \font_osf true
769           - \usepackage{libertine-legacy} or
770             \usepackage{libertine} > \font_roman libertine
771              - [nf], no option > \font_osf false
772              - [osf] > \font_osf true
773
774 2012-06-22 Uwe Stöhr <uwestoehr@web.de>
775         * Format incremented to 433
776           switch the Armenian language support from ArmTeX to XeTeX/polyglossia
777
778 2012-06-08 Uwe Stöhr <uwestoehr@web.de>
779         * Format incremented to 432
780           support for the document languages ancientgreek, coptic, divehi, hindi,
781           kurmanji, lao, marathi, occitan, sanskrit, syriac, tamil, telugu and urdu
782
783 2012-05-06 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
784         * Format incremented to 431
785           Add \use_package amssymb
786
787 2012-04-16 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
788         * Format incremented to 430
789           Support \lstlistoflistings in InsetTOC
790
791 2012-03-21 Uwe Stöhr <uwestoehr@web.de>
792         * Format incremented to 429
793           support for table rotation
794           (table option "rotate" specifies now a number with the rotation angle)
795
796 2012-03-16 Uwe Stöhr <uwestoehr@web.de>
797         * Format incremented to 428
798           support for table cell rotation
799           (table cell option "rotate" specifies now a number with the rotation angle)
800
801 2012-03-06 Jürgen Spitzmüller <spitz@lyx.org>
802         * Format incremented to 427
803           Add native TIPA inset.
804
805 2012-02-20 Uwe Stöhr <uwestoehr@web.de>
806         * Format incremented to 426 (r40784)
807           support for the verbatim environment
808           (added only a layout)
809
810 2012-01-23 Uwe Stöhr <uwestoehr@web.de>
811         * Format incremented to 425 (r40663)
812           support for the LaTeX-package cancel (fix bug 6819)
813
814 2012-01-09 Julien Rioux <jrioux@lyx.org>
815         * Format incremented to 424 (r40592)
816           New buffer param \cite_engine_type to specify the type of
817           citation labels being used, authoryear or numerical.
818
819 2012-01-05 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
820         * Format incremented to 423 (r40574)
821           support for the LaTeX-package mathtools (fix bug 7949)
822           New buffer param \use_package mathtools
823
824 2012-01-03 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
825         * Format incremented to 422 (r40563)
826           \use_amsmath 0/1/2    => \use_package amsmath 0/1/2
827           \use_esint 0/1/2      => \use_package esint 0/1/2
828           \use_mhchem 0/1/2     => \use_package mhchem 0/1/2
829           \use_mathdots 0/1/2   => \use_package mathdots 0/1/2
830           \use_undertilde 0/1/2 => \use_package undertilde 0/1/2
831
832 2011-12-18 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
833         * Format incremented to 421 (r40522)
834           The caption flag of longtable rows is no longer exclusive to the head
835           and foot flags, since captions can occur in any of the two heads and
836           two foots. Before, captions were implicitly in head or firsthead.
837           For Docbook and XHTML output the caption flag "wins" over head/foot.
838
839 2011-12-12 Julien Rioux <jrioux@lyx.org>
840         * Format incremented to 420 (r40484)
841           New buffer param \biblio_style to specify a document-wide
842           default bibliography style (BibTeX style for the moment).
843
844 2011-12-09 Uwe Stöhr <uwestoehr@web.de>
845         * Format incremented to 419 (r40452)
846           support for the document languages australian and newzealand
847
848 2011-12-08 Richard Heck <rgheck@lyx.org>
849         * Format incremented to 418 (r40427)
850           Introduce justification preference.
851
852 2011-11-07 Julien Rioux <jrioux@lyx.org>
853         * Format incremented to 417 (r39982 and r40155)
854           Rename the japanese encodings to names understood by pLaTeX.
855
856 2011-08-29 Uwe Stöhr <uwestoehr@web.de>
857         * Format incremented to 416 (r39557)
858           support for \negmedspace and \negthinspace outside of math
859           support for \hfill, \enspace, \hspace* and \hspace*{\fill} in math
860           No new InsetSpace parameters
861
862 2011-07-30 Uwe Stöhr <uwestoehr@web.de>
863         * Format incremented to 415 (r39464)
864           support for the LaTeX-package undertilde (fix bug 6622)
865           New buffer param \use_undertilde
866
867 2011-07-02 Pavel Sanda <sanda@lyx.org>
868         * Format incremented to 414 (r39367)
869           New InsetSpace param \textvisiblespace
870
871 2011-02-15 Richard Heck <rgheck@lyx.org>
872         * Format incremented to 413 (r37682)
873           New buffer param \html_css_as_file to control whether
874           CSS is output to header to to style file
875
876 2011-02-03 Edwin Leuven <e.leuven@gmail.com>
877         * Format incremented to 412 (r37471)
878           Support tabular* : add tabularwidth parameter to
879           tabular features
880
881 2011-02-03 Jürgen Spitzmüller <spitz@lyx.org>
882         * Format incremented to 411
883           New buffer param \language_package to allow per-document
884           language package selection (bug 2909).
885
886 2010-11-26 Richard Heck <rgheck@lyx.org>
887         * Format incremented to 410 (r36520)
888           Rename "\\begin_layout Labeling" to "\\begin_layout List"
889           in the KOMA (scr*) classes.
890
891 2010-11-26 Jürgen Spitzmüller <spitz@lyx.org>
892         * Format incremented to 409 (r36500)
893           Rename buffer param \use_xetex to \use_non_tex_fonts.
894
895 2010-11-21 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
896         * Format incremented to 408 (r36424)
897           New inset for sub/superscripts:
898           script superscript
899           script subscript
900
901 2010-11-07 Uwe Stöhr <uwestoehr@web.de>
902         * Format incremented to 407 (r36182)
903           Support for vertical offset of multirow cells.
904           New tag "mroffset" for multirow cells with an offset.
905
906 2010-11-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
907         * Format incremented to 406 (r36163)
908           Proper ERT behaviour for normal layouts. Paragraph breaks
909           generate single \n in latex output when ParbreakIsNewline
910           is true.
911
912 2010-10-23 Vincent van Ravesteijn <vfr@lyx.org>
913         * Format incremented to 405 (r36134)
914                 Author hash numbers.
915           The authors that are used in change tracking are
916           now identified in the file by a number that represents
917           the hash value of the name and email. In this way
918           collaboration using version control leads to way less
919           merge conflicts.
920
921 2010-10-13 Richard Heck <rgheck@lyx.org>
922         * Format incremented to 404 (r35623)
923           Support for refstyle package.
924           Changed the LaTeXCommand for InsetRef from "prettyref"
925           to "formatted", where "formatted" is now interprted
926           differently, depending upon whether the new buffer param
927           use_refstyle is true or false.
928
929 2010-10-12 Richard Heck <rgheck@lyx.org>
930         * Format incremented to 403 (r35608)
931           Renaming of flex insets.
932           Changed
933             \begin_inset Flex TAG:Style
934           to
935             \begin_inset Flex Style
936           where TAG is Custom, CharStyle, or Element
937
938 2010-10-11 Uwe Stöhr <uwestoehr@web.de>
939         * Format incremented to 402 (r35590)
940           No new or removed parameter, used to insert a
941           clear(double)page before BibTeX inset.
942
943 2010-09-19 Ronen Abravanel <ronena@gmail.com>
944         * Format incremented to 401 (r35455)
945           Support for Feynman diagrams
946           New math command \Diagram
947
948 2010-09-07 Uwe Stöhr <uwestoehr@web.de>
949         * Format incremented to 400 (r35299)
950           Support for the LaTeX-command \rule.
951           New CommandInset "line".
952
953 2010-08-31 Uwe Stöhr <uwestoehr@web.de>
954         * Format incremented to 399 (r35241)
955           Support for the LaTeX-package mathdots.
956           New parameter \use_mathdots.
957
958 2010-07-17 Uwe Stöhr <uwestoehr@web.de>
959         * Format incremented to 398 (r34941)
960           Support \mathscr.
961           No new parameter but the mathrsfs package will be loaded.
962
963 2010-07-16 Richard Heck <rgheck@lyx.org>
964         * Format incremented to 397 (r34920)
965           Remove Nameref support
966
967 2010-07-13 Richard Heck <rgheck@lyx.org>
968         * Format incremented to 396 (r34884)
969           nameref support
970                 new commands nameref and Nameref for InsetRef
971
972 2010-07-13 Uwe Stöhr <uwestoehr@web.de>
973         * Format incremented to 395 (r34883)
974           Support for ISO C-series paper format.
975           New parameter \papersize cxpaper with (x = 0 - 6).
976
977 2010-07-03 Uwe Stöhr <uwestoehr@web.de>
978         * Format incremented to 394 (r34748)
979           Support for makebox.
980           New box parameter \use_makebox.
981
982 2010-06-07 Richard Heck <rgheck@lyx.org>
983         * Format incremented to 393 (r34619)
984                 Renaming in LyX format: \begin_inset OptArg becomes
985           \begin_inset Argument.
986
987 2010-06-07 Richard Heck <rgheck@lyx.org>
988         * Format incremented to 392 (r34615)
989           Dummy format change permitting Beamer files to be converted to
990                 a new, more useful format.
991
992 2010-06-05 Edwin Leuven <e.leuven@uva.nl>
993         * Format incremented to 391 (r34598)
994           Added support for decimal alignment in tables.
995
996 2010-05-25 Pavel Sanda <sanda@lyx.org>
997         * Format incremented to 390: support for ouput sync (forward/reverse)
998         search. New boolean \forward_search and string \forward_macro.
999
1000 2010-05-24 Richard Heck <rgheck@lyx.org>
1001         * Format incremented to 389: remove quotes from html_latex_* params.
1002
1003 2010-05-18 Uwe Stöhr <uwestoehr@web.de>
1004         * Format incremented to 388: support for page sizes A0-3, A6, B0-3, B6
1005           and JIS B0-6
1006
1007 2010-04-21 Richard heck <rgheck@lyx.org>
1008         * Format incremented to 387: New options for XHTML math output.
1009           New BufferParams: html_math_img_scale, html_latex_start,
1010           html_latex_end.
1011
1012 2010-04-17 Richard heck <rgheck@lyx.org>
1013         * Format incremented to 386: LyX version for InsetInfo:
1014           new parameters: type  "lyxinfo", arg   "version".
1015
1016 2010-04-08 Uwe Stöhr <uwestoehr@web.de>
1017         * Format incremented to 385: support to change the background color
1018           for shaded boxes: new buffer parameter \boxbgcolor
1019
1020 2010-04-03 Uwe Stöhr <uwestoehr@web.de>
1021         * Format incremented to 384: support to specify a document-wide
1022           font color: new buffer parameter \fontcolor
1023
1024 2010-03-31 Uwe Stöhr <uwestoehr@web.de>
1025         * Format incremented to 383: support for Turkmen
1026
1027 2010-03-31 Uwe Stöhr <uwestoehr@web.de>
1028         * Format incremented to 382: support to change the font color
1029           for greyed-out notes: new buffer parameter \notefontcolor
1030
1031 2010-03-28: Vincent van Ravesteijn <vfr@lyx.org>
1032         * Format incremented to 381: support for new parameters
1033           for \xymatrix: \xymatrix@!0, \xymatrix!R and \xymatrix!C.
1034
1035 2010-03-28: Vincent van Ravesteijn <vfr@lyx.org>
1036         * Format incremented to 380: introduction of InsetPreview.
1037
1038 2010-03-18: Richard Heck <rgheck@lyx.org>
1039         * Format incremented to 379: revise format 374
1040           Replace boolean \html_use_mathml with \html_math_output,
1041           which at the moment can be: MathML, HTML, Images, or LaTeX.
1042
1043 2010-02-12 Pavel Sanda <sanda@lyx.org>
1044         * Format incremented to 378: support for revision InsetInfo.
1045           Various "vcs-*" strings could be argument of arg parameter
1046           in InsetInfo. This entry is a safety measure, no lyx2lyx
1047           conversion is needed in fact.
1048
1049 2010-02-11 Uwe Stöhr <uwestoehr@web.de> and Edwin Leuven <e.leuven@uva.nl>
1050         * Format incremented to 377: support for multirow cells in
1051           tables
1052
1053 2010-01-10 Jürgen Spitzmüller <spitz@lyx.org>
1054         * Format incremented to 376: new buffer param
1055           \maintain_unincluded_children. If true, the aux files of
1056           non-included children (with \includeonly) are updated to
1057           keep the counters and refs correct.
1058
1059 2010-01-06 Jürgen Spitzmüller <spitz@lyx.org>
1060         * Format incremented to 375: add support for \includeonly
1061           This adds a new buffer param list of relative filenames
1062           which are output as \includeonly arguments, like this:
1063           \begin_includeonly
1064           child1.lyx
1065           child2.lyx
1066           \end_includeonly
1067
1068 2009-12-30 Richard Heck <rgheck@lyx.org>
1069         * Format incremented to 374: add html output options.
1070                 \html_use_mathml (boolean): whether to use MathML or images
1071                 \html_be_strict (boolean): whether to be XHTML 1.1 compliant
1072
1073 2009-12-07 Jürgen Spitzmüller <spitz@lyx.org>
1074         * Format incremented to 373: merge g-brief-de and g-brief-en
1075           classes into one g-brief class.
1076           All German layout names are replaced by English ones, the
1077           two classes are renamed to g-brief.
1078
1079 2009-11-29 Jürgen Spitzmüller <spitz@lyx.org>
1080         * Format incremented to 372: new buffer param fontencoding.
1081           This param holds a buffer-specific fontencoding (argument
1082           of the fontenc package).
1083           Possible values:
1084           - global: use lyxrc.fontenc [this is the default]
1085           - default: do not load the fontenc package at all
1086           - <ENC>: real encodings such as "T1". Multiple encodings
1087             can be separated by comma.
1088
1089 2009-11-11 Uwe Stöhr <uwestoehr@web.de>
1090         * Format incremented to 371: add option to suppress the LaTeX
1091           package mhchem.
1092
1093 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
1094         * Format incremented to 370: introduce a document option to
1095           suppress the default date.
1096
1097 2009-07-22 Vincent van Ravesteijn <vfr@lyx.org>
1098         * Format incremented to 369: add the author ids to the list of
1099           authors and let the numbering start with 1 in stead of 0.
1100
1101 2009-07-21 Jürgen Spitzmüller <spitz@lyx.org>, Uwe Stöhr <uwestoehr@web.de>
1102         * Format incremented to 368: allow to use glue lengths for
1103           horizontal spaces.
1104           We just revert hspaces with glue lengths to ERT, since the
1105           inset didn't support them prior to format 368.
1106           No explicit conversion.
1107
1108 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
1109         * Format incremented to 367: allow to use percent lengths for
1110           vertical and horizontal spaces.
1111
1112 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
1113         * Format incremented to 366: allow to use percent lengths for the
1114           paragraph skip separation.
1115
1116 2009-07-19 Uwe Stöhr <uwestoehr@web.de>
1117         * Format incremented to 365: support for paragraph indentation.
1118
1119 2009-07-13 Jürgen Spitzmüller <spitz@lyx.org>
1120         * Format incremented to 364: add \filename_suffix parameter
1121           to branches.
1122           Possible values: 0, 1.
1123           If "1", the branch name is appended to the filename on export
1124           (e.g., <filename>-<suffix>.pdf).
1125
1126 2009-07-11 Uwe Stöhr <uwestoehr@web.de>
1127         * Format incremented to 363: support for horizontal longtable
1128           alignment.
1129
1130 2009-06-11 Jürgen Spitzmüller <spitz@lyx.org>
1131         * Format incremented to 362: support for the applemac encoding.
1132
1133 2009-05-25 Jürgen Spitzmüller <spitz@lyx.org>
1134         * Format incremented to 361: support for custom setting of
1135           bibliography (longest) label width.
1136           Empty file format change.
1137
1138 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
1139         * Format incremented to 360: param width for nomencl_print
1140         CommandInset. This
1141         1.) adds a further value "width" to param set_width
1142         (see format 359)
1143         and
1144         2.) a param width, which takes a length
1145         If "width" is chosen, we define the indendation of the nomencl
1146         list via the optional argument of \printnomenclature, e.g.
1147         \printnomenclature[2cm]{}
1148
1149 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
1150         * Format incremented to 359: param set_width for nomencl_print
1151         CommandInset. This specifies how wide the longest nomencl label
1152         is (i.e., how wide the indendation in the nomencl list is).
1153         Possible values:
1154         - none: do not specifiy the width (use predefined values)
1155         - auto: compute the widest label and specify via
1156           \settowidth{\nomlabelwidth}{<widest label>}
1157
1158 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
1159         * Format incremented to 358: support for custom bibtex and
1160           makeindex commands.
1161
1162 2009-05-05 Pavel Sanda <sanda@lyx.org>, Enrico Forestieri <forenr@lyx.org>
1163         * Format incremented to 357: Change of the latex output for
1164           underline from \underbar to ulem's \uline.
1165
1166 2009-05-05 Pavel Sanda <sanda@lyx.org>
1167         * Format incremented to 356: support for double and wave underline
1168           character styles via ulem's \uuline and \uwave
1169
1170 2009-05-03 Pavel Sanda <sanda@lyx.org>
1171         * Format incremented to 355: support for strikeout character
1172           style via ulem's \sout
1173
1174 2009-04-26 Jürgen Spitzmüller <spitz@lyx.org>
1175         * Format incremented to 354: support for splitindex's
1176           \printindex* and \printsubindex*.
1177
1178 2009-04-26 Jürgen Spitzmüller <spitz@lyx.org>
1179         * Format incremented to 353: support for splitindex's
1180           \printsubindex.
1181
1182 2009-04-15 Jürgen Spitzmüller <spitz@lyx.org>
1183         * Format incremented to 352: splitindex support.
1184
1185 2009-04-11 Uwe Stöhr <uwestoehr@web.de>
1186         * Format incremented to 351: support to set a page background
1187           color.
1188
1189 2009-04-06 Jürgen Spitzmüller <spitz@lyx.org>
1190         * Format incremented to 350: new param \default_output_format.
1191
1192 2009-04-05 Jürgen Spitzmüller <spitz@lyx.org>
1193         * Format incremented to 349: initial support for XeTeX.
1194
1195 2009-01-30 Uwe Stöhr <uwestoehr@web.de>
1196         * Format incremented to 348: support for \*phantom.
1197
1198 2009-01-03 Vincent van Ravesteijn <V.F.vanRavesteijn@tudelft.nl>
1199         * Format incremented to 347: support for tabular valign.
1200
1201 2008-11-28 Jürgen Spitzmüller <spitz@lyx.org>
1202         * Format incremented to 346: support for German (Switzerland):
1203           (bug 5450)
1204
1205 2008-11-07 José Matos <jamatos@lyx.org>
1206         * Format incremented to 345: for docbook backend CharStyle: -> Element:
1207           (fix bug 5411)
1208
1209 2008-10-12 Pavel Sanda <sanda@lyx.org>
1210         * Format incremented to 344: sanitize backreference settings
1211           for hyperref (fix bug 5340).
1212
1213 2008-10-12 Jürgen Spitzmüller <spitz@lyx.org>
1214         * Format incremented to 343: new param \use_default_options
1215           (fix bug 2114).
1216
1217 2008-10-12 Uwe Stöhr <uwestoehr@web.de>
1218         * Format incremented to 342: support for Mongolian.
1219
1220 2008-09-30 Uwe Stöhr <uwestoehr@web.de>
1221         * Format incremented to 341: support for TABs in listings.
1222
1223 2008-08-01 José Matos <jamatos@fc.up.pt>
1224         * Format incremented to 340: move empty layouts to "Plain Layout".
1225
1226 2008-07-28 Richard Heck <rgheck@lyx.org>
1227         * Format incremented to 339: removal of default modules.
1228
1229 2008-06-21 Uwe Stöhr <uwestoehr@web.de>
1230         * Format incremented to 338: support for polytonic Greek.
1231
1232 2008-06-13 Abdelrazak Younes <younes@lyx.org>
1233         * Format incremented to 337: convert/revert graphics display param.
1234
1235 2008-06-04 Jürgen Spitzmüller <spitz@lyx.org>
1236         * Format incremented to 336: new param \font_cjk.
1237
1238 2008-05-30 Richard Heck <rgheck@lyx.org>
1239         * Format incremented to 335: fixes for InsetSpace problems.
1240
1241 2008-05-16 Uwe Stöhr <uwestoehr@web.de>
1242         * Format incremented to 334: fix for bug 4868.
1243
1244 2008-05-09 Jürgen Spitzmüller <spitz@lyx.org>
1245         * Format incremented to 333: fixes in the APA layout.
1246
1247 2008-05-06 Pavel Sanda <sanda@lyx.org>
1248         * Format incremented to 332: Added groupId for graphics insets.
1249
1250 2008-25-04 Helge Hafting <helge.hafting@aitel.hist.no>
1251         * Format incremented to 330: More horizontal fills
1252           - \leftarrowfill, \rightarrowfill
1253           - \upbracefill, \downbracefill
1254
1255 2008-04-28 Jürgen Spitzmüller <spitz@lyx.org>
1256         * Format incremented to 329: new param \master.
1257
1258 2008-04-18 Bo Peng <ben.bob@gmail.com>
1259         * Format incremented to 328: Revert the support for embedding
1260
1261 2008-04-16 Uwe Stöhr <uwestoehr@web.de>
1262         * Format incremented to 327: support for Mexican Spanish.
1263
1264 2008-04-11 Jürgen Spitzmüller <spitz@lyx.org>
1265         * Format incremented to 326: support for pdflatex via external inset.
1266
1267 2008-03-29 Uwe Stöhr <uwestoehr@web.de>
1268         * Format incremented to 325: merge the two Japanese languages to one that is
1269           encoding independent.
1270
1271 2008-03-25 Jürgen Spitzmüller <spitz@lyx.org>
1272         * Format incremented to 324: merge the two newline insets.
1273
1274 2008-03-25 Jürgen Spitzmüller <spitz@lyx.org>
1275         * Format incremented to 323: merge the diverse newpage insets.
1276
1277 2008-03-24 Richard Heck <rgheck@lyx.org>
1278         * Format incremented to 322: local layout
1279
1280 2008-03-18 Edwin Leuven <e.leuven@uva.nl>
1281         * Format incremented to 321: drop row/col lines and ensure
1282           consistency between cell and row/col lines.
1283           Make the separation between \begin_inset and Tabular a
1284           single space (it used to be a double space for lyx < 1.4)
1285
1286 2008-03-18 Jürgen Spitzmüller <spitz@lyx.org>
1287         * Format incremented to 320: support for protected horizontal fill
1288           (\hspace*{\fill})
1289
1290 2008-03-10 Jürgen Spitzmüller <spitz@lyx.org>
1291         * Format incremented to 319: hspace and extended hfill support
1292
1293 2008-03-09 Bo Peng <ben.bob@gmail.com>
1294         * Format incremented to 318: add \extra_embedded_files to buffer params
1295
1296 2008-03-02 Uwe Stöhr <uwestoehr@web.de>
1297         * Format incremented to 317: support floating placements for wrap floats
1298
1299 2008-03-02 Jürgen Spitzmüller <spitz@lyx.org>
1300         * Format incremented to 316: support for subfloats (subfig package)
1301
1302 2008-02-18 Richard Heck <rgheck@lyx.org>
1303         * Format incremented to 315: support for column separation in page margins
1304
1305 2008-02-03 Uwe Stöhr <uwestoehr@web.de>
1306         * Format incremented to 314: adapt scrlttr2 class for serial letters
1307
1308 2008-01-12 Richard Heck <rgheck@lyx.org>
1309         * Format incremented to 313: change in how modules are represented
1310
1311 2008-01-11 Jürgen Spitzmüller <spitz@lyx.org>
1312         * Format incremented to 312: support for sidewaysalgorithm (rotfloat)
1313           and wide sideways{figure,table}.
1314
1315 2008-01-10 Richard Heck <rgheck@lyx.org>
1316         * Format incremented to 311: dummy format to drive the AMS conversion
1317
1318 2007-12-28 Bernhard Reiter <ockham@gmx.net>
1319         * Format incremented to 310: support for \nocite{*}
1320
1321 2007-12-11 Bernhard Reiter <ockham@gmx.net>
1322         * Format incremented to 309: support for \nocite
1323
1324 2007-12-15 Uwe Stöhr <uwestoehr@web.de>
1325         * Format incremented to 308: support for Serbian (Latin)
1326
1327 2007-12-05 Jürgen Spitzmüller <spitz@lyx.org>
1328         * Format incremented to 307: support for \slash and \nobreakdash
1329
1330 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
1331         * Format incremented to 306: support for Interlingua
1332
1333 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
1334         * Format incremented to 305: support for Bahasa Malaysia
1335
1336 2007-12-03 Jürgen Spitzmüller <spitz@lyx.org>
1337         * Format incremented to 304: framed and shaded boxes are now real boxes
1338           (not notes).
1339
1340 2007-11-25 Uwe Stöhr <uwestoehr@web.de>
1341         * Format incremented to 303: remove Serbocroatian as this was not a real
1342           babel language (Croatian was used instead in the background)
1343         * Implement Serbian
1344
1345 2007-11-25 Uwe Stöhr <uwestoehr@web.de>
1346         * Format incremented to 302: support for Latin and North Sami
1347
1348 2007-11-24 Uwe Stöhr <uwestoehr@web.de>
1349         * Format incremented to 301: support for \linebreak
1350
1351 2007-11-23 Uwe Stöhr <uwestoehr@web.de>
1352         * Format incremented to 300: support for \pagebreak
1353
1354 2007-11-01 Uwe Stöhr <uwestoehr@web.de>
1355         * Format incremented to 299: support for hyperlink types
1356
1357 2007-11-01 Stefan Schimanski <sts@1stein.org>
1358         * Format incremented to 298: math-macro code has been rewritten,
1359           now it supports definitions with optional parameters
1360
1361 2007-10-29 Uwe Stöhr <uwestoehr@web.de>
1362         * Format incremented to 297: support for Albanian, lower Sorbian,
1363           fixed upper Sorbian language
1364
1365 2007-10-23 Richard Heck <rgheck@lyx.org>
1366         * Format incremented to 296: InsetInclude becomes an InsetCommand
1367
1368 2007-10-12 Uwe Stöhr <uwestoehr@web.de>
1369         * Format incremented to 295: get rid of the htmlurl command that was
1370           needed for docbook, add the option to create a hyperlink instead
1371
1372 2007-10-12 Pavel Sanda <ps@twin.jikos.cz>
1373         * Format incremented to 294: PDFOptions: add usetitle,
1374           fix leftovers
1375
1376 2007-10-11 Bo Peng <ben.bob@gmail.com>
1377         * Format incremented to 293: Add InsetInfo.
1378
1379 2007-10-09 Uwe Stöhr <uwestoehr@web.de>
1380         * Format incremented to 292: Support for Japanese without
1381           using CJK and inputenc. (japanese-plain)
1382
1383 2007-10-04 Uwe Stöhr <uwestoehr@web.de>
1384         * Format incremented to 291: Support for Vietnamese.
1385
1386 2007-10-03 Uwe Stöhr <uwestoehr@web.de>
1387         * Format incremented to 290: Add table wrap floats
1388
1389 2007-10-03 Martin Vermeer <martin.vermeer@tkk.fi>
1390         * Format incremented to 289: make Index a collapsible inset.
1391
1392 2007-09-25 Richard Heck <rgheck@lyx.org>
1393         * Format incremented to 288: Change how command insets are
1394           represented in LyX files.
1395
1396 2007-09-24 Uwe Stöhr <uwestoehr@web.de>
1397         * Format incremented to 287: Add missing optional parameters
1398           for wrapped figures.
1399
1400 2007-09-21 Pavel Sanda <ps@twin.jikos.cz>
1401         * Format incremented to 286: LyX now supports hyperref and some
1402           of its options.
1403
1404 2007-09-11 Bo Peng <ben.bob@gmail.com>
1405         * Format incremented to 285: Tweaks to embedded file format
1406           Remove inzip parameter from graphics insets.
1407
1408 2007-09-09 Helge Hafting <helge.hafting@aitel.hist.no>
1409         * Format incremented to 284: LyX now implements wrapped figures
1410           using wrapfig.sty instead of floatflt.sty. The latter
1411           is rather buggy, the former also has more options.
1412           No conversion as the .lyx doesn't change.
1413           The .tex export is slightly different, necessitating the
1414           format increase.
1415
1416 2007-09-08 Martin Vermeer <martin.vermeer@tkk.fi>
1417
1418         * format incremented to 283: CharStyle insets are now
1419           called Flex.
1420
1421 2007-08-31 Bo Peng <ben.bob@gmail.com>
1422
1423         * format incremented to 282: lyx files can be zipfiles with
1424           embedded documents.
1425
1426 2007-08-29 Richard Heck <rgheck@lyx.org>
1427
1428         * format incremented to 281: allow modules for layout files
1429
1430 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>
1431
1432         * format incremented to 280: the show_label parameter
1433           is depreciated in favour of (Collapsible) status.
1434
1435 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>
1436
1437         * format incremented to 279: CharStyle names are now
1438           expected to be of form CharStyle:Name.
1439
1440 2007-08-12 José Matos <jamatos@fc.up.pt>
1441
1442         * format incremented to 278: Close begin_deeper with a
1443           corresponding end_deeper (the only case where it matters is
1444           at the end of the body).
1445
1446 2007-08-12 José Matos <jamatos@fc.up.pt>
1447
1448         * format incremented to 277: lyx is able to create invalid
1449           table where a multicolumn does not have a first cell
1450           (required by the table file format)
1451
1452 2007-07-20 Dov Feldstern <dov@lyx.org>
1453
1454         * format *not* incremented; fixed format 249 conversion, so that it now
1455                 correctly deals with encodings in footnotes (part of bug 3613)
1456
1457 2007-06-26 Uwe Stöhr <uwestoehr@web.de> and Dov Feldstern <dov@lyx.org>
1458
1459         * format incremented to 276: switching exsting language 'arabic' to
1460                 'arabic_arabtex'; this is to differentiate from the new arabic support
1461                 using the arabi package.
1462
1463 2007-05-04  Jürgen Spitzmüller  <spitz@lyx.org>
1464
1465         * format incremented to 275: add graphics params scaleBeforeRotation
1466         (fix bug 1749).
1467
1468 2007-06-13 Dov Feldstern <dov@lyx.org>
1469         * format incremented to 274: applying the conversion done in format 259
1470                 to the \lang property, which was forgotten back then... This is
1471                 slightly more complicated, because the default language has to be
1472                 determined on a per-paragraph basis.
1473
1474 2007-06-13 Bo Peng <ben.bob@gmail.com>
1475         * format incremented to 273: add --Separator-- environment to
1476                 separate consecutive environments
1477
1478 2007-06-13 Bo Peng <bpeng@lyx.org>
1479         * format incremented to 272: convert listings to ERT because
1480                 earlier versions of lyx can not handle unrecognizable
1481                 listings parameters.
1482
1483 2007-05-15 José Matos <jamatos@lyx.org>
1484         * format incremented to 271: extended textclasses accept the
1485         normal font sizes: 10, 11 and 12pt.
1486
1487 2007-05-14 Martin Vermeer <martin.vermeer@tkk.fi>
1488         * format incremented to 270: support beamer \alert, \structure
1489
1490 2007-05-08 Bo Peng <ben.bob@gmail.com>
1491         * format incremented to 269: add listings support
1492         - add preamble flag \listings_params, e.g. \listings_params "language=Python,float"
1493         - add inset listings, with options lstparams and inline, e.g.
1494                 \begin_inset listings
1495                 lstparams "xleftmargin=50pt,language=Python"
1496                 inline false
1497         - add \lstinputlisting Include type. e.g.
1498                 \begin_inset Include \lstinputlisting{newfile1.lyx}[firstline=10,lastline=15]
1499
1500 2007-05-06 Uwe Stöhr  <uwestoehr@web.de>
1501
1502         * format incremented to 268: add support for the CJK encodings
1503         - all encodings supported by CJK.sty are now in lib/encodings
1504         - lib/encoding has got two new flags:
1505           - encoding package:
1506             "inputenc" for those languages that use the inputenc-package and
1507             "CJK" for the CJK encodings
1508           - "fixed"/"variable" to divide between multi- or single-byte encoding
1509         - lib/languages allows now to set an empty language for babel
1510           in this case babel isn't called.
1511
1512 2007-05-04  Jürgen Spitzmüller  <spitz@lyx.org>
1513
1514         * format incremented to 267: add plain utf8 encoding (for XeTeX).
1515
1516 2007-04-29  Uwe Stöhr  <uwestoehr@web.de>
1517
1518         * format incremented to 266:
1519         Support for the Armenian language
1520
1521 2007-04-26  Uwe Stöhr  <uwestoehr@web.de>
1522
1523         * format incremented to 265: fix LyX's table border line handling
1524         With the fix (see bug 1746) LyX now takes care if the user has entered
1525         a "|" character in the argument field of tables. Therefore the "|"
1526         character has to be removed when also a table border is set.
1527
1528 2007-04-24  José Matos  <jamatos@lyx.org>
1529
1530         * format incremented to 264:
1531         textclass cv is renamed simplecv
1532
1533 2007-02-22  José Matos  <jamatos@lyx.org>
1534
1535         * format incremented to 263: changes in the language names (overdue):
1536           brazil -> brazilian
1537           portuges -> portuguese
1538
1539 2007-02-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1540
1541         * format incremented to 262: Allow ascii \inputencoding
1542
1543 2007-02-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1544
1545         * format incremented to 261: \output_changes is now considered
1546         even if \tracking_changes is false. This allows to output existing
1547         changes even if future changes are not tracked anymore.
1548         The old combination
1549
1550         \tracking_changes false
1551         \output_changes true
1552
1553         is therefore converted to
1554
1555         \tracking_changes false
1556         \output_changes false
1557
1558         on upgrade. Nothing is done on downgrade since the new behaviour is
1559         not supported in older formats.
1560
1561 2007-02-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1562
1563         * format incremented to 260: Allow utf8x \inputencoding
1564
1565 2007-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1566
1567         * format incremented to 259:
1568         Old: Spaces at start or end of font changes were output outside of
1569              the font change, i.e. not 'xx\textbf{ yy }zz', but
1570              'xx \textbf{yy} zz'.
1571         New: Spaces are always output with the font set by the user.
1572
1573 2007-01-31  Uwe Stöhr  <uwestoehr@web.de>
1574
1575         * format incremented to 258: new \lyxline definition
1576         Old:
1577                 \\newcommand{\\lyxline}[1]{
1578                   {#1 \\vspace{1ex} \\hrule width \\columnwidth \\vspace{1ex}}
1579                 }
1580         New:
1581                 \\newcommand{\\lyxline}[1][1pt]{%
1582                   \\par\\noindent%
1583                   \\rule[.5ex]{\\linewidth}{#1}\\par}
1584         The new definition is more robust, see bug 1988 and now really takes care of
1585         the fontsize: \lyxline{\Huge} produces now a thicker line than \lyxline{\normalfont}
1586
1587 2007-01-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1588
1589         * format incremented to 257: Caption styles have been replaced by
1590         InsetCaption. This is at the same time also a layout file format
1591         change to format 3. layout2layout removes caption layouts from old
1592         styles.
1593         Note that InsetCaption did exist before this format, but was never
1594         used. Old files containing do nevertheless still work.
1595         Of course users can still define a Caption style in layout files,
1596         but the special treatment in LyX is gone (apart from the sensitive
1597         label property).
1598
1599 2006-12-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1600
1601         * format incremented to 256: allow some new inputenc settings.
1602         For the complete list, see lib/lyx2lyx/lyx_1_5.py.
1603
1604 2006-11-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1605
1606         * format incremented to 255: new insets for \clearpage and
1607         \cleardoublepage. They are written inline to the file, exactly like
1608         \newpage.
1609
1610 2006-11-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1611
1612         * format incremented to 254: new header parameter \use_esint.
1613         It can have the same values as \use_amsmath: 0 (off), 1 (auto) and
1614         2 (on).
1615
1616 2006-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1617
1618         * format incremented to 253: new nomenclature and printnomenclature
1619         insets. These are standard InsetCommand with the following parameters:
1620         \nomenclature[prefix]{symbol}{description}
1621         \printnomenclature[labelwidth]
1622
1623 2006-10-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1624
1625         * format incremented to 252: changed command inset syntax
1626
1627         Old:
1628
1629         \begin_inset LatexCommand \cmdname[opt1][opt2]{arg}
1630         preview true
1631         \end_inset
1632
1633         and
1634
1635         \bibitem [opt1]{arg}
1636
1637
1638         New:
1639
1640         \begin_inset LatexCommand cmdname
1641         name1 "opt1"
1642         name2 "opt2"
1643         name3 "arg"
1644         preview true
1645         \end_inset
1646
1647         The order of the parameters and for each parameter the name and
1648         optional/required bit is now stored in InsetCommandParams.
1649
1650 2006-10-03  Jürgen Spitzmüller  <spitz@lyx.org>
1651
1652         * format incremented to 251: save show_label param for charstyles.
1653
1654         On revert, the show_label param is just removed. Nothing to convert.
1655
1656 2006-10-12  Martin Vermeer <martin.vermeer@hut.fi>
1657
1658         * Format incremented to 250: allow optional arg to environments
1659
1660         No material format change. Now optargs for environments are allowed
1661         to be specified in layout files and will be handled properly. When
1662         converted back to older formats, they will be ignored in LaTeX
1663         output.
1664
1665 2006-08-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1666
1667         * format incremented to 249: Unicode
1668
1669         LyX documents are now always encoded in utf8. The value of
1670         \inputencoding does now only determine the encoding of the created
1671         LaTeX file.
1672         Up to format 248 the value of \inputencoding did also determine the
1673         encoding of the LyX file:
1674
1675         \inputencoding       LyX file encoding
1676         auto                 as determined by the document and character
1677                              languages
1678         default              ditto
1679         everything else      as determined by \inputencoding
1680
1681         The difference between auto and default is only the LaTeX output:
1682         auto causes loading of the inputenc package, default does not.
1683
1684 2006-07-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1685
1686         * format incremented to 248: Basic booktabs support
1687
1688         The <features> tag has a new switch: booktabs="true|false".
1689         An absent switch is equivalent to booktabs="false".
1690         Horizontal lines are set with the booktabs package if this switch
1691         is on.
1692
1693         The <row> tag of tabulars has the following new attributes:
1694         topspace, bottomspace and interlinespace. All take a LyXLength
1695         as value, or the special keyword "default".
1696
1697 2006-06-10  Jürgen Spitzmüller  <spitz@lyx.org>
1698
1699         * format incremented to 247. The Grand Font Interface Rewrite.
1700         (1) Split font selection to rm, sf, tt:
1701                 \fontscheme -> \font_roman, \font_sans, \font_typewriter
1702                 Change 246->247:
1703                         \fontscheme     \font_roman     \font_sans      \font_typewriter
1704                         default         default         default         default
1705                         ae              ae              default         default
1706                         times           times           default         default
1707                         palatino        palatino        default         default
1708                         helvet          default         helvet          default
1709                         avant           default         avant           default
1710                         newcent         newcent         default         default
1711                         bookman         bookman         default         default
1712                         pslatex         times           (or \usepackage{pslatex})
1713                 New 246->247:
1714                         \font_roman: cmr (-> \renewcommand{\rmdefault}{cmr}),
1715                                      lmodern, charter, utopia, ccfonts, chancery, beraserif
1716                                         (-> \usepackage{<name>})
1717                         \font_sans: cmss, lmss, cmbr
1718                                         (-> \renewcommand{\sfdefault}{<name>})
1719                                     berasans (-> \usepackage{<name>})
1720                         \font_typewriter: cmtt, lmtt, cmtl,
1721                                         (-> \renewcommand{\sfdefault}{<name>})
1722                                         courier, luximono, beramono
1723                                         (-> \usepackage{<name>})
1724         (2) New param \font_default_family (rmdefault, sfdefault, ttdefault)
1725         (3) New param \font_sc (true, false).
1726         (4) New param \font_osf (true, false).
1727         (5) New param \font_sf_scale (float)
1728         (6) New param \font_tt_scale (float)
1729         Support for the following fonts has been added:
1730                 bera, ccfonts, chancery, charter, cmbright, computer modern (explicitely),
1731                 courier, lmodern, luximono, utopia.
1732         Support for the following font has been removed:
1733                 pslatex (it's superseded by mathptmx (times)).
1734
1735 2006-06-03  Martin Vermeer  <martin.vermeer@hut.fi>
1736
1737         * format incremented to 246. The framed.sty package is
1738         now supported with note types framed and shaded.
1739
1740 2005-10-12  Jürgen Spitzmüller  <spitz@lyx.org>
1741
1742         * format incremented to 245. The \quotes_times parameter
1743         has been removed.
1744
1745 2005-09-24  Jürgen Spitzmüller  <spitz@lyx.org>
1746
1747         * format incremented to 244. Rename '\InsetSpace \,'
1748         to '\InsetSpace \thinspace{}', because the comma was
1749         not parsed by lyxlex, and '\InsetSpace \space' to
1750         '\InsetSpace \space{}' in favour of consistency.
1751
1752 2005-07-18  José Matos  <jamatos@lyx.org>
1753
1754         * format incremented to 243.
1755
1756         * this change only affects the preamble, the paperpackage
1757           option was removed and papersize is changed to default.
1758
1759 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1760
1761         * format incremented to 242. There is no file format per
1762         se, but the "frenchb" language has been removed from lib/language
1763         and has to be translated to "french" by lyx2lyx.
1764
1765 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1766
1767         * format incremented to 241.
1768
1769         All following changes apply only to text in ERT insets. The
1770         rationale is that text in ERT is simply ASCII text, and nothing more.
1771
1772         * paragraph breaks are now a single newline in latex and not a
1773         paragraph break anymore (bug 698).
1774         * \newline is not allowed anymore, because it is redundant (see above)
1775         * layouts other than Standard, paragraph parameters and font changes
1776         are not allowed anymore. They never made sense and were ignored for
1777         latex output, but now they can't be read or set anymore (bug 922).
1778
1779
1780 2005-01-23  Jürgen Spitzmüller  <j.spitzmüller@gmx.de>
1781
1782         * format incremented to 240.
1783         * new bufferparam:
1784                 \output_changes {true|false}
1785         (should the change tracking marks be visible in the output or not?)
1786         * lyx2lyx should just delete the param in 239.
1787
1788 2005-01-06  José Matos  <jamatos@lyx.org>
1789
1790         * format incremented to 239.
1791         * the paragraph parameters are displayed in their own line. This
1792         change is consistent with the insets behaviour, and corresponds
1793         to a more uniform treatment of the paragraphs since some of them
1794         had already their own line.
1795
1796         An example of a single paragraph follows:
1797
1798 \begin_layout Standard
1799 \paragraph_spacing single
1800 \align left
1801 Paragraph text.
1802 \end_layout
1803
1804
1805 2004-12-03  José Matos  <jamatos@lyx.org>
1806
1807         * format incremented to 238.
1808         * The compatibility code to read old latex accents from 0.12.x in
1809         InsetLatexAccent::checkContents has been removed.
1810         The following translations are done:
1811                 "\i \x"   -> "\i \x{}"
1812                 "\i \xy"  -> "\i \x{y}"
1813                 "\i \x y" -> "\i \x{y}"
1814                 "\i \x\i" -> "\i \x{\i}"
1815                 "\i \x\j" -> "\i \x{\j}"
1816         x is a latex accent command, y the base character. \, i and j are
1817         literal.
1818         lyx did these changes already from 0.12.x -> 215, but not lyx2lyx,
1819         so formats 215 - 237 can have both versions.
1820
1821
1822 2004-10-10  José Matos  <jamatos@lyx.org>
1823
1824         * format incremented to 237.
1825         * In the header, the following statments use now booleans values,
1826         instead of 0, 1:
1827                 - \use_geometry
1828                 - \use_bibtopic
1829                 - \tracking_changes
1830
1831 2004-08-15  José Matos  <jamatos@lyx.org>
1832
1833         * format incremented to 236.
1834         * Added tags:
1835                 - \begin_document
1836                 - \begin_header
1837                 - \begin_body
1838                 - \end_body
1839
1840         * The options for \papersize are changed:
1841                 Default -> default
1842                 Custom -> custom
1843         * All whitespaces are removed at the end of lines, when
1844         not necessary. As an example we have all the lines in the header that
1845         do not belong to the preamble.
1846
1847 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1848
1849         * format incremented to 235.
1850         * \paperpackage had an off-by-one error. Translation table:
1851
1852           234: a4    a4wide  widemarginsa4
1853           235: none  a4      a4wide         widemarginsa4
1854
1855           The "widemarginsa4" setting of 235 has no equivalent in 234.
1856
1857 2004-05-12  Angus Leeming  <leeming@lyx.org>
1858
1859         * format incremented to 234.
1860         * the citation engine is specified explicitly rather than being
1861         deduced from 3 bools.
1862
1863         \use_natbib 1
1864         \use_numerical_citations 0   ->   \cite_engine <style>
1865         \use_jurabib 0
1866
1867         where <style> is one of "basic", "natbib_authoryear",
1868         "natbib_numerical" or "jurabib".
1869
1870 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1871
1872         * format incremented to 233.
1873         * insetgraphics does not allow filenames without extension anymore.
1874         The complete filename has to be given.
1875
1876 2004-03-29  Jürgen Spitzmüller  <spitz@lyx.org>
1877
1878         * format incremented to 232.
1879
1880         * Support for bibtopic (sectioned bibliographies).
1881           - bufferparam \use_bibtopic [1|0]
1882           - the bibtex inset has a second argument for bibtopic's
1883             btPrint{Cited|NotCited|All} command:
1884             < 231:
1885             \begin_inset LatexCommand \bibtex[<style>]{<database>}
1886             now:
1887             \begin_inset LatexCommand \bibtex[<style>][<btPrintX>]{<database>}
1888           Forwards, there's nothing to be done. Backwards, \usepackage[dot]{bibtopic}
1889           has to be inserted to the preamble. Instead of the bibtex inset, the LaTeX
1890           \bibliographystyle{<style>}
1891           \begin{btSect}{<database>}
1892           \<btprintX>
1893           \end{btSect}
1894           has to be inserted.
1895
1896 2004-03-29  Jürgen Spitzmüller  <spitz@lyx.org>
1897
1898         * format incremented to 231.
1899
1900         * Support for sidewaysfigure/sidewaystable (rotating package).
1901         insetfloat has now a param \sideways [true|false] (default is false).
1902         The param should be erased on downwards conversion, if it was true,
1903         the inset should be replaced by
1904         \begin{sidewaysfigure} <content> \end{sidewaysfigure}
1905         resp.
1906         \begin{sidewaystable} <content> \end{sidewaystable}
1907         i.e. ERT.
1908
1909 2004-02-23  Jürgen Spitzmüller  <spitz@lyx.org>
1910
1911         * format incremented to 230.
1912
1913         * Support for a second optional argument in insetcommand.
1914         currently, citation uses this to support natbibs second
1915         optional argument \cite[before][after]{key}.
1916         I think there's nothing to convert upwards. Downwards, the
1917         commands with 2 optional args need to be converted to ERT.
1918
1919         * Support for jurabib (param \use_jurabib [1|0], default is 0).
1920         When converting downwards, \usepackage{jurabib} has to be added
1921         to the preamble and, if babel is used, \usepackage{babel} before
1922         (jurabib fails if babel is called afterwards). If the natbib commands
1923         are used together with jurabib, they have to be converted to ERT too.
1924
1925 2003-12-29  Jürgen Spitzmüller  <spitz@lyx.org>
1926
1927         * format incremented to 229.
1928         * Minipages cannot be read anymore. All minipage insets will
1929         be converted to frameless box insets between 228->229.
1930
1931 2003-12-15  Angus Leeming  <leeming@lyx.org>
1932
1933         * format incremented to 228.
1934         * Change the output of all insets derived from InsetCollapsable
1935         except for InsetERT (which has a similar output already), changing lines
1936         "collapsed true" -> "status collapsed"
1937         "collapsed false" -> "status open".
1938         * Change the output of InsetERT, changing lines
1939         "status Collapsed" -> "status collapsed"
1940         "status Open" -> "status open".
1941         "status Inlined" -> "status inlined".
1942
1943 2003-12-10  Angus Leeming  <leeming@lyx.org>
1944
1945         * format NOT incremented.
1946         * add a 'draft' option to InsetExternal.
1947
1948 2003-12-10  Angus Leeming  <leeming@lyx.org>
1949
1950         * format incremented to 227.
1951         * Change the output of InsetBox:
1952         \begin_inset Boxed -> \begin_inset Box Boxed
1953         \begin_inset Doublebox -> \begin_inset Box Doublebox
1954         \begin_inset Frameless -> \begin_inset Box Frameless
1955         \begin_inset ovalbox -> \begin_inset Box ovalbox
1956         \begin_inset Ovalbox -> \begin_inset Box Ovalbox
1957         \begin_inset Shadowbox -> \begin_inset Box Shadowbox
1958
1959 2003-12-10  Angus Leeming  <leeming@lyx.org>
1960
1961         * format incremented to 226.
1962         * Change the output of InsetNote:
1963         \begin_inset Note -> \begin_inset Note Note
1964         \begin_inset Comment -> \begin_inset Note Comment
1965         \begin_inset Greyedout -> \begin_inset Note Greyedout
1966
1967 2003-11-28  André Pönitz
1968
1969         * Remove space_above/space_below from Paragraph.
1970     This is now handled by InsetVSpace.
1971
1972 2003-10-07  Angus Leeming  <leeming@lyx.org>
1973
1974         * Add transformations to InsetExternal
1975
1976         boundingBox 0 0 20 20           the dimensions of the B.B..
1977                                         Output if the B.B. is not empty.
1978         clip                            clip the image to the B.B.
1979                                         Output if true.
1980         extra LaTeX "draft"             'extra' data passed to the primary
1981                                         command for this output format.
1982                                         (Possible formats LaTeX, PDFLaTeX,
1983                                          LinuxDoc, DocBook, Ascii.)
1984                                         The string can contain spaces and so
1985                                         is wrapped in "...".
1986         rotateAngle 30                  Rotation of the data.
1987                                         Output for non-zero rotation only.
1988         rotateOrigin bottomleft         Rotation origin.
1989                                         Output for non-zero rotation and
1990                                         non-default origin (center) only.
1991         scale 50
1992         width 2cm                       Output only if the image is resized.
1993         height 2cm
1994         keepAspectRatio
1995
1996 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1997
1998         * Added box inset. File format:
1999
2000         \begin_inset Ovalbox            Boxed/Frameless/ovalbox/Ovalbox
2001                                             /Shadowbox/Doublebox
2002         position "b"                    t/c/b
2003         hor_pos "c"                     l/c/r/s
2004         has_inner_box 1                 1/0
2005         inner_pos "b"                   t/c/b/s
2006         use_parbox 0                    1/0
2007         width "100col%"                 unit+width-string
2008         special "none"                  none/height/depth
2009                                             /totalheight/width
2010         height "1in"                    unit+width-string
2011         height_special "totalheight"    none/height/depth
2012                                             /totalheight/width
2013         collapsed false                 true/false
2014
2015         \begin_layout Standard
2016
2017         <box contents>
2018         \end_layout
2019
2020         \end_inset
2021
2022         This box (Frameless, has_inner_box=1, use_parbox=0) replaces
2023         the pre-existing Minipage inset. Parameters translate as follows:
2024         position                        0/1/2   -> t/c/b
2025         inner_position                  0/1/2/3 -> inner_pos c/t/b/s
2026         height                          same
2027         width                           same
2028         collapsed                       same
2029
2030 2003-08-19  Michael Schmitt  <michael.schmitt@teststep.org>
2031
2032         * attribute valignment="center" is replaced by valignment="middle"
2033         for tabular columns and cells
2034
2035 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
2036
2037         * Added branch inset. File format:
2038
2039         branch definition in the header:
2040         \branch <branchname>
2041         \selected 0                    0/1
2042         \color #rrggbb
2043         \end_branch
2044
2045         \begin_inset Branch <branchname>
2046         collapsed false                 true/false
2047
2048         \begin_layout Standard
2049
2050         <branch contents>
2051         \end_layout
2052
2053         \end_inset
2054
2055 2003-07-28  José Matos  <jamatos@lyx.org>
2056
2057         * \the_end is replaced with \end_document
2058
2059 2003-07-28  José Matos  <jamatos@lyx.org>
2060
2061         * \layout is replaced with \begin_layout
2062
2063 2003-07-28  José Matos  <jamatos@fep.up.pt>
2064
2065         Format bumped to 225
2066
2067         * All layouts finish now with \end_layout
2068
2069 2003-06-04  Angus Leeming  <leeming@lyx.org>
2070
2071         Format bumped to 224
2072
2073         * the storage of the external inset has been changed from
2074
2075                 \begin_inset External XFig,"file.fig",""
2076
2077                 \end_inset
2078
2079         to this
2080
2081                 \begin_inset External
2082                         template XFig
2083                         filename file.fig
2084                         display <display_type>
2085                         lyxscale <scale>
2086
2087                 \end_inset
2088
2089         throwing away the final arg (here "", more generally "<string>") that holds
2090         the parameters variable.
2091         Variables are output if present (filename) or different from the default
2092         values (display, lyxscale).
2093
2094         Moreover, the RasterImage template has been scrapped. All RasterImage
2095         external insets are now converted to Graphics insets.
2096
2097 2003-05-20  Jürgen Spitzmüller  <spitz@lyx.org>
2098
2099         * Added new space insets:
2100                 \SpecialChar ~ is now \InsetSpace ~
2101                 ERT: "\ " could be converted to InsetSpace \<space>
2102                 ERT: "\," could be converted to InsetSpace \,
2103
2104 2003-04-24  André Pönitz <poenitz@gmx.net>
2105
2106         * Added eqref support:
2107         \begin_inset LatexCommand \eqref{label}
2108
2109 2003-03-14  Dekel Tsur
2110
2111         * Format bumped to 223.
2112
2113 2003-03-12  John Levon  <levon@movementarian.org>
2114
2115         * Added \\end_header to signify the end of the header in a
2116           more robust fashion.
2117
2118         * use_amsmath is now a tristate {0 = never, 1 = auto, 2 = always}
2119
2120 2003-02-10  John Levon  <levon@movementarian.org>
2121
2122         Format bumped to 222
2123
2124         Added \\tracking_changes 0|1 to the header.
2125
2126         Added \\author to the header. This can be present multiple
2127         times, and is of the form :
2128
2129         \\author "Real Name" email@address.com
2130
2131         Added \\change_deleted, \\change_inserted. Each of these does not
2132         span a paragraph, and is delimited by "\\change_unchanged\n". Both are
2133         of the form :
2134
2135         \\change_inserted author time
2136
2137         where author is an integer ID reference into the author list in
2138         the header, and time is time_t.
2139
2140 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
2141
2142         * InsetGraphicsParams.h (scale): is now a float, not an unsigned int.
2143
2144 2002-08-22  Rob Lahaye <lahaye@snu.ac.kr>
2145
2146 New graphics dialog. With the removal of buttons in the dialog, also
2147 keywords in the graphics inset went. The following keywords do not
2148 exist anymore:
2149         lyxsize_kind
2150         lyxsize_type
2151         lyxwidth
2152         lyxheight
2153         size_kind
2154         size_type
2155         rotate
2156
2157 Only non-default values are saved to the lyx files. The defaults of the remaining
2158 keywords are;
2159         filename <empty>
2160         lyxscale 100
2161         display default
2162         scale 100
2163         width <empty>
2164         height <empty>
2165         draft <off>
2166         noUnzip <off>
2167         BoundingBox <from file>
2168         clip <off>
2169         rotateAngle 0
2170         rotateOrigin centerBaseline
2171         subcaption <off>
2172         subcaptionText <empty>
2173         special <empty>
2174
2175 The remaining keywords have sufficient overlap with the old ones for a
2176 smooth reading of the 1.2.x inset keywords in most common cases.
2177
2178 Compatibility is certainly broken for the old lyxwidth/lyxheight keywords.
2179 They don't exist anymore and we can't translate them into a scaling value, while
2180 we're reading the graphics inset. The old lyxwidth/lyxheight keyword and its
2181 argument is ignored and lost.
2182
2183 Only few compatibility issues are left for lyx2lyx:
2184
2185 ------------------------------------------------------------------------------
2186 old-token                                   new-token         remove
2187 ------------------------------------------------------------------------------
2188 size_kind original / size_type 0            scale 100         width <val>
2189                                                               height <val>
2190                                                               scale <val>
2191
2192 size_kind width_height / size_type 1            -             scale <val>
2193
2194 lyxsize_kind original / lyxsize_type 0      lyxscale 100      lyxscale <val>
2195 ------------------------------------------------------------------------------
2196 [replace old-token by new-token, and remove any of subsequent tokens as listed]
2197
2198 If "rotate" is absent, lyx2lyx should ignore "rotateAngle <val>":
2199    if ( "rotateAngle <val>" is there WITHOUT being preceded by the keyword "rotate" )
2200    then
2201         replace "rotateAngle <val>" by "rotateAngle 0"
2202
2203
2204 2002-08-12  Andre' Poenitz <poenitz@gmx.de>
2205
2206 Added \lyxlock for locked math inset when written to .lyx file.
2207 When "downgrading" .lyx files this should simple be deleted but it
2208 does not hurt at all if it stays in. It does not have to be added
2209 when "upgrading".
2210
2211
2212 2002-08-02  Angus Leeming  <leeming@lyx.org>
2213
2214 Added a boolean "preview" flag to InsetCommandParams.
2215 Currently it is written only by InsetInclude, because only this
2216 class can generate a preview of its contents.
2217
2218 The LyX file now contains:
2219
2220  \begin_inset Include \input{snapshot_t=40.tex}
2221 +preview true
2222
2223  \end_inset
2224
2225 Earlier versions of LyX just swallow this extra token silently.
2226
2227 2002-08-12  Angus Leeming  <leeming@lyx.org>
2228
2229 The 1.2.0 InsetGraphicsParams "size_type" and "lyxsize_type" have been
2230 renamed as "size_kind" and "lyxsize_kind" respectively.
2231
2232  \begin_inset Graphics FormatVersion 1
2233         filename file.eps
2234         display default
2235 -       size_kind original
2236 +       size_type original
2237         width 7cm
2238         rotateOrigin center
2239 -       lyxsize_kind original
2240 +       lyxsize_type original
2241         lyxwidth 4cm
2242
2243  \end_inset
2244