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