X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=NEWS;h=531cb05dfaa9a8484be46fd4588811921c1409e0;hb=046b5d824c622204e90fffa690d43008fadaaa2a;hp=92fcd5a1ff13d07308b82822c2872b4523e409c4;hpb=88957e028dde139e5cac390071882a021c30b576;p=lyx.git diff --git a/NEWS b/NEWS index 92fcd5a1ff..531cb05dfa 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,8 @@ What's new in LyX version 1.1.5? -------------------------------- Lots of internal code rewritten, fixed, changed and added. -We are taking the C++ Standard Library in greater use for each day, -this will in most cases make the code clearer and easier to maintain +We are using the C++ Standard Library more each day. +This will in most cases make the code clearer and easier to maintain and expand. We are also gearing up for the merge of the gui-indep branch, expect this (but not the new gui's) in 1.1.6. @@ -21,20 +21,30 @@ User-visible changes: - Right-to-Left support for Hebrew and Arabic, this is a first attempt only and is likely to improve in future versions. -- New visual feedback for environment depth of paragraphs (also the ! - in the margin for margin notes has been removed). - - Per-paragraph spacing, currently only settable from the command-line/window: paragraph-spacing (default,single,onehalf,double,other) [float] -- More accurate error reporting from LaTeX runs. +- New visual feedback for environment depth of paragraphs (also the ! + in the margin for margin notes has been removed). + +- End-of-proof box, for layouts where it makes sense. + +- labels are now editable (not in equations, though). - Much faster spellchecking (50x faster!). +- The parsing of the LaTex log has improved flagging more errors that + earlier versions of LyX did not see at all. So if you suddenly have + errors in documents that used to have none, this might be the casue. + (And you probably had the error always.) + - Better definition for LyXList style. -- End-of-proof box, for layouts where it makes sense. +- hollywood.layout and broadway.layout have improved. New classes + LLNCS (Lecture Notes in Computer Science), svjog (Journal of Geodesy) + +- support for varioref and pretty ref (preliminary support) - A couple of changes to the LyX format, so that files written with 1.1.5 will not be parsed correctly by older LyX versions if protected @@ -54,14 +64,6 @@ User-visible changes: by lyx should be stored, and \override_x_deadkeys to tell whether lyx should provide its own accent keys handling (default is true). -- the hollywood.layout has improved. - -- support for varioref and pretty ref (preliminary support) - -- The parsing of the LaTex log has improved flagging more errors that - earlier versions of LyX did not see at all. So if you suddenly have - errors in documents that used to have none, this might be the casue. - (And you probably had the error always.) What's new in LyX version 1.1.4? --------------------------------