]> git.lyx.org Git - features.git/commit
All changes I made to have text-insets working. Look at the Changelog
authorJürgen Vigna <jug@sad.it>
Fri, 25 Feb 2000 12:06:15 +0000 (12:06 +0000)
committerJürgen Vigna <jug@sad.it>
Fri, 25 Feb 2000 12:06:15 +0000 (12:06 +0000)
commitd6fa7c567c47f1af95f026174a83bf75dde08f84
tree4505425ecd371aa45bc1d465350c844a5faef0b1
parentb92c96554385bcbc91262cd9a83766f422552564
All changes I made to have text-insets working. Look at the Changelog
for more details.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@571 a592a061-630c-0410-9148-cb99ea01b6c8
48 files changed:
ChangeLog
po/POTFILES.in
src/BufferView.C
src/BufferView.h
src/BufferView2.C
src/LyXAction.C
src/buffer.C
src/commandtags.h
src/insets/Makefile.am
src/insets/figinset.C
src/insets/figinset.h
src/insets/inset.C
src/insets/insetbib.C
src/insets/insetbib.h
src/insets/inseterror.C
src/insets/inseterror.h
src/insets/insetert.C [new file with mode: 0644]
src/insets/insetert.h [new file with mode: 0644]
src/insets/insetinclude.C
src/insets/insetinclude.h
src/insets/insetindex.C
src/insets/insetindex.h
src/insets/insetinfo.C
src/insets/insetinfo.h
src/insets/insetloa.h
src/insets/insetparent.C
src/insets/insetparent.h
src/insets/insetref.C
src/insets/insetref.h
src/insets/insettext.C [new file with mode: 0644]
src/insets/insettext.h [new file with mode: 0644]
src/insets/insettoc.C
src/insets/insettoc.h
src/insets/inseturl.C
src/insets/inseturl.h
src/insets/lyxinset.h
src/lyx_cb.C
src/lyxfunc.C
src/lyxparagraph.h
src/lyxtext.h
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formulamacro.C
src/mathed/formulamacro.h
src/mathed/math_defs.h
src/mathed/math_symbols.C
src/text.C
src/text2.C