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