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