home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / ZPROW101.ZIP / ZIFPROW.REV < prev    next >
Text File  |  1994-03-29  |  12KB  |  262 lines

  1.                ZIF Editor Pro For Windows Revision History                                
  2.  
  3.  
  4. 03-29-94 ■ Version 1.01
  5.  
  6.            . Added a status window to the file deletion routine
  7.              when attempting to cleanup ZIP'R Pro signal files,
  8.              to serve as an indicator of activity.
  9.  
  10.            . Modified stFindAllAndErase routine calls to delete
  11.              files with specific ZIPRPRO extensions such as .P00,
  12.              .P01, .N00, .N01, .U00, .U01 etc., instead of .P??,
  13.              .N??, and .U?? to avoid potential filename conflicts
  14.              in future versions.
  15.  
  16.            . Added option to allow users to execute the /Cleanup
  17.              process from inside the ZIF Editor.  Added sufficient
  18.              (optional) password checking to prevent unauthorized
  19.              access to this option.  New option is labeled "Cleanup
  20.              Files" in the ZIP'R Pro Settings menu.
  21.  
  22.  
  23. 03-24-94 ■ Version 1.00
  24.  
  25.            . Added code to disable TSR Pre and Post Program Commands
  26.              if the application type selected is not a DOS application.
  27.  
  28.            . Removed "Tame Options" from the ZIP'R Pro Settings menu
  29.              since Tame cannot be executed before ZPROWIN.EXE.
  30.              Tame Options may be added in a different form at a later
  31.              date.  Removed all internal code references to Tame, and
  32.              removed any related sections from the documentation.
  33.  
  34.            . Added code to disable the "Launch Program As" field if
  35.              the selected program is a DOS Application.  (This
  36.              features only applies to a Windows application.)
  37.  
  38.            . Disabled the "Use Command Processor To Execute Program"
  39.              option when the program being editing is a Windows
  40.              application.  (This feature only applies to DOS programs
  41.              being executed the ZIP'R Pro For Windows.)
  42.  
  43.            . Fixed a potential problem where the ZIF Editor would
  44.              terminate unexpectedly after opening files more than
  45.              25 - 30 times per session.  Problem is believed to have
  46.              been caused by insufficient stack space.  Increased the
  47.              available stack space from 16K to 32K.
  48.  
  49.            . Fixed a problem where the LaunchProgramAs variable was
  50.              not being read from the .ZPW file correctly.
  51.            
  52.            . Added code to protect the prelog delay options on the
  53.              Delays screen since these are not currently being
  54.              implemented in the Windows version of ZIP'R Pro.
  55.  
  56.            . Removed 5 compiler directives from each unit in Zif
  57.              Editor Pro.
  58.  
  59.            . Changed LaunchCompressAs and LaunchDecompressAs variables
  60.              to exclude Window and Full-Screen as options.  ZIP'R Pro
  61.              For Windows can only launch the compression and decom-
  62.              pression programs as icons, or as specified in the file
  63.              ZPROCESS.PIF.  Modified code to write alternate options
  64.              to the ZPROWIN.INI file.
  65.  
  66.            . Cleaned up alignment problems on Video Options screen.
  67.  
  68.            . Added code to read and write all new variables to the
  69.              ZPROWIN.INI file.  Corrected a minor problem where a
  70.              registration number would not be verified as a valid
  71.              number if the Network Users field contained a "0" instead
  72.              of a blank value for a single-user copy of ZIP'R Pro.
  73.  
  74.            . Added "LaunchCompressAs=" and "LaunchDecompressAs="
  75.              options to the Advanced Options screen, and reworked
  76.              hot-key combinations to the most suitable layout,
  77.              considering the numerous controls that are present.
  78.  
  79.            . Added "LaunchProgramAs=" and "ApplicationType=" options
  80.              to the Edit ZIF File screen.
  81.  
  82.            . Due to the rapidly changing nature of ZIP'R Pro For
  83.              DOS, and the desire to maintain the same level of
  84.              features in both the DOS and Windows versions, STSI
  85.              has decided to make a DOS-Based ZIF Editor Pro for
  86.              Windows.  This will make udpates and enhancements
  87.              much easier to implement in much less time.  Code for
  88.              the Windows editor will be shared with code for the
  89.              DOS editor, allowing the Windows version to keep
  90.              pace with the DOS version.
  91.  
  92.            . Changed all references from "ZFW" to "ZPW".  Changed
  93.              all reference file extensions from .ZFW to .ZPW.
  94.  
  95.  
  96.  
  97. 12-20-93 ■ Version 0.5ß
  98.  
  99.            . Attempted to recover from loss of 3 form modules after
  100.              a restore was unsuccessful from a network server upgrade.
  101.              The lost forms were recreated, and the code was manually
  102.              re-entered.
  103.            
  104.            . Fixed a problem where the CompressedFileDirectory variable
  105.              was not being written to the .ZFW file.  This was due to
  106.              a problem where the CompressedFile field was not being
  107.              saved to a variable when "Save" was selected.
  108.            
  109.            . Fixed problem where the Extract Files and Exclude Files
  110.              variables were not being reset when a new file was
  111.              opened or created.  This resulted in duplicate entries
  112.              appearing in the Extract Files and Exclude Files text
  113.              boxes.
  114.            
  115.            . Fixed problem where the File Dialog Box was not changing
  116.              to the default ZIP'R Pro sub-directory before being
  117.              displayed.  Problem was due to not setting a mask of 16
  118.              (Directory) for the Dir$ command.
  119.            
  120.            . Changed the ZIF Editor Pro For Windows to base the
  121.              ZIP'R Pro For Windows path on a set statement in the
  122.              AUTOEXEC.BAT.  If a set statement does not exist, it
  123.              defaults to C:\ZIPRWIN\.  If that directory does not
  124.              exist, the current directory is used.
  125.            
  126.            . Rewrote read and write routines to be more bullet-proof,
  127.              using While..Wend, and If..ElseIf..EndIf statements.
  128.            
  129.            . Created routine called stSpecParse that returns an
  130.              array of strings containing the drive, path, filename,
  131.              and extension of a path specification.
  132.            
  133.            . Worked out problems in File Dialog Box to make it
  134.              change to the proper path of files that are manually
  135.              entered in the filename text box.
  136.            
  137.            . Rewrote ZIF Editor For Windows to function similarly
  138.              to the ZIF Editor Pro For DOS.  Added screens and
  139.              variables necessary for conversion.
  140.  
  141.  
  142. 07-12-93 ■ Version 0.3ß
  143.  
  144.            . Added code to check if a file has been previously
  145.              saved when the user selects File Save.  If the file
  146.              has not been previously saved, the File Save As 
  147.              routine is executed first.
  148.  
  149.            . Added code to automatically execute the File Open
  150.              routine if the user enters a valid filename in the
  151.              File Name field and presses ENTER.
  152.  
  153.            . Added code to disable File Close, File Save, and
  154.              File Save As menu options when the .ZFW editing
  155.              form is not visible.  Options are re-enabled when
  156.              the .ZFW form is visible.
  157.  
  158.            . Added code to allow users to type a full path
  159.              in addition to the filename in the filename 
  160.              field of the Open File dialog box.
  161.  
  162.            . Created a File Type list box on the Open File
  163.              dialog box, so that when it is used to browse
  164.              for programs, users can optionally list only
  165.              *.BAT, *.COM, or *.EXE files, or any combination
  166.              of the three.
  167.  
  168.            . Fixed problem in UpdateCurrentPath routine that
  169.              was causing the Open File dialog box to not open
  170.              a file when a double-click event occurred in the
  171.              file list box.
  172.  
  173.            . Renamed Open File dialog box to a more generic 
  174.              name, allowing the dialog box to be used for
  175.              additional routines.
  176.            
  177.            . Renamed controls in Open File dialog box to be more
  178.              generic, allowing the dialog box to be used for 
  179.              additional routines.
  180.            
  181.            . Added code to set new variables before calling
  182.              routine to save .ZFW file.
  183.            
  184.            . Added code to set new variables before calling
  185.              routine to save ZIPRWIN.INI file.
  186.            
  187.            . Added routine to write ZIPRWIN.INI file to disk.
  188.            
  189.            . Added routine to write .ZFW file to disk.
  190.            
  191.            . Corrected problem where the program drive list box
  192.              was being disabled after opening a file.  Added a 
  193.              specific enable command to Open File code.
  194.            
  195.            . Added code to import information read from the 
  196.              ZIPRWIN.INI file into each of the Settings screens
  197.              when an option is chosen from the Settings menu.
  198.            
  199.            . Added code to import information read from a .ZFW 
  200.              file into the Edit File screen.
  201.            
  202.            . Changed code on the Open File screen to dynamically
  203.              update the current path when changes are made to 
  204.              the file list box or filename text box.
  205.            
  206.            . Added code to read .ZFW information files.
  207.            
  208.            . Added code to read the ZIPRWIN.INI file.
  209.            
  210.            . Added code to automatically update the extension
  211.              on the Compressed Filename field when users change
  212.              the selection in the Compression Type field.
  213.            
  214.            . Added code to copy the text in the executable 
  215.              filename field to the Compressed Filename field
  216.              when users enter an executable filename.
  217.            
  218.            . Added code to disable use of the Alternate Com-
  219.              pressed File Directory if the Use Alternate Dir-
  220.              ectory for Compressed File check box is not 
  221.              checked.
  222.            
  223.            . Added code to add advanced Compression options to
  224.              the Compression Type list box if the "Use Advanced
  225.              Options" check box is checked.  Also remove the
  226.              advanced options when the "Use Advanced Options"
  227.              check box is deselected.
  228.            
  229.            . Added code to disable the Update Option check box
  230.              if the Compression Type is not "ZIP".
  231.            
  232.            . Added code to set default values for the drop down
  233.              list boxes on the Edit File screen.
  234.            
  235.            . Added code to format text entered into the Edit File
  236.              screen text boxes.
  237.            
  238.            . Added code to force the control box close event to 
  239.              trigger the File Exit routine.
  240.            
  241.            . Added code to make all pop-up forms modal.  (OK or
  242.              Cancel button must be clicked in order to return to
  243.              the Editor's main menu.)
  244.            
  245.            . Added code to automatically center pop-up forms on
  246.              the screen, no matter what video mode is being used.
  247.            
  248.            . Added code to link each specific menu command to  
  249.              loading a new form.
  250.            
  251.            . Created About screen to contain ZIP'R For Windows
  252.              product information.
  253.            
  254.            . Changed property on Edit File form to act as a child 
  255.              form.
  256.          
  257.            . Created / Imported child forms for the MDI inter-
  258.              face.
  259.          
  260.            . Create MDI Parent form for the ZIP'R For Windows 
  261.              Editor to serve as the main menu.
  262.