From 5ee647262fdf42bbaa6c39b05792fb6d247b3a77 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 27 Feb 2003 17:38:47 +0000 Subject: MAJ git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3717 85f007b7-540e-0410-9357-904b9bb8a0f7 --- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES b/CHANGES index 73df7cb096..a72a1da2e3 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,19 @@ Vernacular commands - "Declare ML Module" now allows us to import .cma files. This avoids to use a bunch of "Declare ML Module" statements when using several ML files. +Gallina + +- New syntax of the form "Inductive bool : Set := true, false : bool." for + enumerated types + +Grammar extensions + +- UTF-8 encoded unicode blocks 0380-03FF (greek letters) and 2100-214F + (letter-like, including aleph and double N,Z,Q,R) are supported + identifiers; UTF-8 unicode blocs 2200-22FF (mathematical operators), + 2300-23FF (miscellaneous technical, including sqrt symbol) and + 2600-26FF (miscellaneous symbols) are supported symbols + Bugs - Rename bug fixed (#244) -- cgit v1.2.3