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