The changes to DMM in the last 6 months include:

1. Definition of various keys to exit SHOW_FILE (Q, X, and regular 3).
     VT220 keys "find", "next screen" and "prev screen" have been implemented.
     You are always returned to 80 col screen when exiting SHOW_FILE in 
       132 col. mode.
2. Clock implemented on the main menu screen.
     The VT220 find, next_screen, and prev_screen keys now work from SHOW_FILE.
3. Gold-E calls EVE whereas E calls EDT.
4. ENVOKE.FOR calls our generic Compile utility CC and our generic link utility 
     LL (which are not public domain).
5. Gold-d give Dir/full on a file.
6. Gold-s sets ownership on a file to the parent directory using our internal
     utility SFO (which is not public domain).
	(See DM.FOR for adding more gold key commands from the main menu)
7. Wildcards are PROPERLY specified on entry to DM. (DM$wildcard :== "*")
8. Line 24 is made optional for low speed terminals (modems) and expert users
     with the symbol DM$EXPERT = "Y".
9. If you type "fortran /" rather than "fortran \", DM knows what you meant 
      and converts / to \ which translates to "fortran <file_name>".

KNOWN BUGS:

1.  Sometimes the line count gets messed up and you are stuck on line 24 or at 
the top of the screen and the names are off.
2.  Sometimes the find key doesn't work from the main menu and you get a stack
overflow and DM bombs.

Rich Gregory 
Pharmaceutical Research Associates
Rt 1 Box 380
Charlottesville VA 22901
(804) 971-8182
20-aug-86