]> git.lyx.org Git - lyx.git/blob - development/FORMAT
Fileformat incremented to 293 due to yesterdays' support for japanese-plain (r20831)
[lyx.git] / development / FORMAT
1 LyX file-format changes
2 -----------------------
3
4 2007-10-09 Uwe Stöhr Uwe Stöhr <uwestoehr@web.de>
5         * Format incremented to 292: Support for Japanese without
6           using CJK and inputenc. (japanese-plain)
7
8 2007-10-04 Uwe Stöhr Uwe Stöhr <uwestoehr@web.de>
9         * Format incremented to 291: Support for Vietnamese.
10
11 2007-10-03 Uwe Stöhr Uwe Stöhr <uwestoehr@web.de>
12         * Format incremented to 290: Add table wrap floats.
13
14 2007-10-03 Martin Vermeer <martin.vermeer@tkk.fi>
15         * Format incremented to 289: make Index a collapsable inset.
16
17 2007-09-25 Richard Heck <rgheck@bobjweil.com>
18         * Format incremented to 288: Change how command insets are
19           represented in LyX files.
20
21 2007-09-24 Uwe Stöhr <uwestoehr@web.de>
22         * Format incremented to 287: Add missing optional parameters
23           for wrapped figures.
24
25 2007-09-21 Pavel Sanda <ps@twin.jikos.cz>
26         * Format incremented to 286: LyX now supports hyperref and some
27           of its options.
28
29 2007-09-11 Bo Peng <ben.bob@gmail.com>
30         * Format incremented to 285: Tweaks to embedded file format.
31           Add manifest to .lyx file. 
32           Remove inzip parameter from graphics insets.
33
34 2007-09-09 Helge Hafting <helge.hafting@aitel.hist.no>
35         * Format incremented to 284: LyX now implements wrapped figures
36           using wrapfig.sty instead of floatflt.sty. The latter
37           is rather buggy, the former also has more options.
38           No conversion as the .lyx doesn't change.
39           The .tex export is slightly different, necessitating the
40           format increase.
41
42 2007-09-08 Martin Vermeer <martin.vermeer@tkk.fi>
43
44         * format incremented to 283: CharStyle insets are now 
45           called Flex.
46
47 2007-08-31 Bo Peng <ben.bob@gmail.com>
48
49         * format incremented to 282: lyx files can be zipfiles with
50           embedded documents.
51
52 2007-08-29 Richard Heck <rgheck@bobjweil.com>
53
54         * format incremented to 281: allow modules for layout files.
55
56 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>
57
58         * format incremented to 280: the show_label parameter
59           is depreciated in favour of (Collapsable) status.
60
61 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>
62
63         * format incremented to 279: CharStyle names are now
64           expected to be of form CharStyle:Name.
65
66 2007-08-12 José Matos <jamatos@fc.up.pt>
67
68         * format incremented to 278: Close begin_deeper with a
69           corresponding end_deeper (the only case where it matters is
70           at the end of the body).
71
72 2007-08-12 José Matos <jamatos@fc.up.pt>
73
74         * format incremented to 277: lyx is able to create invalid
75           table where a multicolumn does not have a first cell
76           (required by the table file format)
77
78 2007-07-20 Dov Feldstern <dov@lyx.org>
79
80         * format *not* incremented; fixed format 249 conversion, so that it now
81                 correctly deals with encodings in footnotes (part of bug 3613)
82
83 2007-06-26 Uwe Stöhr <uwestoehr@web.de> and Dov Feldstern <dov@lyx.org>
84
85         * format incremented to 276: switching exsting language 'arabic' to 
86                 'arabic_arabtex'; this is to differentiate from the new arabic support
87                 using the arabi package.
88
89 2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
90
91         * format incremented to 275: add graphics params scaleBeforeRotation
92         (fix bug 1749).
93
94 2007-06-13 Dov Feldstern <dov@lyx.org>
95         * format incremented to 274: applying the conversion done in format 259
96                 to the \lang property, which was forgotten back then... This is
97                 slightly more complicated, because the default language has to be
98                 determined on a per-paragraph basis.
99
100 2007-06-13 Bo Peng <ben.bob@gmail.com>
101         * format incremented to 273: add --Separator-- environment to 
102                 separate consecutive environments
103
104 2007-06-13 Bo Peng <bpeng@lyx.org>
105         * format incremented to 272: convert listings to ERT because
106                 earlier versions of lyx can not handle unrecognizable 
107                 listings parameters.
108
109 2007-05-15 José Matos <jamatos@lyx.org>
110         * format incremented to 271: extended textclasses accept the
111         normal font sizes: 10, 11 and 12pt.
112
113 2007-05-14 Martin Vermeer <martin.vermeer@tkk.fi>
114         * format incremented to 270: support beamer \alert, \structure
115
116 2007-05-08 Bo Peng <ben.bob@gmail.com>
117         * format incremented to 269: add listings support
118         - add preamble flag \listings_params, e.g. \listings_params "language=Python,float"
119         - add inset listings, with options lstparams and inline, e.g.
120                 \begin_inset listings
121                 lstparams "xleftmargin=50pt,language=Python"
122                 inline false
123         - add \lstinputlisting Include type. e.g.
124                 \begin_inset Include \lstinputlisting{newfile1.lyx}[firstline=10,lastline=15]
125
126 2007-05-06 Uwe Stöhr  <uwestoehr@web.de>
127
128         * format incremented to 268: add support for the CJK encodings
129         - all encodings supported by CJK.sty are now in lib/encodings
130         - lib/encoding has got two new flags:
131           - encoding package:
132             "inputenc" for those languages that use the inputenc-package and
133             "CJK" for the CJK encodings
134           - "fixed"/"variable" to divide between multi- or single-byte encoding 
135         - lib/languages allows now to set an empty language for babel
136           in this case babel isn't called.
137         
138 2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
139
140         * format incremented to 267: add plain utf8 encoding (for XeTeX).
141
142 2007-04-29  Uwe Stöhr  <uwestoehr@web.de>
143
144         * format incremented to 266:
145         Support for the Armenian language
146         
147 2007-04-26  Uwe Stöhr  <uwestoehr@web.de>
148
149         * format incremented to 265: fix LyX's table border line handling
150         With the fix (see bug 1746) LyX now takes care if the user has entered
151         a "|" character in the argument field of tables. Therefore the "|"
152         character has to be removed when also a table border is set.
153
154 2007-04-24  José Matos  <jamatos@lyx.org>
155
156         * format incremented to 264:
157         textclass cv is renamed simplecv
158
159 2007-02-22  José Matos  <jamatos@lyx.org>
160
161         * format incremented to 263: changes in the language names (overdue):
162           brazil -> brazilian
163           portuges -> portuguese
164
165 2007-02-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
166
167         * format incremented to 262: Allow ascii \inputencoding
168
169 2007-02-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
170
171         * format incremented to 261: \output_changes is now considered
172         even if \tracking_changes is false. This allows to output existing
173         changes even if future changes are not tracked anymore.
174         The old combination
175
176         \tracking_changes false
177         \output_changes true
178
179         is therefore converted to
180
181         \tracking_changes false
182         \output_changes false
183
184         on upgrade. Nothing is done on downgrade since the new behaviour is
185         not supported in older formats.
186
187 2007-02-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
188
189         * format incremented to 260: Allow utf8x \inputencoding
190
191 2007-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
192
193         * format incremented to 259:
194         Old: Spaces at start or end of font changes were output outside of
195              the font change, i.e. not 'xx\textbf{ yy }zz', but
196              'xx \textbf{yy} zz'.
197         New: Spaces are always output with the font set by the user.
198
199 2007-01-31  Uwe Stöhr  <uwestoehr@web.de>
200
201         * format incremented to 258: new \lyxline definition
202         Old:
203                 \\newcommand{\\lyxline}[1]{ 
204                   {#1 \\vspace{1ex} \\hrule width \\columnwidth \\vspace{1ex}} 
205                 } 
206         New:
207                 \\newcommand{\\lyxline}[1][1pt]{% 
208                   \\par\\noindent% 
209                   \\rule[.5ex]{\\linewidth}{#1}\\par}
210         The new definition is more robust, see bug 1988 and now really takes care about
211         the fontsize: \lyxline{\Huge} produces now a thicker line than \lyxline{\normalfont}
212
213 2007-01-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
214
215         * format incremented to 257: Caption styles have been replaced by
216         InsetCaption. This is at the same time also a layout file format
217         change to format 3. layout2layout removes caption layouts from old
218         styles.
219         Note that InsetCaption did exist before this format, but was never
220         used. Old files containing do nevertheless still work.
221         Of course users can still define a Caption style in layout files,
222         but the special treatment in LyX is gone (apart from the sensitive
223         label property).
224
225 2006-12-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
226
227         * format incremented to 256: allow some new inputenc settings.
228         For the complete list, see lib/lyx2lyx/lyx_1_5.py.
229
230 2006-11-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
231
232         * format incremented to 255: new insets for \clearpage and
233         \cleardoublepage. They are written inline to the file, exactly like
234         \newpage.
235
236 2006-11-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
237
238         * format incremented to 254: new header parameter \use_esint.
239         It can have the same values as \use_amsmath: 0 (off), 1 (auto) and
240         2 (on).
241
242 2006-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
243
244         * format incremented to 253: new nomenclature and printnomenclature
245         insets. These are standard InsetCommand with the following parameters:
246         \nomenclature[prefix]{symbol}{description}
247         \printnomenclature[labelwidth]
248
249 2006-10-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
250
251         * format incremented to 252: changed command inset syntax
252
253         Old:
254
255         \begin_inset LatexCommand \cmdname[opt1][opt2]{arg}
256         preview true
257         \end_inset
258
259         and
260
261         \bibitem [opt1]{arg}
262
263
264         New:
265
266         \begin_inset LatexCommand cmdname
267         name1 "opt1"
268         name2 "opt2"
269         name3 "arg"
270         preview true
271         \end_inset
272
273         The order of the parameters and for each parameter the name and
274         optional/required bit is now stored in InsetCommandParams.
275
276 2006-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
277
278         * format incremented to 251: save show_label param for charstyles.
279
280         On revert, the show_label param is just removed. Nothing to convert.
281
282 2006-10-12  Martin Vermeer <martin.vermeer@hut.fi>
283
284         * Format incremented to 250: allow optional arg to environments
285
286         No material format change. Now optargs for environments are allowed
287         to be specified in layout files and will be handled properly. When 
288         converted back to older formats, they will be ignored in LaTeX 
289         output.
290
291 2006-08-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
292
293         * format incremented to 249: Unicode
294
295         LyX documents are now always encoded in utf8. The value of
296         \inputencoding does now only determine the encoding of the created
297         LaTeX file.
298         Up to format 248 the value of \inputencoding did also determine the
299         encoding of the LyX file:
300
301         \inputencoding       LyX file encoding
302         auto                 as determined by the document and character
303                              languages
304         default              ditto
305         everything else      as determined by \inputencoding
306
307         The difference between auto and default is only the LaTeX output:
308         auto causes loading of the inputenc package, default does not.
309
310 2006-07-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
311
312         * format incremented to 248: Basic booktabs support
313
314         The <features> tag has a new switch: booktabs="true|false".
315         An absent switch is equivalent to booktabs="false".
316         Horizontal lines are set with the booktabs package if this switch
317         is on.
318
319         The <row> tag of tabulars has the following new attributes:
320         topspace, bottomspace and interlinespace. All take a LyXLength
321         as value, or the special keyword "default".
322
323 2006-06-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
324
325         * format incremented to 247. The Grand Font Interface Rewrite.
326         (1) Split font selection to rm, sf, tt:
327                 \fontscheme -> \font_roman, \font_sans, \font_typewriter
328                 Change 246->247:
329                         \fontscheme     \font_roman     \font_sans      \font_typewriter
330                         default         default         default         default
331                         ae              ae              default         default
332                         times           times           default         default
333                         palatino        palatino        default         default
334                         helvet          default         helvet          default
335                         avant           default         avant           default
336                         newcent         newcent         default         default
337                         bookman         bookman         default         default
338                         pslatex         times           (or \usepackage{pslatex})
339                 New 246->247:
340                         \font_roman: cmr (-> \renewcommand{\rmdefault}{cmr}), 
341                                      lmodern, charter, utopia, ccfonts, chancery, beraserif
342                                         (-> \usepackage{<name>})
343                         \font_sans: cmss, lmss, cmbr 
344                                         (-> \renewcommand{\sfdefault}{<name>})
345                                     berasans (-> \usepackage{<name>})
346                         \font_typewriter: cmtt, lmtt, cmtl,
347                                         (-> \renewcommand{\sfdefault}{<name>})
348                                         courier, luximono, beramono
349                                         (-> \usepackage{<name>})
350         (2) New param \font_default_family (rmdefault, sfdefault, ttdefault)
351         (3) New param \font_sc (true, false).
352         (4) New param \font_osf (true, false).
353         (5) New param \font_sf_scale (float)
354         (6) New param \font_tt_scale (float)
355         Support for the following fonts has been added:
356                 bera, ccfonts, chancery, charter, cmbright, computer modern (explicitely),
357                 courier, lmodern, luximono, utopia.
358         Support for the following font has been removed:
359                 pslatex (it's superseded by mathptmx (times)).
360
361 2006-06-03  Martin Vermeer  <martin.vermeer@hut.fi>
362
363         * format incremented to 246. The framed.sty package is 
364         now supported with note types framed and shaded.
365
366 2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
367
368         * format incremented to 245. The \quotes_times parameter
369         has been removed.
370
371 2005-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
372
373         * format incremented to 244. Rename '\InsetSpace \,'
374         to '\InsetSpace \thinspace{}', because the comma was
375         not parsed by lyxlex, and '\InsetSpace \space' to
376         '\InsetSpace \space{}' in favour of consistency.
377
378 2005-07-18  José Matos  <jamatos@lyx.org>
379
380         * format incremented to 243.
381
382         * this change only affects the preamble, the paperpackage
383           option was removed and papersize is changed to default.
384
385 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
386
387         * format incremented to 242. There is no file format per
388         se, but the "frenchb" language has been removed from lib/language
389         and has to be translated to "french" by lyx2lyx.
390
391 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
392
393         * format incremented to 241.
394
395         All following changes apply only to text in ERT insets. The
396         rationale is that text in ERT is simply ASCII text, and nothing more.
397
398         * paragraph breaks are now a single newline in latex and not a
399         paragraph break anymore (bug 698).
400         * \newline is not allowed anymore, because it is redundant (see above)
401         * layouts other than Standard, paragraph parameters and font changes
402         are not allowed anymore. They never made sense and were ignored for
403         latex output, but now they can't be read or set anymore (bug 922).
404
405
406 2005-01-23  Jürgen Spitzmüller  <j.spitzmüller@gmx.de>
407
408         * format incremented to 240.
409         * new bufferparam:
410                 \output_changes {true|false}
411         (should the change tracking marks be visible in the output or not?)
412         * lyx2lyx should just delete the param in 239.
413
414 2005-01-06  José Matos  <jamatos@lyx.org>
415
416         * format incremented to 239.
417         * the paragraph parameters are displayed in their own line. This
418         change is consistent with the insets behaviour, and corresponds
419         to a more uniform treatment of the paragraphs since some of them
420         had already their own line.
421
422         An example of a single paragraph follows:
423
424 \begin_layout Standard
425 \paragraph_spacing single
426 \align left
427 Paragraph text.
428 \end_layout
429
430
431 2004-12-03  José Matos  <jamatos@lyx.org>
432
433         * format incremented to 238.
434         * The compatibility code to read old latex accents from 0.12.x in
435         InsetLatexAccent::checkContents has been removed.
436         The following translations are done:
437                 "\i \x"   -> "\i \x{}"
438                 "\i \xy"  -> "\i \x{y}"
439                 "\i \x y" -> "\i \x{y}"
440                 "\i \x\i" -> "\i \x{\i}"
441                 "\i \x\j" -> "\i \x{\j}"
442         x is a latex accent command, y the base character. \, i and j are
443         literal.
444         lyx did these changes already from 0.12.x -> 215, but not lyx2lyx,
445         so formats 215 - 237 can have both versions.
446
447
448 2004-10-10  José Matos  <jamatos@lyx.org>
449
450         * format incremented to 237.
451         * In the header, the following statments use now booleans values,
452         instead of 0, 1:
453                 - \use_geometry
454                 - \use_bibtopic
455                 - \tracking_changes
456
457 2004-08-15  José Matos  <jamatos@lyx.org>
458
459         * format incremented to 236.
460         * Added tags:
461                 - \begin_document
462                 - \begin_header
463                 - \begin_body
464                 - \end_body
465
466         * The options for \papersize are changed:
467                 Default -> default
468                 Custom -> custom
469         * All whitespaces are removed at the end of lines, when
470         not necessary. As an example we have all the lines in the header that
471         do not belong to the preamble.
472
473 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
474
475         * format incremented to 235.
476         * \paperpackage had an off-by-one error. Translation table:
477
478           234: a4    a4wide  widemarginsa4
479           235: none  a4      a4wide         widemarginsa4
480
481           The "widemarginsa4" setting of 235 has no equivalent in 234.
482
483 2004-05-12  Angus Leeming  <leeming@lyx.org>
484
485         * format incremented to 234.
486         * the citation engine is specified explicitly rather than being
487         deduced from 3 bools.
488
489         \use_natbib 1
490         \use_numerical_citations 0   ->   \cite_engine <style>
491         \use_jurabib 0
492
493         where <style> is one of "basic", "natbib_authoryear",
494         "natbib_numerical" or "jurabib".
495
496 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
497
498         * format incremented to 233.
499         * insetgraphics does not allow filenames without extension anymore.
500         The complete filename has to be given.
501
502 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
503
504         * format incremented to 232.
505
506         * Support for bibtopic (sectioned bibliographies).
507           - bufferparam \use_bibtopic [1|0]
508           - the bibtex inset has a second argument for bibtopic's
509             btPrint{Cited|NotCited|All} command:
510             < 231:
511             \begin_inset LatexCommand \bibtex[<style>]{<database>}
512             now:
513             \begin_inset LatexCommand \bibtex[<style>][<btPrintX>]{<database>}
514           Forwards, there's nothing to be done. Backwards, \usepackage[dot]{bibtopic}
515           has to be inserted to the preamble. Instead of the bibtex inset, the LaTeX
516           \bibliographystyle{<style>}
517           \begin{btSect}{<database>}
518           \<btprintX>
519           \end{btSect}
520           has to be inserted.
521
522 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
523
524         * format incremented to 231.
525
526         * Support for sidewaysfigure/sidewaystable (rotating package).
527         insetfloat has now a param \sideways [true|false] (default is false).
528         The param should be erased on downwards conversion, if it was true,
529         the inset should be replaced by
530         \begin{sidewaysfigure} <content> \end{sidewaysfigure}
531         resp.
532         \begin{sidewaystable} <content> \end{sidewaystable}
533         i.e. ERT.
534
535 2004-02-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
536
537         * format incremented to 230.
538
539         * Support for a second optional argument in insetcommand.
540         currently, citation uses this to support natbibs second
541         optional argument \cite[before][after]{key}.
542         I think there's nothing to convert upwards. Downwards, the
543         commands with 2 optional args need to be converted to ERT.
544
545         * Support for jurabib (param \use_jurabib [1|0], default is 0).
546         When converting downwards, \usepackage{jurabib} has to be added
547         to the preamble and, if babel is used, \usepackage{babel} before
548         (jurabib fails if babel is called afterwards). If the natbib commands
549         are used together with jurabib, they have to be converted to ERT too.
550
551 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
552
553         * format incremented to 229.
554         * Minipages cannot be read anymore. All minipage insets will
555         be converted to frameless box insets between 228->229.
556
557 2003-12-15  Angus Leeming  <leeming@lyx.org>
558
559         * format incremented to 228.
560         * Change the output of all insets derived from InsetCollapsable
561         except for InsetERT (which has a similar output already), changing lines
562         "collapsed true" -> "status collapsed"
563         "collapsed false" -> "status open".
564         * Change the output of InsetERT, changing lines
565         "status Collapsed" -> "status collapsed"
566         "status Open" -> "status open".
567         "status Inlined" -> "status inlined".
568
569 2003-12-10  Angus Leeming  <leeming@lyx.org>
570
571         * format NOT incremented.
572         * add a 'draft' option to InsetExternal.
573
574 2003-12-10  Angus Leeming  <leeming@lyx.org>
575
576         * format incremented to 227.
577         * Change the output of InsetBox:
578         \begin_inset Boxed -> \begin_inset Box Boxed
579         \begin_inset Doublebox -> \begin_inset Box Doublebox
580         \begin_inset Frameless -> \begin_inset Box Frameless
581         \begin_inset ovalbox -> \begin_inset Box ovalbox
582         \begin_inset Ovalbox -> \begin_inset Box Ovalbox
583         \begin_inset Shadowbox -> \begin_inset Box Shadowbox
584
585 2003-12-10  Angus Leeming  <leeming@lyx.org>
586
587         * format incremented to 226.
588         * Change the output of InsetNote:
589         \begin_inset Note -> \begin_inset Note Note
590         \begin_inset Comment -> \begin_inset Note Comment
591         \begin_inset Greyedout -> \begin_inset Note Greyedout
592
593 2003-11-28  André Pönitz
594
595         * Remove space_above/space_below from Paragraph.
596     This is now handled by InsetVSpace.
597
598 2003-10-07  Angus Leeming  <leeming@lyx.org>
599
600         * Add transformations to InsetExternal
601
602         boundingBox 0 0 20 20           the dimensions of the B.B..
603                                         Output if the B.B. is not empty.
604         clip                            clip the image to the B.B.
605                                         Output if true.
606         extra LaTeX "draft"             'extra' data passed to the primary
607                                         command for this output format.
608                                         (Possible formats LaTeX, PDFLaTeX,
609                                          LinuxDoc, DocBook, Ascii.)
610                                         The string can contain spaces and so
611                                         is wrapped in "...".
612         rotateAngle 30                  Rotation of the data.
613                                         Output for non-zero rotation only.
614         rotateOrigin bottomleft         Rotation origin.
615                                         Output for non-zero rotation and
616                                         non-default origin (center) only.
617         scale 50
618         width 2cm                       Output only if the image is resized.
619         height 2cm
620         keepAspectRatio
621
622 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
623
624         * Added box inset. File format:
625
626         \begin_inset Ovalbox            Boxed/Frameless/ovalbox/Ovalbox
627                                             /Shadowbox/Doublebox
628         position "b"                    t/c/b
629         hor_pos "c"                     l/c/r/s
630         has_inner_box 1                 1/0
631         inner_pos "b"                   t/c/b/s
632         use_parbox 0                    1/0
633         width "100col%"                 unit+width-string
634         special "none"                  none/height/depth
635                                             /totalheight/width
636         height "1in"                    unit+width-string
637         height_special "totalheight"    none/height/depth
638                                             /totalheight/width
639         collapsed false                 true/false
640
641         \begin_layout Standard
642
643         <box contents>
644         \end_layout
645
646         \end_inset
647
648         This box (Frameless, has_inner_box=1, use_parbox=0) replaces
649         the pre-existing Minipage inset. Parameters translate as follows:
650         position                        0/1/2   -> t/c/b
651         inner_position                  0/1/2/3 -> inner_pos c/t/b/s
652         height                          same
653         width                           same
654         collapsed                       same
655
656 2003-08-19  Michael Schmitt  <michael.schmitt@teststep.org>
657
658         * attribute valignment="center" is replaced by valignment="middle"
659         for tabular columns and cells
660
661 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
662
663         * Added branch inset. File format:
664
665         branch definition in the header:
666         \branch <branchname>
667         \selected 0                    0/1
668         \color #rrggbb
669         \end_branch
670
671         \begin_inset Branch <branchname>
672         collapsed false                 true/false
673
674         \begin_layout Standard
675
676         <branch contents>
677         \end_layout
678
679         \end_inset
680
681 2003-07-28  José Matos  <jamatos@lyx.org>
682
683         * \the_end is replaced with \end_document
684
685 2003-07-28  José Matos  <jamatos@lyx.org>
686
687         * \layout is replaced with \begin_layout
688
689 2003-07-28  José Matos  <jamatos@fep.up.pt>
690
691         Format bumped to 225
692
693         * All layouts finish now with \end_layout
694
695 2003-06-04  Angus Leeming  <leeming@lyx.org>
696
697         Format bumped to 224
698
699         * the storage of the external inset has been changed from
700
701                 \begin_inset External XFig,"file.fig",""
702
703                 \end_inset
704
705         to this
706
707                 \begin_inset External
708                         template XFig
709                         filename file.fig
710                         display <display_type>
711                         lyxscale <scale>
712
713                 \end_inset
714
715         throwing away the final arg (here "", more generally "<string>") that holds
716         the parameters variable.
717         Variables are output if present (filename) or different from the default
718         values (display, lyxscale).
719
720         Moreover, the RasterImage template has been scrapped. All RasterImage
721         external insets are now converted to Graphics insets.
722
723 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
724
725         * Added new space insets:
726                 \SpecialChar ~ is now \InsetSpace ~
727                 ERT: "\ " could be converted to InsetSpace \<space>
728                 ERT: "\," could be converted to InsetSpace \,
729
730 2003-04-24  André Pönitz <poenitz@gmx.net>
731
732         * Added eqref support:
733         \begin_inset LatexCommand \eqref{label}
734
735 2003-03-14  Dekel Tsur
736
737         * Format bumped to 223.
738
739 2003-03-12  John Levon  <levon@movementarian.org>
740
741         * Added \\end_header to signify the end of the header in a
742           more robust fashion.
743
744         * use_amsmath is now a tristate {0 = never, 1 = auto, 2 = always}
745
746 2003-02-10  John Levon  <levon@movementarian.org>
747
748         Format bumped to 222
749
750         Added \\tracking_changes 0|1 to the header.
751
752         Added \\author to the header. This can be present multiple
753         times, and is of the form :
754
755         \\author "Real Name" email@address.com
756
757         Added \\change_deleted, \\change_inserted. Each of these does not
758         span a paragraph, and is delimited by "\\change_unchanged\n". Both are
759         of the form :
760
761         \\change_inserted author time
762
763         where author is an integer ID reference into the author list in
764         the header, and time is time_t.
765
766 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
767
768         * InsetGraphicsParams.h (scale): is now a float, not an unsigned int.
769
770 2002-08-22  Rob Lahaye <lahaye@snu.ac.kr>
771
772 New graphics dialog. With the removal of buttons in the dialog, also
773 keywords in the graphics inset went. The following keywords do not
774 exist anymore:
775         lyxsize_kind
776         lyxsize_type
777         lyxwidth
778         lyxheight
779         size_kind
780         size_type
781         rotate
782
783 Only non-default values are saved to the lyx files. The defaults of the remaining
784 keywords are;
785         filename <empty>
786         lyxscale 100
787         display default
788         scale 100
789         width <empty>
790         height <empty>
791         draft <off>
792         noUnzip <off>
793         BoundingBox <from file>
794         clip <off>
795         rotateAngle 0
796         rotateOrigin centerBaseline
797         subcaption <off>
798         subcaptionText <empty>
799         special <empty>
800
801 The remaining keywords have sufficient overlap with the old ones for a
802 smooth reading of the 1.2.x inset keywords in most common cases.
803
804 Compatibility is certainly broken for the old lyxwidth/lyxheight keywords.
805 They don't exist anymore and we can't translate them into a scaling value, while
806 we're reading the graphics inset. The old lyxwidth/lyxheight keyword and its
807 argument is ignored and lost.
808
809 Only few compatibility issues are left for lyx2lyx:
810
811 ------------------------------------------------------------------------------
812 old-token                                   new-token         remove
813 ------------------------------------------------------------------------------
814 size_kind original / size_type 0            scale 100         width <val>
815                                                               height <val>
816                                                               scale <val>
817
818 size_kind width_height / size_type 1            -             scale <val>
819
820 lyxsize_kind original / lyxsize_type 0      lyxscale 100      lyxscale <val>
821 ------------------------------------------------------------------------------
822 [replace old-token by new-token, and remove any of subsequent tokens as listed]
823
824 If "rotate" is absent, lyx2lyx should ignore "rotateAngle <val>":
825    if ( "rotateAngle <val>" is there WITHOUT being preceded by the keyword "rotate" )
826    then
827         replace "rotateAngle <val>" by "rotateAngle 0"
828
829
830 2002-08-12  Andre' Poenitz <poenitz@gmx.de>
831
832 Added \lyxlock for locked math inset when written to .lyx file.
833 When "downgrading" .lyx files this should simple be deleted but it
834 does not hurt at all if it stays in. It does not have to be added
835 when "upgrading".
836
837
838 2002-08-02  Angus Leeming  <leeming@lyx.org>
839
840 Added a boolean "preview" flag to InsetCommandParams.
841 Currently it is written only by InsetInclude, because only this
842 class can generate a preview of its contents.
843
844 The LyX file now contains:
845
846  \begin_inset Include \input{snapshot_t=40.tex}
847 +preview true
848
849  \end_inset
850
851 Earlier versions of LyX just swallow this extra token silently.
852
853 2002-08-12  Angus Leeming  <leeming@lyx.org>
854
855 The 1.2.0 InsetGraphicsParams "size_type" and "lyxsize_type" have been
856 renamed as "size_kind" and "lyxsize_kind" respectively.
857
858  \begin_inset Graphics FormatVersion 1
859         filename file.eps
860         display default
861 -       size_kind original
862 +       size_type original
863         width 7cm
864         rotateOrigin center
865 -       lyxsize_kind original
866 +       lyxsize_type original
867         lyxwidth 4cm
868
869  \end_inset
870
871
872