diff options
| author | herbelin | 2000-05-05 13:29:54 +0000 |
|---|---|---|
| committer | herbelin | 2000-05-05 13:29:54 +0000 |
| commit | 90a4f633cb322804969202ef96cd1ac3f8863f2b (patch) | |
| tree | 474a3a1a7e2a304670fe796f2c132d3aa6c34f20 /dev | |
| parent | 49ae36f12977600e98435af7be73e0d961dfc2fb (diff) | |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@428 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/changements.txt | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/dev/changements.txt b/dev/changements.txt index 8d028c2359..918d1d40f8 100644 --- a/dev/changements.txt +++ b/dev/changements.txt @@ -107,11 +107,19 @@ Changements dans les fonctions : initial_sign -> var_context Pfedit - list_proofs -> get_all_proof_names - get_proof -> get_current_proof_name - abort_cur_goal -> abort_current_goal - get_evmap_sign -> get_goal_context/get_current_goal_context - unset_undo -> reset_undo + list_proofs -> get_all_proof_names + get_proof -> get_current_proof_name + abort_goal -> abort_proof + abort_goals -> abort_all_proofs + abort_cur_goal -> abort_current_proof + get_evmap_sign -> get_goal_context/get_current_goal_context + unset_undo -> reset_undo + + Proof_trees + mkGOAL -> mk_goal + + Declare + machine_constant -> declare_constant (+ modifs) Changements dans les inductifs ------------------------------ @@ -133,7 +141,10 @@ Changements dans les grammaires termes; aussi les changements suivants "COMMAND"/"CONSTR" dans g_vernac.ml4, VARG_COMMAND/VARG_CONSTR dans vernac*.ml* + . Les constructeurs d'arguments de tactiques IDENTIFIER, CONSTR, ...n + passent en minuscule Identifier, Constr, ... + . Plusieurs parsers ont changé de format (ex: sortarg) Changements dans le pretty-printing ----------------------------------- |
