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