On Tuesday 25 March 2003 10:27 pm, [EMAIL PROTECTED] wrote:
> Modified files:
>       lyx-devel/src/: BufferView_pimpl.C ChangeLog LyXAction.C
>                       factory.C lfuns.h
>       lyx-devel/src/insets/: ChangeLog insetbibitem.C
>
> Log message:
>       Satisfy JMarc and Lar's desire for LFUN_INSET_INSERT

Ok guys, factory.C's createInset now acts on this lfun to create insets of 
type 

"bibitem", "bibtex", "citation", "ert", "external", "graphics", "include", 
"index", "label", "ref", "toc", "url"

The way is now open for someone to discard the "insert" lfuns for the various 
collapsible insets into this one, new lfun. I seem to remember JMarc 
expressing some enthusiasm for this ;-)

        LFUN_INSERT_NOTE,
        LFUN_ENVIRONMENT_INSERT,
        LFUN_INSERT_MATH,
        LFUN_INSERT_MATRIX,
        LFUN_INSERT_LABEL,
        LFUN_TABINSERT,
        LFUN_TOC_INSERT,
        LFUN_PARENTINSERT,
        LFUN_DATE_INSERT,
        LFUN_TABULAR_INSERT,
        LFUN_INDEX_INSERT,
        LFUN_INSERT_BIBITEM

Regards,
Angus

Reply via email to