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