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