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