]>
matita.cs.unibo.it Git - helm.git/log
Ferruccio Guidi [Tue, 24 Feb 2004 16:16:31 +0000 (16:16 +0000)]
interpreter flags were reorganized
Ferruccio Guidi [Wed, 18 Feb 2004 13:17:52 +0000 (13:17 +0000)]
now mathql interpreter use helm registry
Ferruccio Guidi [Tue, 20 Jan 2004 18:10:30 +0000 (18:10 +0000)]
functor added
Ferruccio Guidi [Fri, 10 Oct 2003 14:40:12 +0000 (14:40 +0000)]
patched and improved
Ferruccio Guidi [Wed, 1 Oct 2003 14:53:04 +0000 (14:53 +0000)]
first version
no author [Tue, 29 Jul 2003 11:41:25 +0000 (11:41 +0000)]
This commit was manufactured by cvs2svn to create branch
'unlabeled-1.4.2'.
Ferruccio Guidi [Tue, 29 Jul 2003 11:41:25 +0000 (11:41 +0000)]
- the mathql interpreter is not helm-dependent any more
- fixed a bug in the "match conclusion" query of the search engine
- gTopLevel/Makefile improved
Claudio Sacerdoti Coen [Tue, 29 Jul 2003 11:25:36 +0000 (11:25 +0000)]
Spurious files removed.
Claudio Sacerdoti Coen [Tue, 29 Jul 2003 10:55:47 +0000 (10:55 +0000)]
"(" moved from Mtext to Mo. Spaces removed.
Andrea Asperti [Tue, 29 Jul 2003 09:53:53 +0000 (09:53 +0000)]
Added method AndInd.
Andrea Asperti [Mon, 28 Jul 2003 15:43:35 +0000 (15:43 +0000)]
Added Method "exists".
Andrea Asperti [Mon, 28 Jul 2003 15:42:19 +0000 (15:42 +0000)]
Few modif in eta-fixing.
Claudio Sacerdoti Coen [Mon, 28 Jul 2003 15:21:46 +0000 (15:21 +0000)]
Missing xref for conjectures.
Claudio Sacerdoti Coen [Mon, 28 Jul 2003 15:21:24 +0000 (15:21 +0000)]
mathvariant=normal for all the proof ;-)
Claudio Sacerdoti Coen [Mon, 28 Jul 2003 15:15:58 +0000 (15:15 +0000)]
background (deprecated) ==> mathbackground
Claudio Sacerdoti Coen [Mon, 28 Jul 2003 13:28:11 +0000 (13:28 +0000)]
Bug fixed: it could have happened that the tree structured becomes scrambled
by the highlighting operation.
Stefano Zacchiroli [Mon, 28 Jul 2003 12:57:10 +0000 (12:57 +0000)]
use OCAMLFIND variable instead of "ocamlfind" directly
Claudio Sacerdoti Coen [Mon, 28 Jul 2003 10:55:13 +0000 (10:55 +0000)]
- severe bug fixing
- implementation of two functions to highlight/dim set of nodes given
their xref. [used to highlight/dim the current goal]
Claudio Sacerdoti Coen [Fri, 25 Jul 2003 15:19:02 +0000 (15:19 +0000)]
Highlighting of changed parts.
Claudio Sacerdoti Coen [Fri, 25 Jul 2003 12:31:42 +0000 (12:31 +0000)]
URIs of inductive types and constructors fixed.
Claudio Sacerdoti Coen [Fri, 25 Jul 2003 11:14:42 +0000 (11:14 +0000)]
Lemma generated wrong URIs (again). Fixed.
Andrea Asperti [Thu, 24 Jul 2003 14:06:03 +0000 (14:06 +0000)]
Complete beta reduction added to avoid strange case of deep beta-redexes
in the expected types of application heads.
Andrea Asperti [Thu, 24 Jul 2003 14:05:14 +0000 (14:05 +0000)]
Exact handled in a better way (no more "NO PROOFS").
Andrea Asperti [Thu, 24 Jul 2003 13:19:20 +0000 (13:19 +0000)]
The name of TD proofs was erroneously always set to previous.
Andrea Asperti [Thu, 24 Jul 2003 11:40:02 +0000 (11:40 +0000)]
Improved management of conclusions, to avoid repetitions.
Some problems of xrefs have been fixed.
Andrea Asperti [Wed, 23 Jul 2003 17:03:33 +0000 (17:03 +0000)]
- better handling of proof expansion/contraction
- helm:xref added in most places
Andrea Asperti [Wed, 23 Jul 2003 17:02:54 +0000 (17:02 +0000)]
- Lemma added to the list of proof arguments
- Lemma used for Const, MutConst and Var in Apply arguments
- atomization of complex proofs is now performed also in tactics different
from Apply
Andrea Asperti [Tue, 22 Jul 2003 15:51:33 +0000 (15:51 +0000)]
Debugging stuff changed.
Andrea Asperti [Tue, 22 Jul 2003 15:51:00 +0000 (15:51 +0000)]
"Final" commit that patches termViewer while still enabling XML Diffing.
Awesome performances!
Claudio Sacerdoti Coen [Tue, 22 Jul 2003 15:46:34 +0000 (15:46 +0000)]
- selection attribute of maction is now explicitly generated
- all the conjectures are now put in a table to avoid too many
changes that make Xml Diffing difficult.
Andrea Asperti [Tue, 22 Jul 2003 15:11:55 +0000 (15:11 +0000)]
Previous commit was erroneous and dit not compile.
Fixed.
Claudio Sacerdoti Coen [Tue, 22 Jul 2003 14:29:16 +0000 (14:29 +0000)]
Debugging code inserted bug in the code ;-)
Claudio Sacerdoti Coen [Tue, 22 Jul 2003 14:08:39 +0000 (14:08 +0000)]
XmlDiff-ing of DOM trees implemented.
SPECIAL FEATURE: the selection attribute of mactions are not patched.
Andrea Asperti [Tue, 22 Jul 2003 08:43:32 +0000 (08:43 +0000)]
1. Modificiations due to the change ot K.Aux
2. Assert false on Lambda with no name removed. Who generates them?
Andrea Asperti [Mon, 21 Jul 2003 17:03:37 +0000 (17:03 +0000)]
The Aux argument of conclude is now of type string (used to be int).
Case Fixed.
Claudio Sacerdoti Coen [Mon, 21 Jul 2003 14:06:17 +0000 (14:06 +0000)]
Interface change: only cobj2obj is exposed.
Claudio Sacerdoti Coen [Mon, 21 Jul 2003 14:01:58 +0000 (14:01 +0000)]
Flattening application contexts uncorrectly changed the proof ids.
Andrea Asperti [Mon, 21 Jul 2003 12:10:58 +0000 (12:10 +0000)]
** UNTESTED **
Fix and CoFix are now handled "correctly" ;-)
Andrea Asperti [Mon, 21 Jul 2003 10:34:39 +0000 (10:34 +0000)]
We do not compute inner-types for the metasenv ==> we handle it in a particular
way, always generating `Declaration and `Definition (instead of `Hypothesis and
`Proof when the sort is Prop).
Andrea Asperti [Mon, 21 Jul 2003 10:19:23 +0000 (10:19 +0000)]
Rendering of current proofs completed.
Claudio Sacerdoti Coen [Sun, 20 Jul 2003 16:02:49 +0000 (16:02 +0000)]
Reindenting.
Claudio Sacerdoti Coen [Sun, 20 Jul 2003 15:58:58 +0000 (15:58 +0000)]
proof2cic now uses Deannotate.deannoate_term instead of having an input
parameter.
Claudio Sacerdoti Coen [Sun, 20 Jul 2003 15:53:57 +0000 (15:53 +0000)]
Cic2acic is now responsible of eta-fixing the objects.
Claudio Sacerdoti Coen [Sun, 20 Jul 2003 15:53:12 +0000 (15:53 +0000)]
Cic2acic is now responsible of eta-fixing the objects (using the Eta_fix
module).
Claudio Sacerdoti Coen [Sun, 20 Jul 2003 15:37:04 +0000 (15:37 +0000)]
cic2content.ml* moved from cic_transformations to cic_omdoc.
Claudio Sacerdoti Coen [Sun, 20 Jul 2003 13:08:25 +0000 (13:08 +0000)]
Content2cic e Eta_fixing moved from gTopLevel to cic_omdoc.
Claudio Sacerdoti Coen [Sun, 20 Jul 2003 13:05:44 +0000 (13:05 +0000)]
...
Claudio Sacerdoti Coen [Sun, 20 Jul 2003 11:23:58 +0000 (11:23 +0000)]
cic_transformations factorized into cic_omdoc and cic_transformations.
Claudio Sacerdoti Coen [Sun, 20 Jul 2003 11:05:12 +0000 (11:05 +0000)]
Cic2content split into Content and Cic2content.
Andrea Asperti [Fri, 18 Jul 2003 18:01:29 +0000 (18:01 +0000)]
CSC: tentative definition of the ocaml structure that represents
OMDoc objects.
Ferruccio Guidi [Thu, 17 Jul 2003 22:03:59 +0000 (22:03 +0000)]
some documentation added
pmasoudi [Thu, 17 Jul 2003 14:23:29 +0000 (14:23 +0000)]
Partional first fase final.
Ferruccio Guidi [Thu, 17 Jul 2003 14:02:53 +0000 (14:02 +0000)]
dead code removed
pmasoudi [Thu, 17 Jul 2003 12:52:47 +0000 (12:52 +0000)]
Persist file completed.
Ferruccio Guidi [Thu, 17 Jul 2003 12:30:26 +0000 (12:30 +0000)]
- new generated query "unreferred" implemented at server side
- fixed some aspects of the constraint generator for "matchConclusion"
- fixed a bug that prevented to "make opt" in ocaml/gTopLevel
Luca Padovani [Thu, 17 Jul 2003 10:28:06 +0000 (10:28 +0000)]
* changed name of shared library
Luca Padovani [Thu, 17 Jul 2003 10:23:52 +0000 (10:23 +0000)]
* snapshot
Luca Padovani [Thu, 17 Jul 2003 10:23:24 +0000 (10:23 +0000)]
* added simple test program
Luca Padovani [Thu, 17 Jul 2003 10:22:38 +0000 (10:22 +0000)]
* the container seems to work now
Claudio Sacerdoti Coen [Wed, 16 Jul 2003 22:46:22 +0000 (22:46 +0000)]
Xml.token is now namespace-aware. As a consequence, xml2Gdomexmath is
no longer needed. (It was a terrible hack indeed).
pmasoudi [Wed, 16 Jul 2003 17:33:09 +0000 (17:33 +0000)]
Control Factory modified.
pmasoudi [Wed, 16 Jul 2003 16:13:29 +0000 (16:13 +0000)]
persist file with factory.
Andrea Asperti [Wed, 16 Jul 2003 14:12:02 +0000 (14:12 +0000)]
Several changes (the beginning of a new era???)
1. stuff related to transformations (stylesheets and so on)
moved from gTopLevel to the new library cic_transformations
2. porting of the stylesheets to old plain ocaml code by Andrea Asperti.
Also in cic_transformations.
Disclaimer:
A. the ocaml transformations are still incomplete and under development.
They are a bit more performant, though. (just a few order of magnitudes)
B. the cic_transformation library seems a bit of a mess right now.
Much clean-up needed.
pmasoudi [Wed, 16 Jul 2003 12:48:25 +0000 (12:48 +0000)]
added persit-file-implementation.
Luca Padovani [Wed, 16 Jul 2003 12:46:11 +0000 (12:46 +0000)]
* changed name to control factory
Luca Padovani [Wed, 16 Jul 2003 08:45:34 +0000 (08:45 +0000)]
* updated the help file to reflect the new syntax (reload/remove)
Luca Padovani [Wed, 16 Jul 2003 08:39:41 +0000 (08:39 +0000)]
* syntax update for "remove all stylesheets" in control.js
* reloadAll function created
Luca Padovani [Tue, 15 Jul 2003 17:45:16 +0000 (17:45 +0000)]
* added .pc file
* IDL interface version computed from package version
Claudio Sacerdoti Coen [Tue, 15 Jul 2003 16:02:25 +0000 (16:02 +0000)]
Camera ready.
Luca Padovani [Tue, 15 Jul 2003 15:06:30 +0000 (15:06 +0000)]
* substituting the right version variable
Luca Padovani [Tue, 15 Jul 2003 15:05:28 +0000 (15:05 +0000)]
* wrong variable for version
Luca Padovani [Tue, 15 Jul 2003 15:03:27 +0000 (15:03 +0000)]
* patched version of shared library
Luca Padovani [Tue, 15 Jul 2003 14:54:22 +0000 (14:54 +0000)]
* first snapshot
Stefano Zacchiroli [Tue, 15 Jul 2003 14:50:42 +0000 (14:50 +0000)]
merged CSC's typos squashing
Stefano Zacchiroli [Tue, 15 Jul 2003 10:14:24 +0000 (10:14 +0000)]
fixed "s" typos
Ferruccio Guidi [Tue, 15 Jul 2003 09:17:59 +0000 (09:17 +0000)]
description for "Irene Schena" added in authors.html
Stefano Zacchiroli [Tue, 15 Jul 2003 06:36:25 +0000 (06:36 +0000)]
wrapped libxslt stylesheet application inside an ocaml blocking section
so that ocaml exceptions, signals and other asynchronous stuff could be
handled in the meantime
Stefano Zacchiroli [Tue, 15 Jul 2003 06:35:42 +0000 (06:35 +0000)]
bumped version to 0.0.5
Claudio Sacerdoti Coen [Mon, 14 Jul 2003 17:05:15 +0000 (17:05 +0000)]
Towards the camera ready.
Stefano Zacchiroli [Mon, 14 Jul 2003 09:19:54 +0000 (09:19 +0000)]
debian release 0.0.4-7
Stefano Zacchiroli [Sat, 12 Jul 2003 12:18:09 +0000 (12:18 +0000)]
debian release 0.4.3-3
Stefano Zacchiroli [Fri, 11 Jul 2003 13:29:58 +0000 (13:29 +0000)]
reordered link order
Claudio Sacerdoti Coen [Fri, 11 Jul 2003 10:05:10 +0000 (10:05 +0000)]
Version dumped.
Claudio Sacerdoti Coen [Fri, 11 Jul 2003 10:01:05 +0000 (10:01 +0000)]
Bug fixed: the value of parameters must be valid XPath string literals ==>
they can not contain both ' and " (at least in Veillard interpretation, of
course ;-)
The fix applied consist in accepting parameters with only ' or only " inside
by quoting them using the opposite quote. As a consequence, variable
values with just 's inside are now handled correctly.
Ferruccio Guidi [Thu, 10 Jul 2003 14:38:34 +0000 (14:38 +0000)]
prose patched
Ferruccio Guidi [Thu, 10 Jul 2003 10:47:19 +0000 (10:47 +0000)]
links page added
Ferruccio Guidi [Wed, 9 Jul 2003 16:33:36 +0000 (16:33 +0000)]
implementation and whatsnew pages added
Ferruccio Guidi [Thu, 3 Jul 2003 14:14:49 +0000 (14:14 +0000)]
"backPointer" metadata enabled
Ferruccio Guidi [Thu, 3 Jul 2003 10:55:47 +0000 (10:55 +0000)]
new "light" implementation of intersection (compatible with the generator)
Ferruccio Guidi [Wed, 2 Jul 2003 17:34:09 +0000 (17:34 +0000)]
rendering of "meet" patched
Claudio Sacerdoti Coen [Wed, 2 Jul 2003 11:37:18 +0000 (11:37 +0000)]
Bug fixed: deselecting a constraint just forgot its depth.
Ferruccio Guidi [Wed, 2 Jul 2003 11:01:34 +0000 (11:01 +0000)]
mathql_generator: new constraint format (more type safe)
mathql_test : moved outside ocaml
Claudio Sacerdoti Coen [Wed, 2 Jul 2003 10:30:01 +0000 (10:30 +0000)]
Ctr+Backspace is now enabled. Used to perform "alternative" deletion.
Claudio Sacerdoti Coen [Wed, 2 Jul 2003 10:24:38 +0000 (10:24 +0000)]
The editor window now scrolls when the user exceeds the available space.
Claudio Sacerdoti Coen [Tue, 1 Jul 2003 15:25:38 +0000 (15:25 +0000)]
- DoubleTypeInference.does_not_occur exposed
- dummy bindings in Prods are no longer generated: arrows are now generated
Stefano Zacchiroli [Tue, 1 Jul 2003 09:39:16 +0000 (09:39 +0000)]
- changed changelog author to me (to GPG sign the package)
- added dependencies on gmetadom >= 0.1.10-2 (so that the .pc is available)
Claudio Sacerdoti Coen [Tue, 1 Jul 2003 09:27:35 +0000 (09:27 +0000)]
0.4.3-2
Claudio Sacerdoti Coen [Tue, 1 Jul 2003 09:16:51 +0000 (09:16 +0000)]
1. freeze/thaw added to reduce flickering due to selection changes
2. SEMANTICA CHANGE: structural selection is no longer activated just
before semantic selection
Claudio Sacerdoti Coen [Tue, 1 Jul 2003 09:15:52 +0000 (09:15 +0000)]
gtkmathview-config and gdome-config no longer used
Stefano Zacchiroli [Tue, 1 Jul 2003 08:25:33 +0000 (08:25 +0000)]
debian release 0.0.4-6