X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=b96b0faa4e0f64ad4ce09f3d5c787ff906b81431;hb=2139ac2cf0204d1da451571137a4c4b135fba5b4;hp=cc5ee4d89fd38f6ffc368ef370e3645301196ae5;hpb=8955a6cad9ea8cb27c2ac30f53e578785e2213e9;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index cc5ee4d89f..b96b0faa4e 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,6 +1,45 @@ LyX file-format changes ----------------------- +2009-07-20 Uwe Stöhr + * Format incremented to 370: introduce a document option to + suppress the default date. + +2009-07-22 Vincent van Ravesteijn + * Format incremented to 369: add the author ids to the list of + authors and let the numbering start with 1 in stead of 0. + +2009-07-21 Jürgen Spitzmüller , Uwe Stöhr + * Format incremented to 368: allow to use glue lengths for + horizontal spaces. + +2009-07-20 Uwe Stöhr + * Format incremented to 367: allow to use percent lengths for + vertical and horizontal spaces. + +2009-07-20 Uwe Stöhr + * Format incremented to 366: allow to use percent lengths for the + paragraph skip separation. + +2009-07-19 Uwe Stöhr + * Format incremented to 365: support for paragraph indentation. + +2009-07-13 Jürgen Spitzmüller + * Format incremented to 364: add \filename_suffix parameter + to branches. + +2009-07-11 Uwe Stöhr + * Format incremented to 363: support for horizontal longtable + alignment. + +2009-06-11 Jürgen Spitzmüller + * Format incremented to 362: support for the applemac encoding. + +2009-05-25 Jürgen Spitzmüller + * Format incremented to 361: support for custom setting of + bibliography (longest) label width. + Empty file format change. + 2009-05-22 Jürgen Spitzmüller * Format incremented to 360: param width for nomencl_print CommandInset. @@ -435,7 +474,7 @@ LyX file-format changes \\newcommand{\\lyxline}[1][1pt]{% \\par\\noindent% \\rule[.5ex]{\\linewidth}{#1}\\par} - The new definition is more robust, see bug 1988 and now really takes care about + The new definition is more robust, see bug 1988 and now really takes care of the fontsize: \lyxline{\Huge} produces now a thicker line than \lyxline{\normalfont} 2007-01-29 Georg Baum