]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
* cs/Tutorial.lyx typos
[lyx.git] / RELEASE-NOTES
index 28f9aedd068ab0a074ff65f001ee7ac58ed00ee7..17d998d188b534fbc0f0d470dd8cba7bcaffd47f 100644 (file)
@@ -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).
+