# HG changeset patch # User wenzelm # Date 1005259976 -3600 # Node ID 4a8558dbb6a0b9e7354e57074e58141fcb6e1c54 # Parent 1e445199920095c954530034f5a239676791b4d5 * Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac, etc.) now consider the syntactic context of assumptions, giving a better chance to get type-inference of the arguments right (this is especially important for locales); * system: refrain from any attempt at filtering input streams; no longer support ``8bit'' encoding of old isabelle font, instead proper iso-latin characters may now be used; diff -r 1e4451999200 -r 4a8558dbb6a0 NEWS --- a/NEWS Thu Nov 08 23:50:08 2001 +0100 +++ b/NEWS Thu Nov 08 23:52:56 2001 +0100 @@ -89,6 +89,11 @@ application: 'induct' method with proper rule statements in improper proof *scripts*; +* Pure: emulation of instantiation tactics (rule_tac, cut_tac, etc.) +now consider the syntactic context of assumptions, giving a better +chance to get type-inference of the arguments right (this is +especially important for locales); + * Provers: 'simplified' attribute may refer to explicit rules instead of full simplifier context; 'iff' attribute handles conditional rules; @@ -214,6 +219,10 @@ * syntax: builtin parse translation for "_constify" turns valued tokens into AST constants; +* system: refrain from any attempt at filtering input streams; no +longer support ``8bit'' encoding of old isabelle font, instead proper +iso-latin characters may now be used; + * system: support Poly/ML 4.1.1 (now able to manage large heaps); * system: Proof General keywords specification is now part of the