]> git.lyx.org Git - features.git/commit
Added clean CutAndPaste handling with it's own class. Various updates for
authorJürgen Vigna <jug@sad.it>
Mon, 10 Apr 2000 14:29:05 +0000 (14:29 +0000)
committerJürgen Vigna <jug@sad.it>
Mon, 10 Apr 2000 14:29:05 +0000 (14:29 +0000)
commite97f3d1b3146f8ee10f8542d65c09620826dac84
tree4cc2635fa88c1b29e2f29c0965bdad32e75a1ecc
parent1136642d8a56dfad298906ba0f2b389722736c5d
Added clean CutAndPaste handling with it's own class. Various updates for
text-insets (look at the ChangeLog Entries)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@643 a592a061-630c-0410-9148-cb99ea01b6c8
20 files changed:
ChangeLog
po/POTFILES.in
src/BufferView2.C
src/CutAndPaste.C [new file with mode: 0644]
src/CutAndPaste.h [new file with mode: 0644]
src/Makefile.am
src/insets/insetcollapsable.C
src/insets/insetert.C
src/insets/insetfoot.C
src/insets/insetfoot.h
src/insets/insettext.C
src/insets/insettext.h
src/insets/lyxinset.h
src/lyx_cb.C
src/lyxfunc.C
src/lyxparagraph.h
src/lyxtext.h
src/paragraph.C
src/support/lyxstring.h
src/text2.C