history
上传用户:jlteech
上传日期:2007-01-06
资源大小:349k
文件大小:6k
源码类别:

压缩解压

开发平台:

Visual C++

  1. Wiz, version 4.0, 3 November 1997
  2. New features, bug fixes etc:
  3. 4.0 First public release 3 November, 1997
  4. 4.0 h beta 27 October 1997
  5. - Modified to support exclude files options in unzip dll. Option not
  6.   necessary in Wiz.
  7. - Modified to support changed interface of unzip and zip dll's to enable
  8.   Visual Basic changes.
  9. 4.0g beta 3 June 1997
  10. - Modified for changed zip dll interface. Now passing in structures
  11.   instead of pointers to structures. This was done in hopes that the
  12.   dll would be more useable by VB users.
  13. 4.0f beta 14 March 1997
  14. - Minor cosmetic changes.
  15. - Added splash screen for 32 bit version.
  16. - Removed all dependencies on CRYPT. Now the user can simply drop in the
  17.   appropriate dll to add encryption capabilities.
  18. - Added capability to create 32 bit self-extracting archives to the 32 bit
  19.   version. This was added simply to enable long file name support for self-
  20.   extracting archives.
  21. - Added Christian's changes to the password checking routine.
  22. 4.0e beta 10 February 1997
  23. - Cleaned up toolbar
  24. - Added ability to remember window position and size.
  25. - Modified interface with zip/unzip dll's.
  26. 4.0d beta 9 December 1996
  27. - Added archive search capability. Essentially filename grep functionality.
  28. - Converted Status/Display window to edit window for 16 bit and rich edit
  29.   window for 32 bit. 16 bit has a limit of approximately 28K, 32 bit has a
  30.   limit of 65K.
  31. - Updated to work with MSVC 4.x
  32. - Added support for api.c to unzip dll, and created api.c for zip dll. This
  33.   is the first cut at updating the unzip api, and creating one for zip.
  34. - Converted Edit/Status window to floating window. Removed Max Listbox,
  35.   Max Status, and Split buttons and menu items, added hide/show Edit/
  36.   Status window.
  37. - Fixed problem with ZipInfo not displaying properly (checking wrong value
  38.   for size of buffer, and backing out too early.)
  39. - Changed default for translate CR->CRLF to FALSE, if wiz.ini file doesn't
  40.   exist. (Never should have been the other way.)
  41. - Added right mouse button support for the list box and edit box.
  42. - Fixed MapCRtoCRLF() not inserting CR's properly.
  43. - Changed default unzip to directory, on first load, to default to
  44.   the directory the zip file is in, if not otherwise specified.
  45. - Fixed 16 bit version problem with buffer for edit window being made
  46.   too large. Now max's out at 16K.
  47. - Moved Create Archive to file menu from archive menu. Also moved the
  48.   Create Archive button to the far left of the button bar.
  49. - Fixed problem with double clicking in archive file selection list box. This
  50.   now adds the file to the "selected files" listbox.
  51. - Added text to compression spin control to delinate storing, minimum,
  52.   default and maximum compression.
  53. - Really fixed problem with not finding DLL's.
  54. - Removed compression method and CRC from listbox display. This information
  55.   is available from the zip information selection.
  56. - Fixed problem with some buttons not being activated when archive is
  57.   loaded from the command line (and probably when dropped also.)
  58. - The help file is essentially complete, subject only to modification for
  59.   errors, or better explainations.
  60. - Fixed problem with not remembering where to create archives.
  61. - Fixed problem with being unable to find help when not in same directory
  62.   as the help file. (Long time bug.)
  63. - Note that the help files have been split, with a version for Windows 3.1x,
  64.   and a version for Win95/NT. There is no real need quite yet for this, but
  65.   it is anticipated that there will be significant differences in the future.
  66. - Allowed for passing a file name without an extension on the command line,
  67.   defaulting to an extension of .zip.
  68. - Fixed version checking under NT.
  69. 4.0c beta 12 August 1996
  70. - fixed case of not specifying file extension not displaying properly.
  71. - Changed case sensitivity of version checking to not case sensitive.
  72.   Apparently NT reports it differently? (Wrong - pilot error in understanding
  73.   the problem.)
  74. - Improved handling of selections code.
  75. - Added unzver.h and zipver.h to the dll's for version information.
  76.   These are included in the application also.
  77. - Added "include" capability to archiving.
  78. - More help added, but many changes still need to be completed.
  79. - Changed names of dll's to unzipxx.dll and zipxx.dll
  80. - Fixed version checking for dll's to check for wrong dll internal name in
  81.   application. Should never happen, but now it checks anyway.
  82. - Changed the way beta information is displayed in about box.
  83. - Added ability to recurse subdirectories. Note that this capability
  84.   does not use zip's built in -R function, but rather recurses before
  85.   actually doing the archiving.
  86. - Removed "preferences" option from file menu. All options are now
  87.   done from options menu.
  88. - Added separate dialog boxes for zip and unzip options.
  89. - Fixed problem concerning tabs when focus is on listbox with getting
  90.   numerous failed IsWindowEnabled calls.
  91. 4.0b beta July 25, 1996
  92. - Added better memory allocation for unzipping, zipping.
  93. - Beta code, fixed holdover bug from WizUnZip 3.0 of not remembering to
  94.   forget the drive and directory unzipping from if the drive is a floppy.
  95. - Fixed bug not allowing automatic update of archive, if more that 255
  96.   entries in archive.
  97. - Incorporated main headers into one file.
  98. - Renamed several files (primarily in the dll's) for consistency.
  99. - Added edit menu (primarily for those new utilities that give you multiple
  100.   clipboard copies, and look for an edit menu.)
  101. - The -A option for zip (adjust archive entries for SFX) was added. This was
  102.   already (mostly) in the dll code, but needed to be added to the
  103.   application. It works but requires that you add or update a file in an
  104.   existing archive before you can make it self-extracting.
  105. - Added version checking to the application (i.e. actually now checks to see
  106.   if the version number of the dll is the right one.) Also checks to see if
  107.   DLLs were actually made by Info-Zip.
  108. - Added some new information to help file. Still far from complete.
  109. - General code cleanup (applies to dll code also.)
  110. 4.0a beta July 12, 1996
  111. - Early beta code, based on WizUnZip 3.0. First real cut at completely
  112.   separating out GUI code from the DLL code. DLL's based on unzip 5.21
  113.   and zip 2.11 betas.
  114. Mike White