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