git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25527 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-09 23:17:28 +00:00
parent 45b61db674
commit 31ec62658f

View File

@ -1859,6 +1859,14 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_CHANGES_OUTPUT, "changes-output", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_CHANGE_NEXT
* \li Action: Moves the cursor to the position of the next change
of the change tracking records.
* \li Syntax: changes-next
* \li Origin: schmitt, 4 Oct 2006
* \endvar
*/
{ LFUN_CHANGE_NEXT, "change-next", ReadOnly, Edit },
{ LFUN_CHANGES_MERGE, "changes-merge", Noop, Edit },
{ LFUN_CHANGE_ACCEPT, "change-accept", Noop, Edit },