]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
Introduce wide streams. This fixes the remaining problems of plain text
[lyx.git] / development / FORMAT
index e2f0c908ced9543999984c4e6a6b20d65016912b..314f9b0b20a454676b957bcbe013d30de1d3f0f0 100644 (file)
@@ -1,6 +1,77 @@
 LyX file-format changes
 -----------------------
 
+2006-08-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * format incremented to 249: Unicode
+
+       LyX documents are now always encoded in utf8. The value of
+       \inputencoding does now only determine the encoding of the created
+       LaTeX file.
+       Up to format 248 the value of \inputencoding did also determine the
+       encoding of the LyX file:
+
+       \inputencoding       LyX file encoding
+       auto                 as determined by the document language
+       default              latin1
+       everything else      as determined by \inputencoding
+
+2006-07-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * format incremented to 248: Basic booktabs support
+
+       The <features> tag has a new switch: booktabs="true|false".
+       An absent switch is equivalent to booktabs="false".
+       Horizontal lines are set with the booktabs package if this switch
+       is on.
+
+       The <row> tag of tabulars has the following new attributes:
+       topspace, bottomspace and interlinespace. All take a LyXLength
+       as value, or the special keyword "default".
+
+2006-06-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * format incremented to 247. The Grand Font Interface Rewrite.
+       (1) Split font selection to rm, sf, tt:
+               \fontscheme -> \font_roman, \font_sans, \font_typewriter
+               Change 246->247:
+                       \fontscheme     \font_roman     \font_sans      \font_typewriter
+                       default         default         default         default
+                       ae              ae              default         default
+                       times           times           default         default
+                       palatino        palatino        default         default
+                       helvet          default         helvet          default
+                       avant           default         avant           default
+                       newcent         newcent         default         default
+                       bookman         bookman         default         default
+                       pslatex         times           (or \usepackage{pslatex})
+               New 246->247:
+                       \font_roman: cmr (-> \renewcommand{\rmdefault}{cmr}), 
+                                    lmodern, charter, utopia, ccfonts, chancery, beraserif
+                                       (-> \usepackage{<name>})
+                       \font_sans: cmss, lmss, cmbr 
+                                       (-> \renewcommand{\sfdefault}{<name>})
+                                   berasans (-> \usepackage{<name>})
+                       \font_typewriter: cmtt, lmtt, cmtl,
+                                       (-> \renewcommand{\sfdefault}{<name>})
+                                       courier, luximono, beramono
+                                       (-> \usepackage{<name>})
+       (2) New param \font_default_family (rmdefault, sfdefault, ttdefault)
+       (3) New param \font_sc (true, false).
+       (4) New param \font_osf (true, false).
+       (5) New param \font_sf_scale (float)
+       (6) New param \font_tt_scale (float)
+       Support for the following fonts has been added:
+               bera, ccfonts, chancery, charter, cmbright, computer modern (explicitely),
+               courier, lmodern, luximono, utopia.
+       Support for the following font has been removed:
+               pslatex (it's superseded by mathptmx (times)).
+
+2006-06-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * format incremented to 246. The framed.sty package is 
+       now supported with note types framed and shaded.
+
 2005-10-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * format incremented to 245. The \quotes_times parameter
@@ -296,6 +367,26 @@ Paragraph text.
        * attribute valignment="center" is replaced by valignment="middle"
        for tabular columns and cells
 
+2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * Added branch inset. File format:
+
+       branch definition in the header:
+       \branch <branchname>
+       \selected 0                    0/1
+       \color #rrggbb
+       \end_branch
+
+       \begin_inset Branch <branchname>
+       collapsed false                 true/false
+
+       \begin_layout Standard
+
+       <branch contents>
+       \end_layout
+
+       \end_inset
+
 2003-07-28  José Matos  <jamatos@lyx.org>
 
        * \the_end is replaced with \end_document