]> git.lyx.org Git - features.git/commit
* src/lyxtext.h: add enum ChangeOp (ACCEPT/REJECT); add deleteEmptyParagraphMechanism()
authorMichael Schmitt <michael.schmitt@teststep.org>
Thu, 25 Jan 2007 21:18:36 +0000 (21:18 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Thu, 25 Jan 2007 21:18:36 +0000 (21:18 +0000)
commitf4cc84d5a611fb99063540a57ac6f8c9353651a2
tree230696065c5c0ab3b55f06b245ddb918c2dec410
parent27a777ccc624b19c5d1961a6279c0db97594c0fb
* src/lyxtext.h: add enum ChangeOp (ACCEPT/REJECT); add deleteEmptyParagraphMechanism()

* src/text.C:
* src/text3.C:
* src/BufferView.C: adjust

* src/insets/insettext.C: acceptChanges() / rejectChanges(): fix pars_size bug introduced in previous commit; call deleteEmptyParagraphMechanism()

* src/text2.C: track changes in DEPM (I am not sure about whether this is actually useful; time will tell..); add deleteEmptyParagraphMechanism(pit_type, pit_type, bool)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16858 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.C
src/insets/insettext.C
src/lyxtext.h
src/text.C
src/text2.C
src/text3.C