home *** CD-ROM | disk | FTP | other *** search
/ Top Ten Mega Games 2 / TOP_TEN_Mega_Games_2.iso / WIN95 / WINZIP32 / WINZIP32.EXE / WHATSNEW.TXT < prev    next >
Text File  |  1995-07-01  |  10KB  |  214 lines

  1. WinZip(R) version 6.0 BETA 5
  2. Copyright (C) 1991-1995 Nico Mak Computing, Inc.
  3. All Rights Reserved
  4.  
  5. See the file README.TXT for installation instructions.
  6.  
  7. If you are running Windows 95 please be sure to use the Win32
  8. version for long filename support, etc.
  9.  
  10. Windows 95-specific features include:
  11.  
  12.   * Extract an archive to any directory via drag and drop without
  13.     leaving the Explorer.  Use the right mouse button to drag and
  14.     drop a ZIP from an Explorer window to any directory, then
  15.     choose "Extract to" from the context menu.  Remember to use
  16.     the RIGHT mouse button while dragging.
  17.  
  18.   * Add selected file(s) to a ZIP directly from the Explorer.
  19.     RIGHT-click on any file (or selected group of files) in the
  20.     Explorer and choose "Add To Zip" from the context menu.  This
  21.     provides a function similar to the "Add" entry in the WinZip
  22.     File Manager Extension.
  23.  
  24.   * Explorer-style mini icons are displayed next to files in an
  25.     archive to help identify the file type.
  26.  
  27.   * Explorer-style Add dialog box.
  28.  
  29.   * The Delete Archive operation moves archives to the Recyle Bin
  30.     rather than permanently deleting the archive.
  31.  
  32.   * The Rename, Copy, and Move operations use the Windows 95
  33.     "overwrite" user interface.
  34.  
  35.   * ZIPs opened with WinZip are properly added to the Start
  36.     Menu->Documents menu.
  37.  
  38.   * Explorer-style New and Open dialog boxes.
  39.  
  40.   * Extract files from a ZIP in the Explorer by right-clicking on
  41.     the ZIP and choosing "Extract To" from the context menu.
  42.  
  43.   * Create archives on the desktop by right-clicking on the
  44.     desktop and choose "WinZip File" from the "New" context menu
  45.     entry.
  46.  
  47.   * Uninstall WinZip using Control Panel->Add/Remove Applications.
  48.  
  49.   * WinZip uses the correct colors if you change color schemes.
  50.     The WinZip toolbar buttons and status line colors will match
  51.     the rest of your desktop.
  52.  
  53.   * The WinZip Options/Explorer Configuration dialog box lets you
  54.     add WinZip to the Start menu and Desktop.
  55.  
  56.   * Long filename support and Universal Naming Convention support.
  57.  
  58.   Additional Windows 95 features are under development. Stay tuned ...
  59.  
  60.   Known problems under Windows 95:  a few people have reported
  61.   problems running the optional external DOS programs while using
  62.   16-bit Windows video drivers.  Also, the Windows 3.1 version of
  63.   the Norton "FileAssist" program is incompatible with WinZip
  64.   under Windows 95.  If you use FileAssist be sure to configure it
  65.   not to try to change WinZip dialog boxes.
  66.  
  67. Other changes:
  68.  
  69. * The File Manager Extension is now implemented under Windows 95,
  70.   Windows/NT and Win32s.  You will have to choose File Manager
  71.   Configuration from the Options menu and check the second button
  72.   to activate this feature.  The File Manager Extension works the
  73.   same as it does under Windows 3.1.
  74.  
  75. * WinZip now allows you to view multiple files in an archive
  76.   without first closing the first file (earlier versions of WinZip
  77.   restricted you to closing the first file before viewing the
  78.   second file).  Under Windows 95 the system "Quick View" program
  79.   is normally used as the "Default Association" used to view to
  80.   files not associated with another program.  Here are some
  81.   implementation details:  when you double click on a file in an
  82.   archive, WinZip extracts the file to the "Temp Directory"
  83.   specified in the Options/Directories dialog box.  WinZip then
  84.   runs the program associated with the file so you can view the
  85.   file.  When you later close the archive WinZip deletes the
  86.   temporary file(s).  If the file(s) have been modified WinZip
  87.   will give you an opportunity to update the archive with the
  88.   modified file.  The "Always on Top" flag is temporarily turned
  89.   off if it is on when you view a file, and is turned back on the
  90.   next time you activate WinZip.
  91.  
  92. * The WinZip installation procedure now includes "Express Setup"
  93.   and "Custom Setup" options.  Custom Setup results in the "old"
  94.   WinZip 5.6 behavior.  Express Setup, the default, skips the
  95.   Program Locations dialog box, the File Manager Configuration
  96.   dialog box, and "Create Program Group" prompt.
  97.  
  98. * With more and more people using the Internet, virus scanning is
  99.   more important.  As a result, WinZip's support for virus
  100.   scanners has been improved.  The virus scanner parameters field
  101.   now supports two new special values:  %d represents the
  102.   directory containing the files to be scanned (without a trailing
  103.   *.*), and %f represents a temporary "report" file.  %wscan is a
  104.   special parameter that should be used only for McAfee's WSCAN
  105.   2.14 and compatible scanners.  WinZip now searches for and
  106.   supplies default parameters four additional scanners:  wscan,
  107.   f-prot, tbscan, and wfindvir.  The "Run as Iconized DOS Session
  108.   If Possible" checkbox has been replaced with the "Run Minimized"
  109.   checkbox, which is now used for both DOS and Windows scanners.
  110.  
  111. * The number one new support problem in WinZip 5.6 was caused by
  112.   the "TAR File LF to CR/LF Conversion".  This option, intended
  113.   for text files only, caused problems for binary files.  The
  114.   option has been replaced by the "TAR File Smart CR/LF
  115.   Conversion" option.  When this option is in effect WinZip
  116.   determines whether to perform CR/LF conversion for each file by
  117.   looking at the first 80 characters in the file.  If the file is
  118.   a text file then single LF and CR characters are converted to
  119.   CR/LF pairs so the file can be viewed by Notepad and other
  120.   Windows viewers.  Text files are considered files where the
  121.   first 80 bytes contain only characters with ascii values between
  122.   0x20 and 0x7f, carriage returns, line feeds, form feeds, tabs,
  123.   and other alphanumeric characters (as determined by the Windows
  124.   IsCharAlphaNumeric API).  Comments on this new option are
  125.   particularly appreciated.
  126.  
  127. More minor changes are listed below.  Some fixes are for problems
  128. that were introduced in previous beta versions.
  129.  
  130. beta 5:
  131.  
  132. - Explorer-style mini icons are displayed next to files in an
  133.   archive to help identify the file type.  You can turn this off
  134.   by adding the line NewIcon=0 to the [WinZip] section of winzip32.ini.
  135. - Main listbox column containing filename is auto-sized better.
  136. - Win32 virus scanners with long names are now supported.
  137. - Add dlgbox lets you double click on directory links to change directories.
  138. - Misc bug fixes
  139.  
  140. beta 4a:
  141.  
  142. - fixed bugs in beta 4 (long name handling and Add dialog box)
  143.  
  144. beta 4:
  145.  
  146. - SETUP and WINZIP32.EXE support installing to directories with
  147.   long names and foreign characters.
  148. - Added a Browse button to View dialog to help find viewers.
  149. - Multiple files can be dropped to a desktop WinZip shortcut.
  150. - Windows 95 Add dialog box now handles foreign characters.
  151. - If MasterSoft Viewer 3.1 is found it is used as the default
  152.   viewer under Windows 3.1.
  153. - changed major version number to 6.0
  154.  
  155. beta 3a:
  156.  
  157. - File Manager Extension now works under Windows 95
  158. - Add dialog box OK and "Add With Wildcards" include the text
  159.   "Add", "Freshen", "Update", or "Move" as appropriate depending
  160.   on the current "Action" combo box status.
  161. - MAPI32.DLL is unloaded when WinZip ends.
  162. - Add dialog does not gp fault when too many files are selected
  163.  
  164. beta 3:
  165.  
  166. - Uninstall deletes the winzip.gid and winzip.fts files (created
  167.   by the Windows 95 help system).
  168. - Handle blanks in filenames of viewers.
  169. - WinZip correctly pops to the foreground after drag and drop from
  170.   Explorer.
  171. - Fixed push button positioning problem when resizing internal
  172.   viewer dialog box.
  173.  
  174. beta 2:
  175.  
  176. - WinZip 6.0 beta 2 extracts zero length files from all ZIPs created by
  177.   any version of PKZIP or WinZip.  It is possible that zero length files
  178.   will not be extracted from some ZIPs created by some other ZIP
  179.   utilities, but in no case will the user be worse off than with WinZip
  180.   5.6, which ignored zero length files in an effort to avoid potential
  181.   problems with ZIP files other than those created by WinZip and PKZIP.
  182. - When first installed the Win32 version looks for WinZip registration
  183.   numbers in the Windows directory of all fixed disks.  This is done so
  184.   that people who install Windows 95 to a new directory (e.g. c:\win95)
  185.   and subsequently install WinZip don't have to worry about re-entering
  186.   their registration info.
  187. - The Win32 version works works under Windows/NT 3.5 (previous beta
  188.   accidentally required the newer 3.51).
  189. - The Win32 version now properly cascades multiple WinZip windows.
  190. - The first time the Windows 3.1 version is run under Windows 95 it
  191.   displays a message suggesting the user run the Win32 version.
  192. - The help file was updated a bit, but more Windows 95 info still needs
  193.   to be added, and the order form etc have not yet been updated.
  194.  
  195. beta 1:
  196.  
  197. - Added WinZip Self-Extractor support in Program Locations dialog box
  198. - Handle very long directory names in File/Copy and File/Move dialogs
  199. - Avoid rare GP fault in "View Last Output" dialog box
  200. - Add a trailing dot to files with no extension before running external viewer
  201. - Do not save trailing dots on files w/no extension (for PKZIP compatibility)
  202. - Allow single dot as "extract to" directory
  203. - Fix problems in 16-bit version for files with very long filenames
  204. - Allow dots in pathnames in TAR files, e.g. ".\foo.bar"
  205. - "File in use" check now properly handles foreign characters
  206. - Incorrect compression ratio was displayed for very large files
  207. - Changed the Windows 95 16x16 icon
  208. - Corrected behavior when user tries to close WinZip during install operation
  209. - Avoid delay in WinZip initialization if TEMP= directory does not exist
  210.  
  211. *** the order form and other .txt files have not been updated yet ***
  212.  
  213. ###
  214.