]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
Exporter.cpp: revert r34230 because this interferes with Enrico's new LyXVC feature...
[lyx.git] / RELEASE-NOTES
index ab23e5077bedf67401a14ba595dec295109d4d4f..0d0cc31d91fffb8dc4dffaba4d1ffa7db0d49339 100644 (file)
@@ -98,6 +98,15 @@ The following LyX functions have been removed:
   with the more general function inset-forall
     inset-forall Note:<SOURCE> inset-modify note Note <TARGET>
 
+- LFUN_ALL_INSETS_TOGGLE ("all-insets-toggle"): replace
+    all-insets-toggle <ACTION> <TARGET>
+    all-insets-toggle <ACTION>
+  with the more generic function inset-forall
+    inset-forall <TARGET> inset-toggle <ACTION>
+    inset-forall * inset-toggle <ACTION>
+  There is a difference in the <TARGET> parameter, which is would be
+  like "note" in the first case and "Note" in the second.
+
 - LFUN_TABULAR_FEATURE ("tabular-feature"): use "inset-modify" instead.