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