X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=7dc61bb28e1c78f67d9d81b356830d1399fe1640;hb=b0cb0eaa25e1caf706b4e1c3c981d537f9448930;hp=8a54eea112adeb8638b5440c70c396c4b26625d9;hpb=0ddb4d5f30d01684550eee93303b152662b0da79;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index 8a54eea112..7dc61bb28e 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,5 +1,70 @@ LyX file-format changes -----------------------§ +2007-02-22 José Matos + + * format incremented to 263: changes in the language names (overdue): + brazil -> brazilian + portuges -> portuguese + +2007-02-16 Georg Baum + + * format incremented to 262: Allow ascii \inputencoding + +2007-02-14 Georg Baum + + * format incremented to 261: \output_changes is now considered + even if \tracking_changes is false. This allows to output existing + changes even if future changes are not tracked anymore. + The old combination + + \tracking_changes false + \output_changes true + + is therefore converted to + + \tracking_changes false + \output_changes false + + on upgrade. Nothing is done on downgrade since the new behaviour is + not supported in older formats. + +2007-02-13 Georg Baum + + * format incremented to 260: Allow utf8x \inputencoding + +2007-02-12 Georg Baum + + * format incremented to 259: + Old: Spaces at start or end of font changes were output outside of + the font change, i.e. not 'xx\textbf{ yy }zz', but + 'xx \textbf{yy} zz'. + New: Spaces are always output with the font set by the user. + +2007-01-31 Uwe Stöhr + + * format incremented to 258: new \lyxline definition + Old: + \\newcommand{\\lyxline}[1]{ + {#1 \\vspace{1ex} \\hrule width \\columnwidth \\vspace{1ex}} + } + New: + \\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 fontsize: \lyxline{\Huge} produces now a thicker line then \lyxline{\normalfont} + +2007-01-29 Georg Baum + + * format incremented to 257: Caption styles have been replaced by + InsetCaption. This is at the same time also a layout file format + change to format 3. layout2layout removes caption layouts from old + styles. + Note that InsetCaption did exist before this format, but was never + used. Old files containing do nevertheless still work. + Of course users can still define a Caption style in layout files, + but the special treatment in LyX is gone (apart from the sensitive + label property). 2006-12-22 Georg Baum