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