home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 2090 / zifpro.rev < prev    next >
Text File  |  1994-01-19  |  9KB  |  211 lines

  1.          ZIF Editor Professional For DOS Revision History
  2.  
  3.  
  4. 01-20-94 ■ Version 1.19
  5.  
  6.            . Added help topics into the help file for the new 1.19
  7.              features.
  8.  
  9.            . Added support for "Use Command Processor For Executable
  10.              Program" option.  This option allows users to specify
  11.              whether or not a command processor is loaded before
  12.              executing a program.  Program filenames with a .BAT or
  13.              .BTM (4DOS) extension require that this switch be turned
  14.              on, which is the default.  If this switch is turned off,
  15.              users can gain an extra 3 - 5K of free memory.
  16.  
  17.            . Fixed a minor problem where the Update Option check box
  18.              would be enabled when the compressed filename field lost
  19.              focus, even if the compression type selected was "NONE".
  20.  
  21.            . Added support for "Alternate Launch Directory For
  22.              Executable File".  This separate parameter allows
  23.              programs to be executed from a directory other than
  24.              the directory where the executable program resides.
  25.              This is useful in cases where the data files are
  26.              maintained in a separate sub-directory than the program,
  27.              since a typical File-Open command will place the user
  28.              in the data files sub-directory instead, allowing more
  29.              rapid access to data files.
  30.  
  31.  
  32. 01-06-94 ■ Version 1.18
  33.  
  34.            . Added code to write a blank string to the NetworkUsers
  35.              line in the ZIPRPRO.INI file if the user enters 0.
  36.  
  37.            . Added more shortcut key combinations on screens using
  38.              radio buttons and check boxes.
  39.  
  40.            . Fixed minor problem where the prelog delay time on the
  41.              Delays screen was not being disabled on the initial
  42.              display if the "Delay during Prelog" check box was not
  43.              checked.
  44.  
  45.            . Fixed problem where the ZIF Editor Pro would terminate
  46.              if the user pressed the enter key on the "Delay during
  47.              Prelog" check box of the Delays screen when the Delay
  48.              option was disabled.
  49.  
  50.            . Added option to Advanced options screen to enable or
  51.              disable sub-directory deletions when using PKZIP 2.04g.
  52.  
  53.            . Added options on Video options screen to write screens
  54.              using BIOS, DIRECT, or AUTO detect methods.
  55.  
  56.  
  57. 01-01-94 ■ Version 1.17
  58.  
  59.            . No changes made.
  60.  
  61.  
  62. 12-27-93 ■ Version 1.16
  63.  
  64.            . Fixed a problem where the "CompressionOptions=" entry
  65.              was being written to the .ZPD file correctly, but did
  66.              not appear to be read correctly.  This problem was due
  67.              to a variable being reset once the property for the
  68.              Compression Type list box was assigned.  Added a work-
  69.              around in the code that assigns the original value to
  70.              an intermediate variable, restoring it after the property
  71.              for the Compression Type list box is assigned.
  72.  
  73.            . Fixed a potential problem where the CompressionOptions
  74.              variable was not being initialized each time a .ZPD file
  75.              was read or created.
  76.  
  77.  
  78. 12-25-93 ■ Version 1.15
  79.  
  80.            . Fixed a major bug that was created after references
  81.              to MhSpecParse were changed to stSpecParse.  This
  82.              replacement routine returned a "." with the filename
  83.              extension, causing all filenames within the ZIF Editor
  84.              Pro to have two dots separating the filename from the
  85.              extension.
  86.  
  87.  
  88. 12-22-93 ■ Version 1.14
  89.  
  90.            . Changed all references from MhSpecParse to stSpecParse,
  91.              which is an STSI-generated routine to parse the
  92.              different portions of a path specification apart.  Old
  93.              routine that was used could cause ZIF Pro to attempt to
  94.              access a floppy drive, if one was specified.  If a disk
  95.              was not present in the floppy drive, the program would
  96.              crash.  New routine should eliminate this problem.
  97.  
  98.            . Added code to make sure that if compression to floppy
  99.              diskettes is being used, the compressed file must be
  100.              stored on the root directory of the floppy disk.
  101.  
  102.            . Added code to disable selective extraction and selective
  103.              exclusion when the user specifies that the compressed
  104.              file will be stored on a floppy diskette.
  105.  
  106.  
  107.  
  108. 12-20-93 ■ Version 1.13
  109.  
  110.            . (No Changes Made)
  111.  
  112.  
  113.  
  114. 12-05-93 ■ Version 1.12
  115.  
  116.            . Added code to make sure that the environment set for
  117.              ZIP'R Pro, if used, is interpretted in UPPER CASE
  118.              characters.
  119.  
  120.            . Recovered programming files from local backup set.
  121.              One file was lost due to an inability to restore 
  122.              files from a bad backup tape after upgrading network
  123.              file server.  Changes in the lost file were minimal.
  124.              All data is believed to have been recovered.
  125.  
  126.            . Added check to deselect and disable the Update option
  127.              if compressed file was specified as residing on a
  128.              floppy disk.
  129.  
  130.            . Addressed several potential tab-order / ENTER-order
  131.              problems on main .ZPD editing screen.  Problems
  132.              could have caused program to terminate if the ZIF
  133.              Editor attempted to switch the focus to a disabled
  134.              control when ENTER was pressed.
  135.  
  136.            . Added code to make sure that a user has entered a
  137.              program name and a compressed file name in the
  138.              appropriate fields before saving a .ZPD file.
  139.  
  140.            . Added code to warn users when Cancel is selected if
  141.              the file has been modified since it was last saved.
  142.  
  143.            . Added code to set an initial value for TestTemporary-
  144.              Archive whether or not ARJ is being used as the
  145.              compression program.
  146.  
  147.            . Fixed tabbing order problem on Selective Extraction
  148.              screen and added code to advance the cursor to the next
  149.              field when ENTER was pressed.
  150.  
  151.            . Fixed problem where pressing ENTER on the Compression
  152.              Type field when "NONE" was selected would cause the
  153.              program to terminate.  Focus was attempting to be set
  154.              to a disabled control.
  155.  
  156.            . Fixed problem where passing a filename as a parameter
  157.              to the ZIF Editor Pro would generate an error stating
  158.              that a problem occurred when attempting to read the
  159.              .ZPD file.  This was due to a variable being reset
  160.              between the time that the parameter was read and the
  161.              file was read.
  162.  
  163.        . Fixed potential problem where the internal variable
  164.          "UseParentDirectory" was not being changed when it was
  165.          modified on the Advanced Options screen.  This could
  166.          cause the ZIF Editor to not properly remember the 
  167.          correct Program Parent Directory.
  168.          
  169.  
  170.  
  171. 11-26-93 ■ Version 1.11
  172.  
  173.        . Added quick keys for check boxes to a few key areas.
  174.  
  175.        . Fixed minor tabbing order problem on Edit .ZPD
  176.          screen.
  177.  
  178.        . Added support to the Selective Extraction screen
  179.          for Selective Exclusion.  Added code to read and
  180.          write the new variables to the .ZPD file.
  181.  
  182.  
  183.  
  184. 11-21-93 ■ Version 1.10
  185.  
  186.        . Added code to allow users to enter a filename
  187.          after ZIFPRO that will automatically load the
  188.          specified .ZPD file.
  189.  
  190.        . Added new Help topics for Selective Extraction.
  191.  
  192.        . Added support for Selective Extraction to the ZIF
  193.          Editor.  When Selective Extraction is enabled, only
  194.          files entered in the Selective Extraction list box
  195.          are extracted before executing the program.
  196.  
  197.        . Corrected a problem where the IN Commands, OUT Commands,
  198.          TSR Pre Commands, and TSR Post Commands were not being
  199.          written correctly to the .ZPD file.  This behavior 
  200.          exhibited itself after creating a file with more than
  201.          two lines of IN, OUT, TSR Pre, or TSR Post Commands.
  202.          The prefix was not being added to the line that was
  203.          written, therefore causing ZIP'R Pro to be unable to
  204.          read and include those commands.
  205.  
  206.  
  207.  
  208. 11-15-93 ■ Version 1.00
  209.  
  210.        . Initial release of the ZIF Editor Professional For DOS.
  211.