From f90fde30288f67b167b68bfd32363eaa20644c5f Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 27 Apr 2009 13:43:41 +0000 Subject: - Cleaning (unification of ML names, removal of obsolete code, reorganization of code) and documentation (in pcoq.mli) of the code for parsing extensions (TACTIC/VERNAC/ARGUMENT EXTEND, Tactic Notation, Notation); merged the two copies of interp_entry_name to avoid they diverge. - Added support in Tactic Notation for ne_..._list_sep in general and for (ne_)ident_list(_sep) in particular. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12108 85f007b7-540e-0410-9357-904b9bb8a0f7 --- dev/doc/changes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev/doc') diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index a9673664a8..c82e1e652f 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -2,6 +2,10 @@ = CHANGES BETWEEN COQ V8.2 AND COQ V8.3 = ========================================= +** Cleaning in parsing extensions (commit ) + +Many moves and renamings, one new file (Extrawit, that contains wit_tactic). + ** Cleaning in tactical.mli tclLAST_HYP -> onLastHyp -- cgit v1.2.3