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