]> git.lyx.org Git - lyx.git/blobdiff - lib/RELEASE-NOTES
Try to automatically handle transparent pictures in darkmode (#12076)
[lyx.git] / lib / RELEASE-NOTES
index b8530aba8a9750ca9d5cc9693867bfe84d462c5f..79ffff277855b79dffcf3aed03fedbb53bf1f6ae 100644 (file)
   while noting that menu shortcuts can always be customized by copying the
   stdmenus.inc file to the user directory and editing it.
 
+* Backspace will now merge paragraphs even when they have different layouts.
+
+* Ctrl-click on a cross-reference will now take you to its label.
+
 
 !!Documents compilation process and images conversion
 
@@ -47,6 +51,9 @@
 * \ct_markup_copied true|false: determines whether change tracking markup should be
   preserved on copy/paste (default: false).
 
+* \citation_search_view lyxpaperview: determines whether external script "lyxpaperview"
+  should be used for looking up citation source.
+
 
 !!!The following pref variables were changed in 2.4:
 
@@ -88,6 +95,9 @@
 * paragraph-select is a new convenience function to select the paragraph
   surrounding the actual cursor position.
 
+* 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.
+
 * tabular-style-insert: Insert a table in a specified style.