home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / M / MacShell 0.53b.sit / MacShell 0.53b / MacShell 0.53b.rsrc / help_16585_version < prev    next >
Encoding:
Text File  |  1995-03-07  |  1.9 KB  |  28 lines

  1. Version History
  2. ---------------
  3.  
  4. ***Version 0.53b 3/8/95***
  5. - Command history is now supported.
  6. - Command-u and Control-u now erase the current command line.  This is done with a 'cut' operation, so the erased line can be retrieved with a paste.
  7. - MacShell can now execute scripts which begin with the two characters '#!' as normal commands (without using 'source').
  8. - Path and manpath shell variables now supported.
  9.  
  10. ***Version 0.52b 1/3/95***
  11. - Shell aliases are now supported.
  12. - Scripts now receive arguments from the command line in the form of a special shell variable 'argv'.
  13. - Fixed a bug which caused paste into the interactive window to ignore what was currently on the command line.
  14. - The user may now set a special shell variable called "tabnc" to force the tab key to trigger the name completion mechanism.
  15. - Modified man so that MacShell can load manual entries from external code resources.
  16. - Echo now puts a newline after its output when called from a script.
  17. - MacShell now correctly parses an argument which contains embedded quotes.
  18.  
  19. ***Version 0.51b 11/9/94***
  20. - Added features to allow the placeholder '{}' in the exec string of the find command to be replaced even if it doesn't form a separate argument, and to allow multiple place holders to be used in one exec string.
  21. - Corrected a fatal oversight which caused the maximum number of arguments on a command line to be limited to 128 or 64.  The maximum should now be 32k.
  22. - Fixed a fatal bug in the name completion function which appeared when used in directories containing large numbers of files and directories.
  23. - Pasting into an interactive window now causes the text to appear after the insertion point if the beginning of the selection range is before the end of the prompt.  Otherwise it performs a normal paste.
  24. - Cut now works on text after the current prompt.
  25. - Backspace can no longer delete the space before the prompt if text follows the insertion point.
  26.  
  27. ***Version 0.5b Original public release***