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