]> git.lyx.org Git - lyx.git/commit
* Remove LFUN_REF_INSERT.
authorAngus Leeming <leeming@lyx.org>
Fri, 7 Mar 2003 15:58:02 +0000 (15:58 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 7 Mar 2003 15:58:02 +0000 (15:58 +0000)
commitbe16393a7b575fbb1285547d33ea373bc5abeea8
treeb3d2d1129a39362b222795146f0eb0b128f223e3
parenta5fe7ae80ebbc4a89bb7d9ef61a8497466c75183
* Remove LFUN_REF_INSERT.
* Add LFUN_DIALOG_SHOW_NEW_INSET to LyXFunc::getStatus' switch.
* Add a new LFUN_INSET_DIALOG_UPDATE to replace those nasty dynamic casts
in LyXFunc::dispatch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6377 a592a061-630c-0410-9148-cb99ea01b6c8
src/ChangeLog
src/LyXAction.C
src/commandtags.h
src/insets/ChangeLog
src/insets/insetcommand.C
src/insets/insetexternal.C
src/insets/insetfloat.C
src/insets/insetinclude.C
src/insets/insetminipage.C
src/insets/insetwrap.C
src/lyxfunc.C