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