home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / maj / 2442 / zifprow.rev < prev    next >
Text File  |  1994-04-21  |  12KB  |  270 lines

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