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