mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Improve release notes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35437 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f3d5390d8b
commit
ca004d6a86
@ -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 <ARGS>" becomes:
|
||||
inset-modify tabular FEATURE <ARGS>
|
||||
|
||||
- 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user