From 2d0513787170553e2d887c5571b2de02e790a219 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 14 Apr 2010 08:23:46 +0000 Subject: Removing redundant internal variants of apply tactic and simplification of ML names (late consequences of commit r12603) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12934 85f007b7-540e-0410-9357-904b9bb8a0f7 --- dev/doc/changes.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index ad1ee8630a..c240d5f530 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -2,6 +2,21 @@ = CHANGES BETWEEN COQ V8.2 AND COQ V8.3 = ========================================= +** Internal tactics renamed + +There is no more difference between bindings and ebindings. The +following tactics are therefore renamed + +apply_with_ebindings_gen -> apply_with_bindings_gen +left_with_ebindings -> left_with_bindings +right_with_ebindings -> right_with_bindings +split_with_ebindings -> split_with_bindings + +and the following tactics are removed + +apply_with_ebindings (use instead apply_with_bindings) +eapply_with_ebindings (use instead eapply_with_bindings) + ** Obsolete functions in typing.ml For mtype_of, msort_of, mcheck, now use type_of, sort_of, check @@ -15,7 +30,6 @@ lookup_name_as_renamed -> lookup_name_as_displayed next_global_ident_away true -> next_ident_away_in_goal next_global_ident_away false -> next_global_ident_away - ** Cleaning in commmand.ml Functions about starting/ending a lemma are in lemmas.ml -- cgit v1.2.3