home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / unrarw10.zip / HISTORY.TXT < prev    next >
Text File  |  1996-04-04  |  5KB  |  126 lines

  1.            ** UNRARWIN 1.0 **
  2.  
  3. Extended help file to include hypergraphics
  4.  
  5. Altered RENAME behaviour so that you cannot extract without altering
  6. the target file name to one which does not already exist. This should
  7. prevent Rename being clicked hastily without specifying a new file
  8. name.
  9.  
  10. Latest version of Quickwin libraries used to give access to Help via 
  11. F1 key and menu option even when processing has terminated.
  12.  
  13. CFJ 96-04-04
  14.  
  15.            ** UNRARWIN 0.9 beta  **
  16.  
  17. 96-03-23 Program renamed to UNRARWIN to match distribution network magic
  18. name. Two changes:-
  19.  
  20. 1) ? button added to invoke help.
  21.  
  22. 2) Flags added to command line options (previously only available
  23.    when running interactively).
  24.  
  25. These changes are recent, and may thus be buggy. The flag options are not
  26. the same as for the DOS UNRAR. A dump from the help file follows:-
  27.  
  28. Command Line
  29.       (using UNRARWIN like a DOS program)
  30. Although UNRARWIN is really intended to be used interactively you can treat it like a DOS program and 
  31. give it command line arguments. The usage is similar, though not identical, to the standard DOS version.
  32.  
  33. UNRARWIN  [command]  [-flag]  archive [extraction list]
  34.  
  35. command can be one of:-
  36. E   extract to current directory
  37. X   extract using stored pathnames
  38. T   test archive integrity
  39. L   list archive contents
  40. V   verbose listing of archive contents
  41.     (default X)
  42.  
  43. flag can be one of:-
  44. R   rename conflicting files
  45. O   overwrite conflicting files
  46. U   update conflicting files (overwrite if newer)
  47. P   preserve conflicting files (opposite of O)
  48.     (default -R)
  49.  
  50. The extraction list is a series of (optionally wildcarded) filenames which are to be extracted. The default is 
  51. ALL.
  52.  
  53.  
  54.  
  55.  
  56.            ** WUNRAR 0.31 beta **
  57.  
  58. 96-03-06 Corrected silly little bug that caused ".Enn" to be requested
  59. instead of ".Rnn" when extracting from multi-volume SFX's.
  60.  
  61.  
  62.            ** WUNRAR 0.3 beta **
  63.  
  64. 96-02-25 Decided that searching for marker header in files with large
  65. SFX stubs was messy and unecessary. Now merely perform a skip to end of
  66. .exe file as indicated in header, and expect marker header to be appended
  67. directly there. Seems to work OK!
  68.  
  69.           ***
  70.  
  71. Should now be able to process SFX files as well as normal archives. EXE
  72. files are automatically identified by the initial "MZ" and the marker
  73. header is then located and used to set the file position before normal
  74. header analysis. File selection dialogue modified to include SFX files
  75. as explicit option.
  76.  
  77. CFJ 96-02-24
  78.  
  79.            ** WUNRAR 0.2 beta **
  80.  
  81. 96-02-23 Corrected bug in unpack code which caused apparent CRC errors
  82. for later members in very large archives (the freeware source had a typo).
  83.  
  84.            ***
  85.  
  86. This now has a functionality much closer to that which one would expect
  87. from an UNRAR. The flag options are currently not supported from command
  88. line. Explicit specification of target extraction directory has been added
  89. since under Win 3.x current working directory is switched when you use a
  90. file selection dialogue. There is still no help or documentation.
  91.  
  92. CFJ 96-02-18
  93.  
  94.            ** WUNRAR 0.1 beta **
  95.  
  96. This is a quick and dirty port of the freeware UNRAR to Win 3.1. When arguments
  97. are given it should behave very much as the DOS UNRAR does. For straight
  98. expansion without frills WUNRAR will close when completed; if a listing option
  99. is given or there are problems then the child window will remain until the
  100. system close ('-' at upper left) is used.
  101.  
  102. If no arguments are given then a dialog box is invoked. Currently the flags
  103. specification is disabled, since the freeware UNRAR code does not appear to
  104. support them and I shall have to enhance it, and the ability to specify
  105. individual files for extraction is also disabled, since I feel that a
  106. multi-selection list box filled from the archive content might be more
  107. appropriate here.
  108.  
  109. Since there is now a pucka WINRAR beta I suspect that WUNRAR should not be too
  110. sophisticated. What do you think? This is a *very* early beta.
  111.  
  112.  
  113. Chris Johnson
  114. 21:04  96-02-12
  115. EDIMatrix BBS
  116. 2:254/87 & 88
  117. edimatrix@cix.compulink.co.uk
  118.  
  119. Note:- technically WUNRAR uses the MSC8 QuickWin Libraries modified to allow
  120. API calls. This makes the .exe larger than it might be since it carries some
  121. unecessary menu & MDI code with it, but provides an excellent framework for
  122. 'windozing' conventional C programs.
  123.  
  124. Unfortunately I cannot distribute these modified libraries, and so there is
  125. little point in making the source code for WUNRAR available.
  126.