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