[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

103d100



We have changed our version numbering Scheme for intermediate 
releases a little bit. Now, instead of counting up _from_ the version 
to be released, we are going to count up _to_ the version to be 
released. So, the next series of binary releases will be:

   103.1, 103.2, 103.3, ..., 103.3421, 104 (release version)

Since this means that we are repeating the "103" prefix as from last 
time, the Scheme code releases will begin with 100. So, the first 
Scheme code release after version 103 is 103d100.

Hope that isn't too too confusing...

;; --

The code in CVS is now version: 103d100

  PRS

  FUNCTIONALITY CHANGES

  - there is a replacement for the info.ss file in town, now.
    Instead of the info.ss file, consider using an info-table.ss
    file. This file is designed to be computer editable and eventually
    the project manager will have an editor for that (with an
    integrated help system).

    If an info-table.ss file is present and an info.ss file is also
    present, the info-table.ss file is consulted first and the info.ss
    file is consulted if the info-table.ss file doesn't have that
    binding.

  - please do not load info.ss files directly anymore. Use
    the get-info.ss library in the setup collection. I have already
    changed these uses:
     - zo compiler
     - help desk (blurb stuff)
     - setup
    I know only of this use that must be changed:
     - mzc

   - separated searchable-mixin into two pieces:
     - searchable-mixin, and searchable-text-mixin.

  MINOR CHANGES AND BUG FIXES

   - added control-x o as a keybinding that switches the focus
     between the interactions and definitions windows.

   - when drscheme frame is associated with a project, clicking the
     execute button will prompt the user about executing the project.

   - language dialog now has a parent.

   - drscheme:language:language-dialog procedure accepts an optional
     second argument specifing the parent of the dialog
     (defaults to #f)

Robby