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