X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2FRELEASE-NOTES;h=31e3e7ca070f112cbff7f05f687a8bb82198e1dd;hb=26f6aa465ecb74de323b4756ed043a6d91b883dd;hp=ccab1bc96ba26c438e405e7ed497229610866d07;hpb=9686fe0c79cdb547f8778d8552402c393491af87;p=features.git diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index ccab1bc96b..31e3e7ca07 100644 --- a/lib/RELEASE-NOTES +++ b/lib/RELEASE-NOTES @@ -21,8 +21,8 @@ * Default shortcuts for saving bookmarks have been changed to Alt-NUM, where NUM is the number of the bookmark. (They were previously Shift-F1, etc.) -* This allows Shift-F3 to be used for word-find-backwards (i.e., find previous) - on Linux and Windows. +* Shift-F3 can be used for word-find-backwards (i.e., find previous) on Linux + and Windows. * The shortcut to use the selection for a find on macOS is now Cmd-E, as is the Apple standard. The shortcut for find the next occurrence of the current @@ -79,6 +79,11 @@ 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 : sets the width of the text on screen if \screen_limit is true. + !!!The following pref variables were changed in 2.4: @@ -89,6 +94,12 @@ 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. @@ -132,6 +143,11 @@ * spelling-remove-local removes words for a given language from the document's local spelling dictionary. +* index-tag-all adds a copy of the index entry under cursor to after all occurrences of the + word that precedes the index inset. + +* 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.