Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-01-13 18:53:10 -0800 (Fri, 13 Jan 2006)
Revision: 8471
Log message:

      - Filter: when copying proofs from an old .prla/.prlb/.cmoz, pick up any
      available proof - regardless whether it refers to a rewrite, a conditional
      rewrite, or a rule. It used to be the case that if one removes a condition in
      a rewrite (making it an unconditional one), the old proof will not get picked
      up, which seems wrong.
      
      - The crw_args field name is misleading, renamed it to crw_assums.
      

Changes  Path
+0 -1 metaprl/filter/base/filter_cache_fun.ml
+1 -1 metaprl/filter/base/filter_magic.ml
+42 -28 metaprl/filter/base/filter_summary.ml
+0 -3 metaprl/filter/base/filter_summary.mli
+0 -1 metaprl/filter/base/filter_summary_type.ml
+1 -1 metaprl/filter/base/filter_type.ml
+1 -1 metaprl/filter/filter/filter_parse.ml
+1 -1 metaprl/filter/filter/filter_prog.ml
+2 -2 metaprl/support/shell/shell_rule.ml