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