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