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