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