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