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