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