]> git.lyx.org Git - features.git/blob - development/FORMAT
Very basic support for unicode-math
[features.git] / development / FORMAT
1 LyX file-format changes
2 -----------------------
3
4 Please keep the entries informative enough, i.e. try to indicate what
5 changes happened in particular if possible. A good example would be 
6 2010-01-10 entry. 
7
8 Please also indicate the revision at which your change was committed. 
9 This will help later people understand what you did, especially as 
10 adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
11
12 -----------------------
13
14
15 2012-09-24 Jürgen Spitzmüller <spitz@lyx.org>
16         * Format incremented to 443: basic support for unicode-math:
17           Empty file format change (in case it turns out we need to
18           do something).
19
20 2012-09-23 Jürgen Spitzmüller <spitz@lyx.org>
21         * Format incremented to 442: support for the newtxmath fonts:
22           - \usepackage{newtxmath} > \font_math newtxmath
23           - \usepackage[libertine]{newtxmath} > \font_math libertine-ntxm
24           - \usepackage[minion]{newtxmath} > \font_math minion-ntxm
25
26 2012-09-23 Jürgen Spitzmüller <spitz@lyx.org>
27         * Format incremented to 441:
28           - rename fonts: mdbch > md-charter, mdput > md-utopia, mdugm > md-garamond
29           - add support for the mathdesign fonts without loading mathfonts
30             (via \renewcommand{\rmfamily}{mdbch|mdput|mdugm}
31
32 2012-09-22 Jürgen Spitzmüller <spitz@lyx.org>
33         * Format incremented to 440:
34           Math (TeX) font UI.
35           New Buffer param "\font_math <value>",
36           supported values are:
37           * "auto": automatically adapt math font (the status quo ante).
38           * "default": use class default, i.e. prevent TeX font packages
39             from changing the math font, if possible.
40           * "eulervm": use the eulervm package.
41
42 2012-09-19 Jürgen Spitzmüller <spitz@lyx.org>
43         * Format incremented to 439 
44           Support for the MinionPro LaTeX font.
45
46 2012-08-23 Jürgen Spitzmüller <spitz@lyx.org>
47         * Format incremented to 438 
48           Support for some IPA macros that are not unicoded.
49           (1) tone symbols from tipa's "tone" subpackage:
50           -- \tone{51} => \IPAChar \tone{51}
51           -- \tone{15} => \IPAChar \tone{15}
52           -- \tone{45} => \IPAChar \tone{45}
53           -- \tone{12} => \IPAChar \tone{12}
54           -- \tone{454} => \IPAChar \tone{454}
55           (2) TIPA tie bars:
56           -- \toptiebar{<content>} =>
57               \begin_inset IPADeco toptiebar
58               status open
59
60               \begin_layout Plain Layout
61               <content>
62               \end_layout
63
64               \end_inset
65           -- \bottomtiebar{<content>} =>
66               \begin_inset IPADeco bottomtiebar
67               status open
68
69               \begin_layout Plain Layout
70               <content>
71               \end_layout
72
73               \end_inset
74
75 2012-08-19 Jürgen Spitzmüller <spitz@lyx.org>
76         * Format incremented to 437 
77           Support for the TeX Gyre LaTeX fonts.
78
79 2012-08-18 Jürgen Spitzmüller <spitz@lyx.org>
80         * Format incremented to 436 
81           Support for the mathdesign LaTeX fonts.
82
83 2012-08-17 Jürgen Spitzmüller <spitz@lyx.org>
84         * Format incremented to 435 
85           Support for the txtt LaTeX font.
86
87 2012-08-17 Jürgen Spitzmüller <spitz@lyx.org>
88         * Format incremented to 434 
89           Support for the libertine LaTeX font.
90
91 2012-06-22 Uwe Stöhr <uwestoehr@web.de>
92         * Format incremented to 433 
93           switch the Armenian language support from ArmTeX to XeTeX/polyglossia
94
95 2012-06-08 Uwe Stöhr <uwestoehr@web.de>
96         * Format incremented to 432 
97           support for the document languages ancientgreek, coptic, divehi, hindi,
98           kurmanji, lao, marathi, occitan, sanskrit, syriac, tamil, telugu and urdu
99
100 2012-05-06 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
101         * Format incremented to 431
102           Add \use_package amssymb
103
104 2012-04-16 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
105         * Format incremented to 430
106           Support \lstlistoflistings in InsetTOC
107
108 2012-03-21 Uwe Stöhr <uwestoehr@web.de>
109         * Format incremented to 429
110           support for table rotation
111           (table option "rotate" specifies now a number with the rotation angle)
112
113 2012-03-16 Uwe Stöhr <uwestoehr@web.de>
114         * Format incremented to 428
115           support for table cell rotation
116           (table cell option "rotate" specifies now a number with the rotation angle)
117
118 2012-03-06 Jürgen Spitzmüller <spitz@lyx.org>
119         * Format incremented to 427
120           Add native TIPA inset.
121
122 2012-02-20 Uwe Stöhr <uwestoehr@web.de>
123         * Format incremented to 426 (r40784)
124           support for the verbatim environment
125           (added only a layout)
126
127 2012-01-23 Uwe Stöhr <uwestoehr@web.de>
128         * Format incremented to 425 (r40663)
129           support for the LaTeX-package cancel (fix bug 6819)
130
131 2012-01-09 Julien Rioux <jrioux@lyx.org>
132         * Format incremented to 424 (r40592)
133           New buffer param \cite_engine_type to specify the type of
134           citation labels being used, authoryear or numerical.
135
136 2012-01-05 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
137         * Format incremented to 423 (r40574)
138           support for the LaTeX-package mathtools (fix bug 7949)
139           New buffer param \use_package mathtools
140
141 2012-01-03 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
142         * Format incremented to 422 (r40563)
143           \use_amsmath 0/1/2    => \use_package amsmath 0/1/2
144           \use_esint 0/1/2      => \use_package esint 0/1/2
145           \use_mhchem 0/1/2     => \use_package mhchem 0/1/2
146           \use_mathdots 0/1/2   => \use_package mathdots 0/1/2
147           \use_undertilde 0/1/2 => \use_package undertilde 0/1/2
148
149 2011-12-18 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
150         * Format incremented to 421 (r40522)
151           The caption flag of longtable rows is no longer exclusive to the head
152           and foot flags, since captions can occur in any of the two heads and
153           two foots. Before, captions were implicitly in head or firsthead.
154           For Docbook and XHTML output the caption flag "wins" over head/foot.
155
156 2011-12-12 Julien Rioux <jrioux@lyx.org>
157         * Format incremented to 420 (r40484)
158           New buffer param \biblio_style to specify a document-wide
159           default bibliography style (BibTeX style for the moment).
160
161 2011-12-09 Uwe Stöhr <uwestoehr@web.de>
162         * Format incremented to 419 (r40452)
163           support for the document languages australian and newzealand
164
165 2011-12-08 Richard Heck <rgheck@lyx.org>
166         * Format incremented to 418 (r40427)
167           Introduce justification preference.
168
169 2011-11-07 Julien Rioux <jrioux@lyx.org>
170         * Format incremented to 417 (r39982 and r40155)
171           Rename the japanese encodings to names understood by pLaTeX.
172
173 2011-08-29 Uwe Stöhr <uwestoehr@web.de>
174         * Format incremented to 416 (r39557)
175           support for \negmedspace and \negthinspace outside of math
176           support for \hfill, \enspace, \hspace* and \hspace*{\fill} in math
177           No new InsetSpace parameters
178
179 2011-07-30 Uwe Stöhr <uwestoehr@web.de>
180         * Format incremented to 415 (r39464)
181           support for the LaTeX-package undertilde (fix bug 6622)
182           New buffer param \use_undertilde
183
184 2011-07-02 Pavel Sanda <sanda@lyx.org>
185         * Format incremented to 414 (r39367)
186           New InsetSpace param \textvisiblespace
187
188 2011-02-15 Richard Heck <rgheck@comcast.net>
189         * Format incremented to 413 (r37682)
190           New buffer param \html_css_as_file to control whether
191           CSS is output to header to to style file
192
193 2011-02-03 Edwin Leuven <e.leuven@gmail.com>
194         * Format incremented to 412 (r37471)
195           Support tabular* : add tabularwidth parameter to
196           tabular features
197
198 2011-02-03 Jürgen Spitzmüller <spitz@lyx.org>
199         * Format incremented to 411
200           New buffer param \language_package to allow per-document
201           language package selection (bug 2909).
202
203 2010-11-26 Richard Heck <rgheck@comcast.net>
204         * Format incremented to 410 (r36520)
205           Rename "\\begin_layout Labeling" to "\\begin_layout List"
206           in the KOMA (scr*) classes.
207
208 2010-11-26 Jürgen Spitzmüller <spitz@lyx.org>
209         * Format incremented to 409 (r36500)
210           Rename buffer param \use_xetex to \use_non_tex_fonts.
211
212 2010-11-21 Georg Baum  <Georg.Baum@post.rwth-aachen.de>
213         * Format incremented to 408 (r36424)
214           New inset for sub/superscripts:
215           script superscript
216           script subscript
217
218 2010-11-07 Uwe Stöhr <uwestoehr@web.de>
219         * Format incremented to 407 (r36182)
220           Support for vertical offset of multirow cells.
221           New tag "mroffset" for multirow cells with an offset.
222
223 2010-11-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
224         * Format incremented to 406 (r36163)
225           Proper ERT behaviour for normal layouts. Paragraph breaks 
226           generate single \n in latex output when ParbreakIsNewline
227           is true.
228
229 2010-10-23 Vincent van Ravesteijn <vfr@lyx.org>
230         * Format incremented to 405 (r36134)
231                 Author hash numbers.
232           The authors that are used in change tracking are
233           now identified in the file by a number that represents
234           the hash value of the name and email. In this way
235           collaboration using version control leads to way less
236           merge conflicts.
237
238 2010-10-13 Richard Heck <rgheck@comcast.net>
239         * Format incremented to 404 (r35623)
240           Support for refstyle package.
241           Changed the LaTeXCommand for InsetRef from "prettyref"
242           to "formatted", where "formatted" is now interprted
243           differently, depending upon whether the new buffer param
244           use_refstyle is true or false.
245
246 2010-10-12 Richard Heck <rgheck@comcast.net>
247         * Format incremented to 403 (r35608)
248           Renaming of flex insets.
249           Changed 
250             \begin_inset Flex TAG:Style 
251           to
252             \begin_inset Flex Style
253           where TAG is Custom, CharStyle, or Element
254
255 2010-10-11 Uwe Stöhr <uwestoehr@web.de>
256         * Format incremented to 402 (r35590)
257           No new or removed parameter, used to insert a
258           clear(double)page before BibTeX inset.
259
260 2010-09-19 Ronen Abravanel <ronena@gmail.com>
261         * Format incremented to 401 (r35455)
262           Support for Feynman diagrams
263           New math command \Diagram
264
265 2010-09-07 Uwe Stöhr <uwestoehr@web.de>
266         * Format incremented to 400 (r35299)
267           Support for the LaTeX-command \rule.
268           New CommandInset "line".
269
270 2010-08-31 Uwe Stöhr <uwestoehr@web.de>
271         * Format incremented to 399 (r35241)
272           Support for the LaTeX-package mathdots.
273           New parameter \use_mathdots.
274
275 2010-07-17 Uwe Stöhr <uwestoehr@web.de>
276         * Format incremented to 398 (r34941)
277           Support \mathscr.
278           No new parameter but the mathrsfs package will be loaded.
279
280 2010-07-16 Richard Heck <rgheck@comcast.net>
281         * Format incremented to 397 (r34920)
282           Remove Nameref support
283
284 2010-07-13 Richard Heck <rgheck@comcast.net>
285         * Format incremented to 396 (r34884)
286           nameref support
287                 new commands nameref and Nameref for InsetRef
288
289 2010-07-13 Uwe Stöhr <uwestoehr@web.de>
290         * Format incremented to 395 (r34883) 
291           Support for ISO C-series paper format.
292           New parameter \papersize cxpaper with (x = 0 - 6).
293
294 2010-07-03 Uwe Stöhr <uwestoehr@web.de>
295         * Format incremented to 394 (r34748)
296           Support for makebox.
297           New box parameter \use_makebox.
298
299 2010-06-07 Richard Heck <rgheck@comcast.net>
300         * Format incremented to 393 (r34619)
301                 Renaming in LyX format: \begin_inset OptArg becomes
302           \begin_inset Argument.        
303
304 2010-06-07 Richard Heck <rgheck@comcast.net>
305         * Format incremented to 392 (r34615)
306           Dummy format change permitting Beamer files to be converted to 
307                 a new, more useful format.
308
309 2010-06-05 Edwin Leuven <e.leuven@uva.nl>
310         * Format incremented to 391 (r34598)
311           Added support for decimal alignment in tables.
312
313 2010-05-25 Pavel Sanda <sanda@lyx.org>
314         * Format incremented to 390: support for ouput sync (forward/reverse)
315         search. New boolean \forward_search and string \forward_macro.
316
317 2010-05-24 Richard Heck <rgheck@comcast.net>
318         * Format incremented to 389: remove quotes from html_latex_* params.
319
320 2010-05-18 Uwe Stöhr <uwestoehr@web.de>
321         * Format incremented to 388: support for page sizes A0-3, A6, B0-3, B6
322           and JIS B0-6
323
324 2010-04-21 Richard heck <rgheck@comcast.net>
325         * Format incremented to 387: New options for XHTML math output.
326           New BufferParams: html_math_img_scale, html_latex_start,
327           html_latex_end.
328
329 2010-04-17 Richard heck <rgheck@comcast.net>
330         * Format incremented to 386: LyX version for InsetInfo:
331           new parameters: type  "lyxinfo", arg   "version".
332
333 2010-04-08 Uwe Stöhr <uwestoehr@web.de>
334         * Format incremented to 385: support to change the background color
335           for shaded boxes: new buffer parameter \boxbgcolor
336
337 2010-04-03 Uwe Stöhr <uwestoehr@web.de>
338         * Format incremented to 384: support to specify a document-wide
339           font color: new buffer parameter \fontcolor
340
341 2010-03-31 Uwe Stöhr <uwestoehr@web.de>
342         * Format incremented to 383: support for Turkmen
343
344 2010-03-31 Uwe Stöhr <uwestoehr@web.de>
345         * Format incremented to 382: support to change the font color
346           for greyed-out notes: new buffer parameter \notefontcolor
347
348 2010-03-28: Vincent van Ravesteijn <vfr@lyx.org>
349         * Format incremented to 381: support for new parameters
350           for \xymatrix: \xymatrix@!0, \xymatrix!R and \xymatrix!C.
351
352 2010-03-28: Vincent van Ravesteijn <vfr@lyx.org>
353         * Format incremented to 380: introduction of InsetPreview.
354         
355 2010-03-18: Richard Heck <rgheck@comcast.net>
356         * Format incremented to 379: revise format 374
357           Replace boolean \html_use_mathml with \html_math_output,
358           which at the moment can be: MathML, HTML, Images, or LaTeX.
359
360 2010-02-12 Pavel Sanda <sanda@lyx.org>
361         * Format incremented to 378: support for revision InsetInfo.
362           Various "vcs-*" strings could be argument of arg parameter
363           in InsetInfo. This entry is a safety measure, no lyx2lyx
364           conversion is needed in fact.
365
366 2010-02-11 Uwe Stöhr <uwestoehr@web.de> and Edwin Leuven <e.leuven@uva.nl>
367         * Format incremented to 377: support for multirow cells in
368           tables
369
370 2010-01-10 Jürgen Spitzmüller <spitz@lyx.org>
371         * Format incremented to 376: new buffer param
372           \maintain_unincluded_children. If true, the aux files of
373           non-included children (with \includeonly) are updated to
374           keep the counters and refs correct.
375
376 2010-01-06 Jürgen Spitzmüller <spitz@lyx.org>
377         * Format incremented to 375: add support for \includeonly
378           This adds a new buffer param list of relative filenames
379           which are output as \includeonly arguments, like this:
380           \begin_includeonly
381           child1.lyx
382           child2.lyx
383           \end_includeonly
384
385 2009-12-30 Richard Heck <rgheck@comcast.net>
386         * Format incremented to 374: add html output options.
387                 \html_use_mathml (boolean): whether to use MathML or images
388                 \html_be_strict (boolean): whether to be XHTML 1.1 compliant
389
390 2009-12-07 Jürgen Spitzmüller <spitz@lyx.org>
391         * Format incremented to 373: merge g-brief-de and g-brief-en
392           classes into one g-brief class.
393           All German layout names are replaced by English ones, the
394           two classes are renamed to g-brief.
395
396 2009-11-29 Jürgen Spitzmüller <spitz@lyx.org>
397         * Format incremented to 372: new buffer param fontencoding.
398           This param holds a buffer-specific fontencoding (argument
399           of the fontenc package).
400           Possible values:
401           - global: use lyxrc.fontenc [this is the default]
402           - default: do not load the fontenc package at all
403           - <ENC>: real encodings such as "T1". Multiple encodings
404             can be separated by comma.
405
406 2009-11-11 Uwe Stöhr <uwestoehr@web.de>
407         * Format incremented to 371: add option to suppress the LaTeX
408           package mhchem.
409
410 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
411         * Format incremented to 370: introduce a document option to
412           suppress the default date.
413
414 2009-07-22 Vincent van Ravesteijn <vfr@lyx.org>
415         * Format incremented to 369: add the author ids to the list of
416           authors and let the numbering start with 1 in stead of 0.     
417
418 2009-07-21 Jürgen Spitzmüller <spitz@lyx.org>, Uwe Stöhr <uwestoehr@web.de>
419         * Format incremented to 368: allow to use glue lengths for
420           horizontal spaces.
421           We just revert hspaces with glue lengths to ERT, since the
422           inset didn't support them prior to format 368.
423           No explicit conversion.
424
425 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
426         * Format incremented to 367: allow to use percent lengths for
427           vertical and horizontal spaces.
428
429 2009-07-20 Uwe Stöhr <uwestoehr@web.de>
430         * Format incremented to 366: allow to use percent lengths for the
431           paragraph skip separation.
432
433 2009-07-19 Uwe Stöhr <uwestoehr@web.de>
434         * Format incremented to 365: support for paragraph indentation.
435
436 2009-07-13 Jürgen Spitzmüller <spitz@lyx.org>
437         * Format incremented to 364: add \filename_suffix parameter
438           to branches.
439           Possible values: 0, 1.
440           If "1", the branch name is appended to the filename on export
441           (e.g., <filename>-<suffix>.pdf).
442
443 2009-07-11 Uwe Stöhr <uwestoehr@web.de>
444         * Format incremented to 363: support for horizontal longtable
445           alignment.
446   
447 2009-06-11 Jürgen Spitzmüller <spitz@lyx.org>
448         * Format incremented to 362: support for the applemac encoding.
449
450 2009-05-25 Jürgen Spitzmüller <spitz@lyx.org>
451         * Format incremented to 361: support for custom setting of
452           bibliography (longest) label width.
453           Empty file format change.
454
455 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
456         * Format incremented to 360: param width for nomencl_print
457         CommandInset. This
458         1.) adds a further value "width" to param set_width
459         (see format 359)
460         and
461         2.) a param width, which takes a length
462         If "width" is chosen, we define the indendation of the nomencl
463         list via the optional argument of \printnomenclature, e.g.
464         \printnomenclature[2cm]{}
465
466 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
467         * Format incremented to 359: param set_width for nomencl_print
468         CommandInset. This specifies how wide the longest nomencl label
469         is (i.e., how wide the indendation in the nomencl list is).
470         Possible values:
471         - none: do not specifiy the width (use predefined values)
472         - auto: compute the widest label and specify via
473           \settowidth{\nomlabelwidth}{<widest label>}
474
475 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
476         * Format incremented to 358: support for custom bibtex and
477           makeindex commands.
478
479 2009-05-05 Pavel Sanda <sanda@lyx.org>, Enrico Forestieri <forenr@lyx.org>
480         * Format incremented to 357: Change of the latex output for
481           underline from \underbar to ulem's \uline.
482
483 2009-05-05 Pavel Sanda <sanda@lyx.org>
484         * Format incremented to 356: support for double and wave underline
485           character styles via ulem's \uuline and \uwave
486
487 2009-05-03 Pavel Sanda <sanda@lyx.org>
488         * Format incremented to 355: support for strikeout character
489           style via ulem's \sout
490
491 2009-04-26 Jürgen Spitzmüller <spitz@lyx.org>
492         * Format incremented to 354: support for splitindex's
493           \printindex* and \printsubindex*.
494
495 2009-04-26 Jürgen Spitzmüller <spitz@lyx.org>
496         * Format incremented to 353: support for splitindex's
497           \printsubindex.
498
499 2009-04-15 Jürgen Spitzmüller <spitz@lyx.org>
500         * Format incremented to 352: splitindex support.
501
502 2009-04-11 Uwe Stöhr <uwestoehr@web.de>
503         * Format incremented to 351: support to set a page background
504           color.
505
506 2009-04-06 Jürgen Spitzmüller <spitz@lyx.org>
507         * Format incremented to 350: new param \default_output_format.
508
509 2009-04-05 Jürgen Spitzmüller <spitz@lyx.org>
510         * Format incremented to 349: initial support for XeTeX.
511
512 2009-01-30 Uwe Stöhr <uwestoehr@web.de>
513         * Format incremented to 348: support for \*phantom.
514
515 2009-01-03 Vincent van Ravesteijn <V.F.vanRavesteijn@tudelft.nl>
516         * Format incremented to 347: support for tabular valign.
517
518 2008-11-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
519         * Format incremented to 346: support for German (Switzerland):
520           (bug 5450)
521
522 2008-11-07 José Matos <jamatos@lyx.org>
523         * Format incremented to 345: for docbook backend CharStyle: -> Element:
524           (fix bug 5411)
525
526 2008-10-12 Pavel Sanda <sanda@lyx.org>
527         * Format incremented to 344: sanitize backreference settings
528           for hyperref (fix bug 5340).
529
530 2008-10-12 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
531         * Format incremented to 343: new param \use_default_options
532           (fix bug 2114).
533
534 2008-10-12 Uwe Stöhr <uwestoehr@web.de>
535         * Format incremented to 342: support for Mongolian.
536
537 2008-09-30 Uwe Stöhr <uwestoehr@web.de>
538         * Format incremented to 341: support for TABs in listings.
539
540 2008-08-01 José Matos <jamatos@fc.up.pt>
541         * Format incremented to 340: move empty layouts to "Plain Layout".
542
543 2008-07-28 Richard Heck <rgheck@brown.edu>
544         * Format incremented to 339: removal of default modules.
545
546 2008-06-21 Uwe Stöhr <uwestoehr@web.de>
547         * Format incremented to 338: support for polytonic Greek.
548
549 2008-06-13 Abdelrazak Younes <younes@lyx.org>
550         * Format incremented to 337: convert/revert graphics display param.
551
552 2008-06-04 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
553         * Format incremented to 336: new param \font_cjk.
554
555 2008-05-30 Richard Heck <rgheck@brown.edu>
556         * Format incremented to 335: fixes for InsetSpace problems.
557
558 2008-05-16 Uwe Stöhr <uwestoehr@web.de>
559         * Format incremented to 334: fix for bug 4868.
560
561 2008-05-09 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
562         * Format incremented to 333: fixes in the APA layout.
563
564 2008-05-06 Pavel Sanda <sanda@lyx.org>
565         * Format incremented to 332: Added groupId for graphics insets.
566
567 2008-25-04 Helge Hafting <helge.hafting@aitel.hist.no>
568         * Format incremented to 330: More horizontal fills
569           - \leftarrowfill, \rightarrowfill
570           - \upbracefill, \downbracefill
571
572 2008-04-28 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
573         * Format incremented to 329: new param \master.
574
575 2008-04-18 Bo Peng <ben.bob@gmail.com>
576         * Format incremented to 328: Revert the support for embedding
577
578 2008-04-16 Uwe Stöhr <uwestoehr@web.de>
579         * Format incremented to 327: support for Mexican Spanish.
580
581 2008-04-11 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
582         * Format incremented to 326: support for pdflatex via external inset.
583
584 2008-03-29 Uwe Stöhr <uwestoehr@web.de>
585         * Format incremented to 325: merge the two Japanese languages to one that is
586           encoding independent.
587
588 2008-03-25 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
589         * Format incremented to 324: merge the two newline insets.
590
591 2008-03-25 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
592         * Format incremented to 323: merge the diverse newpage insets.
593
594 2008-03-24 Richard Heck <rgheck@comcast.net>
595         * Format incremented to 322: local layout
596
597 2008-03-18 Edwin Leuven <e.leuven@uva.nl>
598         * Format incremented to 321: drop row/col lines and ensure
599           consistency between cell and row/col lines.
600           Make the separation between \begin_inset and Tabular a
601           single space (it used to be a double space for lyx < 1.4)
602
603 2008-03-18 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
604         * Format incremented to 320: support for protected horizontal fill
605           (\hspace*{\fill})
606
607 2008-03-10 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
608         * Format incremented to 319: hspace and extended hfill support
609
610 2008-03-09 Bo Peng <ben.bob@gmail.com>
611         * Format incremented to 318: add \extra_embedded_files to buffer params
612
613 2008-03-02 Uwe Stöhr <uwestoehr@web.de>
614         * Format incremented to 317: support floating placements for wrap floats
615
616 2008-03-02 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
617         * Format incremented to 316: support for subfloats (subfig package)
618
619 2008-02-18 Richard Heck <rgheck@comcast.net>
620         * Format incremented to 315: support for column separation in page margins
621
622 2008-02-03 Uwe Stöhr <uwestoehr@web.de>
623         * Format incremented to 314: adapt scrlttr2 class for serial letters
624
625 2008-01-12 Richard Heck <rgheck@comcast.net>
626         * Format incremented to 313: change in how modules are represented
627
628 2008-01-11 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
629         * Format incremented to 312: support for sidewaysalgorithm (rotfloat)
630           and wide sideways{figure,table}.
631
632 2008-01-10 Richard Heck <rgheck@comcast.net>
633         * Format incremented to 311: dummy format to drive the AMS conversion
634
635 2007-12-28 Bernhard Reiter <ockham@gmx.net>
636         * Format incremented to 310: support for \nocite{*}
637
638 2007-12-11 Bernhard Reiter <ockham@gmx.net>
639         * Format incremented to 309: support for \nocite
640
641 2007-12-15 Uwe Stöhr <uwestoehr@web.de>
642         * Format incremented to 308: support for Serbian (Latin)
643
644 2007-12-05 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
645         * Format incremented to 307: support for \slash and \nobreakdash
646
647 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
648         * Format incremented to 306: support for Interlingua
649
650 2007-12-05 Uwe Stöhr <uwestoehr@web.de>
651         * Format incremented to 305: support for Bahasa Malaysia
652
653 2007-12-03 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
654         * Format incremented to 304: framed and shaded boxes are now real boxes
655           (not notes).
656
657 2007-11-25 Uwe Stöhr <uwestoehr@web.de>
658         * Format incremented to 303: remove Serbocroatian as this was not a real
659           babel language (Croatian was used instead in the background)
660         * Implement Serbian
661
662 2007-11-25 Uwe Stöhr <uwestoehr@web.de>
663         * Format incremented to 302: support for Latin and North Sami
664
665 2007-11-24 Uwe Stöhr <uwestoehr@web.de>
666         * Format incremented to 301: support for \linebreak
667
668 2007-11-23 Uwe Stöhr <uwestoehr@web.de>
669         * Format incremented to 300: support for \pagebreak
670
671 2007-11-01 Uwe Stöhr <uwestoehr@web.de>
672         * Format incremented to 299: support for hyperlink types
673
674 2007-11-01 Stefan Schimanski <sts@1stein.org>
675         * Format incremented to 298: math-macro code has been rewritten,
676           now it supports definitions with optional parameters
677
678 2007-10-29 Uwe Stöhr <uwestoehr@web.de>
679         * Format incremented to 297: support for Albanian, lower Sorbian,
680           fixed upper Sorbian language
681
682 2007-10-23 Richard Heck <rgheck@comcast.net>
683         * Format incremented to 296: InsetInclude becomes an InsetCommand
684
685 2007-10-12 Uwe Stöhr <uwestoehr@web.de>
686         * Format incremented to 295: get rid of the htmlurl command that was
687           needed for docbook, add the option to create a hyperlink instead
688
689 2007-10-12 Pavel Sanda <ps@twin.jikos.cz>
690         * Format incremented to 294: PDFOptions: add usetitle,
691           fix leftovers
692
693 2007-10-11 Bo Peng <ben.bob@gmail.com>
694         * Format incremented to 293: Add InsetInfo.
695
696 2007-10-09 Uwe Stöhr <uwestoehr@web.de>
697         * Format incremented to 292: Support for Japanese without
698           using CJK and inputenc. (japanese-plain)
699
700 2007-10-04 Uwe Stöhr <uwestoehr@web.de>
701         * Format incremented to 291: Support for Vietnamese.
702
703 2007-10-03 Uwe Stöhr <uwestoehr@web.de>
704         * Format incremented to 290: Add table wrap floats
705
706 2007-10-03 Martin Vermeer <martin.vermeer@tkk.fi>
707         * Format incremented to 289: make Index a collapsable inset.
708
709 2007-09-25 Richard Heck <rgheck@comcast.net>
710         * Format incremented to 288: Change how command insets are
711           represented in LyX files.
712
713 2007-09-24 Uwe Stöhr <uwestoehr@web.de>
714         * Format incremented to 287: Add missing optional parameters
715           for wrapped figures.
716
717 2007-09-21 Pavel Sanda <ps@twin.jikos.cz>
718         * Format incremented to 286: LyX now supports hyperref and some
719           of its options.
720
721 2007-09-11 Bo Peng <ben.bob@gmail.com>
722         * Format incremented to 285: Tweaks to embedded file format
723           Remove inzip parameter from graphics insets.
724
725 2007-09-09 Helge Hafting <helge.hafting@aitel.hist.no>
726         * Format incremented to 284: LyX now implements wrapped figures
727           using wrapfig.sty instead of floatflt.sty. The latter
728           is rather buggy, the former also has more options.
729           No conversion as the .lyx doesn't change.
730           The .tex export is slightly different, necessitating the
731           format increase.
732
733 2007-09-08 Martin Vermeer <martin.vermeer@tkk.fi>
734
735         * format incremented to 283: CharStyle insets are now
736           called Flex.
737
738 2007-08-31 Bo Peng <ben.bob@gmail.com>
739
740         * format incremented to 282: lyx files can be zipfiles with
741           embedded documents.
742
743 2007-08-29 Richard Heck <rgheck@comcast.net>
744
745         * format incremented to 281: allow modules for layout files
746
747 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>
748
749         * format incremented to 280: the show_label parameter
750           is depreciated in favour of (Collapsable) status.
751
752 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>
753
754         * format incremented to 279: CharStyle names are now
755           expected to be of form CharStyle:Name.
756
757 2007-08-12 José Matos <jamatos@fc.up.pt>
758
759         * format incremented to 278: Close begin_deeper with a
760           corresponding end_deeper (the only case where it matters is
761           at the end of the body).
762
763 2007-08-12 José Matos <jamatos@fc.up.pt>
764
765         * format incremented to 277: lyx is able to create invalid
766           table where a multicolumn does not have a first cell
767           (required by the table file format)
768
769 2007-07-20 Dov Feldstern <dov@lyx.org>
770
771         * format *not* incremented; fixed format 249 conversion, so that it now
772                 correctly deals with encodings in footnotes (part of bug 3613)
773
774 2007-06-26 Uwe Stöhr <uwestoehr@web.de> and Dov Feldstern <dov@lyx.org>
775
776         * format incremented to 276: switching exsting language 'arabic' to
777                 'arabic_arabtex'; this is to differentiate from the new arabic support
778                 using the arabi package.
779
780 2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
781
782         * format incremented to 275: add graphics params scaleBeforeRotation
783         (fix bug 1749).
784
785 2007-06-13 Dov Feldstern <dov@lyx.org>
786         * format incremented to 274: applying the conversion done in format 259
787                 to the \lang property, which was forgotten back then... This is
788                 slightly more complicated, because the default language has to be
789                 determined on a per-paragraph basis.
790
791 2007-06-13 Bo Peng <ben.bob@gmail.com>
792         * format incremented to 273: add --Separator-- environment to
793                 separate consecutive environments
794
795 2007-06-13 Bo Peng <bpeng@lyx.org>
796         * format incremented to 272: convert listings to ERT because
797                 earlier versions of lyx can not handle unrecognizable
798                 listings parameters.
799
800 2007-05-15 José Matos <jamatos@lyx.org>
801         * format incremented to 271: extended textclasses accept the
802         normal font sizes: 10, 11 and 12pt.
803
804 2007-05-14 Martin Vermeer <martin.vermeer@tkk.fi>
805         * format incremented to 270: support beamer \alert, \structure
806
807 2007-05-08 Bo Peng <ben.bob@gmail.com>
808         * format incremented to 269: add listings support
809         - add preamble flag \listings_params, e.g. \listings_params "language=Python,float"
810         - add inset listings, with options lstparams and inline, e.g.
811                 \begin_inset listings
812                 lstparams "xleftmargin=50pt,language=Python"
813                 inline false
814         - add \lstinputlisting Include type. e.g.
815                 \begin_inset Include \lstinputlisting{newfile1.lyx}[firstline=10,lastline=15]
816
817 2007-05-06 Uwe Stöhr  <uwestoehr@web.de>
818
819         * format incremented to 268: add support for the CJK encodings
820         - all encodings supported by CJK.sty are now in lib/encodings
821         - lib/encoding has got two new flags:
822           - encoding package:
823             "inputenc" for those languages that use the inputenc-package and
824             "CJK" for the CJK encodings
825           - "fixed"/"variable" to divide between multi- or single-byte encoding
826         - lib/languages allows now to set an empty language for babel
827           in this case babel isn't called.
828
829 2007-05-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
830
831         * format incremented to 267: add plain utf8 encoding (for XeTeX).
832
833 2007-04-29  Uwe Stöhr  <uwestoehr@web.de>
834
835         * format incremented to 266:
836         Support for the Armenian language
837
838 2007-04-26  Uwe Stöhr  <uwestoehr@web.de>
839
840         * format incremented to 265: fix LyX's table border line handling
841         With the fix (see bug 1746) LyX now takes care if the user has entered
842         a "|" character in the argument field of tables. Therefore the "|"
843         character has to be removed when also a table border is set.
844
845 2007-04-24  José Matos  <jamatos@lyx.org>
846
847         * format incremented to 264:
848         textclass cv is renamed simplecv
849
850 2007-02-22  José Matos  <jamatos@lyx.org>
851
852         * format incremented to 263: changes in the language names (overdue):
853           brazil -> brazilian
854           portuges -> portuguese
855
856 2007-02-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
857
858         * format incremented to 262: Allow ascii \inputencoding
859
860 2007-02-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
861
862         * format incremented to 261: \output_changes is now considered
863         even if \tracking_changes is false. This allows to output existing
864         changes even if future changes are not tracked anymore.
865         The old combination
866
867         \tracking_changes false
868         \output_changes true
869
870         is therefore converted to
871
872         \tracking_changes false
873         \output_changes false
874
875         on upgrade. Nothing is done on downgrade since the new behaviour is
876         not supported in older formats.
877
878 2007-02-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
879
880         * format incremented to 260: Allow utf8x \inputencoding
881
882 2007-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
883
884         * format incremented to 259:
885         Old: Spaces at start or end of font changes were output outside of
886              the font change, i.e. not 'xx\textbf{ yy }zz', but
887              'xx \textbf{yy} zz'.
888         New: Spaces are always output with the font set by the user.
889
890 2007-01-31  Uwe Stöhr  <uwestoehr@web.de>
891
892         * format incremented to 258: new \lyxline definition
893         Old:
894                 \\newcommand{\\lyxline}[1]{
895                   {#1 \\vspace{1ex} \\hrule width \\columnwidth \\vspace{1ex}}
896                 }
897         New:
898                 \\newcommand{\\lyxline}[1][1pt]{%
899                   \\par\\noindent%
900                   \\rule[.5ex]{\\linewidth}{#1}\\par}
901         The new definition is more robust, see bug 1988 and now really takes care of
902         the fontsize: \lyxline{\Huge} produces now a thicker line than \lyxline{\normalfont}
903
904 2007-01-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
905
906         * format incremented to 257: Caption styles have been replaced by
907         InsetCaption. This is at the same time also a layout file format
908         change to format 3. layout2layout removes caption layouts from old
909         styles.
910         Note that InsetCaption did exist before this format, but was never
911         used. Old files containing do nevertheless still work.
912         Of course users can still define a Caption style in layout files,
913         but the special treatment in LyX is gone (apart from the sensitive
914         label property).
915
916 2006-12-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
917
918         * format incremented to 256: allow some new inputenc settings.
919         For the complete list, see lib/lyx2lyx/lyx_1_5.py.
920
921 2006-11-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
922
923         * format incremented to 255: new insets for \clearpage and
924         \cleardoublepage. They are written inline to the file, exactly like
925         \newpage.
926
927 2006-11-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
928
929         * format incremented to 254: new header parameter \use_esint.
930         It can have the same values as \use_amsmath: 0 (off), 1 (auto) and
931         2 (on).
932
933 2006-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
934
935         * format incremented to 253: new nomenclature and printnomenclature
936         insets. These are standard InsetCommand with the following parameters:
937         \nomenclature[prefix]{symbol}{description}
938         \printnomenclature[labelwidth]
939
940 2006-10-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
941
942         * format incremented to 252: changed command inset syntax
943
944         Old:
945
946         \begin_inset LatexCommand \cmdname[opt1][opt2]{arg}
947         preview true
948         \end_inset
949
950         and
951
952         \bibitem [opt1]{arg}
953
954
955         New:
956
957         \begin_inset LatexCommand cmdname
958         name1 "opt1"
959         name2 "opt2"
960         name3 "arg"
961         preview true
962         \end_inset
963
964         The order of the parameters and for each parameter the name and
965         optional/required bit is now stored in InsetCommandParams.
966
967 2006-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
968
969         * format incremented to 251: save show_label param for charstyles.
970
971         On revert, the show_label param is just removed. Nothing to convert.
972
973 2006-10-12  Martin Vermeer <martin.vermeer@hut.fi>
974
975         * Format incremented to 250: allow optional arg to environments
976
977         No material format change. Now optargs for environments are allowed
978         to be specified in layout files and will be handled properly. When
979         converted back to older formats, they will be ignored in LaTeX
980         output.
981
982 2006-08-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
983
984         * format incremented to 249: Unicode
985
986         LyX documents are now always encoded in utf8. The value of
987         \inputencoding does now only determine the encoding of the created
988         LaTeX file.
989         Up to format 248 the value of \inputencoding did also determine the
990         encoding of the LyX file:
991
992         \inputencoding       LyX file encoding
993         auto                 as determined by the document and character
994                              languages
995         default              ditto
996         everything else      as determined by \inputencoding
997
998         The difference between auto and default is only the LaTeX output:
999         auto causes loading of the inputenc package, default does not.
1000
1001 2006-07-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1002
1003         * format incremented to 248: Basic booktabs support
1004
1005         The <features> tag has a new switch: booktabs="true|false".
1006         An absent switch is equivalent to booktabs="false".
1007         Horizontal lines are set with the booktabs package if this switch
1008         is on.
1009
1010         The <row> tag of tabulars has the following new attributes:
1011         topspace, bottomspace and interlinespace. All take a LyXLength
1012         as value, or the special keyword "default".
1013
1014 2006-06-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1015
1016         * format incremented to 247. The Grand Font Interface Rewrite.
1017         (1) Split font selection to rm, sf, tt:
1018                 \fontscheme -> \font_roman, \font_sans, \font_typewriter
1019                 Change 246->247:
1020                         \fontscheme     \font_roman     \font_sans      \font_typewriter
1021                         default         default         default         default
1022                         ae              ae              default         default
1023                         times           times           default         default
1024                         palatino        palatino        default         default
1025                         helvet          default         helvet          default
1026                         avant           default         avant           default
1027                         newcent         newcent         default         default
1028                         bookman         bookman         default         default
1029                         pslatex         times           (or \usepackage{pslatex})
1030                 New 246->247:
1031                         \font_roman: cmr (-> \renewcommand{\rmdefault}{cmr}),
1032                                      lmodern, charter, utopia, ccfonts, chancery, beraserif
1033                                         (-> \usepackage{<name>})
1034                         \font_sans: cmss, lmss, cmbr
1035                                         (-> \renewcommand{\sfdefault}{<name>})
1036                                     berasans (-> \usepackage{<name>})
1037                         \font_typewriter: cmtt, lmtt, cmtl,
1038                                         (-> \renewcommand{\sfdefault}{<name>})
1039                                         courier, luximono, beramono
1040                                         (-> \usepackage{<name>})
1041         (2) New param \font_default_family (rmdefault, sfdefault, ttdefault)
1042         (3) New param \font_sc (true, false).
1043         (4) New param \font_osf (true, false).
1044         (5) New param \font_sf_scale (float)
1045         (6) New param \font_tt_scale (float)
1046         Support for the following fonts has been added:
1047                 bera, ccfonts, chancery, charter, cmbright, computer modern (explicitely),
1048                 courier, lmodern, luximono, utopia.
1049         Support for the following font has been removed:
1050                 pslatex (it's superseded by mathptmx (times)).
1051
1052 2006-06-03  Martin Vermeer  <martin.vermeer@hut.fi>
1053
1054         * format incremented to 246. The framed.sty package is
1055         now supported with note types framed and shaded.
1056
1057 2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1058
1059         * format incremented to 245. The \quotes_times parameter
1060         has been removed.
1061
1062 2005-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1063
1064         * format incremented to 244. Rename '\InsetSpace \,'
1065         to '\InsetSpace \thinspace{}', because the comma was
1066         not parsed by lyxlex, and '\InsetSpace \space' to
1067         '\InsetSpace \space{}' in favour of consistency.
1068
1069 2005-07-18  José Matos  <jamatos@lyx.org>
1070
1071         * format incremented to 243.
1072
1073         * this change only affects the preamble, the paperpackage
1074           option was removed and papersize is changed to default.
1075
1076 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1077
1078         * format incremented to 242. There is no file format per
1079         se, but the "frenchb" language has been removed from lib/language
1080         and has to be translated to "french" by lyx2lyx.
1081
1082 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1083
1084         * format incremented to 241.
1085
1086         All following changes apply only to text in ERT insets. The
1087         rationale is that text in ERT is simply ASCII text, and nothing more.
1088
1089         * paragraph breaks are now a single newline in latex and not a
1090         paragraph break anymore (bug 698).
1091         * \newline is not allowed anymore, because it is redundant (see above)
1092         * layouts other than Standard, paragraph parameters and font changes
1093         are not allowed anymore. They never made sense and were ignored for
1094         latex output, but now they can't be read or set anymore (bug 922).
1095
1096
1097 2005-01-23  Jürgen Spitzmüller  <j.spitzmüller@gmx.de>
1098
1099         * format incremented to 240.
1100         * new bufferparam:
1101                 \output_changes {true|false}
1102         (should the change tracking marks be visible in the output or not?)
1103         * lyx2lyx should just delete the param in 239.
1104
1105 2005-01-06  José Matos  <jamatos@lyx.org>
1106
1107         * format incremented to 239.
1108         * the paragraph parameters are displayed in their own line. This
1109         change is consistent with the insets behaviour, and corresponds
1110         to a more uniform treatment of the paragraphs since some of them
1111         had already their own line.
1112
1113         An example of a single paragraph follows:
1114
1115 \begin_layout Standard
1116 \paragraph_spacing single
1117 \align left
1118 Paragraph text.
1119 \end_layout
1120
1121
1122 2004-12-03  José Matos  <jamatos@lyx.org>
1123
1124         * format incremented to 238.
1125         * The compatibility code to read old latex accents from 0.12.x in
1126         InsetLatexAccent::checkContents has been removed.
1127         The following translations are done:
1128                 "\i \x"   -> "\i \x{}"
1129                 "\i \xy"  -> "\i \x{y}"
1130                 "\i \x y" -> "\i \x{y}"
1131                 "\i \x\i" -> "\i \x{\i}"
1132                 "\i \x\j" -> "\i \x{\j}"
1133         x is a latex accent command, y the base character. \, i and j are
1134         literal.
1135         lyx did these changes already from 0.12.x -> 215, but not lyx2lyx,
1136         so formats 215 - 237 can have both versions.
1137
1138
1139 2004-10-10  José Matos  <jamatos@lyx.org>
1140
1141         * format incremented to 237.
1142         * In the header, the following statments use now booleans values,
1143         instead of 0, 1:
1144                 - \use_geometry
1145                 - \use_bibtopic
1146                 - \tracking_changes
1147
1148 2004-08-15  José Matos  <jamatos@lyx.org>
1149
1150         * format incremented to 236.
1151         * Added tags:
1152                 - \begin_document
1153                 - \begin_header
1154                 - \begin_body
1155                 - \end_body
1156
1157         * The options for \papersize are changed:
1158                 Default -> default
1159                 Custom -> custom
1160         * All whitespaces are removed at the end of lines, when
1161         not necessary. As an example we have all the lines in the header that
1162         do not belong to the preamble.
1163
1164 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1165
1166         * format incremented to 235.
1167         * \paperpackage had an off-by-one error. Translation table:
1168
1169           234: a4    a4wide  widemarginsa4
1170           235: none  a4      a4wide         widemarginsa4
1171
1172           The "widemarginsa4" setting of 235 has no equivalent in 234.
1173
1174 2004-05-12  Angus Leeming  <leeming@lyx.org>
1175
1176         * format incremented to 234.
1177         * the citation engine is specified explicitly rather than being
1178         deduced from 3 bools.
1179
1180         \use_natbib 1
1181         \use_numerical_citations 0   ->   \cite_engine <style>
1182         \use_jurabib 0
1183
1184         where <style> is one of "basic", "natbib_authoryear",
1185         "natbib_numerical" or "jurabib".
1186
1187 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1188
1189         * format incremented to 233.
1190         * insetgraphics does not allow filenames without extension anymore.
1191         The complete filename has to be given.
1192
1193 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1194
1195         * format incremented to 232.
1196
1197         * Support for bibtopic (sectioned bibliographies).
1198           - bufferparam \use_bibtopic [1|0]
1199           - the bibtex inset has a second argument for bibtopic's
1200             btPrint{Cited|NotCited|All} command:
1201             < 231:
1202             \begin_inset LatexCommand \bibtex[<style>]{<database>}
1203             now:
1204             \begin_inset LatexCommand \bibtex[<style>][<btPrintX>]{<database>}
1205           Forwards, there's nothing to be done. Backwards, \usepackage[dot]{bibtopic}
1206           has to be inserted to the preamble. Instead of the bibtex inset, the LaTeX
1207           \bibliographystyle{<style>}
1208           \begin{btSect}{<database>}
1209           \<btprintX>
1210           \end{btSect}
1211           has to be inserted.
1212
1213 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1214
1215         * format incremented to 231.
1216
1217         * Support for sidewaysfigure/sidewaystable (rotating package).
1218         insetfloat has now a param \sideways [true|false] (default is false).
1219         The param should be erased on downwards conversion, if it was true,
1220         the inset should be replaced by
1221         \begin{sidewaysfigure} <content> \end{sidewaysfigure}
1222         resp.
1223         \begin{sidewaystable} <content> \end{sidewaystable}
1224         i.e. ERT.
1225
1226 2004-02-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1227
1228         * format incremented to 230.
1229
1230         * Support for a second optional argument in insetcommand.
1231         currently, citation uses this to support natbibs second
1232         optional argument \cite[before][after]{key}.
1233         I think there's nothing to convert upwards. Downwards, the
1234         commands with 2 optional args need to be converted to ERT.
1235
1236         * Support for jurabib (param \use_jurabib [1|0], default is 0).
1237         When converting downwards, \usepackage{jurabib} has to be added
1238         to the preamble and, if babel is used, \usepackage{babel} before
1239         (jurabib fails if babel is called afterwards). If the natbib commands
1240         are used together with jurabib, they have to be converted to ERT too.
1241
1242 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1243
1244         * format incremented to 229.
1245         * Minipages cannot be read anymore. All minipage insets will
1246         be converted to frameless box insets between 228->229.
1247
1248 2003-12-15  Angus Leeming  <leeming@lyx.org>
1249
1250         * format incremented to 228.
1251         * Change the output of all insets derived from InsetCollapsable
1252         except for InsetERT (which has a similar output already), changing lines
1253         "collapsed true" -> "status collapsed"
1254         "collapsed false" -> "status open".
1255         * Change the output of InsetERT, changing lines
1256         "status Collapsed" -> "status collapsed"
1257         "status Open" -> "status open".
1258         "status Inlined" -> "status inlined".
1259
1260 2003-12-10  Angus Leeming  <leeming@lyx.org>
1261
1262         * format NOT incremented.
1263         * add a 'draft' option to InsetExternal.
1264
1265 2003-12-10  Angus Leeming  <leeming@lyx.org>
1266
1267         * format incremented to 227.
1268         * Change the output of InsetBox:
1269         \begin_inset Boxed -> \begin_inset Box Boxed
1270         \begin_inset Doublebox -> \begin_inset Box Doublebox
1271         \begin_inset Frameless -> \begin_inset Box Frameless
1272         \begin_inset ovalbox -> \begin_inset Box ovalbox
1273         \begin_inset Ovalbox -> \begin_inset Box Ovalbox
1274         \begin_inset Shadowbox -> \begin_inset Box Shadowbox
1275
1276 2003-12-10  Angus Leeming  <leeming@lyx.org>
1277
1278         * format incremented to 226.
1279         * Change the output of InsetNote:
1280         \begin_inset Note -> \begin_inset Note Note
1281         \begin_inset Comment -> \begin_inset Note Comment
1282         \begin_inset Greyedout -> \begin_inset Note Greyedout
1283
1284 2003-11-28  André Pönitz
1285
1286         * Remove space_above/space_below from Paragraph.
1287     This is now handled by InsetVSpace.
1288
1289 2003-10-07  Angus Leeming  <leeming@lyx.org>
1290
1291         * Add transformations to InsetExternal
1292
1293         boundingBox 0 0 20 20           the dimensions of the B.B..
1294                                         Output if the B.B. is not empty.
1295         clip                            clip the image to the B.B.
1296                                         Output if true.
1297         extra LaTeX "draft"             'extra' data passed to the primary
1298                                         command for this output format.
1299                                         (Possible formats LaTeX, PDFLaTeX,
1300                                          LinuxDoc, DocBook, Ascii.)
1301                                         The string can contain spaces and so
1302                                         is wrapped in "...".
1303         rotateAngle 30                  Rotation of the data.
1304                                         Output for non-zero rotation only.
1305         rotateOrigin bottomleft         Rotation origin.
1306                                         Output for non-zero rotation and
1307                                         non-default origin (center) only.
1308         scale 50
1309         width 2cm                       Output only if the image is resized.
1310         height 2cm
1311         keepAspectRatio
1312
1313 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1314
1315         * Added box inset. File format:
1316
1317         \begin_inset Ovalbox            Boxed/Frameless/ovalbox/Ovalbox
1318                                             /Shadowbox/Doublebox
1319         position "b"                    t/c/b
1320         hor_pos "c"                     l/c/r/s
1321         has_inner_box 1                 1/0
1322         inner_pos "b"                   t/c/b/s
1323         use_parbox 0                    1/0
1324         width "100col%"                 unit+width-string
1325         special "none"                  none/height/depth
1326                                             /totalheight/width
1327         height "1in"                    unit+width-string
1328         height_special "totalheight"    none/height/depth
1329                                             /totalheight/width
1330         collapsed false                 true/false
1331
1332         \begin_layout Standard
1333
1334         <box contents>
1335         \end_layout
1336
1337         \end_inset
1338
1339         This box (Frameless, has_inner_box=1, use_parbox=0) replaces
1340         the pre-existing Minipage inset. Parameters translate as follows:
1341         position                        0/1/2   -> t/c/b
1342         inner_position                  0/1/2/3 -> inner_pos c/t/b/s
1343         height                          same
1344         width                           same
1345         collapsed                       same
1346
1347 2003-08-19  Michael Schmitt  <michael.schmitt@teststep.org>
1348
1349         * attribute valignment="center" is replaced by valignment="middle"
1350         for tabular columns and cells
1351
1352 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1353
1354         * Added branch inset. File format:
1355
1356         branch definition in the header:
1357         \branch <branchname>
1358         \selected 0                    0/1
1359         \color #rrggbb
1360         \end_branch
1361
1362         \begin_inset Branch <branchname>
1363         collapsed false                 true/false
1364
1365         \begin_layout Standard
1366
1367         <branch contents>
1368         \end_layout
1369
1370         \end_inset
1371
1372 2003-07-28  José Matos  <jamatos@lyx.org>
1373
1374         * \the_end is replaced with \end_document
1375
1376 2003-07-28  José Matos  <jamatos@lyx.org>
1377
1378         * \layout is replaced with \begin_layout
1379
1380 2003-07-28  José Matos  <jamatos@fep.up.pt>
1381
1382         Format bumped to 225
1383
1384         * All layouts finish now with \end_layout
1385
1386 2003-06-04  Angus Leeming  <leeming@lyx.org>
1387
1388         Format bumped to 224
1389
1390         * the storage of the external inset has been changed from
1391
1392                 \begin_inset External XFig,"file.fig",""
1393
1394                 \end_inset
1395
1396         to this
1397
1398                 \begin_inset External
1399                         template XFig
1400                         filename file.fig
1401                         display <display_type>
1402                         lyxscale <scale>
1403
1404                 \end_inset
1405
1406         throwing away the final arg (here "", more generally "<string>") that holds
1407         the parameters variable.
1408         Variables are output if present (filename) or different from the default
1409         values (display, lyxscale).
1410
1411         Moreover, the RasterImage template has been scrapped. All RasterImage
1412         external insets are now converted to Graphics insets.
1413
1414 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1415
1416         * Added new space insets:
1417                 \SpecialChar ~ is now \InsetSpace ~
1418                 ERT: "\ " could be converted to InsetSpace \<space>
1419                 ERT: "\," could be converted to InsetSpace \,
1420
1421 2003-04-24  André Pönitz <poenitz@gmx.net>
1422
1423         * Added eqref support:
1424         \begin_inset LatexCommand \eqref{label}
1425
1426 2003-03-14  Dekel Tsur
1427
1428         * Format bumped to 223.
1429
1430 2003-03-12  John Levon  <levon@movementarian.org>
1431
1432         * Added \\end_header to signify the end of the header in a
1433           more robust fashion.
1434
1435         * use_amsmath is now a tristate {0 = never, 1 = auto, 2 = always}
1436
1437 2003-02-10  John Levon  <levon@movementarian.org>
1438
1439         Format bumped to 222
1440
1441         Added \\tracking_changes 0|1 to the header.
1442
1443         Added \\author to the header. This can be present multiple
1444         times, and is of the form :
1445
1446         \\author "Real Name" email@address.com
1447
1448         Added \\change_deleted, \\change_inserted. Each of these does not
1449         span a paragraph, and is delimited by "\\change_unchanged\n". Both are
1450         of the form :
1451
1452         \\change_inserted author time
1453
1454         where author is an integer ID reference into the author list in
1455         the header, and time is time_t.
1456
1457 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
1458
1459         * InsetGraphicsParams.h (scale): is now a float, not an unsigned int.
1460
1461 2002-08-22  Rob Lahaye <lahaye@snu.ac.kr>
1462
1463 New graphics dialog. With the removal of buttons in the dialog, also
1464 keywords in the graphics inset went. The following keywords do not
1465 exist anymore:
1466         lyxsize_kind
1467         lyxsize_type
1468         lyxwidth
1469         lyxheight
1470         size_kind
1471         size_type
1472         rotate
1473
1474 Only non-default values are saved to the lyx files. The defaults of the remaining
1475 keywords are;
1476         filename <empty>
1477         lyxscale 100
1478         display default
1479         scale 100
1480         width <empty>
1481         height <empty>
1482         draft <off>
1483         noUnzip <off>
1484         BoundingBox <from file>
1485         clip <off>
1486         rotateAngle 0
1487         rotateOrigin centerBaseline
1488         subcaption <off>
1489         subcaptionText <empty>
1490         special <empty>
1491
1492 The remaining keywords have sufficient overlap with the old ones for a
1493 smooth reading of the 1.2.x inset keywords in most common cases.
1494
1495 Compatibility is certainly broken for the old lyxwidth/lyxheight keywords.
1496 They don't exist anymore and we can't translate them into a scaling value, while
1497 we're reading the graphics inset. The old lyxwidth/lyxheight keyword and its
1498 argument is ignored and lost.
1499
1500 Only few compatibility issues are left for lyx2lyx:
1501
1502 ------------------------------------------------------------------------------
1503 old-token                                   new-token         remove
1504 ------------------------------------------------------------------------------
1505 size_kind original / size_type 0            scale 100         width <val>
1506                                                               height <val>
1507                                                               scale <val>
1508
1509 size_kind width_height / size_type 1            -             scale <val>
1510
1511 lyxsize_kind original / lyxsize_type 0      lyxscale 100      lyxscale <val>
1512 ------------------------------------------------------------------------------
1513 [replace old-token by new-token, and remove any of subsequent tokens as listed]
1514
1515 If "rotate" is absent, lyx2lyx should ignore "rotateAngle <val>":
1516    if ( "rotateAngle <val>" is there WITHOUT being preceded by the keyword "rotate" )
1517    then
1518         replace "rotateAngle <val>" by "rotateAngle 0"
1519
1520
1521 2002-08-12  Andre' Poenitz <poenitz@gmx.de>
1522
1523 Added \lyxlock for locked math inset when written to .lyx file.
1524 When "downgrading" .lyx files this should simple be deleted but it
1525 does not hurt at all if it stays in. It does not have to be added
1526 when "upgrading".
1527
1528
1529 2002-08-02  Angus Leeming  <leeming@lyx.org>
1530
1531 Added a boolean "preview" flag to InsetCommandParams.
1532 Currently it is written only by InsetInclude, because only this
1533 class can generate a preview of its contents.
1534
1535 The LyX file now contains:
1536
1537  \begin_inset Include \input{snapshot_t=40.tex}
1538 +preview true
1539
1540  \end_inset
1541
1542 Earlier versions of LyX just swallow this extra token silently.
1543
1544 2002-08-12  Angus Leeming  <leeming@lyx.org>
1545
1546 The 1.2.0 InsetGraphicsParams "size_type" and "lyxsize_type" have been
1547 renamed as "size_kind" and "lyxsize_kind" respectively.
1548
1549  \begin_inset Graphics FormatVersion 1
1550         filename file.eps
1551         display default
1552 -       size_kind original
1553 +       size_type original
1554         width 7cm
1555         rotateOrigin center
1556 -       lyxsize_kind original
1557 +       lyxsize_type original
1558         lyxwidth 4cm
1559
1560  \end_inset
1561