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