home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / ZPROW101.ZIP / ZPROWIN.REV < prev   
Text File  |  1994-03-29  |  7KB  |  179 lines

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