X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=RELEASE-NOTES;h=17d998d188b534fbc0f0d470dd8cba7bcaffd47f;hb=79352b9882b35bdb867f2f2506ff938050d50a44;hp=28f9aedd068ab0a074ff65f001ee7ac58ed00ee7;hpb=2b36e0a860390fbe4a7171c69d0974d9cbe64a99;p=lyx.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 28f9aedd06..17d998d188 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,8 @@ 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: @@ -68,7 +70,10 @@ into the tarball. New external programs and libraries: ------------------------------------ -- +- 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.1.0 @@ -82,3 +87,8 @@ Known issues in version 2.1.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). +