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