]> git.lyx.org Git - lyx.git/commit
Add LFUN_BRANCH_ACTIVATE and LFUN_BRANCH_DEACTIVATE, fixing bug 4341.
authorRichard Heck <rgheck@comcast.net>
Wed, 28 May 2008 16:02:09 +0000 (16:02 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 28 May 2008 16:02:09 +0000 (16:02 +0000)
commit8921a18a89c9a60ab6bb84fa37e1baafcc1a1cb5
treebb9275e749e63105aad93916ec4abd91ec42c296
parent5254716219769792b5fe9f9a169854e9c3f5a9c9
Add LFUN_BRANCH_ACTIVATE and LFUN_BRANCH_DEACTIVATE, fixing bug 4341.

These have been added to BufferView::dispatch() and BufferView::getStatus() for now. Shortly, we'll be making wider use of Buffer::dispatch() and introducing Buffer::getStatus() and moving these and some other LFUNs there.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24979 a592a061-630c-0410-9148-cb99ea01b6c8
RELEASE-NOTES
src/Buffer.cpp
src/BufferView.cpp
src/FuncCode.h
src/LyX.cpp
src/LyXAction.cpp