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