Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2003-06-01 00:47:49 -0700 (Sun, 01 Jun 2003)
Revision: 4635
Log message:

      - Bug clean-up of the Refine module: removed a lot of stuff from the
      interface - internal stuff that "outside world" has no business having access to.
      
      - Cleaned up capitalized/uncapitalized mess with module names. We has some
      places store and use capitalized module names and some would have uncapitalized
      ones, and it was becoming increazingly hard to keep things consistent. I switched it
      to using uncapitalized names _everywhere_, except for opnames and a small number of
      UI features (error messages, "extends" directives and mptop's Module.name
      fully-qualified variables).
      

Changes  Path
+2 -2 metaprl/filter/base/filter_cache_fun.ml
+1 -1 metaprl/filter/base/filter_summary.ml
+2 -2 metaprl/filter/base/filter_util.ml
+12 -16 metaprl/filter/boot/proof_boot.ml
+2 -5 metaprl/filter/boot/tactic_boot.ml
+2 -2 metaprl/filter/filter/filter_parse.ml
+32 -321 metaprl/refiner/refiner/refine.ml
+9 -1 metaprl/refiner/reflib/mp_resource.ml
+2 -0 metaprl/refiner/reflib/mp_resource.mli
+0 -28 metaprl/refiner/reflib/theory.ml
+0 -5 metaprl/refiner/reflib/theory.mli
+19 -104 metaprl/refiner/refsig/refine_sig.ml
+4 -6 metaprl/support/shell/package_info.ml
+3 -3 metaprl/support/shell/shell.ml
+1 -2 metaprl/support/shell/shell_state.ml