]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
thinko: if we have requires, do not test package
[lyx.git] / RELEASE-NOTES
index 50c1cf8ecc986a8fa057a072971e65521854d0c7..ee523fb21ccd52fceeb0f3f39cb4a5b8a4109bd2 100644 (file)
@@ -22,13 +22,19 @@ 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 were changed in 2.1:
 
-The following pref variables are obsoleted in 2.0:
+The following pref variables are obsoleted in 2.1:
 
+- \\default_language
 - \\default_papersize
 
+To set the default language and paper size for new documents, use the
+"Save As Document Defaults" button in Document > Settings.
+
 The following new LyX functions have been introduced:
 
 - LFUN_BUFFER_EXPORT_AS <format> <filename>
@@ -85,3 +91,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).
+