X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=b96b0faa4e0f64ad4ce09f3d5c787ff906b81431;hb=2139ac2cf0204d1da451571137a4c4b135fba5b4;hp=6b448da03ed23afffd894df83d90442e5f1da041;hpb=bd4c74b3b783bb47c37d0f22da2206da7eabf3da;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index 6b448da03e..b96b0faa4e 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,6 +1,37 @@ 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. @@ -443,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