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