--- a/Admin/website/installation_notes_cygwin.html Fri Oct 07 22:59:15 2005 +0200
+++ b/Admin/website/installation_notes_cygwin.html Fri Oct 07 22:59:17 2005 +0200
@@ -199,7 +199,7 @@
script, e. g.</p>
<blockquote>
- <tt>@bash startx -geometry 30x4 -iconic -e Isabell</tt>
+ <tt>@bash startx -geometry 30x4 -iconic -e Isabelle</tt>
</blockquote>
<p>and assigning a shortcut in the start menu to it.</p>
--- a/NEWS Fri Oct 07 22:59:15 2005 +0200
+++ b/NEWS Fri Oct 07 22:59:17 2005 +0200
@@ -14,10 +14,12 @@
* Input syntax now supports dummy variable binding "%_. b", where the
body does not mention the bound variable. Note that dummy patterns
implicitly depend on their context of bounds, which makes "{_. _}"
-match any set comprehension as expected.
-
-* Removed obsolete syntactic constant _K and its associated parse
-translation. INCOMPATIBILITY, use dummy abstraction instead, for
+match any set comprehension as expected. Potential INCOMPATIBILITY --
+parse translations need to cope with syntactic constant "_idtdummy" in
+the binding position.
+
+* Removed obsolete syntactic constant "_K" and its associated parse
+translation. INCOMPATIBILITY -- use dummy abstraction instead, for
example "A -> B" => "Pi A (%_. B)".