home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / smi21.zip / WHATSNEW.TXT < prev   
Text File  |  1994-05-27  |  8KB  |  201 lines

  1. WHATSNEW.TXT: New SmilerShell Features
  2.  
  3.  
  4. SmilerShell Version 2.1, released May 27, 1994
  5.  
  6.    SmilerShell's installer now does better error-checking than before.
  7.  
  8.    Added "Apps" menu item.  You can list your favorite applications.
  9.    Click on a listed item to run it, or select it into the command line.
  10.  
  11.    Added better support for 4DOS, NDOS, or any other alternative command
  12.    processor that supports the "/c" run-a-command switch.
  13.  
  14.    Added support for File Associations.  Now just type a filename, and 
  15.    SmilerShell finds the program for that file, and runs it.  For example,
  16.    type "FILENAME.WRI" and SmilerShell runs "WRITE.EXE FILENAME.WRI"
  17.  
  18.    Added the built-in alias SHOW which lets you pick a file from a 
  19.    scrolling list.  If that file has a File Association, SmilerShell will 
  20.    run that program.  If not, you can add the program name as usual.
  21.  
  22.    Added more robust testing when switching to, or running a command
  23.    on, another drive.  Is the drive really available?
  24.  
  25.    Added /r commandline parameter to DC, allowing a re-scan and directory
  26.    change all at once.
  27.  
  28.    Fixed bug: run-a-command return value was sometimes indicating a 
  29.    nonexistant error.  The error message was "Explanation not available."
  30.  
  31.  
  32. SmilerShell Version 2.0, released February 15, 1994
  33.  
  34.    Added ini file Parameter startupDCscan=.  If TRUE, then at startup
  35.    SmilerShell will do a DC directory scan and save the data to file.
  36.  
  37.    Now SmilerShell always goes to the first copy if you try to start
  38.    a second copy.  Since SmilerShell is now always in "singlecopy" mode,
  39.    the ini file parameter singlecopy= has been removed.
  40.  
  41.    Added the Options menu item Title Bar (or type Alt+L), allowing you
  42.    to show or hide SmilerShell's title bar.  To move SmilerShell on the
  43.    screen without the title bar, click the right mouse button in the edit
  44.    area and hold it down while you move SmilerShell where you want it.  
  45.  
  46.    Added the ini file parameter titlebar=.  If TRUE, SmilerShell has a
  47.    title bar; if FALSE, it doesn't.
  48.  
  49.    Added ini file parameter AliasesCaseSens=.  By default aliases are 
  50.    case-sensitive.
  51.  
  52.    The menu items DOS In Window and Inactives Stay Visible (and their ini
  53.    file flags DOSinWindow= and showinactives=) now only control windows
  54.    generated by SmilerShell.  Other DOS windows, created by other
  55.    programs, are no longer affected by how SmilerShell sets these flags.
  56.    However, Remove Inactives (Alt+R) will still clean up all inactive
  57.    DOS windows on the desktop.
  58.  
  59.    To run one command as if DOS In Window is set to the opposite of its
  60.    current value, start that command with a right-bracket (>).  To run
  61.    one command as if Inactives Stay Visible is set to the opposite of its
  62.    current value, start that command with an asterisk (*).  As before, to
  63.    run one command without alias translation, start that command with an
  64.    equals sign (=).  The three flags = > * can be in any order.  They are
  65.    ignored when using arrows to search for matching previous commands.
  66.  
  67.    DC's Directory List dialog shows number of directories it knows about.
  68.  
  69.    Scandrives list can now contain spaces, commas, or other delimiters
  70.    (ex: scandrives = c, d, m).  Smilershell simply ignores non-letters.
  71.    
  72.    Aliases can now reference other aliases.
  73.  
  74.    Made SmilerShell more robust when running with ill-behaved
  75.    or memory-hogging programs.
  76.  
  77.    CD with no arguments now displays current directory, like DOS (useful 
  78.    when the title bar is toggled off).
  79.  
  80.    Fixed bug: couldn't use CD to set the current directory on another
  81.    drive (example: CD D:\FOO).
  82.  
  83.    Fixed bug: when minimized at exit and winwidth=PREV, now saves the
  84.    commandline size, not the icon size as before.
  85.  
  86.    Fixed bug: backspace in overtype mode deleted next (not prev) char.
  87.  
  88.    Fixed bug: couldn't give drive letter in dirfile= parameter.
  89.  
  90.    Fixed bug: couldn't give drive letter in cmdfile= parameter.
  91.  
  92.    Fixed bug: scandrives didn't recognize the semicolon that starts a
  93.    comment.
  94.  
  95.  
  96. SmilerShell Version 1.4, released November 15, 1993
  97.  
  98.    Added Options menu item DOS In Window (or type Alt+W), allowing
  99.    you to toggle from within SmilerShell the systemwide flag that
  100.    indicates whether DOS commands are run fullscreen or in a window.
  101.  
  102.    Added overtype mode on the command line, toggled from Options menu 
  103.    (or type Alt-O), and a titlebar Overtype flag.
  104.  
  105.    Added List Commands dialog which displays this session's command
  106.    history, including commands preloaded from file.  Commands can be
  107.    run from the dialog, or fetched into the command line for editing.
  108.  
  109.    List Aliases dialog now allows you to fetch the text of a command
  110.    into the command line, suitable for editing.
  111.  
  112.    DC now accepts "DC \", "DC\", and "DC.." in addition to "DC .." as before.
  113.  
  114.    When you fetch a command from the List Commands, List Aliases, or Run
  115.    dialogs, or press up/down arrow to retrieve a command, the cursor is
  116.    set to the end of the line, the way most DOS command line editors do.
  117.  
  118.    If winwidth=PREV SmilerShell saves the current drive and directory
  119.    at exit. At startup next time it takes you back there again.
  120.  
  121.    Added ini file parameter singlecopy=.  If TRUE, when you try
  122.    to start a second simultaneous copy of SmilerShell, it returns
  123.    the focus to the first copy.
  124.  
  125.    Removed beep when you hit Escape to clear the command line.
  126.  
  127.    Removed all command-line parameters except /ini=.  Being able to
  128.    do all the same things in two conflicting places was superfluous.
  129.  
  130.    SmilerShell now auto-reads initial cmdstack or cmdfile only at
  131.    startup, not when the ini file is edited during a session.
  132.  
  133.    If a command stack file or DC info file name given in the ini file
  134.    with no path, or if no name given, default location for DC info
  135.    file and command stack file is now the same directory as the ini file
  136.    (which can be specified on the command line), not the same directory
  137.    as the program as before.
  138.  
  139.    Fixed bug: couldn't run an alias for an internal command that had
  140.    parameters (examples: "d=dir /p" or "delall=del *.*")
  141.  
  142.    Fixed bug: DC failed if any scanned directory began with tilde (~).
  143.  
  144.  
  145. SmilerShell Version 1.3, released October 5, 1993:
  146.  
  147.    Added ini file parameter timeformat=, which tells the clock 
  148.    to display the time in 12 hour (am/pm) or 24 hour format.
  149.  
  150.    Added ini file parameter dirfile=, so DC info file can be any name 
  151.    in any directory.
  152.  
  153.    Added a Windows-hosted installer, INSTALL.EXE.
  154.  
  155.    Removed press-Enter beep.
  156.  
  157.  
  158. SmilerShell Version 1.2, released September 15, 1993:
  159.  
  160.    Added ASP contact and ombudsman information.
  161.  
  162.    Added Run dialog to select a program from a list.
  163.  
  164.    Added further support for winwidth=PREV so it saves showclock,
  165.    showdir, showresources, and topmost in addition to showmenu
  166.    and screen position.
  167.    
  168.    Fixed Open and Save As bug that changed the current directory
  169.    to the directory of the opened or saved file.
  170.  
  171.  
  172. SmilerShell Version 1.1a, released August 3, 1993:
  173.  
  174.    Re-scan button in DC dialog was always changing dir to highlighted 
  175.    directory.  Fixed this to stay in same directory after a re-scan.
  176.  
  177.  
  178. SmilerShell Version 1.1, released July 26, 1993:
  179.  
  180.    Added support for winwidth=PREV in ini file.  If set, saves
  181.    screen position between uses in prevposition ini file param.
  182.  
  183.    Confirm exit when you shut down Windows as well as at normal
  184.    program exit.
  185.  
  186.    Added ini file param confirmexit to turn off exit confirmation
  187.    dialog.
  188.  
  189.    Added a Re-scan button to the directory change dialog.
  190.  
  191.    The smishell.dir (DC data) and default initialization files
  192.    are now in the same directory as the program, instead of in the
  193.    Windows directory as before.
  194.  
  195.    If opened, and not in use, close SmilerShell Help when exiting.
  196.  
  197.  
  198. SmilerShell Version 1.0, released July 17, 1993:
  199.  
  200.    Initial release, limited distribution, for comment
  201.