home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / maj / 2442 / zprowin.rev < prev   
Text File  |  1994-04-21  |  7KB  |  185 lines

  1.                         ZIP'R Professional For Windows
  2.  
  3.  
  4. 04-22-94 ■ Version 1.02
  5.  
  6.            . No modifications.  (See ZIFPROW.REV for modifications
  7.              to the ZIF Editor Pro.)
  8.  
  9.  
  10. 03-29-94 ■ Version 1.01
  11.  
  12.            . Removed support for the /CLEANUP option and moved
  13.              operational code to the ZIF Editor Pro.
  14.  
  15.            . Rearranged the processing order to more closely
  16.              reflect the order used in ZIP'R Pro For DOS.
  17.  
  18.            . Added support for the /TEST and /CLEANUP options.
  19.  
  20.            . Removed redundant InitializeZPWVariables procedure.
  21.  
  22.  
  23. 03-24-94 ■ Version 1.00
  24.            
  25.            . Removed the opening delay screen if the user has 
  26.              registered ZPROWIN.
  27.  
  28.            . If QueryOption is enabled, launch the ZProcessor with
  29.              focus.
  30.  
  31.            . Changed the launch style constants to provide greater
  32.              consistency throughout the code.
  33.  
  34.  
  35. 02-14-94 ■ Version 0.6ß
  36.  
  37.            . Updated IFDEF and IFNDEF statements throughout the code
  38.              to minimize code size for each module.
  39.  
  40.            . Added floppy support to ZProWin.
  41.  
  42.            . Corrected a problem where the Instance ID file was not
  43.              having its hidden attribute set.
  44.  
  45.            . Added code to create an Instance ID file when operating
  46.              in a WIN-OS2 session under OS/2.  The Instance ID file
  47.              is used to prevent ZPROWIN from continuing operations
  48.              until the ZProcessor has finished.
  49.  
  50.            . Fixed a problem where the AtomicLockFile procedure
  51.              was not initializing a variable properly, generating
  52.              a General Protection Fault.
  53.  
  54.            . Moved the ZProcessorSignalFile creation routine to
  55.              ZPROWIN.EXE, reducing the chance of conflicts during
  56.              the transition to ZPROCESS.EXE.
  57.  
  58.               . Converted units to share code with ZIP'R Professional
  59.              For DOS and ZProcessor.
  60.  
  61.  
  62. 12-01-93 ■ Version 0.5ß
  63.  
  64.            . Fixed various problems with ZIP'R Professional not 
  65.              passing parameters back and forth between the ZProc
  66.              signal file.
  67.            
  68.            . Corrected a problem where the .ZFW extension was not
  69.              being passed to the ZProcessor.
  70.            
  71.            . Altered the command-line processing to allow a .ZFW
  72.              extension to be specified, but not requiring it.
  73.            
  74.            . Fixed a problem where the .ZSF file was not being hidden
  75.              following a read operation.
  76.            
  77.            . Added a ZProcessor Signal File (.ZSF) to enable inter-
  78.              process communication between ZIP'R and ZProcessor.
  79.            
  80.            . Moved all signal file creation routines to the ZProcessor,
  81.              to take advantage of atomic lock files.
  82.            
  83.            . Incorporated code from ZIP'R Professional For DOS to 
  84.              handle the decompression and compression processes.
  85.            
  86.            . Removed SQZ support, due to the fact that it hasn't been
  87.              updated recently, and does not support errorlevels.
  88.            
  89.            . Re-wrote ZIP'R Professional For Windows in Pascal.
  90.  
  91.  
  92. 11-25-93 ■ Version 0.4ß
  93.            
  94.            . Replaced a missing equals sign in the routine that reads
  95.              the ZIPRWIN.INI file.
  96.            
  97.            . Corrected a problem in the LaunchDOSAppAndWait routine
  98.              that could result in an "Illegal Function Call" error
  99.              message, due to an invalid window style being set.
  100.            
  101.            . Declared all local and global variables that caused 
  102.              errors due to using option explicit.
  103.            
  104.            . Added "Option Explicit" to global declarations, to force
  105.              all variables to be declared before use.
  106.  
  107.  
  108. 07-06-93 ■ Version 0.3ß
  109.            
  110.            . Replaced all references to hard-coded file numbers with
  111.              variables based on the first available file number.
  112.            
  113.            . Corrected a problem in the Update code where ZIP'R For
  114.              Windows was deleting the .ZIP file after ZPROCESS.EXE 
  115.              finished its processing.
  116.            
  117.            . Added Update Option code, including the scan for deleted
  118.              files routine.
  119.            
  120.            . Added Query Option code.
  121.              
  122.  
  123. 07-05-93 ■ Version 0.2ß
  124.            
  125.            . Added call to separate ZIPRWIN.DLL to calculate how much
  126.              disk space was available.
  127.            
  128.            . Changed the command processor detection method to be more
  129.              compatible with 4DOS, NDOS, etc..
  130.            
  131.            . Changed the way ZPROCESS.EXE is launched.  If launched
  132.              as a window or icon, ZPROCESS will not be given the 
  133.              focus.  This makes the temporary file creation and the 
  134.              compression/decompression process less obtrusive.
  135.            
  136.            . Changed the format of the .ZFW files.
  137.            
  138.            . Added extra code to make sure that the current directory
  139.              is correct before generating any files.
  140.            
  141.            . Added routines to delete token files if an error
  142.              is encountered.
  143.            
  144.            . Added error message if ZPROCESS.EXE writes an 
  145.              ERRORLEVEL to the token file.
  146.            
  147.            . Changed file open routines to query for a free file,
  148.              rather than hard-coding in a file number.
  149.            
  150.            . Added routine to wait until ZPROCESS.EXE had finished
  151.              before continuing program execution.
  152.            
  153.            . Re-wrote ZIPRWIN.INI file read routines.
  154.            
  155.            . Changed position of all error messages.  Previously, 
  156.              they were grouped together in a separate sub-routine.
  157.              This made it difficult to troubleshoot.
  158.              
  159.            . Changed .EXE name from ZIPRW.EXE to ZIPRWIN.EXE.  Changed
  160.              all occurrences of ZIPRW to ZIPRWIN.
  161.            
  162.            . Entered as much code as possible from old version of
  163.              ZIP'R For Windows into new version.
  164.            
  165.            . Changed programming language used to write ZIP'R For
  166.              Windows.  Old language was too slow.
  167.              
  168.            
  169. 04-10-93 ■ Version 0.1ß
  170.  
  171.            . Added code to pass information to ZPROCESS.EXE, which
  172.              creates the temporary file needed to calculate the 
  173.              disk space required to decompress a compressed file.
  174.  
  175.  
  176. 04-06-93 ■ Version 0.0ß 
  177.  
  178.            . Added routines to pass parameters to ZPROCESS.EXE.
  179.            
  180.            . Transferred over as much of the ZIP'R code as was 
  181.              applicable to ZIP'R For Windows.
  182.  
  183.            . Initial coding begun.
  184.  
  185.