home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / smishl14.zip / WHATSNEW.TXT < prev   
Text File  |  1993-11-15  |  6KB  |  163 lines

  1. WHATSNEW.TXT: New SmilerShell Features
  2.  
  3.  
  4. Version 1.4, released November 15, 1993
  5.  
  6.    Added the Options menu item DOS In Window (or type Alt+W), allowing
  7.    you to toggle from within SmilerShell the systemwide flag that
  8.    indicates whether DOS commands are run fullscreen or in a window.
  9.  
  10.    Added overtype mode capability on the command line, toggled from
  11.    the Options menu (or type Alt-O), and a titlebar Overtype flag.
  12.  
  13.    Added List Commands dialog which displays this session's command
  14.    history, including commands preloaded from file.  Commands can be
  15.    run from the dialog, or fetched into the command line for editing.
  16.  
  17.    List Aliases dialog now allows you to fetch the text of a command
  18.    into the command line, suitable for editing.
  19.  
  20.    As a convenience feature, DC now accepts "DC \", "DC\", and "DC.."
  21.    in addition to "DC .." as before.
  22.  
  23.    When you fetch a command from the List Commands, List Aliases, or Run
  24.    dialogs, or press up/down arrow to retrieve a command, the cursor is
  25.    set to the end of the line, the way most DOS command line editors do.
  26.  
  27.    If winwidth=PREV SmilerShell saves the current drive and directory
  28.    at exit. At startup next time it takes you back there again.
  29.  
  30.    Added ini file parameter singlecopy=.  If TRUE, when you try
  31.    to start a second simultaneous copy of SmilerShell, it returns
  32.    the focus to the first copy.
  33.  
  34.    Added register.txt listing all distributors who can accept
  35.    registrations for SmilerShell. 
  36.  
  37.    Removed beep when you hit Escape to clear the command line.
  38.  
  39.    Enhanced SmilerShell's Windows-hosted installer.
  40.  
  41.    Removed all command-line parameters except /ini=.  Being able to
  42.    do all the same things in two conflicting places was superfluous.
  43.  
  44.    SmilerShell now auto-reads initial cmdstack or cmdfile only at
  45.    startup, not when the ini file is edited during a session.
  46.  
  47.    If a command stack file or DC info file name is given in the ini file
  48.    with no path, or if no name is given, default location for DC info
  49.    file and command stack file is now the same directory as the ini file
  50.    (which can be specified on the command line), not the same directory
  51.    as the program as before.
  52.  
  53.    Fixed bug: couldn't run an alias for an internal command plus one
  54.    or more parameters (examples: "d=dir /p" or "delall=del *.*")
  55.  
  56.    Fixed bug: DC failed if any scanned directory began with tilde (~).
  57.  
  58.    Fixed bug: the business added to 1.3 which starts up commands
  59.    "somewhat faster" was not looking in a root directory if the root
  60.    was on the path.  Now it does.
  61.  
  62.    Fixed bug: if starting without an ini file, size was set to what
  63.    Windows calls 0x0 (not exactly a point, but still pretty tiny)
  64.    instead of the designated internal default size.
  65.  
  66.    Fixed bug: under some circumstances, certain handles and their
  67.    associated memory were not being freed at exit.
  68.  
  69.    Fixed bug: the DC directory-choice listbox was not setting up for
  70.    horizontal scrolling in cases where the widest directory line was
  71.    only just a bit wider than the listbox.
  72.  
  73.  
  74. Version 1.3, released October 5, 1993:
  75.  
  76.    Added ini file parameter timeformat=, which tells the clock 
  77.    to display the time in 12 hour (am/pm) or 24 hour format.
  78.  
  79.    Added ini file parameter dirfile=, so the DC info file can be
  80.    any name in whatever directory you want.
  81.  
  82.    Added a Windows-hosted installer, INSTALL.EXE.
  83.  
  84.    Unregistered SmilerShell now shows a "Register" menu item.
  85.  
  86.    Added more drive verification testing when creating DC info file.
  87.  
  88.    SmilerShell now starts up commands somewhat faster than before.
  89.  
  90.    A lot of people didn't like that when you hit Return to run a
  91.    command, SmilerShell beeped, so that feature has been removed.
  92.  
  93.    Fixed bug: on exit, unregistered SmilerShell puts up WinHelp.
  94.    To do this, it has to wait a moment to ensure that WinHelp gets
  95.    going OK.  If, in that moment, you tried to exit SmilerShell
  96.    AGAIN, you got a GPF.
  97.  
  98.    Fixed bug: if unregistered SmilerShell couldn't find its help
  99.    file at exit, it didn't let you quit.  It didn't even let you
  100.    shut down Windows.  Ow!
  101.  
  102.  
  103. Version 1.2, released September 15, 1993:
  104.  
  105.    Added contact and ombudsman information required to meet the
  106.    standards set by the Association of Shareware Professionals,
  107.    and WindowShare distributor contact information.
  108.  
  109.    Added Run dialog to select a program from a list.
  110.  
  111.    Added further support for winwidth=PREV so it saves showclock,
  112.    showdir, showresources, and topmost in addition to showmenu
  113.    and screen position.
  114.    
  115.    Speeded up reading at startup of smishell.dir (DC info file)
  116.    considerably.
  117.  
  118.    Fixed Open and Save As bug that changed the current directory
  119.    to the directory of the opened or saved file.
  120.  
  121.    Renamed the sample ini file from smishell.ini to sample.ini so
  122.    as to avoid any confusion with a (default-named) smishell.ini
  123.    file.  Similarly, renamed the sample command stack file from
  124.    smishell.stk to sample.stk to avoid confusion.
  125.  
  126.  
  127. Version 1.1a, released August 3, 1993:
  128.  
  129.    Re-scan button in directory change dialog was changing dir to
  130.    currently-highlighted directory.  Fixed this to stay in same
  131.    directory after the re-scan.
  132.  
  133.  
  134. Version 1.1, released July 26, 1993:
  135.  
  136.    Added support for winwidth=PREV in ini file.  If set, saves
  137.    screen position between uses in prevposition ini file param.
  138.  
  139.    Confirm exit when you shut down Windows as well as at normal
  140.    program exit.
  141.  
  142.    Added the ini file parameter confirmexit so you can turn off
  143.    the exit confirmation dialog and just get out when you want to.
  144.  
  145.    Added a Re-scan pushbutton to the directory change dialog, as a
  146.    convenience feature.
  147.  
  148.    The smishell.dir (DC data) and default initialization files
  149.    are now in the same directory as the program, instead of in the
  150.    Windows directory as before.
  151.  
  152.    If it was opened, and if nobody else is using it, close SmilerShell
  153.    Help when exiting.
  154.  
  155.    Replaced file descrip.bbs with file_id.diz in standard format.
  156.  
  157.    Made a number of documentation enhancements.
  158.  
  159.  
  160. Version 1.0, released July 17, 1993:
  161.  
  162.    Initial release, limited distribution, for comment
  163.