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