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