]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
Compil fix
[lyx.git] / RELEASE-NOTES
index bad8a6ba805085dab21629c51c35f04a6895c70a..6aae1d954d7634f5c6c3587236a571b747d6d441 100644 (file)
@@ -92,6 +92,8 @@ The following new LyX functions have been introduced:
 
 - LFUN_INSET_COPY_AS ("inset-copy-as").
 
+- LFUN_BUFFER_TOGGLE_OUTPUT_SYNC ("buffer-toggle-output-sync").
+
 
 The following LyX functions have been removed:
 
@@ -116,8 +118,15 @@ The following LyX functions have been removed:
   like "note" in the first case and "Note" in the second.
 
 - LFUN_TABULAR_FEATURE ("tabular-feature"): use "inset-modify" instead.
+  I.e., "tabular-feature FEATURE <ARGS>" becomes:
+    inset-modify tabular FEATURE <ARGS>
+
+- LFUN_LINE_INSERT ("line-insert"): use "inset-insert line" instead. For
+  something close to the previous default, use:
+    inset-insert line rule height 0.25ex width 100col% \\end_inset
+  This is necessary because the line inset now takes various arguments.
 
-- LFUN_LINE_INSERT ("line-insert"): use "inset-insert line" instead.
+- LFUN_TOC_INSERT ("toc-insert"): use "inset-insert toc" instead.
 
 
 The following LyX functions have been changed: