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