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