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