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