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