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