]> git.lyx.org Git - features.git/commit
The inset newline patch I sent plus the requisite fixes. I couldn't reproduce a problem.
authorJohn Levon <levon@movementarian.org>
Wed, 12 Mar 2003 19:16:42 +0000 (19:16 +0000)
committerJohn Levon <levon@movementarian.org>
Wed, 12 Mar 2003 19:16:42 +0000 (19:16 +0000)
commit47432f0259d981d61922ee0f451183dc949aca3f
tree54478865dd4b537ac670c68cc5a2c56b77bebbe3
parenta8063760341954928dcdf85c177d1f68720b54f7
The inset newline patch I sent plus the requisite fixes. I couldn't reproduce a problem.

JMarc, I haven't moved those latex bits into the ::latex method yet though.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6471 a592a061-630c-0410-9148-cb99ea01b6c8
23 files changed:
src/ChangeLog
src/buffer.C
src/insets/ChangeLog
src/insets/Makefile.am
src/insets/inset.h
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetnewline.C [new file with mode: 0644]
src/insets/insetnewline.h [new file with mode: 0644]
src/insets/insetquotes.C
src/insets/insettext.C
src/paragraph.C
src/paragraph.h
src/paragraph_funcs.C
src/paragraph_pimpl.C
src/rowpainter.C
src/rowpainter.h
src/sgml.C
src/support/ChangeLog
src/support/textutils.h
src/tabular.C
src/text.C
src/text3.C