]> matita.cs.unibo.it Git - helm.git/log
helm.git
20 years agoThis commit was manufactured by cvs2svn to create tag 'v0_0_1'. v0_0_1
no author [Sat, 13 Sep 2003 15:36:27 +0000 (15:36 +0000)]
This commit was manufactured by cvs2svn to create tag 'v0_0_1'.

20 years ago* small fixes for distribution
Luca Padovani [Sat, 13 Sep 2003 15:36:27 +0000 (15:36 +0000)]
* small fixes for distribution

20 years ago* fixed dependency on gtkmathview 0.5.1
Luca Padovani [Sat, 13 Sep 2003 15:22:13 +0000 (15:22 +0000)]
* fixed dependency on gtkmathview 0.5.1

20 years ago* added licence to IDL file
Luca Padovani [Sat, 13 Sep 2003 15:20:49 +0000 (15:20 +0000)]
* added licence to IDL file

20 years ago* some code cleanup
Luca Padovani [Sat, 13 Sep 2003 15:20:22 +0000 (15:20 +0000)]
* some code cleanup
* added LICENCE to all source files

20 years ago* using the clipboard to communicate the id of the selected subtree
Luca Padovani [Fri, 12 Sep 2003 10:20:14 +0000 (10:20 +0000)]
* using the clipboard to communicate the id of the selected subtree

20 years ago* completed implementation of View interface
Luca Padovani [Wed, 10 Sep 2003 07:55:33 +0000 (07:55 +0000)]
* completed implementation of View interface

20 years ago* prototypes for auxiliary C++ functions
Luca Padovani [Tue, 9 Sep 2003 20:18:39 +0000 (20:18 +0000)]
* prototypes for auxiliary C++ functions

20 years ago* advanced implementation of View interface
Luca Padovani [Tue, 9 Sep 2003 20:17:50 +0000 (20:17 +0000)]
* advanced implementation of View interface

20 years agosnapshot
pmasoudi [Tue, 9 Sep 2003 16:21:25 +0000 (16:21 +0000)]
snapshot

20 years ago* snapshot
Luca Padovani [Tue, 9 Sep 2003 13:42:40 +0000 (13:42 +0000)]
* snapshot

20 years ago* exceptionset -> exception_set
Luca Padovani [Tue, 9 Sep 2003 07:35:15 +0000 (07:35 +0000)]
* exceptionset -> exception_set

20 years ago* update
Luca Padovani [Mon, 8 Sep 2003 20:09:07 +0000 (20:09 +0000)]
* update

20 years ago* code cleanup
Luca Padovani [Mon, 8 Sep 2003 20:07:34 +0000 (20:07 +0000)]
* code cleanup
* added partial implementation for view

20 years ago* IDL file update (and renamed)
Luca Padovani [Mon, 8 Sep 2003 19:59:22 +0000 (19:59 +0000)]
* IDL file update (and renamed)

20 years agoselect and click signal added
pmasoudi [Mon, 8 Sep 2003 15:04:22 +0000 (15:04 +0000)]
select and click signal added

20 years agoadded information on the "qdl" article with C.S.C.
Ferruccio Guidi [Mon, 8 Sep 2003 11:57:43 +0000 (11:57 +0000)]
added information on the "qdl" article with C.S.C.

20 years agouse an integer debugging level instead of a boolean one
Stefano Zacchiroli [Sun, 7 Sep 2003 09:53:48 +0000 (09:53 +0000)]
use an integer debugging level instead of a boolean one

20 years ago- use hbugs' describe_callback to render apply-hints on selection
Stefano Zacchiroli [Sun, 7 Sep 2003 09:53:03 +0000 (09:53 +0000)]
- use hbugs' describe_callback to render apply-hints on selection
- sync default uri proposed while loading a new proof and loading one
- resend status to hbugs on tab change

20 years agocommented out gtkmathview's font_size override
Stefano Zacchiroli [Sun, 7 Sep 2003 09:50:58 +0000 (09:50 +0000)]
commented out gtkmathview's font_size override

20 years agoadded "start" and "stop" targets for hbugs
Stefano Zacchiroli [Sun, 7 Sep 2003 09:50:29 +0000 (09:50 +0000)]
added "start" and "stop" targets for hbugs

20 years agoadded support for external configuration of describe_hint_callback
Stefano Zacchiroli [Sun, 7 Sep 2003 09:50:09 +0000 (09:50 +0000)]
added support for external configuration of describe_hint_callback

20 years agoadded "describe_hint_callback" invoked when a hint is selected
Stefano Zacchiroli [Sun, 7 Sep 2003 09:49:07 +0000 (09:49 +0000)]
added "describe_hint_callback" invoked when a hint is selected

20 years ago- removed useless status bar
Stefano Zacchiroli [Sun, 7 Sep 2003 09:48:27 +0000 (09:48 +0000)]
- removed useless status bar
- hid menu bar
- added (Re)Register button
- added vertical pane between subscription and hints
- changed default size to a "decent"-one

20 years agosend SIGKILL to stop web services
Stefano Zacchiroli [Sun, 7 Sep 2003 09:47:03 +0000 (09:47 +0000)]
send SIGKILL to stop web services

20 years agocommented out thread killing (we have to wait for a decent Thread.exit
Stefano Zacchiroli [Sun, 7 Sep 2003 09:46:14 +0000 (09:46 +0000)]
commented out thread killing (we have to wait for a decent Thread.exit
implementation)

20 years agoget_childNodes no longer used ==> major performance speed-up
Claudio Sacerdoti Coen [Fri, 5 Sep 2003 17:33:04 +0000 (17:33 +0000)]
get_childNodes no longer used ==> major performance speed-up

20 years agoDefs in context may now have an optional type (when unknown).
Stefano Zacchiroli [Fri, 5 Sep 2003 16:23:17 +0000 (16:23 +0000)]
Defs in context may now have an optional type (when unknown).

During type-checking, LetIn are pushed in the context as Defs with a known
type. When a Rel pointing to a Def in the context is found, the already
computed type (if present) is used instead of re-typing the body of the
LetIn. As a result, we get a (possibly exponential) decrease in the complexity
of the typing algorithm.

20 years agoadded \neqt macro
Stefano Zacchiroli [Fri, 5 Sep 2003 16:22:09 +0000 (16:22 +0000)]
added \neqt macro

20 years agoadded notation for Ropp and Rinv
Stefano Zacchiroli [Fri, 5 Sep 2003 16:18:53 +0000 (16:18 +0000)]
added notation for Ropp and Rinv

20 years agostring ==> id
Claudio Sacerdoti Coen [Fri, 5 Sep 2003 15:39:28 +0000 (15:39 +0000)]
string ==> id

20 years agoDefs in context may now have an optional type (when unknown).
Stefano Zacchiroli [Fri, 5 Sep 2003 15:36:28 +0000 (15:36 +0000)]
Defs in context may now have an optional type (when unknown).

During type-checking, LetIn are pushed in the context as Defs with a known
type. When a Rel pointing to a Def in the context is found, the already
computed type (if present) is used instead of re-typing the body of the
LetIn. As a result, we get a (possibly exponential) decrease in the complexity
of the typing algorithm.

20 years agofixed associativity of some (all!) binary operators
Stefano Zacchiroli [Fri, 5 Sep 2003 15:34:43 +0000 (15:34 +0000)]
fixed associativity of some (all!) binary operators

20 years agoReplace is now working also over Type.
Claudio Sacerdoti Coen [Fri, 5 Sep 2003 14:31:16 +0000 (14:31 +0000)]
Replace is now working also over Type.

20 years agoReplace tactic fixed. It was not working any longer. (It produced a dummy
Claudio Sacerdoti Coen [Fri, 5 Sep 2003 13:00:27 +0000 (13:00 +0000)]
Replace tactic fixed. It was not working any longer. (It produced a dummy
eta-expansion).

20 years agoNotation for Rdiv and Rminus.
Claudio Sacerdoti Coen [Fri, 5 Sep 2003 12:34:07 +0000 (12:34 +0000)]
Notation for Rdiv and Rminus.

20 years agoDebugging infos removed.
Claudio Sacerdoti Coen [Fri, 5 Sep 2003 10:59:02 +0000 (10:59 +0000)]
Debugging infos removed.

20 years agostring => id
Claudio Sacerdoti Coen [Fri, 5 Sep 2003 10:29:52 +0000 (10:29 +0000)]
string => id

20 years agoDefs in context may now have an optional type (when unknown).
Claudio Sacerdoti Coen [Fri, 5 Sep 2003 10:29:13 +0000 (10:29 +0000)]
Defs in context may now have an optional type (when unknown).

During type-checking, LetIn are pushed in the context as Defs with a known
type. When a Rel pointing to a Def in the context is found, the already
computed type (if present) is used instead of re-typing the body of the
LetIn. As a result, we get a (possibly exponential) decrease in the complexity
of the typing algorithm.

20 years agoreplaced with my generic latex makefile
Stefano Zacchiroli [Fri, 5 Sep 2003 08:51:56 +0000 (08:51 +0000)]
replaced with my generic latex makefile

20 years ago* update with some candidate methods
Luca Padovani [Thu, 4 Sep 2003 19:32:38 +0000 (19:32 +0000)]
* update with some candidate methods

20 years ago* added test View interface. It is basically empty but eventually it will host
Luca Padovani [Thu, 4 Sep 2003 18:46:14 +0000 (18:46 +0000)]
* added test View interface. It is basically empty but eventually it will host
  any gtkmathview-specific method

20 years ago- added a destroy callback
Stefano Zacchiroli [Thu, 4 Sep 2003 16:46:46 +0000 (16:46 +0000)]
- added a destroy callback
- ignore delete events on hbugs window
- unsubscribe only when hbugs window gets _destroyed_

20 years agostart tutors with nice at the lowest priority
Stefano Zacchiroli [Thu, 4 Sep 2003 16:46:03 +0000 (16:46 +0000)]
start tutors with nice at the lowest priority

20 years agoavoid deletion of useful .cmi with .PRECIOUS
Stefano Zacchiroli [Thu, 4 Sep 2003 16:45:44 +0000 (16:45 +0000)]
avoid deletion of useful .cmi with .PRECIOUS

20 years agocommented out debugging tutor "wait"
Stefano Zacchiroli [Thu, 4 Sep 2003 16:45:25 +0000 (16:45 +0000)]
commented out debugging tutor "wait"

20 years ago- added dot notation for real numbers and basic operations on them
Stefano Zacchiroli [Thu, 4 Sep 2003 16:44:04 +0000 (16:44 +0000)]
- added dot notation for real numbers and basic operations on them
- added support for \eqt

20 years ago- added default URI for new theorems
Stefano Zacchiroli [Thu, 4 Sep 2003 16:43:25 +0000 (16:43 +0000)]
- added default URI for new theorems
- added menu items to the hbugs menu for:
  * start and stop hbugs web services
  * force submission of current status

20 years agoadded support for X11 clipboard pasting with CTRL-V shortcut
Stefano Zacchiroli [Thu, 4 Sep 2003 16:42:13 +0000 (16:42 +0000)]
added support for X11 clipboard pasting with CTRL-V shortcut

20 years agoadded methods to start/stop web services
Stefano Zacchiroli [Thu, 4 Sep 2003 16:41:38 +0000 (16:41 +0000)]
added methods to start/stop web services

20 years agoadded eqT's macro
Stefano Zacchiroli [Thu, 4 Sep 2003 16:41:14 +0000 (16:41 +0000)]
added eqT's macro

20 years agoscrollbars added & control structure screated
pmasoudi [Thu, 4 Sep 2003 15:05:48 +0000 (15:05 +0000)]
scrollbars added & control structure screated

20 years agofixed typo in eqT's URI
Stefano Zacchiroli [Thu, 4 Sep 2003 15:02:03 +0000 (15:02 +0000)]
fixed typo in eqT's URI

20 years agoCGLocateInductive patched
Ferruccio Guidi [Thu, 4 Sep 2003 13:07:26 +0000 (13:07 +0000)]
CGLocateInductive patched

20 years agoadded the support for the "Locate Inductive Principles" query
Ferruccio Guidi [Thu, 4 Sep 2003 11:04:15 +0000 (11:04 +0000)]
added the support for the "Locate Inductive Principles" query

20 years ago* removed wrong unref
Luca Padovani [Fri, 1 Aug 2003 15:32:17 +0000 (15:32 +0000)]
* removed wrong unref

20 years ago* added test .html file for mozilla plugin
Luca Padovani [Fri, 1 Aug 2003 10:31:22 +0000 (10:31 +0000)]
* added test .html file for mozilla plugin

20 years ago* a few adjustments and debugging messages added
Luca Padovani [Fri, 1 Aug 2003 10:15:57 +0000 (10:15 +0000)]
* a few adjustments and debugging messages added
* works as a component in mozilla

20 years agoClosed induction cases are now pointers to the acontext/conclusion ==>
Claudio Sacerdoti Coen [Thu, 31 Jul 2003 15:41:05 +0000 (15:41 +0000)]
Closed induction cases are now pointers to the acontext/conclusion ==>
they are now perforated correctly.

20 years ago* added first version of persist stream implementation (not yet working)
pmasoudi [Thu, 31 Jul 2003 14:54:14 +0000 (14:54 +0000)]
* added first version of persist stream implementation (not yet working)
* added test for property bag (read-only for now)

20 years ago"proof of X" closed mactions were not selectable
Claudio Sacerdoti Coen [Thu, 31 Jul 2003 14:44:25 +0000 (14:44 +0000)]
"proof of X" closed mactions were not selectable

20 years ago1. folded maction are now selectable
Claudio Sacerdoti Coen [Thu, 31 Jul 2003 08:14:43 +0000 (08:14 +0000)]
1. folded maction are now selectable
2. metavariable occurrences are now displayed together with their
   substitution (to be improved)
3. the hypothesis in the metasenv are now displayed in the right order

20 years ago* mime type updated
Luca Padovani [Wed, 30 Jul 2003 17:45:58 +0000 (17:45 +0000)]
* mime type updated

20 years ago- support for comments added in mathql_db_map.txt
Ferruccio Guidi [Wed, 30 Jul 2003 15:45:03 +0000 (15:45 +0000)]
- support for comments added in mathql_db_map.txt

20 years agoUnuseful id removed from hypothesis.
Claudio Sacerdoti Coen [Wed, 30 Jul 2003 15:43:30 +0000 (15:43 +0000)]
Unuseful id removed from hypothesis.

20 years ago- information about the database map added in whatsnew.html
Ferruccio Guidi [Wed, 30 Jul 2003 15:29:52 +0000 (15:29 +0000)]
- information about the database map added in whatsnew.html
- spell checked

20 years agoEta fixing for MTCases added (that meant to recursively pass around the
Andrea Asperti [Wed, 30 Jul 2003 12:58:07 +0000 (12:58 +0000)]
Eta fixing for MTCases added (that meant to recursively pass around the
context).

20 years agoAll the ids are now generated by gen_id. (Some of them were previously based
Claudio Sacerdoti Coen [Wed, 30 Jul 2003 09:26:19 +0000 (09:26 +0000)]
All the ids are now generated by gen_id. (Some of them were previously based
on the acic ids).

20 years ago* quite a lot of patches in the building stuff
Luca Padovani [Tue, 29 Jul 2003 20:04:50 +0000 (20:04 +0000)]
* quite a lot of patches in the building stuff

20 years agonew links added
Ferruccio Guidi [Tue, 29 Jul 2003 16:37:27 +0000 (16:37 +0000)]
new links added

20 years agoAdded method FalseInd
Andrea Asperti [Tue, 29 Jul 2003 14:59:48 +0000 (14:59 +0000)]
Added method FalseInd

20 years agoAdded method "FalseInd".
Andrea Asperti [Tue, 29 Jul 2003 14:59:08 +0000 (14:59 +0000)]
Added method "FalseInd".

20 years agoPrefixes introduced for the generated ids/xrefs. Example:
Claudio Sacerdoti Coen [Tue, 29 Jul 2003 14:44:19 +0000 (14:44 +0000)]
Prefixes introduced for the generated ids/xrefs. Example:
 "proof:" for proofs
 "decl:"  for declarations
 ...

20 years ago- the mathql interpreter is not helm-dependent any more
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

20 years agoSpurious files removed.
Claudio Sacerdoti Coen [Tue, 29 Jul 2003 11:25:36 +0000 (11:25 +0000)]
Spurious files removed.

20 years ago"(" moved from Mtext to Mo. Spaces removed.
Claudio Sacerdoti Coen [Tue, 29 Jul 2003 10:55:47 +0000 (10:55 +0000)]
"(" moved from Mtext to Mo. Spaces removed.

20 years agoAdded method AndInd.
Andrea Asperti [Tue, 29 Jul 2003 09:53:53 +0000 (09:53 +0000)]
Added method AndInd.

20 years agoAdded Method "exists".
Andrea Asperti [Mon, 28 Jul 2003 15:43:35 +0000 (15:43 +0000)]
Added Method "exists".

20 years agoFew modif in eta-fixing.
Andrea Asperti [Mon, 28 Jul 2003 15:42:19 +0000 (15:42 +0000)]
Few modif in eta-fixing.

20 years agoMissing xref for conjectures.
Claudio Sacerdoti Coen [Mon, 28 Jul 2003 15:21:46 +0000 (15:21 +0000)]
Missing xref for conjectures.

20 years agomathvariant=normal for all the proof ;-)
Claudio Sacerdoti Coen [Mon, 28 Jul 2003 15:21:24 +0000 (15:21 +0000)]
mathvariant=normal for all the proof ;-)

20 years agobackground (deprecated) ==> mathbackground
Claudio Sacerdoti Coen [Mon, 28 Jul 2003 15:15:58 +0000 (15:15 +0000)]
background (deprecated) ==> mathbackground

20 years agoBug fixed: it could have happened that the tree structured becomes scrambled
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.

20 years agouse OCAMLFIND variable instead of "ocamlfind" directly
Stefano Zacchiroli [Mon, 28 Jul 2003 12:57:10 +0000 (12:57 +0000)]
use OCAMLFIND variable instead of "ocamlfind" directly

20 years ago- severe bug fixing
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]

20 years agoHighlighting of changed parts.
Claudio Sacerdoti Coen [Fri, 25 Jul 2003 15:19:02 +0000 (15:19 +0000)]
Highlighting of changed parts.

20 years agoURIs of inductive types and constructors fixed.
Claudio Sacerdoti Coen [Fri, 25 Jul 2003 12:31:42 +0000 (12:31 +0000)]
URIs of inductive types and constructors fixed.

20 years agoLemma generated wrong URIs (again). Fixed.
Claudio Sacerdoti Coen [Fri, 25 Jul 2003 11:14:42 +0000 (11:14 +0000)]
Lemma generated wrong URIs (again). Fixed.

20 years agoComplete beta reduction added to avoid strange case of deep beta-redexes
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.

20 years agoExact handled in a better way (no more "NO PROOFS").
Andrea Asperti [Thu, 24 Jul 2003 14:05:14 +0000 (14:05 +0000)]
Exact handled in a better way (no more "NO PROOFS").

20 years agoThe name of TD proofs was erroneously always set to previous.
Andrea Asperti [Thu, 24 Jul 2003 13:19:20 +0000 (13:19 +0000)]
The name of TD proofs was erroneously always set to previous.

20 years agoImproved management of conclusions, to avoid repetitions.
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.

20 years ago- better handling of proof expansion/contraction
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

20 years ago- Lemma added to the list of proof arguments
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

20 years agoDebugging stuff changed.
Andrea Asperti [Tue, 22 Jul 2003 15:51:33 +0000 (15:51 +0000)]
Debugging stuff changed.

20 years ago"Final" commit that patches termViewer while still enabling XML Diffing.
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!

20 years ago- selection attribute of maction is now explicitly generated
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.

20 years agoPrevious commit was erroneous and dit not compile.
Andrea Asperti [Tue, 22 Jul 2003 15:11:55 +0000 (15:11 +0000)]
Previous commit was erroneous and dit not compile.
Fixed.

20 years agoDebugging code inserted bug in the code ;-)
Claudio Sacerdoti Coen [Tue, 22 Jul 2003 14:29:16 +0000 (14:29 +0000)]
Debugging code inserted bug in the code ;-)

20 years agoXmlDiff-ing of DOM trees implemented.
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.