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