history
资源名称:zipsrc.zip [点击查看]
上传用户:jlteech
上传日期:2007-01-06
资源大小:349k
文件大小:6k
源码类别:
压缩解压
开发平台:
Visual C++
- Wiz, version 4.0, 3 November 1997
- New features, bug fixes etc:
- 4.0 First public release 3 November, 1997
- 4.0 h beta 27 October 1997
- - Modified to support exclude files options in unzip dll. Option not
- necessary in Wiz.
- - Modified to support changed interface of unzip and zip dll's to enable
- Visual Basic changes.
- 4.0g beta 3 June 1997
- - Modified for changed zip dll interface. Now passing in structures
- instead of pointers to structures. This was done in hopes that the
- dll would be more useable by VB users.
- 4.0f beta 14 March 1997
- - Minor cosmetic changes.
- - Added splash screen for 32 bit version.
- - Removed all dependencies on CRYPT. Now the user can simply drop in the
- appropriate dll to add encryption capabilities.
- - Added capability to create 32 bit self-extracting archives to the 32 bit
- version. This was added simply to enable long file name support for self-
- extracting archives.
- - Added Christian's changes to the password checking routine.
- 4.0e beta 10 February 1997
- - Cleaned up toolbar
- - Added ability to remember window position and size.
- - Modified interface with zip/unzip dll's.
- 4.0d beta 9 December 1996
- - Added archive search capability. Essentially filename grep functionality.
- - Converted Status/Display window to edit window for 16 bit and rich edit
- window for 32 bit. 16 bit has a limit of approximately 28K, 32 bit has a
- limit of 65K.
- - Updated to work with MSVC 4.x
- - Added support for api.c to unzip dll, and created api.c for zip dll. This
- is the first cut at updating the unzip api, and creating one for zip.
- - Converted Edit/Status window to floating window. Removed Max Listbox,
- Max Status, and Split buttons and menu items, added hide/show Edit/
- Status window.
- - Fixed problem with ZipInfo not displaying properly (checking wrong value
- for size of buffer, and backing out too early.)
- - Changed default for translate CR->CRLF to FALSE, if wiz.ini file doesn't
- exist. (Never should have been the other way.)
- - Added right mouse button support for the list box and edit box.
- - Fixed MapCRtoCRLF() not inserting CR's properly.
- - Changed default unzip to directory, on first load, to default to
- the directory the zip file is in, if not otherwise specified.
- - Fixed 16 bit version problem with buffer for edit window being made
- too large. Now max's out at 16K.
- - Moved Create Archive to file menu from archive menu. Also moved the
- Create Archive button to the far left of the button bar.
- - Fixed problem with double clicking in archive file selection list box. This
- now adds the file to the "selected files" listbox.
- - Added text to compression spin control to delinate storing, minimum,
- default and maximum compression.
- - Really fixed problem with not finding DLL's.
- - Removed compression method and CRC from listbox display. This information
- is available from the zip information selection.
- - Fixed problem with some buttons not being activated when archive is
- loaded from the command line (and probably when dropped also.)
- - The help file is essentially complete, subject only to modification for
- errors, or better explainations.
- - Fixed problem with not remembering where to create archives.
- - Fixed problem with being unable to find help when not in same directory
- as the help file. (Long time bug.)
- - Note that the help files have been split, with a version for Windows 3.1x,
- and a version for Win95/NT. There is no real need quite yet for this, but
- it is anticipated that there will be significant differences in the future.
- - Allowed for passing a file name without an extension on the command line,
- defaulting to an extension of .zip.
- - Fixed version checking under NT.
- 4.0c beta 12 August 1996
- - fixed case of not specifying file extension not displaying properly.
- - Changed case sensitivity of version checking to not case sensitive.
- Apparently NT reports it differently? (Wrong - pilot error in understanding
- the problem.)
- - Improved handling of selections code.
- - Added unzver.h and zipver.h to the dll's for version information.
- These are included in the application also.
- - Added "include" capability to archiving.
- - More help added, but many changes still need to be completed.
- - Changed names of dll's to unzipxx.dll and zipxx.dll
- - Fixed version checking for dll's to check for wrong dll internal name in
- application. Should never happen, but now it checks anyway.
- - Changed the way beta information is displayed in about box.
- - Added ability to recurse subdirectories. Note that this capability
- does not use zip's built in -R function, but rather recurses before
- actually doing the archiving.
- - Removed "preferences" option from file menu. All options are now
- done from options menu.
- - Added separate dialog boxes for zip and unzip options.
- - Fixed problem concerning tabs when focus is on listbox with getting
- numerous failed IsWindowEnabled calls.
- 4.0b beta July 25, 1996
- - Added better memory allocation for unzipping, zipping.
- - Beta code, fixed holdover bug from WizUnZip 3.0 of not remembering to
- forget the drive and directory unzipping from if the drive is a floppy.
- - Fixed bug not allowing automatic update of archive, if more that 255
- entries in archive.
- - Incorporated main headers into one file.
- - Renamed several files (primarily in the dll's) for consistency.
- - Added edit menu (primarily for those new utilities that give you multiple
- clipboard copies, and look for an edit menu.)
- - The -A option for zip (adjust archive entries for SFX) was added. This was
- already (mostly) in the dll code, but needed to be added to the
- application. It works but requires that you add or update a file in an
- existing archive before you can make it self-extracting.
- - Added version checking to the application (i.e. actually now checks to see
- if the version number of the dll is the right one.) Also checks to see if
- DLLs were actually made by Info-Zip.
- - Added some new information to help file. Still far from complete.
- - General code cleanup (applies to dll code also.)
- 4.0a beta July 12, 1996
- - Early beta code, based on WizUnZip 3.0. First real cut at completely
- separating out GUI code from the DLL code. DLL's based on unzip 5.21
- and zip 2.11 betas.
- Mike White