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