]> matita.cs.unibo.it Git - helm.git/commit
Initial revision
authorLuca Padovani <luca.padovani@unito.it>
Thu, 9 Jan 2003 11:22:22 +0000 (11:22 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Thu, 9 Jan 2003 11:22:22 +0000 (11:22 +0000)
commit89262281b6e83bd2321150f81f1a0583645eb0c8
tree4d2e2d3633e40b62a809258d2b4f10575bd2c836
parentb1fb6b8e1767d775bc452303629e95941d142bea
Initial revision
61 files changed:
helm/DEVEL/mathml_editor/.log [new file with mode: 0644]
helm/DEVEL/mathml_editor/AUTHORS [new file with mode: 0644]
helm/DEVEL/mathml_editor/BROWSE [new file with mode: 0644]
helm/DEVEL/mathml_editor/BUGS-GDOME2 [new file with mode: 0644]
helm/DEVEL/mathml_editor/ChangeLog [new file with mode: 0644]
helm/DEVEL/mathml_editor/LICENSE [new file with mode: 0644]
helm/DEVEL/mathml_editor/MODES [new file with mode: 0644]
helm/DEVEL/mathml_editor/Makefile.am [new file with mode: 0644]
helm/DEVEL/mathml_editor/Makefile.in [new file with mode: 0644]
helm/DEVEL/mathml_editor/NEWS [new file with mode: 0644]
helm/DEVEL/mathml_editor/PATTERNS [new file with mode: 0644]
helm/DEVEL/mathml_editor/README [new file with mode: 0644]
helm/DEVEL/mathml_editor/TML.dtd [new file with mode: 0644]
helm/DEVEL/mathml_editor/configure.ac [new file with mode: 0644]
helm/DEVEL/mathml_editor/dictionary.dtd [new file with mode: 0644]
helm/DEVEL/mathml_editor/dictionary.xml [new file with mode: 0644]
helm/DEVEL/mathml_editor/editex-config.in [new file with mode: 0644]
helm/DEVEL/mathml_editor/examples/abs.tex [new file with mode: 0644]
helm/DEVEL/mathml_editor/examples/big.tex [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/APushLexer.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/APushParser.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/BROWSE [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/Makefile.am [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/Makefile.in [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/Ptr.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TCharStream.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TCharStreamString.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TDictionary.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TDictionary.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TDocument.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TDocument.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TLexerPull.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TLexerPush.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TLexerPush.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TListener.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TNode.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TNode.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TObject.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TPushLexer.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TPushLexer.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TPushParser.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TPushParser.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TToken.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TTokenizer.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/TTokenizer.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/dom.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/domnav.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/globals.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/special.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/texlexer.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/tokenizer.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/test/Makefile.am [new file with mode: 0644]
helm/DEVEL/mathml_editor/test/Makefile.in [new file with mode: 0644]
helm/DEVEL/mathml_editor/test/aux.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/test/editor.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/test/guiGTK.c [new file with mode: 0644]
helm/DEVEL/mathml_editor/test/guiGTK.h [new file with mode: 0644]
helm/DEVEL/mathml_editor/test/main.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/xsl/d-xsl.xsl [new file with mode: 0644]
helm/DEVEL/mathml_editor/xsl/tml-mmlp.xsl [new file with mode: 0644]
helm/DEVEL/mathml_editor/xsl/tml-tex.xsl [new file with mode: 0644]