]> git.lyx.org Git - features.git/commitdiff
Update RELEASE_NOTES
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 5 Nov 2022 07:34:36 +0000 (08:34 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 5 Nov 2022 07:34:36 +0000 (08:34 +0100)
lib/RELEASE-NOTES

index ccab1bc96ba26c438e405e7ed497229610866d07..2ae5e72a5270e06e7985dcd7e70f2f26dddbde09 100644 (file)
   screen. Note that "backingstore" is actually always enforced on
   macOS and Wayland (default: partial).
 
+* \screen_limit true|false: determines whether the text width on screen is limited
+  (both fullscreen and normal view).
+
+* \screen_width <length>: sets the width of the text on screen if \screen_limit is true.
+
 !!!The following pref variables were changed in 2.4:
 
 
   The font encoding is now automatically set depending on the document
   fonts and languages.
 
+* \fullscreen_limit
+  Removed in favor of \screen_limit
+
+* \fullscreen_width
+  Removed in favor of \screen_width
+
 * \use_qimage
   This is no longer necessary due to the rewrite of the painter.
 
 
 * spelling-remove-local removes words for a given language from the document's local
   spelling dictionary.
+  
+* inset-insert-copy inserts the inset's content (in ToC pane) at the position of the cursor.
 
 * inset-split is a new convenience function that splits an inset into two at the given
   cursor position. This is only implemented for text insets currently.