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