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