X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=RELEASE-NOTES;h=6aae1d954d7634f5c6c3587236a571b747d6d441;hb=eb0c10b6b484b7afbc0fbaaa8505d1ebe988ca6a;hp=cf3b5e7ab1d3e4a0a9a7bcead7e340f7eb56e111;hpb=e2f1a17dd82a10208b21a272154516535efd71a7;p=lyx.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cf3b5e7ab1..6aae1d954d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -92,7 +92,7 @@ The following new LyX functions have been introduced: - LFUN_INSET_COPY_AS ("inset-copy-as"). -- LFUN_BUFFER_TOGGLE_OUTPUT_SYNC ("buffer-toggle-output-sync") +- LFUN_BUFFER_TOGGLE_OUTPUT_SYNC ("buffer-toggle-output-sync"). The following LyX functions have been removed: @@ -118,8 +118,13 @@ 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 " becomes: + inset-modify tabular FEATURE -- LFUN_LINE_INSERT ("line-insert"): use "inset-insert line" instead. +- 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_TOC_INSERT ("toc-insert"): use "inset-insert toc" instead.