home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / tame260.zip / UPDATE.DOC < prev   
Text File  |  1991-02-22  |  9KB  |  233 lines

  1.                               Tame Upgrade History
  2.  
  3. Version 2.6
  4.  
  5.    Slow screen writing was sometimes reported.  This has been addressed (and
  6.    hopefully cured) with a new option which will turn Tame off for a brief
  7.    period after each key press or I/O (these tend to imply that the program is
  8.    working hard).  The amount of time to keep Tame off after a key press or an
  9.    I/O may be adjusted separately using the /BOOST option.  The default boost
  10.    is two clock ticks (0.11 second) for each.
  11.  
  12.    You may now turn off Tame for a specified amount of time.  This is done with
  13.    /OFF:time where time is measured in PC clock ticks (0.055 seconds, or 18.2
  14.    ticks per second).  The maximum is 32,767 ticks, which corresponds to about
  15.    30 minutes.  Note that Tame will automatically turn back on after as a key
  16.    is pressed.
  17.  
  18.    Tame may now read its parameters from a file.  This is done by specifying
  19.    /@filename on the command line.  Also, Tame may dump its parameters to a
  20.    file.  This combination provides a good way to save and later restore Tame
  21.    parameters.  For example, the following lines will run 123 with a specific
  22.    Tame parameter, and then restore them after it is done.
  23.  
  24.        TAME /WriteOptions >c:\hold123.tmp
  25.        TAME /FREQ 64
  26.        123
  27.        TAME /@c:\hold123.tmp
  28.  
  29.    Tame sometimes detected Double Dos on a system running Novell Netware and
  30.    Windows.  This has been corrected.
  31.  
  32.    TAME-ANL is now included in the Tame zip.
  33.  
  34. Version 2.54
  35.  
  36.    Running a command with "TAME-RES cmdline" was sometimes acting wierd.  This
  37.    has been fixed.
  38.  
  39. Version 2.53
  40.  
  41.    Command line processing was enhanced to no longer require cryptic syntax.
  42.    Now, /FREQ:10,5 is the same as /FREQ 10 5 and /FREQ 10,5.  Also, the command
  43.    line may now contain @file, where the actual command line comes from that
  44.    file.
  45.  
  46. Version 2.51
  47.  
  48.    Some default parameters with version 2.5 were not computed correctly.  For
  49.    example, /FREQ would default to /FREQ:0,0 and /FGONLY would default to
  50.    /FGONLY:0.  This is clearly incorrect, and the problem has been corrected.
  51.  
  52. Version 2.5
  53.  
  54.    Tame will now help many DESQview-aware (and Topview-aware) programs become
  55.    aware of Windows and other environments.  A new /DVAWARE option has been
  56.    added to do this.  If the only programs being run are DESQview-aware then
  57.    parameter-based tameing may not be needed.  In this case, specify the
  58.    following options for best results:
  59.  
  60.        /NoKeyIdle /NoKeyPoll /NoTimePoll /DVAware
  61.  
  62.    The following programs have been tested using this option:
  63.  
  64.      PCBOARD, Pro-Yam
  65.  
  66. Version 2.44
  67.  
  68.    A problem with /Geiger on systems with the ATI video card was corrected.
  69.  
  70. Version 2.43
  71.  
  72.    Tame uses another method to detect Omniview.
  73.  
  74.    The /Clone option may now save the tasker along with other Tame options.  If
  75.    the tasker is to be saved, then the /tasker option must be specified on the
  76.    /Clone line, and must be before the /Clone option
  77.     (e.g. Tame /Omniview /Clone:tame-ov)
  78.  
  79. Version 2.42
  80.  
  81.    Tame is now effective with the StupenDOS shell, and will probably help other
  82.    programs that poll the keyboard the same way StupenDOS does.
  83.  
  84.    The first parameter of the /Geiger option may now be specified in units of
  85.    "clock ticks" between geiger ticks.  This is done using a negative value.
  86.  
  87. Version 2.41
  88.  
  89.    Tame will now automatically detect Omniview.
  90.  
  91.    Tame Geiger counter was fixed so that the defaults are appropriate on fast
  92.    80486 based machines.
  93.  
  94.    The /Geiger option will now be Tamed to use almost no CPU whenever TAME-RES
  95.    is loaded and Tame is properly tuned.  This is because the Geiger counter
  96.    now polls the keyboard many times between ticks.
  97.  
  98.    When /Geiger:0 is specified, it will tick each time this task gets a time
  99.    slice.  This requires TAME-RES be loaded to work effectively.
  100.  
  101.    A new batch file, GEIGER.BAT is included.  It will run the geiger counter as
  102.    fast as possible and fully tamed.
  103.  
  104. Version 2.4
  105.  
  106.    Windows support, and a new /WINdows switch were added.  Tame can be
  107.    effective with communications programs, and other programs that are not
  108.    affected by the "Idle" box in the Windows PIF setup.  Many thanks to Wim
  109.    Morrison for supplying the information I needed in order to tame Windows.
  110.  
  111.    TAME-RES can now be provided a command line to run.  It will tame the
  112.    command line and not load Tame as a resident program.  This means you may no
  113.    longer need batch files to start up your program in a DESQview/Windows
  114.    task.  See the docs for restrictions on this way of running Tame.
  115.  
  116.    The /CLONE option has been enhanced to optionally specify the name of the
  117.    command to run automatically when the cloned .COM is run.
  118.  
  119. Version 2.31
  120.  
  121.    /Geiger defaults were not determined properly with FAST machines.  this has
  122.    been corrected.  Also, the default Geiger defaults are more accurately
  123.    indicated.
  124.  
  125. Version 2.3
  126.  
  127.    Support was added for OmniView, VM/386, and TopView compatible
  128.    multi-taskers.  New options were added to specify which multitasker is in
  129.    use in case Tame cannot correctly determine which it is.
  130.  
  131.    New /NoKeyPoll option allows keyboard polls to be ignored.  This allows
  132.    switching to be based only on the date poll.
  133.  
  134.    The Tame status report now indicates how many times Tame forced the task to
  135.    run only in the foreground.
  136.  
  137.    New metering options that I may not document.
  138.    /Idle_METER will list how much time the CPU is idle.
  139.    /Task_Switch_Meter will count task switches per second.
  140.  
  141.    Compatibility problem with Taming Prodoor 3.1 in DESQview was solved.
  142.  
  143.    The /FGOnly option now has a synonym /NoBackGround due to nomenclature
  144.    changes in DESQview.  Also, /NoFGOnly has a synonym of /BackGround.
  145.  
  146.    /KeyIdle is no longer the default key-idle option.
  147.  
  148. Version 2.2
  149.  
  150.    This version has many new options, making Tame even more effective at
  151.    reducing Multi-tasking overhead.
  152.  
  153.    New -FGonly:N option forces the task to not run (at all) in the background
  154.    during the periods that it is polling the keyboard.  An optional "N" numeric
  155.    argument allows activating this only after N successive forced task
  156.    switches.  This works only in DESQview, and is not recommended for all
  157.    applications.  However, when it may be used, it is extremely effective.  See
  158.    the DOC file for more details.
  159.  
  160.    The -KeyIdle option now allows specifying the poll threshold to use after an
  161.    idle interrupt is detected.  With version 2.0 and 2.1, /KeyIdle defaulted to
  162.    being on with a fixed threshold of 0.  The default now has /KeyIdle off, and
  163.    if turned on, its default value is 2.
  164.  
  165.    New -Frequency:n,m option may be used in place of -MAX, and will switch
  166.    tasks only if that many polls come in one timer tick (18.2 ticks per
  167.    second).  This requires individual tuning, but it gives Tame the best
  168.    indicator of how much the task is really working.  A nominal value for "n"
  169.    is suggested by Tame if you specify /Frequency with no value.
  170.  
  171.    New -CLONE:filename option will make a new TAME-RES with the current
  172.    parameters as its defaults.  Must be run as the only Tame option on the
  173.    command line.  This feature is available only to registered users.
  174.  
  175.    Some general cleanup of DESQview handling was done based on information in
  176.    the DESQview API manual
  177.  
  178.    Tame now uses DESQview to make sure DOS is not busy.  This is more effective
  179.    than the previously used method when using DESQview.
  180.  
  181.    An incompatibility with the DX shareware utility was corrected.  The problem
  182.    may have affected other programs.
  183.  
  184. Version 2.1
  185.  
  186.    A problem with Tame locking up some machines has been fixed.
  187.  
  188.    New -INT15 option added to use version 2.0 INT15 handling
  189.  
  190.    Registered users may now easily register new releases of Tame.
  191.  
  192. Version 2.0
  193.  
  194.    Tame is now a TSR, and it uses less than 1K of memory.
  195.  
  196.    The function of the previous -Key_Idle option has been removed.  A new
  197.    option has been added with the same name, but a completely different
  198.    meaning.
  199.  
  200.    The following options are no longer supported:
  201.  
  202.       1  -CALLS
  203.  
  204.       2  -DESQVIEW
  205.  
  206.       3  -IDLE
  207.  
  208.       4  -POLL
  209.  
  210.    The following options have been added:
  211.  
  212.       1  -GETALL
  213.  
  214.       2  -HALTSWITCH
  215.  
  216.       3  -OFF
  217.  
  218.       4  -ON
  219.  
  220.       5  -SERIAL
  221.  
  222.       6  -STATUS
  223.  
  224.       7  -UNINSTALL
  225.  
  226.    The following options have been renamed
  227.  
  228.       1  -KEY is now -KEYSWITCH
  229.  
  230.       2  -TIME is now -TIMEPOLL
  231.  
  232.       3  -TOTALS is now -STATUS
  233.