Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-14 22:49:49 -0700 (Wed, 14 Sep 2005)
Revision: 2019
Log message:
      - Merging (with a lot of hand-editing):
          - Trunk revisions 1458:2015
          - 0.9.6.x branch revisions 2014:2017
       
         I believe that now the branch contains all the changes made elsewhere up to
         revision 2017 (inclusive).
       
       - There were a few places with code of the form:
       
          public. =
             FOO = default
             static. =
                 FOO = something
                 println(I like $(FOO))
       
       Note that this does not work correctly! The value that is printed here is the
       "default", not "something". I am leaving it for Jason to figure out and for
       now I am simply moving all those "FOO = default" inside the "static" section.