X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=RELEASE-NOTES;h=17d998d188b534fbc0f0d470dd8cba7bcaffd47f;hb=829e1fbc4d4026f4a45e3d8c4cacf69e7c792f9b;hp=884df785600ddb03ed88a08eb70947f50e59424d;hpb=dd92de54af65c4df268167c42e895649b91c7324;p=lyx.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 884df78560..17d998d188 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,11 +22,15 @@ options have been added: Also, it is available via the mini-buffer (or the -x switch) through a proper new LFUN (see below). +The Advanced Find and Replace feature now supports cancel of a long +search operation by hitting the ESC key. The following pref variables were changed in 2.0: The following pref variables are obsoleted in 2.0: +- \\default_papersize + The following new LyX functions have been introduced: - LFUN_BUFFER_EXPORT_AS @@ -37,9 +41,6 @@ The following new LyX functions have been introduced: This is also available through a new menu voice within the [Edit]->[Paste Special...] sub-menu. -//template, remove this entry later on -- LFUN_BUFFER_TOGGLE_OUTPUT_SYNC ("buffer-toggle-output-sync"). - The following LyX functions have been removed: @@ -62,15 +63,20 @@ The following LyX key bindings have been changed: The binding to "C-minus" has changed to "C-S-underscore". +Linux desktop file specification and scalable icon has been included +into the tarball. + + New external programs and libraries: ------------------------------------ -LyX 2.0 introduces support for some new external helper programs/libraries, -while the support for some existing programs has been dropped. This -particularly applies to spell checking and the thesaurus. +- LyX links now against libmagic (http://www.darwinsys.com/file/) if it is + available at compile time. This improves the file format detection of + included graphics and other files. The old builtin format detection code + is used if libmagic is not available. -Known issues in version 2.0.0 +Known issues in version 2.1.0 ----------------------------- - LyX needs to be run under Python 2 and will not work properly on systems @@ -81,3 +87,8 @@ Known issues in version 2.0.0 Caveats when upgrading from earlier versions to 2.1.x ------------------------------------------------------- +In order to improve reported scrolling slowness, we changed the way screen +painting is done. This, however, can slow down the performance on remote +X connections and we provide RC_USE_QIMAGE variable, which brings back +the old way of painting (when set to false). +