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