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