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