home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / maj / 2442 / zprowin.rev < prev   
Text File  |  1994-08-15  |  10KB  |  274 lines

  1.                         ZIP'R Professional For Windows
  2.  
  3.  
  4. 08-16-94 ■ Version 2.02
  5.  
  6.          . Fixed a major problem when using internal ZIP compression.
  7.            When attempting to recompress a program using the Update
  8.            option, users would receive an Error Number 5, (File Access
  9.            Denied).  The compressed file had been marked as read-only, and
  10.            therefore could not be initialized for any other action.  This
  11.            error condition did not appear when using a Novell network, so
  12.            internal beta-testing efforts did not catch the problem.  Added
  13.            code to make sure the compressed file's attributes were properly
  14.            set before any action to the file is attempted.
  15.  
  16.          . Modified the Run button on the editing screen to say "Test Run"
  17.            instead of "Run".
  18.  
  19.  
  20. 08-09-94 ■ Version 2.02
  21.  
  22.          . Updated the ZPROWIN.HLP help file with graphics and
  23.            expanded descriptions.
  24.  
  25.          . Fixed a problem where the Floppy button was not being
  26.            enabled when PKZIP was selected as the compression type.
  27.            (Advanced interface only.)  (A procedure was not declared
  28.            as virtual, and thus was not being overridden.)
  29.  
  30.          . Fixed a problem where the Compression button was not
  31.            being disabled when LHA or None was selected as the
  32.            compression type.  (Advanced interface only.)  (A
  33.            procedure was not declared as virtual, and thus was not
  34.            being overridden.)
  35.  
  36.          . Added Launch Compress As and Launch Decompress As
  37.            options to the Video Options screen.  This allows the
  38.            compression and decompression processes to occur as an
  39.            icon, or to use the setting defined in the ZPROCESS.PIF
  40.            file.
  41.  
  42.          . Added a conversion routine to each of the compression
  43.            paths to make sure they are written to the ZPROWIN.INI
  44.            file in upper case.
  45.  
  46.          . Modified the resource for the Compression Paths screen
  47.            to make sure that the text for the fields is displayed
  48.            in lower case, making it easier to read.
  49.  
  50.          . Modified code to trim a filename and its extension from
  51.            any of the fields on the Compression Paths screen, and
  52.            to make sure that the resulting string contains a trailing
  53.            backslash.
  54.  
  55.          . Added STSI's company telephone numbers to the About box.
  56.  
  57.          . Modified the resource for the About box to make sure that
  58.            the background color is always gray, no matter what the
  59.            Windows color scheme is set to.
  60.  
  61.          . Fixed a problem where the Selective Extraction, Selective
  62.            Exclusion, IN Commands, OUT Commands, TSR Pre-Program
  63.            Commands, and TSR Post-Program Commands were not being
  64.            cleared properly when an icon was edited using a right
  65.            mouse click.  This would produce duplicate entries within
  66.            each field, especially when more than one file was edited
  67.            during a session.
  68.  
  69.  
  70. 08-04-94 ■ Version 2.00
  71.  
  72.          . Added 3 user interfaces to ZIP'R Pro For Windows to allow
  73.            users to select the level that feels right for them.
  74.            Beginner users don't have to wade through all of the
  75.            advanced options.  Advanced users can access a myriad of
  76.            available options, and intermediate users can settle on a
  77.            comfortable compromise between the two.
  78.  
  79.          . Integrated the ZIF Editor into ZIP'R Pro For Windows.  Added
  80.            a menu system, dialog boxes, and icons to display the files
  81.            available for executing through ZIP'R Pro.  The entire program
  82.            can now be executed within the Windows interface, making it
  83.            much easier to use.
  84.  
  85.          . Updated the version number in the registration
  86.            procedure.
  87.  
  88.  
  89. 07-19-94 ■ Version 1.03
  90.  
  91.          . No changes made.
  92.  
  93.  
  94. 04-22-94 ■ Version 1.02
  95.  
  96.          . No modifications.  (See ZIFPROW.REV for modifications
  97.            to the ZIF Editor Pro.)
  98.  
  99.  
  100. 03-29-94 ■ Version 1.01
  101.  
  102.          . Removed support for the /CLEANUP option and moved
  103.            operational code to the ZIF Editor Pro.
  104.  
  105.          . Rearranged the processing order to more closely
  106.            reflect the order used in ZIP'R Pro For DOS.
  107.  
  108.          . Added support for the /TEST and /CLEANUP options.
  109.  
  110.          . Removed redundant InitializeZPWVariables procedure.
  111.  
  112.  
  113. 03-24-94 ■ Version 1.00
  114.            
  115.          . Removed the opening delay screen if the user has
  116.            registered ZPROWIN.
  117.  
  118.          . If QueryOption is enabled, launch the ZProcessor with
  119.            focus.
  120.  
  121.          . Changed the launch style constants to provide greater
  122.            consistency throughout the code.
  123.  
  124.  
  125. 02-14-94 ■ Version 0.6ß
  126.  
  127.          . Updated IFDEF and IFNDEF statements throughout the code
  128.            to minimize code size for each module.
  129.  
  130.          . Added floppy support to ZProWin.
  131.  
  132.          . Corrected a problem where the Instance ID file was not
  133.            having its hidden attribute set.
  134.  
  135.          . Added code to create an Instance ID file when operating
  136.            in a WIN-OS2 session under OS/2.  The Instance ID file
  137.            is used to prevent ZPROWIN from continuing operations
  138.            until the ZProcessor has finished.
  139.  
  140.          . Fixed a problem where the AtomicLockFile procedure
  141.            was not initializing a variable properly, generating
  142.            a General Protection Fault.
  143.  
  144.          . Moved the ZProcessorSignalFile creation routine to
  145.            ZPROWIN.EXE, reducing the chance of conflicts during
  146.            the transition to ZPROCESS.EXE.
  147.  
  148.          . Converted units to share code with ZIP'R Professional
  149.            For DOS and ZProcessor.
  150.  
  151.  
  152. 12-01-93 ■ Version 0.5ß
  153.  
  154.          . Fixed various problems with ZIP'R Professional not
  155.            passing parameters back and forth between the ZProc
  156.            signal file.
  157.  
  158.          . Corrected a problem where the .ZFW extension was not
  159.            being passed to the ZProcessor.
  160.  
  161.          . Altered the command-line processing to allow a .ZFW
  162.            extension to be specified, but not requiring it.
  163.  
  164.          . Fixed a problem where the .ZSF file was not being hidden
  165.            following a read operation.
  166.  
  167.          . Added a ZProcessor Signal File (.ZSF) to enable inter-
  168.            process communication between ZIP'R and ZProcessor.
  169.  
  170.          . Moved all signal file creation routines to the ZProcessor,
  171.            to take advantage of atomic lock files.
  172.  
  173.          . Incorporated code from ZIP'R Professional For DOS to
  174.            handle the decompression and compression processes.
  175.  
  176.          . Removed SQZ support, due to the fact that it hasn't been
  177.            updated recently, and does not support errorlevels.
  178.  
  179.          . Re-wrote ZIP'R Professional For Windows in Pascal.
  180.  
  181.  
  182. 11-25-93 ■ Version 0.4ß
  183.  
  184.          . Replaced a missing equals sign in the routine that reads
  185.            the ZIPRWIN.INI file.
  186.  
  187.          . Corrected a problem in the LaunchDOSAppAndWait routine
  188.            that could result in an "Illegal Function Call" error
  189.            message, due to an invalid window style being set.
  190.  
  191.          . Declared all local and global variables that caused
  192.            errors due to using option explicit.
  193.  
  194.          . Added "Option Explicit" to global declarations, to force
  195.            all variables to be declared before use.
  196.  
  197.  
  198. 07-06-93 ■ Version 0.3ß
  199.            
  200.          . Replaced all references to hard-coded file numbers with
  201.            variables based on the first available file number.
  202.  
  203.          . Corrected a problem in the Update code where ZIP'R For
  204.            Windows was deleting the .ZIP file after ZPROCESS.EXE
  205.            finished its processing.
  206.  
  207.          . Added Update Option code, including the scan for deleted
  208.            files routine.
  209.  
  210.          . Added Query Option code.
  211.  
  212.  
  213. 07-05-93 ■ Version 0.2ß
  214.  
  215.          . Added call to separate ZIPRWIN.DLL to calculate how much
  216.            disk space was available.
  217.  
  218.          . Changed the command processor detection method to be more
  219.            compatible with 4DOS, NDOS, etc..
  220.  
  221.          . Changed the way ZPROCESS.EXE is launched.  If launched
  222.            as a window or icon, ZPROCESS will not be given the
  223.            focus.  This makes the temporary file creation and the
  224.            compression/decompression process less obtrusive.
  225.  
  226.          . Changed the format of the .ZFW files.
  227.  
  228.          . Added extra code to make sure that the current directory
  229.            is correct before generating any files.
  230.  
  231.          . Added routines to delete token files if an error
  232.            is encountered.
  233.  
  234.          . Added error message if ZPROCESS.EXE writes an
  235.            ERRORLEVEL to the token file.
  236.  
  237.          . Changed file open routines to query for a free file,
  238.            rather than hard-coding in a file number.
  239.  
  240.          . Added routine to wait until ZPROCESS.EXE had finished
  241.            before continuing program execution.
  242.  
  243.          . Re-wrote ZIPRWIN.INI file read routines.
  244.  
  245.          . Changed position of all error messages.  Previously,
  246.            they were grouped together in a separate sub-routine.
  247.            This made it difficult to troubleshoot.
  248.  
  249.          . Changed .EXE name from ZIPRW.EXE to ZIPRWIN.EXE.  Changed
  250.            all occurrences of ZIPRW to ZIPRWIN.
  251.  
  252.          . Entered as much code as possible from old version of
  253.            ZIP'R For Windows into new version.
  254.  
  255.          . Changed programming language used to write ZIP'R For
  256.            Windows.  Old language was too slow.
  257.  
  258.  
  259. 04-10-93 ■ Version 0.1ß
  260.  
  261.          . Added code to pass information to ZPROCESS.EXE, which
  262.            creates the temporary file needed to calculate the
  263.            disk space required to decompress a compressed file.
  264.  
  265.  
  266. 04-06-93 ■ Version 0.0ß
  267.  
  268.          . Added routines to pass parameters to ZPROCESS.EXE.
  269.  
  270.          . Transferred over as much of the ZIP'R code as was
  271.            applicable to ZIP'R For Windows.
  272.  
  273.          . Initial coding begun.
  274.