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