Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-19 16:49:18 -0700 (Sat, 19 Jun 2004)
Revision: 5954
Log message:

      1) Group the modules into theories. Now the filesystem structure has the
      following form: "/group/module/rule/nn/nn/nn/..."
      
      Note that "old-style" locations are still valid - any attempt to go to
      "/module/..." would result in getting to "/group/module/..." for the group
      that the module resides in (but weird things might happen if a group name
      clashes with a module name :-(, so do not do that).
      
      The group name and description are specified using THEORYNAME and THEORYDESC
      variables in [O]Makefile.
      
      2) I've added an "end" anchor to the end of the messages frame, so hopefully
      it will keep scrolling to the right place.
      

Changes  Path
+12 -7 metaprl/OMakefile
+2 -0 metaprl/editor/ml/Makefile
+1 -10 metaprl/refiner/reflib/theory.ml
+2 -0 metaprl/support/display/Makefile
+2 -19 metaprl/support/display/summary.ml
+0 -5 metaprl/support/display/summary.mli
+2 -0 metaprl/support/shell/Makefile
+1 -1 metaprl/support/shell/inputs/frameset.html
+1 -0 metaprl/support/shell/inputs/message.html
+31 -3 metaprl/support/shell/package_info.ml
+4 -0 metaprl/support/shell/package_info.mli
+6 -4 metaprl/support/shell/shell.ml
+46 -42 metaprl/support/shell/shell_core.ml
+2 -0 metaprl/support/shell/shell_core.mli
+7 -2 metaprl/support/shell/shell_current.ml
+4 -0 metaprl/support/shell/shell_current.mli
+2 -2 metaprl/support/shell/shell_internal_sig.mlz
+42 -8 metaprl/support/shell/shell_root.ml
+2 -1 metaprl/support/shell/shell_theory.mlz
+2 -0 metaprl/support/tactics/Makefile
+2 -0 metaprl/theories/base/Makefile
+2 -0 metaprl/theories/base/OMakefile
+2 -0 metaprl/theories/czf/Makefile
+2 -0 metaprl/theories/fol/Makefile
+2 -0 metaprl/theories/fol/OMakefile
+2 -0 metaprl/theories/itt/Makefile
+2 -0 metaprl/theories/ocaml_doc/Makefile
+2 -0 metaprl/theories/ocaml_doc/OMakefile