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