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