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