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