]> git.lyx.org Git - lyx.git/blobdiff - lib/RELEASE-NOTES
FindAdv: Remove dead code
[lyx.git] / lib / RELEASE-NOTES
index 6cfec8acf137250eb981fb705ca5bc43862cbbec..79ffff277855b79dffcf3aed03fedbb53bf1f6ae 100644 (file)
@@ -16,6 +16,8 @@
 
 * 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
 
@@ -93,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.