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