* RELEASE-NOTES

This commit is contained in:
Pavel Sanda 2022-11-28 11:09:37 +01:00
parent 7b23c76b71
commit d82247985a
2 changed files with 5 additions and 2 deletions

View File

@ -159,6 +159,9 @@
* tabular-style-insert: Insert a table in a specified style.
* tab-group-next, tab-group-previous: Activate another tab group in split view.
The new functions bound to F6/S-F6 in CUA bindings.
!!!The following LyX functions have been changed in 2.4:

View File

@ -3983,7 +3983,7 @@ void LyXAction::init()
/*!
* \var lyx::FuncCode lyx::LFUN_TAB_GROUP_NEXT
* \li Action: Switch to the next tab group.
* \li Action: Switch to the next tab group in split view.
* \li Syntax: tab-group-next
* \endvar
*/
@ -3991,7 +3991,7 @@ void LyXAction::init()
/*!
* \var lyx::FuncCode lyx::LFUN_TAB_GROUP_PREVIOUS
* \li Action: Switch to the previous tab group.
* \li Action: Switch to the previous tab group in split view.
* \li Syntax: tab-group-previous
* \endvar
*/