]> git.lyx.org Git - lyx.git/commit
change to use ostreams instead of string when writing files. fiddling with insettext...
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 6 Mar 2000 02:42:40 +0000 (02:42 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 6 Mar 2000 02:42:40 +0000 (02:42 +0000)
commitdef72111a5ac739cf8c5377a67adeee64c37e1ab
treea502cf9e869c4b4e10c67c0b589974e9578712fb
parent02e72741bf2c6e868d4ffefe0804dbbd829a6dff
change to use ostreams instead of string when writing files. fiddling with insettext. font fix in formula.C.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@584 a592a061-630c-0410-9148-cb99ea01b6c8
57 files changed:
ChangeLog
development/Code_rules/Rules
lib/layouts/seminar.layout [new file with mode: 0644]
lib/lyxrc.example
src/LyXAction.C
src/WorkArea.C
src/buffer.C
src/buffer.h
src/insets/figinset.C
src/insets/figinset.h
src/insets/inset.C
src/insets/insetbib.C
src/insets/insetcommand.C
src/insets/insetcommand.h
src/insets/inseterror.C
src/insets/inseterror.h
src/insets/insetgraphics.C
src/insets/insetgraphics.h
src/insets/insetinfo.C
src/insets/insetinfo.h
src/insets/insetlabel.C
src/insets/insetlabel.h
src/insets/insetlatexaccent.C
src/insets/insetlatexaccent.h
src/insets/insetquotes.C
src/insets/insetquotes.h
src/insets/insetref.C
src/insets/insetref.h
src/insets/insetspecialchar.C
src/insets/insetspecialchar.h
src/insets/insettext.C
src/insets/insettext.h
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/lyx_gui.C
src/lyxfont.C
src/lyxfont.h
src/lyxparagraph.h
src/lyxrc.C
src/lyxrc.h
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formulamacro.C
src/mathed/formulamacro.h
src/mathed/math_macro.C
src/paragraph.C
src/spellchecker.C
src/support/lstrings.h
src/support/lyxmanip.h [new file with mode: 0644]
src/table.C
src/table.h
src/tex-accent.C
src/text.C