]> git.lyx.org Git - features.git/commit
Compile fixes for DEC cxx, John's maths and keymap patches.
authorAngus Leeming <leeming@lyx.org>
Fri, 16 Mar 2001 12:08:14 +0000 (12:08 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 16 Mar 2001 12:08:14 +0000 (12:08 +0000)
commit524a23ba3ad249e868b1012f00d0541f12a9a263
tree7bf2e7f69ca2098015f460ae265debe56235ffe2
parent1499443f39e90c87a15f04077083aac4d2ce61ad
Compile fixes for DEC cxx, John's maths and keymap patches.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1783 a592a061-630c-0410-9148-cb99ea01b6c8
105 files changed:
forms/ChangeLog
forms/form1.fd
forms/math_forms.C.patch [deleted file]
forms/math_forms.fd [deleted file]
po/POTFILES.in
src/BufferView_pimpl.C
src/ChangeLog
src/Makefile.am
src/bmtable.c [deleted file]
src/bmtable.h [deleted file]
src/combox.C [deleted file]
src/combox.h [deleted file]
src/form1.C
src/form1.h
src/frontends/ChangeLog
src/frontends/Dialogs.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlBibitem.C
src/frontends/controllers/ControlCitation.C
src/frontends/controllers/ControlConnections.C
src/frontends/controllers/ControlConnections.h
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs.C
src/frontends/xforms/FormBaseDeprecated.C
src/frontends/xforms/FormBaseDeprecated.h
src/frontends/xforms/FormBibtex.C
src/frontends/xforms/FormBibtex.h
src/frontends/xforms/FormBrowser.h
src/frontends/xforms/FormCharacter.C
src/frontends/xforms/FormCharacter.h
src/frontends/xforms/FormCopyright.C
src/frontends/xforms/FormCopyright.h
src/frontends/xforms/FormCredits.C
src/frontends/xforms/FormCredits.h
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormDocument.h
src/frontends/xforms/FormError.C
src/frontends/xforms/FormError.h
src/frontends/xforms/FormExternal.C
src/frontends/xforms/FormExternal.h
src/frontends/xforms/FormFiledialog.C
src/frontends/xforms/FormGraphics.C
src/frontends/xforms/FormGraphics.h
src/frontends/xforms/FormInclude.C
src/frontends/xforms/FormInclude.h
src/frontends/xforms/FormIndex.C
src/frontends/xforms/FormIndex.h
src/frontends/xforms/FormInset.C
src/frontends/xforms/FormLog.C
src/frontends/xforms/FormMaths.C [new file with mode: 0644]
src/frontends/xforms/FormMaths.h [new file with mode: 0644]
src/frontends/xforms/FormParagraph.C
src/frontends/xforms/FormParagraph.h
src/frontends/xforms/FormPreamble.C
src/frontends/xforms/FormPreamble.h
src/frontends/xforms/FormPreferences.C
src/frontends/xforms/FormPreferences.h
src/frontends/xforms/FormPrint.C
src/frontends/xforms/FormPrint.h
src/frontends/xforms/FormRef.C
src/frontends/xforms/FormRef.h
src/frontends/xforms/FormSearch.C
src/frontends/xforms/FormSearch.h
src/frontends/xforms/FormSplash.C
src/frontends/xforms/FormSplash.h
src/frontends/xforms/FormTabular.C
src/frontends/xforms/FormTabular.h
src/frontends/xforms/FormTabularCreate.C
src/frontends/xforms/FormTabularCreate.h
src/frontends/xforms/FormToc.C
src/frontends/xforms/FormToc.h
src/frontends/xforms/FormUrl.C
src/frontends/xforms/FormUrl.h
src/frontends/xforms/FormVCLog.C
src/frontends/xforms/Makefile.am
src/frontends/xforms/MathsSymbols.C [new file with mode: 0644]
src/frontends/xforms/MathsSymbols.h [new file with mode: 0644]
src/frontends/xforms/Toolbar_pimpl.C
src/frontends/xforms/bmtable.c [new file with mode: 0644]
src/frontends/xforms/bmtable.h [new file with mode: 0644]
src/frontends/xforms/combox.C [new file with mode: 0644]
src/frontends/xforms/combox.h [new file with mode: 0644]
src/frontends/xforms/form_document.C
src/frontends/xforms/form_maths.C [new file with mode: 0644]
src/frontends/xforms/form_maths.h [new file with mode: 0644]
src/frontends/xforms/forms/fdfix.sh
src/frontends/xforms/forms/fdfixc.sed
src/frontends/xforms/forms/form_maths.fd [new file with mode: 0644]
src/frontends/xforms/forms/makefile
src/graphics/GraphicsCacheItem.C
src/intl.C
src/intl.h
src/lyx_gui.C
src/lyx_gui_misc.C
src/lyxfunc.C
src/lyxlex_pimpl.h
src/mathed/ChangeLog
src/mathed/Makefile.am
src/mathed/formula.C
src/mathed/math_forms.C [deleted file]
src/mathed/math_forms.h [deleted file]
src/mathed/math_panel.C [deleted file]
src/mathed/math_panel.h [deleted file]
src/mathed/math_symbols.C [deleted file]
src/minibuffer.C