]> git.lyx.org Git - lyx.git/blob - development/FORMAT
lyx2lyx/lyx_2_0.py:
[lyx.git] / development / FORMAT
1 LyX file-format changes
2 -----------------------
3
4 Please keep the entries informative enough, i.e. try to indicate what
5 changes happened in particular if possible.
6 The good example would be 2010-01-10 entry.
7
8 -----------------------
9
10 2010-07-03 Uwe Stöhr <uwestoehr@web.de>
11         * Format incremented to 394: support for makebox;
12           new box parameter \use_makebox
13
14 2010-06-07 Richard Heck <rgheck@comcast.net>
15         * Format incremented to 393 (r34619)
16                 Renaming in LyX format: \begin_inset OptArg becomes
17           \begin_inset Argument.        
18
19 2010-06-07 Richard Heck <rgheck@comcast.net>
20         * Format incremented to 392 (r34615)
21           Dummy format change permitting Beamer files to be converted to 
22                 a new, more useful format.
23
24 2010-06-05 Edwin Leuven <e.leuven@uva.nl>
25         * Format incremented to 391 (r34598)
26           Added support for decimal alignment in tables.
27
28 2010-05-25 Pavel Sanda <sanda@lyx.org>
29         * Format incremented to 390: support for ouput sync (forward/reverse)
30         search. New boolean \forward_search and string \forward_macro.
31
32 2010-05-24 Richard Heck <rgheck@comcast.net>
33         * Format incremented to 389: remove quotes from html_latex_* params.
34
35 2010-05-18 Uwe Stöhr <uwestoehr@web.de>
36         * Format incremented to 388: support for page sizes A0-3, A6, B0-3, B6
37           and JIS B0-6
38
39 2010-04-21 Richard heck <rgheck@comcast.net>
40         * Format incremented to 387: New options for XHTML math output.
41           New BufferParams: html_math_img_scale, html_latex_start,
42           html_latex_end.
43
44 2010-04-17 Richard heck <rgheck@comcast.net>
45         * Format incremented to 386: LyX version for InsetInfo:
46           new parameters: type  "lyxinfo", arg   "version".
47
48 2010-04-08 Uwe Stöhr <uwestoehr@web.de>
49         * Format incremented to 385: support to change the background color
50           for shaded boxes: new buffer parameter \boxbgcolor
51
52 2010-04-03 Uwe Stöhr <uwestoehr@web.de>
53         * Format incremented to 384: support to specify a document-wide
54           font color: new buffer parameter \fontcolor
55
56 2010-03-31 Uwe Stöhr <uwestoehr@web.de>
57         * Format incremented to 383: support for Turkmen
58
59 2010-03-31 Uwe Stöhr <uwestoehr@web.de>
60         * Format incremented to 382: support to change the font color
61           for greyed-out notes: new buffer parameter \notefontcolor
62
63 2010-03-28: Vincent van Ravesteijn <vfr@lyx.org>
64         * Format incremented to 381: support for new parameters
65           for \xymatrix: \xymatrix@!0, \xymatrix!R and \xymatrix!C.
66
67 2010-03-28: Vincent van Ravesteijn <vfr@lyx.org>
68         * Format incremented to 380: introduction of InsetPreview.
69         
70 2010-03-18: Richard Heck <rgheck@comcast.net>
71         * Format incremented to 379: revise format 374
72           Replace boolean \html_use_mathml with \html_math_output,
73           which at the moment can be: MathML, HTML, Images, or LaTeX.
74
75 2010-02-12 Pavel Sanda <sanda@lyx.org>
76         * Format incremented to 378: support for revision InsetInfo.
77           Various "vcs-*" strings could be argument of arg parameter
78           in InsetInfo. This entry is a safety measure, no lyx2lyx
79           conversion is needed in fact.
80
81 2010-02-11 Uwe Stöhr <uwestoehr@web.de> and Edwin Leuven <e.leuven@uva.nl>
82         * Format incremented to 377: support for multirow cells in
83           tables
84
85 2010-01-10 Jürgen Spitzmüller <spitz@lyx.org>
86         * Format incremented to 376: new buffer param
87           \maintain_unincluded_children. If true, the aux files of
88           non-included children (with \includeonly) are updated to
89           keep the counters and refs correct.
90
91 2010-01-06 Jürgen Spitzmüller <spitz@lyx.org>
92         * Format incremented to 375: add support for \includeonly
93           This adds a new buffer param list of relative filenames
94           which are output as \includeonly arguments, like this:
95           \begin_includeonly
96           child1.lyx
97           child2.lyx
98           \end_includeonly
99
100 2009-12-30 Richard Heck <rgheck@comcast.net>
101         * Format incremented to 374: add html output options.
102                 \html_use_mathml (boolean): whether to use MathML or images
103                 \html_be_strict (boolean): whether to be XHTML 1.1 compliant
104
105 2009-12-07 Jürgen Spitzmüller <spitz@lyx.org>
106         * Format incremented to 373: merge g-brief-de and g-brief-en
107           classes into one g-brief class.
108           All German layout names are replaced by English ones, the
109           two classes are renamed to g-brief.
110
111 2009-11-29 Jürgen Spitzmüller <spitz@lyx.org>
112         * Format incremented to 372: new buffer param fontencoding.
113           This param holds a buffer-specific fontencoding (argument
114           of the fontenc package).
115           Possible values:
116           - global: use lyxrc.fontenc [this is the default]
117           - default: do not load the fontenc package at all
118           - <ENC>: real encodings such as "T1". Multiple encodings
119             can be separated by comma.
120
121 2009-11-11 Uwe Stöhr <uwestoehr@web.de>
122         * Format incremented to 371: add option to suppress the LaTeX
123           package mhchem.
124
125 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
126         * Format incremented to 370: introduce a document option to
127           suppress the default date.
128
129 2009-07-22 Vincent van Ravesteijn <vfr@lyx.org>
130         * Format incremented to 369: add the author ids to the list of
131           authors and let the numbering start with 1 in stead of 0.     
132
133 2009-07-21 Jürgen Spitzmüller <spitz@lyx.org>, Uwe Stöhr <uwestoehr@web.de>
134         * Format incremented to 368: allow to use glue lengths for
135           horizontal spaces.
136           We just revert hspaces with glue lengths to ERT, since the
137           inset didn't support them prior to format 368.
138           No explicit conversion.
139
140 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
141         * Format incremented to 367: allow to use percent lengths for
142           vertical and horizontal spaces.
143
144 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
145         * Format incremented to 366: allow to use percent lengths for the
146           paragraph skip separation.
147
148 2009-07-19 Uwe Stöhr <uwestoehr@web.de>
149         * Format incremented to 365: support for paragraph indentation.
150
151 2009-07-13 Jürgen Spitzmüller <spitz@lyx.org>
152         * Format incremented to 364: add \filename_suffix parameter
153           to branches.
154           Possible values: 0, 1.
155           If "1", the branch name is appended to the filename on export
156           (e.g., <filename>-<suffix>.pdf).
157
158 2009-07-11 Uwe Stöhr <uwestoehr@web.de>
159         * Format incremented to 363: support for horizontal longtable
160           alignment.
161   
162 2009-06-11 Jürgen Spitzmüller <spitz@lyx.org>
163         * Format incremented to 362: support for the applemac encoding.
164
165 2009-05-25 Jürgen Spitzmüller <spitz@lyx.org>
166         * Format incremented to 361: support for custom setting of
167           bibliography (longest) label width.
168           Empty file format change.
169
170 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
171         * Format incremented to 360: param width for nomencl_print
172         CommandInset. This
173         1.) adds a further value "width" to param set_width
174         (see format 359)
175         and
176         2.) a param width, which takes a length
177         If "width" is chosen, we define the indendation of the nomencl
178         list via the optional argument of \printnomenclature, e.g.
179         \printnomenclature[2cm]{}
180
181 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
182         * Format incremented to 359: param set_width for nomencl_print
183         CommandInset. This specifies how wide the longest nomencl label
184         is (i.e., how wide the indendation in the nomencl list is).
185         Possible values:
186         - none: do not specifiy the width (use predefined values)
187         - auto: compute the widest label and specify via
188           \settowidth{\nomlabelwidth}{<widest label>}
189
190 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
191         * Format incremented to 358: support for custom bibtex and
192           makeindex commands.
193
194 2009-05-05 Pavel Sanda <sanda@lyx.org>, Enrico Forestieri <forenr@lyx.org>
195         * Format incremented to 357: Change of the latex output for
196           underline from \underbar to ulem's \uline.
197
198 2009-05-05 Pavel Sanda <sanda@lyx.org>
199         * Format incremented to 356: support for double and wave underline
200           character styles via ulem's \uuline and \uwave
201
202 2009-05-03 Pavel Sanda <sanda@lyx.org>
203         * Format incremented to 355: support for strikeout character
204           style via ulem's \sout
205
206 2009-04-26 Jürgen Spitzmüller <spitz@lyx.org>
207         * Format incremented to 354: support for splitindex's
208           \printindex* and \printsubindex*.
209
210 2009-04-26 Jürgen Spitzmüller <spitz@lyx.org>
211         * Format incremented to 353: support for splitindex's
212           \printsubindex.
213
214 2009-04-15 Jürgen Spitzmüller <spitz@lyx.org>
215         * Format incremented to 352: splitindex support.
216
217 2009-04-11 Uwe Stöhr <uwestoehr@web.de>
218         * Format incremented to 351: support to set a page background
219           color.
220
221 2009-04-06 Jürgen Spitzmüller <spitz@lyx.org>
222         * Format incremented to 350: new param \default_output_format.
223
224 2009-04-05 Jürgen Spitzmüller <spitz@lyx.org>
225         * Format incremented to 349: initial support for XeTeX.
226
227 2009-01-30 Uwe Stöhr <uwestoehr@web.de>
228         * Format incremented to 348: support for \*phantom.
229
230 2009-01-03 Vincent van Ravesteijn <V.F.vanRavesteijn@tudelft.nl>
231         * Format incremented to 347: support for tabular valign.
232
233 2008-11-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
234         * Format incremented to 346: support for German (Switzerland):
235           (bug 5450)
236
237 2008-11-07 José Matos <jamatos@lyx.org>
238         * Format incremented to 345: for docbook backend CharStyle: -> Element:
239           (fix bug 5411)
240
241 2008-10-12 Pavel Sanda <sanda@lyx.org>
242         * Format incremented to 344: sanitize backreference settings
243           for hyperref (fix bug 5340).
244
245 2008-10-12 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
246         * Format incremented to 343: new param \use_default_options
247           (fix bug 2114).
248
249 2008-10-12 Uwe Stöhr <uwestoehr@web.de>
250         * Format incremented to 342: support for Mongolian.
251
252 2008-09-30 Uwe Stöhr <uwestoehr@web.de>
253         * Format incremented to 341: support for TABs in listings.
254
255 2008-08-01 José Matos <jamatos@fc.up.pt>
256         * Format incremented to 340: move empty layouts to "Plain Layout".
257
258 2008-07-28 Richard Heck <rgheck@brown.edu>
259         * Format incremented to 339: removal of default modules.
260
261 2008-06-21 Uwe Stöhr <uwestoehr@web.de>
262         * Format incremented to 338: support for polytonic Greek.
263
264 2008-06-13 Abdelrazak Younes <younes@lyx.org>
265         * Format incremented to 337: convert/revert graphics display param.
266
267 2008-06-04 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
268         * Format incremented to 336: new param \font_cjk.
269
270 2008-05-30 Richard Heck <rgheck@brown.edu>
271         * Format incremented to 335: fixes for InsetSpace problems.
272
273 2008-05-16 Uwe Stöhr <uwestoehr@web.de>
274         * Format incremented to 334: fix for bug 4868.
275
276 2008-05-09 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
277         * Format incremented to 333: fixes in the APA layout.
278
279 2008-05-06 Pavel Sanda <sanda@lyx.org>
280         * Format incremented to 332: Added groupId for graphics insets.
281
282 2008-25-04 Helge Hafting <helge.hafting@aitel.hist.no>
283         * Format incremented to 330: More horizontal fills
284           - \leftarrowfill, \rightarrowfill
285           - \upbracefill, \downbracefill
286
287 2008-04-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
288         * Format incremented to 329: new param \master.
289
290 2008-04-18 Bo Peng <ben.bob@gmail.com>
291         * Format incremented to 328: Revert the support for embedding
292
293 2008-04-16 Uwe Stöhr <uwestoehr@web.de>
294         * Format incremented to 327: support for Mexican Spanish.
295
296 2008-04-11 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
297         * Format incremented to 326: support for pdflatex via external inset.
298
299 2008-03-29 Uwe Stöhr <uwestoehr@web.de>
300         * Format incremented to 325: merge the two Japanese languages to one that is
301           encoding independent.
302
303 2008-03-25 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
304         * Format incremented to 324: merge the two newline insets.
305
306 2008-03-25 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
307         * Format incremented to 323: merge the diverse newpage insets.
308
309 2008-03-24 Richard Heck <rgheck@comcast.net>
310         * Format incremented to 322: local layout
311
312 2008-03-18 Edwin Leuven <e.leuven@uva.nl>
313         * Format incremented to 321: drop row/col lines and ensure
314           consistency between cell and row/col lines.
315           Make the separation between \begin_inset and Tabular a
316           single space (it used to be a double space for lyx < 1.4)
317
318 2008-03-18 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
319         * Format incremented to 320: support for protected horizontal fill
320           (\hspace*{\fill})
321
322 2008-03-10 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
323         * Format incremented to 319: hspace and extended hfill support
324
325 2008-03-09 Bo Peng <ben.bob@gmail.com>
326         * Format incremented to 318: add \extra_embedded_files to buffer params
327
328 2008-03-02 Uwe Stöhr <uwestoehr@web.de>
329         * Format incremented to 317: support floating placements for wrap floats
330
331 2008-03-02 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
332         * Format incremented to 316: support for subfloats (subfig package)
333
334 2008-02-18 Richard Heck <rgheck@comcast.net>
335         * Format incremented to 315: support for column separation in page margins
336
337 2008-02-03 Uwe Stöhr <uwestoehr@web.de>
338         * Format incremented to 314: adapt scrlttr2 class for serial letters
339
340 2008-01-12 Richard Heck <rgheck@comcast.net>
341         * Format incremented to 313: change in how modules are represented
342
343 2008-01-11 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
344         * Format incremented to 312: support for sidewaysalgorithm (rotfloat)
345           and wide sideways{figure,table}.
346
347 2008-01-10 Richard Heck <rgheck@comcast.net>
348         * Format incremented to 311: dummy format to drive the AMS conversion
349
350 2007-12-28 Bernhard Reiter <ockham@gmx.net>
351         * Format incremented to 310: support for \nocite{*}
352
353 2007-12-11 Bernhard Reiter <ockham@gmx.net>
354         * Format incremented to 309: support for \nocite
355
356 2007-12-15 Uwe Stöhr <uwestoehr@web.de>
357         * Format incremented to 308: support for Serbian (Latin)
358
359 2007-12-05 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
360         * Format incremented to 307: support for \slash and \nobreakdash
361
362 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
363         * Format incremented to 306: support for Interlingua
364
365 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
366         * Format incremented to 305: support for Bahasa Malaysia
367
368 2007-12-03 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
369         * Format incremented to 304: framed and shaded boxes are now real boxes
370           (not notes).
371
372 2007-11-25 Uwe Stöhr <uwestoehr@web.de>
373         * Format incremented to 303: remove Serbocroatian as this was not a real
374           babel language (Croatian was used instead in the background)
375         * Implement Serbian
376
377 2007-11-25 Uwe Stöhr <uwestoehr@web.de>
378         * Format incremented to 302: support for Latin and North Sami
379
380 2007-11-24 Uwe Stöhr <uwestoehr@web.de>
381         * Format incremented to 301: support for \linebreak
382
383 2007-11-23 Uwe Stöhr <uwestoehr@web.de>
384         * Format incremented to 300: support for \pagebreak
385
386 2007-11-01 Uwe Stöhr <uwestoehr@web.de>
387         * Format incremented to 299: support for hyperlink types
388
389 2007-11-01 Stefan Schimanski <sts@1stein.org>
390         * Format incremented to 298: math-macro code has been rewritten,
391           now it supports definitions with optional parameters
392
393 2007-10-29 Uwe Stöhr <uwestoehr@web.de>
394         * Format incremented to 297: support for Albanian, lower Sorbian,
395           fixed upper Sorbian language
396
397 2007-10-23 Richard Heck <rgheck@comcast.net>
398         * Format incremented to 296: InsetInclude becomes an InsetCommand
399
400 2007-10-12 Uwe Stöhr <uwestoehr@web.de>
401         * Format incremented to 295: get rid of the htmlurl command that was
402           needed for docbook, add the option to create a hyperlink instead
403
404 2007-10-12 Pavel Sanda <ps@twin.jikos.cz>
405         * Format incremented to 294: PDFOptions: add usetitle,
406           fix leftovers
407
408 2007-10-11 Bo Peng <ben.bob@gmail.com>
409         * Format incremented to 293: Add InsetInfo.
410
411 2007-10-09 Uwe Stöhr <uwestoehr@web.de>
412         * Format incremented to 292: Support for Japanese without
413           using CJK and inputenc. (japanese-plain)
414
415 2007-10-04 Uwe Stöhr <uwestoehr@web.de>
416         * Format incremented to 291: Support for Vietnamese.
417
418 2007-10-03 Uwe Stöhr <uwestoehr@web.de>
419         * Format incremented to 290: Add table wrap floats
420
421 2007-10-03 Martin Vermeer <martin.vermeer@tkk.fi>
422         * Format incremented to 289: make Index a collapsable inset.
423
424 2007-09-25 Richard Heck <rgheck@comcast.net>
425         * Format incremented to 288: Change how command insets are
426           represented in LyX files.
427
428 2007-09-24 Uwe Stöhr <uwestoehr@web.de>
429         * Format incremented to 287: Add missing optional parameters
430           for wrapped figures.
431
432 2007-09-21 Pavel Sanda <ps@twin.jikos.cz>
433         * Format incremented to 286: LyX now supports hyperref and some
434           of its options.
435
436 2007-09-11 Bo Peng <ben.bob@gmail.com>
437         * Format incremented to 285: Tweaks to embedded file format
438           Remove inzip parameter from graphics insets.
439
440 2007-09-09 Helge Hafting <helge.hafting@aitel.hist.no>
441         * Format incremented to 284: LyX now implements wrapped figures
442           using wrapfig.sty instead of floatflt.sty. The latter
443           is rather buggy, the former also has more options.
444           No conversion as the .lyx doesn't change.
445           The .tex export is slightly different, necessitating the
446           format increase.
447
448 2007-09-08 Martin Vermeer <martin.vermeer@tkk.fi>
449
450         * format incremented to 283: CharStyle insets are now
451           called Flex.
452
453 2007-08-31 Bo Peng <ben.bob@gmail.com>
454
455         * format incremented to 282: lyx files can be zipfiles with
456           embedded documents.
457
458 2007-08-29 Richard Heck <rgheck@comcast.net>
459
460         * format incremented to 281: allow modules for layout files
461
462 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>
463
464         * format incremented to 280: the show_label parameter
465           is depreciated in favour of (Collapsable) status.
466
467 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>
468
469         * format incremented to 279: CharStyle names are now
470           expected to be of form CharStyle:Name.
471
472 2007-08-12 José Matos <jamatos@fc.up.pt>
473
474         * format incremented to 278: Close begin_deeper with a
475           corresponding end_deeper (the only case where it matters is
476           at the end of the body).
477
478 2007-08-12 José Matos <jamatos@fc.up.pt>
479
480         * format incremented to 277: lyx is able to create invalid
481           table where a multicolumn does not have a first cell
482           (required by the table file format)
483
484 2007-07-20 Dov Feldstern <dov@lyx.org>
485
486         * format *not* incremented; fixed format 249 conversion, so that it now
487                 correctly deals with encodings in footnotes (part of bug 3613)
488
489 2007-06-26 Uwe Stöhr <uwestoehr@web.de> and Dov Feldstern <dov@lyx.org>
490
491         * format incremented to 276: switching exsting language 'arabic' to
492                 'arabic_arabtex'; this is to differentiate from the new arabic support
493                 using the arabi package.
494
495 2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
496
497         * format incremented to 275: add graphics params scaleBeforeRotation
498         (fix bug 1749).
499
500 2007-06-13 Dov Feldstern <dov@lyx.org>
501         * format incremented to 274: applying the conversion done in format 259
502                 to the \lang property, which was forgotten back then... This is
503                 slightly more complicated, because the default language has to be
504                 determined on a per-paragraph basis.
505
506 2007-06-13 Bo Peng <ben.bob@gmail.com>
507         * format incremented to 273: add --Separator-- environment to
508                 separate consecutive environments
509
510 2007-06-13 Bo Peng <bpeng@lyx.org>
511         * format incremented to 272: convert listings to ERT because
512                 earlier versions of lyx can not handle unrecognizable
513                 listings parameters.
514
515 2007-05-15 José Matos <jamatos@lyx.org>
516         * format incremented to 271: extended textclasses accept the
517         normal font sizes: 10, 11 and 12pt.
518
519 2007-05-14 Martin Vermeer <martin.vermeer@tkk.fi>
520         * format incremented to 270: support beamer \alert, \structure
521
522 2007-05-08 Bo Peng <ben.bob@gmail.com>
523         * format incremented to 269: add listings support
524         - add preamble flag \listings_params, e.g. \listings_params "language=Python,float"
525         - add inset listings, with options lstparams and inline, e.g.
526                 \begin_inset listings
527                 lstparams "xleftmargin=50pt,language=Python"
528                 inline false
529         - add \lstinputlisting Include type. e.g.
530                 \begin_inset Include \lstinputlisting{newfile1.lyx}[firstline=10,lastline=15]
531
532 2007-05-06 Uwe Stöhr  <uwestoehr@web.de>
533
534         * format incremented to 268: add support for the CJK encodings
535         - all encodings supported by CJK.sty are now in lib/encodings
536         - lib/encoding has got two new flags:
537           - encoding package:
538             "inputenc" for those languages that use the inputenc-package and
539             "CJK" for the CJK encodings
540           - "fixed"/"variable" to divide between multi- or single-byte encoding
541         - lib/languages allows now to set an empty language for babel
542           in this case babel isn't called.
543
544 2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
545
546         * format incremented to 267: add plain utf8 encoding (for XeTeX).
547
548 2007-04-29  Uwe Stöhr  <uwestoehr@web.de>
549
550         * format incremented to 266:
551         Support for the Armenian language
552
553 2007-04-26  Uwe Stöhr  <uwestoehr@web.de>
554
555         * format incremented to 265: fix LyX's table border line handling
556         With the fix (see bug 1746) LyX now takes care if the user has entered
557         a "|" character in the argument field of tables. Therefore the "|"
558         character has to be removed when also a table border is set.
559
560 2007-04-24  José Matos  <jamatos@lyx.org>
561
562         * format incremented to 264:
563         textclass cv is renamed simplecv
564
565 2007-02-22  José Matos  <jamatos@lyx.org>
566
567         * format incremented to 263: changes in the language names (overdue):
568           brazil -> brazilian
569           portuges -> portuguese
570
571 2007-02-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
572
573         * format incremented to 262: Allow ascii \inputencoding
574
575 2007-02-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
576
577         * format incremented to 261: \output_changes is now considered
578         even if \tracking_changes is false. This allows to output existing
579         changes even if future changes are not tracked anymore.
580         The old combination
581
582         \tracking_changes false
583         \output_changes true
584
585         is therefore converted to
586
587         \tracking_changes false
588         \output_changes false
589
590         on upgrade. Nothing is done on downgrade since the new behaviour is
591         not supported in older formats.
592
593 2007-02-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
594
595         * format incremented to 260: Allow utf8x \inputencoding
596
597 2007-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
598
599         * format incremented to 259:
600         Old: Spaces at start or end of font changes were output outside of
601              the font change, i.e. not 'xx\textbf{ yy }zz', but
602              'xx \textbf{yy} zz'.
603         New: Spaces are always output with the font set by the user.
604
605 2007-01-31  Uwe Stöhr  <uwestoehr@web.de>
606
607         * format incremented to 258: new \lyxline definition
608         Old:
609                 \\newcommand{\\lyxline}[1]{
610                   {#1 \\vspace{1ex} \\hrule width \\columnwidth \\vspace{1ex}}
611                 }
612         New:
613                 \\newcommand{\\lyxline}[1][1pt]{%
614                   \\par\\noindent%
615                   \\rule[.5ex]{\\linewidth}{#1}\\par}
616         The new definition is more robust, see bug 1988 and now really takes care of
617         the fontsize: \lyxline{\Huge} produces now a thicker line than \lyxline{\normalfont}
618
619 2007-01-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
620
621         * format incremented to 257: Caption styles have been replaced by
622         InsetCaption. This is at the same time also a layout file format
623         change to format 3. layout2layout removes caption layouts from old
624         styles.
625         Note that InsetCaption did exist before this format, but was never
626         used. Old files containing do nevertheless still work.
627         Of course users can still define a Caption style in layout files,
628         but the special treatment in LyX is gone (apart from the sensitive
629         label property).
630
631 2006-12-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
632
633         * format incremented to 256: allow some new inputenc settings.
634         For the complete list, see lib/lyx2lyx/lyx_1_5.py.
635
636 2006-11-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
637
638         * format incremented to 255: new insets for \clearpage and
639         \cleardoublepage. They are written inline to the file, exactly like
640         \newpage.
641
642 2006-11-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
643
644         * format incremented to 254: new header parameter \use_esint.
645         It can have the same values as \use_amsmath: 0 (off), 1 (auto) and
646         2 (on).
647
648 2006-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
649
650         * format incremented to 253: new nomenclature and printnomenclature
651         insets. These are standard InsetCommand with the following parameters:
652         \nomenclature[prefix]{symbol}{description}
653         \printnomenclature[labelwidth]
654
655 2006-10-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
656
657         * format incremented to 252: changed command inset syntax
658
659         Old:
660
661         \begin_inset LatexCommand \cmdname[opt1][opt2]{arg}
662         preview true
663         \end_inset
664
665         and
666
667         \bibitem [opt1]{arg}
668
669
670         New:
671
672         \begin_inset LatexCommand cmdname
673         name1 "opt1"
674         name2 "opt2"
675         name3 "arg"
676         preview true
677         \end_inset
678
679         The order of the parameters and for each parameter the name and
680         optional/required bit is now stored in InsetCommandParams.
681
682 2006-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
683
684         * format incremented to 251: save show_label param for charstyles.
685
686         On revert, the show_label param is just removed. Nothing to convert.
687
688 2006-10-12  Martin Vermeer <martin.vermeer@hut.fi>
689
690         * Format incremented to 250: allow optional arg to environments
691
692         No material format change. Now optargs for environments are allowed
693         to be specified in layout files and will be handled properly. When
694         converted back to older formats, they will be ignored in LaTeX
695         output.
696
697 2006-08-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
698
699         * format incremented to 249: Unicode
700
701         LyX documents are now always encoded in utf8. The value of
702         \inputencoding does now only determine the encoding of the created
703         LaTeX file.
704         Up to format 248 the value of \inputencoding did also determine the
705         encoding of the LyX file:
706
707         \inputencoding       LyX file encoding
708         auto                 as determined by the document and character
709                              languages
710         default              ditto
711         everything else      as determined by \inputencoding
712
713         The difference between auto and default is only the LaTeX output:
714         auto causes loading of the inputenc package, default does not.
715
716 2006-07-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
717
718         * format incremented to 248: Basic booktabs support
719
720         The <features> tag has a new switch: booktabs="true|false".
721         An absent switch is equivalent to booktabs="false".
722         Horizontal lines are set with the booktabs package if this switch
723         is on.
724
725         The <row> tag of tabulars has the following new attributes:
726         topspace, bottomspace and interlinespace. All take a LyXLength
727         as value, or the special keyword "default".
728
729 2006-06-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
730
731         * format incremented to 247. The Grand Font Interface Rewrite.
732         (1) Split font selection to rm, sf, tt:
733                 \fontscheme -> \font_roman, \font_sans, \font_typewriter
734                 Change 246->247:
735                         \fontscheme     \font_roman     \font_sans      \font_typewriter
736                         default         default         default         default
737                         ae              ae              default         default
738                         times           times           default         default
739                         palatino        palatino        default         default
740                         helvet          default         helvet          default
741                         avant           default         avant           default
742                         newcent         newcent         default         default
743                         bookman         bookman         default         default
744                         pslatex         times           (or \usepackage{pslatex})
745                 New 246->247:
746                         \font_roman: cmr (-> \renewcommand{\rmdefault}{cmr}),
747                                      lmodern, charter, utopia, ccfonts, chancery, beraserif
748                                         (-> \usepackage{<name>})
749                         \font_sans: cmss, lmss, cmbr
750                                         (-> \renewcommand{\sfdefault}{<name>})
751                                     berasans (-> \usepackage{<name>})
752                         \font_typewriter: cmtt, lmtt, cmtl,
753                                         (-> \renewcommand{\sfdefault}{<name>})
754                                         courier, luximono, beramono
755                                         (-> \usepackage{<name>})
756         (2) New param \font_default_family (rmdefault, sfdefault, ttdefault)
757         (3) New param \font_sc (true, false).
758         (4) New param \font_osf (true, false).
759         (5) New param \font_sf_scale (float)
760         (6) New param \font_tt_scale (float)
761         Support for the following fonts has been added:
762                 bera, ccfonts, chancery, charter, cmbright, computer modern (explicitely),
763                 courier, lmodern, luximono, utopia.
764         Support for the following font has been removed:
765                 pslatex (it's superseded by mathptmx (times)).
766
767 2006-06-03  Martin Vermeer  <martin.vermeer@hut.fi>
768
769         * format incremented to 246. The framed.sty package is
770         now supported with note types framed and shaded.
771
772 2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
773
774         * format incremented to 245. The \quotes_times parameter
775         has been removed.
776
777 2005-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
778
779         * format incremented to 244. Rename '\InsetSpace \,'
780         to '\InsetSpace \thinspace{}', because the comma was
781         not parsed by lyxlex, and '\InsetSpace \space' to
782         '\InsetSpace \space{}' in favour of consistency.
783
784 2005-07-18  José Matos  <jamatos@lyx.org>
785
786         * format incremented to 243.
787
788         * this change only affects the preamble, the paperpackage
789           option was removed and papersize is changed to default.
790
791 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
792
793         * format incremented to 242. There is no file format per
794         se, but the "frenchb" language has been removed from lib/language
795         and has to be translated to "french" by lyx2lyx.
796
797 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
798
799         * format incremented to 241.
800
801         All following changes apply only to text in ERT insets. The
802         rationale is that text in ERT is simply ASCII text, and nothing more.
803
804         * paragraph breaks are now a single newline in latex and not a
805         paragraph break anymore (bug 698).
806         * \newline is not allowed anymore, because it is redundant (see above)
807         * layouts other than Standard, paragraph parameters and font changes
808         are not allowed anymore. They never made sense and were ignored for
809         latex output, but now they can't be read or set anymore (bug 922).
810
811
812 2005-01-23  Jürgen Spitzmüller  <j.spitzmüller@gmx.de>
813
814         * format incremented to 240.
815         * new bufferparam:
816                 \output_changes {true|false}
817         (should the change tracking marks be visible in the output or not?)
818         * lyx2lyx should just delete the param in 239.
819
820 2005-01-06  José Matos  <jamatos@lyx.org>
821
822         * format incremented to 239.
823         * the paragraph parameters are displayed in their own line. This
824         change is consistent with the insets behaviour, and corresponds
825         to a more uniform treatment of the paragraphs since some of them
826         had already their own line.
827
828         An example of a single paragraph follows:
829
830 \begin_layout Standard
831 \paragraph_spacing single
832 \align left
833 Paragraph text.
834 \end_layout
835
836
837 2004-12-03  José Matos  <jamatos@lyx.org>
838
839         * format incremented to 238.
840         * The compatibility code to read old latex accents from 0.12.x in
841         InsetLatexAccent::checkContents has been removed.
842         The following translations are done:
843                 "\i \x"   -> "\i \x{}"
844                 "\i \xy"  -> "\i \x{y}"
845                 "\i \x y" -> "\i \x{y}"
846                 "\i \x\i" -> "\i \x{\i}"
847                 "\i \x\j" -> "\i \x{\j}"
848         x is a latex accent command, y the base character. \, i and j are
849         literal.
850         lyx did these changes already from 0.12.x -> 215, but not lyx2lyx,
851         so formats 215 - 237 can have both versions.
852
853
854 2004-10-10  José Matos  <jamatos@lyx.org>
855
856         * format incremented to 237.
857         * In the header, the following statments use now booleans values,
858         instead of 0, 1:
859                 - \use_geometry
860                 - \use_bibtopic
861                 - \tracking_changes
862
863 2004-08-15  José Matos  <jamatos@lyx.org>
864
865         * format incremented to 236.
866         * Added tags:
867                 - \begin_document
868                 - \begin_header
869                 - \begin_body
870                 - \end_body
871
872         * The options for \papersize are changed:
873                 Default -> default
874                 Custom -> custom
875         * All whitespaces are removed at the end of lines, when
876         not necessary. As an example we have all the lines in the header that
877         do not belong to the preamble.
878
879 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
880
881         * format incremented to 235.
882         * \paperpackage had an off-by-one error. Translation table:
883
884           234: a4    a4wide  widemarginsa4
885           235: none  a4      a4wide         widemarginsa4
886
887           The "widemarginsa4" setting of 235 has no equivalent in 234.
888
889 2004-05-12  Angus Leeming  <leeming@lyx.org>
890
891         * format incremented to 234.
892         * the citation engine is specified explicitly rather than being
893         deduced from 3 bools.
894
895         \use_natbib 1
896         \use_numerical_citations 0   ->   \cite_engine <style>
897         \use_jurabib 0
898
899         where <style> is one of "basic", "natbib_authoryear",
900         "natbib_numerical" or "jurabib".
901
902 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
903
904         * format incremented to 233.
905         * insetgraphics does not allow filenames without extension anymore.
906         The complete filename has to be given.
907
908 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
909
910         * format incremented to 232.
911
912         * Support for bibtopic (sectioned bibliographies).
913           - bufferparam \use_bibtopic [1|0]
914           - the bibtex inset has a second argument for bibtopic's
915             btPrint{Cited|NotCited|All} command:
916             < 231:
917             \begin_inset LatexCommand \bibtex[<style>]{<database>}
918             now:
919             \begin_inset LatexCommand \bibtex[<style>][<btPrintX>]{<database>}
920           Forwards, there's nothing to be done. Backwards, \usepackage[dot]{bibtopic}
921           has to be inserted to the preamble. Instead of the bibtex inset, the LaTeX
922           \bibliographystyle{<style>}
923           \begin{btSect}{<database>}
924           \<btprintX>
925           \end{btSect}
926           has to be inserted.
927
928 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
929
930         * format incremented to 231.
931
932         * Support for sidewaysfigure/sidewaystable (rotating package).
933         insetfloat has now a param \sideways [true|false] (default is false).
934         The param should be erased on downwards conversion, if it was true,
935         the inset should be replaced by
936         \begin{sidewaysfigure} <content> \end{sidewaysfigure}
937         resp.
938         \begin{sidewaystable} <content> \end{sidewaystable}
939         i.e. ERT.
940
941 2004-02-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
942
943         * format incremented to 230.
944
945         * Support for a second optional argument in insetcommand.
946         currently, citation uses this to support natbibs second
947         optional argument \cite[before][after]{key}.
948         I think there's nothing to convert upwards. Downwards, the
949         commands with 2 optional args need to be converted to ERT.
950
951         * Support for jurabib (param \use_jurabib [1|0], default is 0).
952         When converting downwards, \usepackage{jurabib} has to be added
953         to the preamble and, if babel is used, \usepackage{babel} before
954         (jurabib fails if babel is called afterwards). If the natbib commands
955         are used together with jurabib, they have to be converted to ERT too.
956
957 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
958
959         * format incremented to 229.
960         * Minipages cannot be read anymore. All minipage insets will
961         be converted to frameless box insets between 228->229.
962
963 2003-12-15  Angus Leeming  <leeming@lyx.org>
964
965         * format incremented to 228.
966         * Change the output of all insets derived from InsetCollapsable
967         except for InsetERT (which has a similar output already), changing lines
968         "collapsed true" -> "status collapsed"
969         "collapsed false" -> "status open".
970         * Change the output of InsetERT, changing lines
971         "status Collapsed" -> "status collapsed"
972         "status Open" -> "status open".
973         "status Inlined" -> "status inlined".
974
975 2003-12-10  Angus Leeming  <leeming@lyx.org>
976
977         * format NOT incremented.
978         * add a 'draft' option to InsetExternal.
979
980 2003-12-10  Angus Leeming  <leeming@lyx.org>
981
982         * format incremented to 227.
983         * Change the output of InsetBox:
984         \begin_inset Boxed -> \begin_inset Box Boxed
985         \begin_inset Doublebox -> \begin_inset Box Doublebox
986         \begin_inset Frameless -> \begin_inset Box Frameless
987         \begin_inset ovalbox -> \begin_inset Box ovalbox
988         \begin_inset Ovalbox -> \begin_inset Box Ovalbox
989         \begin_inset Shadowbox -> \begin_inset Box Shadowbox
990
991 2003-12-10  Angus Leeming  <leeming@lyx.org>
992
993         * format incremented to 226.
994         * Change the output of InsetNote:
995         \begin_inset Note -> \begin_inset Note Note
996         \begin_inset Comment -> \begin_inset Note Comment
997         \begin_inset Greyedout -> \begin_inset Note Greyedout
998
999 2003-11-28  André Pönitz
1000
1001         * Remove space_above/space_below from Paragraph.
1002     This is now handled by InsetVSpace.
1003
1004 2003-10-07  Angus Leeming  <leeming@lyx.org>
1005
1006         * Add transformations to InsetExternal
1007
1008         boundingBox 0 0 20 20           the dimensions of the B.B..
1009                                         Output if the B.B. is not empty.
1010         clip                            clip the image to the B.B.
1011                                         Output if true.
1012         extra LaTeX "draft"             'extra' data passed to the primary
1013                                         command for this output format.
1014                                         (Possible formats LaTeX, PDFLaTeX,
1015                                          LinuxDoc, DocBook, Ascii.)
1016                                         The string can contain spaces and so
1017                                         is wrapped in "...".
1018         rotateAngle 30                  Rotation of the data.
1019                                         Output for non-zero rotation only.
1020         rotateOrigin bottomleft         Rotation origin.
1021                                         Output for non-zero rotation and
1022                                         non-default origin (center) only.
1023         scale 50
1024         width 2cm                       Output only if the image is resized.
1025         height 2cm
1026         keepAspectRatio
1027
1028 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1029
1030         * Added box inset. File format:
1031
1032         \begin_inset Ovalbox            Boxed/Frameless/ovalbox/Ovalbox
1033                                             /Shadowbox/Doublebox
1034         position "b"                    t/c/b
1035         hor_pos "c"                     l/c/r/s
1036         has_inner_box 1                 1/0
1037         inner_pos "b"                   t/c/b/s
1038         use_parbox 0                    1/0
1039         width "100col%"                 unit+width-string
1040         special "none"                  none/height/depth
1041                                             /totalheight/width
1042         height "1in"                    unit+width-string
1043         height_special "totalheight"    none/height/depth
1044                                             /totalheight/width
1045         collapsed false                 true/false
1046
1047         \begin_layout Standard
1048
1049         <box contents>
1050         \end_layout
1051
1052         \end_inset
1053
1054         This box (Frameless, has_inner_box=1, use_parbox=0) replaces
1055         the pre-existing Minipage inset. Parameters translate as follows:
1056         position                        0/1/2   -> t/c/b
1057         inner_position                  0/1/2/3 -> inner_pos c/t/b/s
1058         height                          same
1059         width                           same
1060         collapsed                       same
1061
1062 2003-08-19  Michael Schmitt  <michael.schmitt@teststep.org>
1063
1064         * attribute valignment="center" is replaced by valignment="middle"
1065         for tabular columns and cells
1066
1067 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1068
1069         * Added branch inset. File format:
1070
1071         branch definition in the header:
1072         \branch <branchname>
1073         \selected 0                    0/1
1074         \color #rrggbb
1075         \end_branch
1076
1077         \begin_inset Branch <branchname>
1078         collapsed false                 true/false
1079
1080         \begin_layout Standard
1081
1082         <branch contents>
1083         \end_layout
1084
1085         \end_inset
1086
1087 2003-07-28  José Matos  <jamatos@lyx.org>
1088
1089         * \the_end is replaced with \end_document
1090
1091 2003-07-28  José Matos  <jamatos@lyx.org>
1092
1093         * \layout is replaced with \begin_layout
1094
1095 2003-07-28  José Matos  <jamatos@fep.up.pt>
1096
1097         Format bumped to 225
1098
1099         * All layouts finish now with \end_layout
1100
1101 2003-06-04  Angus Leeming  <leeming@lyx.org>
1102
1103         Format bumped to 224
1104
1105         * the storage of the external inset has been changed from
1106
1107                 \begin_inset External XFig,"file.fig",""
1108
1109                 \end_inset
1110
1111         to this
1112
1113                 \begin_inset External
1114                         template XFig
1115                         filename file.fig
1116                         display <display_type>
1117                         lyxscale <scale>
1118
1119                 \end_inset
1120
1121         throwing away the final arg (here "", more generally "<string>") that holds
1122         the parameters variable.
1123         Variables are output if present (filename) or different from the default
1124         values (display, lyxscale).
1125
1126         Moreover, the RasterImage template has been scrapped. All RasterImage
1127         external insets are now converted to Graphics insets.
1128
1129 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1130
1131         * Added new space insets:
1132                 \SpecialChar ~ is now \InsetSpace ~
1133                 ERT: "\ " could be converted to InsetSpace \<space>
1134                 ERT: "\," could be converted to InsetSpace \,
1135
1136 2003-04-24  André Pönitz <poenitz@gmx.net>
1137
1138         * Added eqref support:
1139         \begin_inset LatexCommand \eqref{label}
1140
1141 2003-03-14  Dekel Tsur
1142
1143         * Format bumped to 223.
1144
1145 2003-03-12  John Levon  <levon@movementarian.org>
1146
1147         * Added \\end_header to signify the end of the header in a
1148           more robust fashion.
1149
1150         * use_amsmath is now a tristate {0 = never, 1 = auto, 2 = always}
1151
1152 2003-02-10  John Levon  <levon@movementarian.org>
1153
1154         Format bumped to 222
1155
1156         Added \\tracking_changes 0|1 to the header.
1157
1158         Added \\author to the header. This can be present multiple
1159         times, and is of the form :
1160
1161         \\author "Real Name" email@address.com
1162
1163         Added \\change_deleted, \\change_inserted. Each of these does not
1164         span a paragraph, and is delimited by "\\change_unchanged\n". Both are
1165         of the form :
1166
1167         \\change_inserted author time
1168
1169         where author is an integer ID reference into the author list in
1170         the header, and time is time_t.
1171
1172 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
1173
1174         * InsetGraphicsParams.h (scale): is now a float, not an unsigned int.
1175
1176 2002-08-22  Rob Lahaye <lahaye@snu.ac.kr>
1177
1178 New graphics dialog. With the removal of buttons in the dialog, also
1179 keywords in the graphics inset went. The following keywords do not
1180 exist anymore:
1181         lyxsize_kind
1182         lyxsize_type
1183         lyxwidth
1184         lyxheight
1185         size_kind
1186         size_type
1187         rotate
1188
1189 Only non-default values are saved to the lyx files. The defaults of the remaining
1190 keywords are;
1191         filename <empty>
1192         lyxscale 100
1193         display default
1194         scale 100
1195         width <empty>
1196         height <empty>
1197         draft <off>
1198         noUnzip <off>
1199         BoundingBox <from file>
1200         clip <off>
1201         rotateAngle 0
1202         rotateOrigin centerBaseline
1203         subcaption <off>
1204         subcaptionText <empty>
1205         special <empty>
1206
1207 The remaining keywords have sufficient overlap with the old ones for a
1208 smooth reading of the 1.2.x inset keywords in most common cases.
1209
1210 Compatibility is certainly broken for the old lyxwidth/lyxheight keywords.
1211 They don't exist anymore and we can't translate them into a scaling value, while
1212 we're reading the graphics inset. The old lyxwidth/lyxheight keyword and its
1213 argument is ignored and lost.
1214
1215 Only few compatibility issues are left for lyx2lyx:
1216
1217 ------------------------------------------------------------------------------
1218 old-token                                   new-token         remove
1219 ------------------------------------------------------------------------------
1220 size_kind original / size_type 0            scale 100         width <val>
1221                                                               height <val>
1222                                                               scale <val>
1223
1224 size_kind width_height / size_type 1            -             scale <val>
1225
1226 lyxsize_kind original / lyxsize_type 0      lyxscale 100      lyxscale <val>
1227 ------------------------------------------------------------------------------
1228 [replace old-token by new-token, and remove any of subsequent tokens as listed]
1229
1230 If "rotate" is absent, lyx2lyx should ignore "rotateAngle <val>":
1231    if ( "rotateAngle <val>" is there WITHOUT being preceded by the keyword "rotate" )
1232    then
1233         replace "rotateAngle <val>" by "rotateAngle 0"
1234
1235
1236 2002-08-12  Andre' Poenitz <poenitz@gmx.de>
1237
1238 Added \lyxlock for locked math inset when written to .lyx file.
1239 When "downgrading" .lyx files this should simple be deleted but it
1240 does not hurt at all if it stays in. It does not have to be added
1241 when "upgrading".
1242
1243
1244 2002-08-02  Angus Leeming  <leeming@lyx.org>
1245
1246 Added a boolean "preview" flag to InsetCommandParams.
1247 Currently it is written only by InsetInclude, because only this
1248 class can generate a preview of its contents.
1249
1250 The LyX file now contains:
1251
1252  \begin_inset Include \input{snapshot_t=40.tex}
1253 +preview true
1254
1255  \end_inset
1256
1257 Earlier versions of LyX just swallow this extra token silently.
1258
1259 2002-08-12  Angus Leeming  <leeming@lyx.org>
1260
1261 The 1.2.0 InsetGraphicsParams "size_type" and "lyxsize_type" have been
1262 renamed as "size_kind" and "lyxsize_kind" respectively.
1263
1264  \begin_inset Graphics FormatVersion 1
1265         filename file.eps
1266         display default
1267 -       size_kind original
1268 +       size_type original
1269         width 7cm
1270         rotateOrigin center
1271 -       lyxsize_kind original
1272 +       lyxsize_type original
1273         lyxwidth 4cm
1274
1275  \end_inset
1276