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