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