home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 July / IMM0795.ISO / share / tools / ziprpro / zprowin.rev < prev   
Text File  |  1995-01-26  |  12KB  |  328 lines

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