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