home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / SPEEDO_2.ZIP / WHATSNEW < prev    next >
Text File  |  1994-04-27  |  25KB  |  547 lines

  1.         What's new in STZIP ?
  2.  
  3.  
  4. Version 2.6         27 Apr 94
  5. -----------------------------
  6.  
  7. Argl, some new bugs managed to introduce themselves in v2.5...
  8.  
  9. - First file in a zip didn't extract in Gem, fixed.
  10. - Create directory in Gem had some new and different problems, fixed.
  11. - Tempo directory name was cleared at the config box apparition, fixed
  12.   (reported by Christophe Boyanique)
  13. - Fixed the 'no file(s)' problem occuring randomly in CL when extracting
  14.   files from a zip with subdirs (reported by Gerhard Hoelscher)
  15. - It was impossible to extract only a file in CL if some files with same name
  16.   are in subdirs of the zip. Fixed. (reported by Gerhard Hoelscher)
  17.   Note however that using 'stzip -xr test readme' extracts all the readme
  18.   files from the zip.
  19. - Empty subdirectories were stored when using 'stzip -ar test readme'. Fixed.
  20.   (reported by Gregor Duchalski)
  21. - Maximum numbers of parameters in CL increased to 100.
  22.  
  23.  
  24. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  25.  
  26.  
  27. Version 2.5          2 Apr 94
  28. -----------------------------
  29.  
  30. - When extracting a file that already exists on disk, it is possible to
  31.   rename it (in addition of skip/overwrite)
  32. - It is possible to rename a compressed file in Gem (just edit the name).
  33. - Compression using the Deflate algorithm is about 10% faster.
  34. - File Selection Box scrolls when selecting multiple files
  35. - Search backward available in file viewer
  36. - It is now possible to compress/extract empty subdirs
  37. - You may change the directory use for tempo files : use -b dir in command
  38.   line or go in the config dialog box in Gem. See stzip.doc for detailed
  39.   explanations.
  40. - Added special buttons for picture display (2.4 was looking at the file
  41.   extension to choose between internal/picture viewer).
  42. - 3D buttons under MultiTOS.
  43.  
  44. - Fixed recursive compression in command line (Franck Arnaud)
  45. - Finally fixed rename bug (was a compiler bug, really !)
  46. - Fixed TRAP bugs (Harun Scheutzow)
  47. - Fixed bug in 68881 MMFPU (Jan Kriesten)
  48. - Fixed problem in moving main window while viewing a file (Eric Da Cunha)
  49. - Fixed scroll in an overwritten (de)compression window (P&T Bensoussan)
  50.  
  51.  
  52. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  53.  
  54.  
  55. Version 2.4         22 Dec 93
  56. -----------------------------
  57.  
  58. - The file display feature now speaks to picture viewers (such as
  59.   ShowView or GemView) to display the file as picture.
  60.    - Install a picture viewer supporting the View protocol as an accessory
  61.    - Set the View environment variable to the full name of that viewer
  62.      (e.g. setenv View C:\GEMVIEW.ACC). This should be optionnal, if
  63.      you don't set that variable, STZip will try to find the viewer by
  64.      itself.
  65.    - When clicking on the "Display" button in STZip, if the file is a
  66.      picture that the viewer is able to display, STZip will ask you
  67.      wether you want to display it as a picture.
  68.    - When displaying a compressed file, it will be extracted in memory.
  69.      The viewer should support the ViewData extension of the View protocol
  70.      to be able to display that picture. ShowImage support that extension.
  71.   If STZip don't ask you if you want to display the file as picture, this
  72.   is because
  73.          - The viewer is not able to display that file
  74.          - You try to display a compressed file and the Viewer does not
  75.            support ViewData.
  76.  
  77.  
  78. - If MiNT is present, STZip now runs as a MiNT domain process when used
  79.   in *command line* (with the help of Evan Langlois) (Gem interface
  80.   does not yet support that). This allows to compress files that don't
  81.   fit in the limited DOS 8.3 filename format. As in previous version,
  82.   STZip is able to extract long file names, both in command line and in
  83.   Gem.
  84.  
  85.   Note that STZip may have some problems creating directories during
  86.   extraction on alternate file systems (RAMFS or MINIXFS). This is a bug
  87.   in the MiNT kernel which has been reported.
  88.  
  89.   If MiNT is present, filenames are case sensitives. Using common Atari
  90.   zipfiles where filenames are all upper cases requires that you put in the
  91.   command line the name of the file to extract in upper case.
  92.   Use the -k option to set case insensitive mode.
  93.   Note however that for security reasons, a file named 'ab' will overwrite
  94.   'AB' in a zipfile.
  95.  
  96. - You can set frequently used options in command lines in an environnement
  97.   variable named STZIP_OPT. STZip will simply add that variable at the
  98.   beginning of the command line.
  99.   e.g.    setenv STZIP_OPT -k
  100.   so that STZip will always be in case insensitive mode.
  101.  
  102. - When creating a self extracting file, you may choose if the self
  103.   extracting file will overwrite files during extraction without
  104.   asking. Answer Yes to the question in Gem, or use the -o switch
  105.   in command line if you want that.
  106.  
  107. - In the zip contents box, a point just before the file name means that
  108.   there is a comment attached to that file.
  109.  
  110. - In Gem, it is possible to create a subdir in the zipfile. The program
  111.   will ask you wether you want to create a subdir in the disk or in the
  112.   zip when you click on "Create Subdir". Note that a subdir in a zipfile
  113.   only exists if you put files in it. If you do not compress anything
  114.   in it, the created subdir will not appear in the zipfile.
  115.  
  116. - Added a -q option in command line, it suppress all output.
  117.  
  118. - Fixed name truncation when compressing files with a very long path
  119.   (reported by Georges-Emile April). Generally, using very long paths
  120.   should work better.
  121. - Fixed crash when inflating files in command line using MultiTOS
  122.   (reported by Stefan Haake).
  123. - Fixed problem when self extracting files contains subdirectories with
  124.   short names (reported by Steven Ourada).
  125. - Fixed various and/or random problems when STZip was started as an
  126.   application (reported by steve j and Sebastian Ludorf)
  127. - Finally fixed problem with MetaDOS
  128. - Fixed division by zero bombing when displaying a short text file (reported
  129.   by Scott Dowdle, Dirk Steins and Morgan Stewart)
  130. - Fixed problem when self extracting files contains individual comments
  131.   (reported by Roger Derry)
  132. - Fixed List contents to printer when using Gem (reported by Willem
  133.   Mulder and Roger Derry)
  134. - Fixed bug in File Display / Save when the user set the block start after
  135.   the block end
  136. - Directories weren't deleted on modern TOS when using delete in Gem.
  137.   Fixed. (reported by Eric Da Cunha)
  138. - Default font size in file display is now 9 instead of 10. (Steve Taylor)
  139. - Fixed bug when clicking on the full box of the file display window.
  140.   (Peter Seitz)
  141. - Fixed problem with CRC when extracting on a PC empty files compressed on ST
  142.   (reported by Markus Fischer).
  143. - Bypass incompatibily (sign of offset in Fseek(o,2)) of some MiNT file
  144.   systems (Evan Langlois).
  145. - Finally fixed rename bug.
  146. - In rare occasions, an error message was wrongly produced when
  147.   deleting compressed files (Move option) (Dirk Steins).
  148.  
  149. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  150.  
  151. Version 2.3         22 Jul 93
  152. -----------------------------
  153.  
  154. - Added a listing option in Gem for users who can't ever use the command line
  155. - Added keyboard shortcuts for the main dialog (since auto programs such as
  156.   LetThemFly don't work on that special window/dialog)
  157.  
  158. - The resource file has been damaged in v2.2, that caused a lot of troubles
  159.   in Gem (file display, comment editing...). Fixed
  160. - STZip was sometimes reporting corrupted files when using the 'Check' function
  161.   while they were correct (reported by Robert Federle)
  162. - No more limits of 200 files in the file selectors.
  163. - Self extracting files now prompts before overwriting files.
  164. - When moving files, the subdirectories weren't deleted. Fixed. (reported
  165.   by Richard Karsmakers and Ghlenn Willard)
  166. - Fixed problems when using Update on zips with subdirs (Gregor Duchalski)
  167. - Fixed problems about extensions with createdir/file rename (Ivan Venturi)
  168. - Sorting a zipfile with size wasn't working (reported by Renker)
  169. - When deleting a subdirectory on the disk, the exact number of files
  170.   is displayed on the prompt Yes/No.
  171. - Fixed bug with MetaDOS (unchecked) (reported by Julian Reschke)
  172. - Fixed bug about the -p option (reported by Markus Dobler)
  173. - Minor fixes in error handling, File Display (key assignement, speed...)
  174.  
  175. - I suppose there's no more problem with dialog boxes on TT, I gave up
  176.   trying to save the screen, it is now redrawn after a dialog.
  177.  
  178. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  179.  
  180. Version 2.2         12 Feb 93
  181. -----------------------------
  182.  
  183. A few new features ...
  184.  
  185. - Added block operation in File Display. You may now select a block
  186.   and save it, print it or copy it to the clipboard. It is also
  187.   possible to print the entire file. Press the HELP key (or double click
  188.   in the window) during display to select on a function or to find the
  189.   keyboard shortcuts.
  190. - On modern desktop, droping a file (which is not a zipfile) on the STZip
  191.   icon will open a zipfile with a similar name (e.g. FLAP.ZIP if you dropped
  192.   FLAP.PRG). STZip will use the path of the file as the current directory.
  193. - New option "Go in Current Dir" in configuration : rather than using the
  194.   file directory saved in the configuration file (for choosing the zipfile
  195.   and the files to compress), STZip choose the current directory.
  196. - Default compression algorithm is now Deflating.
  197. - Font ID and size used for file display are now saved in the configuration
  198.   file.
  199.  
  200. and a few fixes...
  201.  
  202. - When selecting zip or disk files (_not_ subdirs), the total selected size
  203.   was displayed. It now scans recursively subdirectories to find their sizes.
  204. - Rename in Gem was buggy, Ghlenn Willard.
  205. - Fixed small compatibility problems with PKZip 2.04 (crypt and inflate)
  206. - Fixed bugs in medium resolution display (reported by dmviolat)
  207. - Displaying a crypted file wasn't working, reported by Theo Runia and
  208.   Carsten Brockman
  209. - Fixed problem in Gem when two subdirs in the zipfile begins with the
  210.   same characters, reported by Carsten Brockmann
  211. - Fixed problems in file display with some font size, reported by Christian
  212.   Limpach
  213. - Fixed memory bug when deflating lots of very small files (Ghlenn Willard)
  214.  
  215. and a few minor fixes.
  216. I had reports about problems with dialog boxes on TT, I've changed a few
  217. things but I cannot check so I don't know if it's ok or not. If there are
  218. still some problems, try removing the TT flags in the program header. That
  219. may fix the problem.
  220.  
  221. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  222.  
  223. Version 2.1         27 Dec 92
  224. -----------------------------
  225.  
  226. - The main dialog is now in a window, this should be better for
  227.   MultiTOS users.
  228. - Updated the main documentation (the old one was very outdated)
  229. - Speed up inflating on self extracting files, it was slower than inflating
  230.   the sfx file from STZip !
  231. - Extended the limits of a zipfile, it is now possible to have up to
  232.   65536 files in a zip, assuming you have the memory to handle them.
  233. - Added a switch to suppress queries when deleting files, and a Rename
  234.   button when looking at a file (after a double clic).
  235. - Added a -g flag in Command Line and a button in the Config box in Gem
  236.   to extract a file in its corresponding directory. If selected, all files
  237.   from FFF.ZIP will be extracted in the directory FFF.
  238. - Wildcards for the zipfile in command line are allowed (but be sure that
  239.   your shell doesn't expand them because it won't work). You can do
  240.      stzip -xg *.zip    this will extract all the zip files in their directory
  241.   or stzip -z *.zip <comment.txt  this will change the zip comments for all
  242.   the zipfiles. (note that -z may now be used alone, without any action
  243.   switch).
  244. - Support of the slighlty different crypting algorithm of Unix's Info-Zip.
  245.  
  246. All other changes are bug fixes :
  247.  
  248. - Fixed a bug in deflation (giving CRC errors)
  249. - Fixed a memory problem when checking zip files, reported by willy.
  250. - Fixed 'Display free disk space on TOS<1.4' which wasn't working,
  251.   reported by Vincent Partington.
  252. - Do not bomb when clicking on Select: 0 with an empty zip file, reported by
  253.   Pierre-Alain Boucard.
  254. - Fixed small problems in the display window after a font size change.
  255. - A CRC error was wrongly produced when displaying a large deflated file,
  256.   this is fixed, reported by Ghlenn Willard.
  257. - Fixed problems with 'Allocating twice outbuffers', Ghlenn Willard.
  258. - When a file is compressed and then deleted (because the 'Move' option is
  259.   enabled), the file selection box wasn't updated, again Ghlenn Willard.
  260. - Fixed the "Sort by extension" option in Gem, it was sorting wrongly the
  261.   filenames. Nobody was using this ?
  262. - Specifiying a file with a path during extraction/delete in CL was buggy,
  263.   as well as giving a directory name for compression.
  264. - Fixed problem with freshen/update when dealing with subdirectories.
  265. - Since I had a lot of questions asking "What is ZIPJR for?", I've removed
  266.   it from the distribution. Tell me if you used it.
  267.  
  268. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  269.  
  270. Version 2.0          15 Aug 92
  271. ------------------------------
  272.  
  273. Summary of changes, from most important to small bug fix, since version 1.1 :
  274.  
  275.  
  276. - New compression algorithm
  277.   -------------------------
  278.   
  279.   Named 'Deflating', it compress better than imploding and is
  280.   compatible with the upcomming PKZIP 2.0. At this time, PKZIP 2.0 is not
  281.   released, but an alpha version with deflating, v1.93, is available.
  282.  
  283.   Using a command line, you may select this algorithm with the -ed option.
  284.   The default algorithm, for this version, is still Imploding.
  285.   Using the Gem interface, you may select this algorithm in the Config
  286.   dialog box.
  287.  
  288.   This algorithm has three variants : one that compress faster but not so good,
  289.   one medium, and one which compress best but slowly. There are buttons to
  290.   select the one you want in Gem. Using a command line, -edf gives you the
  291.   fast one, -edb the best one, and -ed the medium.
  292.  
  293.   Note that at the time of the release, not all versions of ZIP on all
  294.   computers are able to extract deflated files.
  295.  
  296.  
  297. - Self extracting file support
  298.   ----------------------------
  299.  
  300.   You may use ZIP2TOS.PRG to convert a zip file to a .TOS program which
  301.   will contains the compressed files and will extract them when launched.
  302.  
  303.   Without parameters, you will be prompted for the file to convert. You may
  304.   also calls it with the zipfile names in parameters, from the desktop (drag
  305.   a file) or a shell (zip2tos *.zip)
  306.  
  307.   A self extracting file should contains _only_ deflated or stored files. It
  308.   will be unable to explode or unshrink files. This is _not_ checked when
  309.   ZIP2TOS does the conversion.
  310.  
  311.   A self extracting file may be used as a normal zip file. Using STZip >1.3,
  312.   you will be able to change the comments, list, extract, add or delete
  313.   compressed files in the self extracting file.
  314.  
  315.  
  316. - Crypting and uncrypting files
  317.   -----------------------------
  318.  
  319.   A compressed file inside a zip may be crypted. STZip use the same
  320.   algorithm as PKZIP, 
  321.  
  322.   You may specify a password using the -w switch when using the command
  323.   line interface, or by clicking in the "Crypt box" in the Gem interface.
  324.   The files to be compressed will be encrypted using that password.
  325.  
  326.   That password will be also used when extracting files. If you forgot
  327.   to specify it and STZip encounter a crypted file, it will prompt you.
  328.  
  329.   (i.e. : if you compress files using password BURP and extract them
  330.   without leaving STZip, STZip won't prompt you for the password since it
  331.   still has BURP in mind).
  332.  
  333.   STZip is also able to tell you if the password supplied for extracting a
  334.   file is wrong. Note that the password is not stored in the file (would be
  335.   stupid!).
  336.  
  337.  
  338. - Updating and freshening a zipfile
  339.   ---------------------------------
  340.  
  341.   'Adding' would compress all the selected files, wether they are already
  342.   in the zip or not.
  343.   
  344.   Three new modes are available :
  345.  
  346.  -Freshening : only specified files that are already in the zip and are
  347.         newer than those in the zip will be added.
  348.  -Updating : only specified files that are already in the zip and are
  349.          newer than those in the zip, _AND_ the specified files that are
  350.          not in the zipfile will be added.
  351.  -Using a date line : only the files changed after the specified date will
  352.          be added.
  353.  
  354. To use that in Gem, click on the 'Add Mode' box, and select what you want.
  355. To use that in a command line,
  356.    freshening is -f : stzip -f backup *.c
  357.    updating is -u   : stzip -u galery *.gif
  358.    date line is -t  : stzip -a -t011692 fip *.prg
  359.       Will add all *.prg files created or changed after Janury 16th 1992.
  360.       Note the US date format !
  361.  
  362. - Minor changes
  363.   -------------
  364.  
  365.   - Added 'Delete original files' in the Config box in the Gem interface. If
  366.     selected, the original files on disk will be deleted after compression.
  367.  
  368.   - In Gem, new window for displaying information, so that it should be
  369.     possible to compress in background using MultiTOS.
  370.  
  371.   - STZip checks for its configuration file in its home directory
  372.     using shell_find. I think that doesn't work on TOS < 1.4.
  373.  
  374.   - STZip detects files packed with Ice and Atom and does not try to compress
  375.     them (infos supplied by David Ducassou). Also checks files packed with
  376.     compress, freeze and PfxPack as does older versions.
  377.  
  378.   - Added 'Check Zipfile' in the Gem interface. That checks if the zip
  379.     file extracts correctly.
  380.  
  381.   - If you're in the zip directory DIR while in Gem, the files you may compress
  382.     will be put in that directory. That's not new, the news is that you may do
  383.     the same using the command line interface, by using the -i option :
  384.     stzip -a burp -i dir *.*
  385.     will add all files in the directory dir OF the zip file.
  386.  
  387.   - File attributes are handled : stzip will also adds hidden and system files,
  388.     and will extract those files with their original file attributes.
  389.  
  390.   - Added an option to force the free disk space display on Tos < 1.4
  391.     (this is generally slow).
  392.  
  393.   - More drive letters in Gem.
  394.  
  395.   - Redirection >AUX: is now possible using the command line interface
  396.  
  397. - Bug fixes
  398.   ---------
  399.  
  400.   - Fixed bug when extracting 0 length files on TOS 2.x and 3.x, reported
  401.     by Gianfranco Marino and willy.
  402.   - Fixed bug when displaying files with lines separated by CR, reported
  403.     by Robert Eckardt.
  404.   - STZip wasn't adding the default .ZIP extension when the file name typed
  405.     in the file selector was just 8 characters long (Robert Eckardt).
  406.   - Fixed bug with vro_cpyfm, reported by Wilfried Behne
  407.   - In Gem, the zip size is now updated after a delete, reported by willy
  408.   - It is now possible to display a Stored file in the display window
  409.  
  410. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  411.  
  412. Version 1.1          14 Jan 92
  413. ------------------------------
  414. Well... Some bugs in 1.0 needed to be unimplemented ! :-(
  415. - Fixed incompatibility bug with PKUNZIP happening sometimes
  416. - Corrected bug when changing the zipfile after having edited the
  417.   comments of the old one (was overwriting the new one)
  418. - You may now add a file in a subdir of a zipfile, it will be compressed
  419.   with the correct path (it was added in the root of the zip file before).
  420. - Corrected bug when compressing many files in .TTP
  421. - The path stored in the config file wasn't used in some functions (resulting
  422.   in disk selector containing directories of a path and files of another one !)
  423.   fixed (reported by willy)
  424. - Fixed bugs with MultiGEM reported by Peter Kocourek
  425. - Fixed bug when displaying files with lines ending with LF only (not CR LF)
  426. - Improved file display (horizontal slide etc)
  427. - Faster compression on highly redondant file (was very slow)
  428. - Only ESC stops compression or decompression (before any key was stopping)
  429. . Added confirmation when deleting a file on disk.
  430. . Fixed bug when PATH was empty
  431. . Fixed bug when zip file name was >45 chars
  432.  
  433. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  434.  
  435. Version 1.0           28 Dec 91
  436. -------------------------------
  437. - New implementation of the Imploding algorithm. It is now faster
  438.   (especially for text files) and uses less memory.
  439. - You may display files in a window, compressed or uncompressed !
  440.   Press HELP for help (search string, save file, clipboard, change fonts)
  441. - Added edition of comments in GEM.
  442. - Delete files in zip and overwrite file in zip is supported both in GEM
  443.   and TTP.
  444. - Included resource in the program and added color support.
  445. - Fixed problem with zipfile being sometimes corrupted when adding a file
  446. - Added handling of a config file. It is loaded automatically if found and
  447.   may be saved in the dialog box 'configuration'. It contains also the
  448.   directory where to find zipfiles (used in the file selector) and the 'DISK'
  449.   path.
  450. - Included english and german translations of the documentation made by
  451.   Peter Kocourek and Juergen Kiesheyer. Thanks to both !
  452. - With new features and inclusion of the resource in the program, stzip.prg
  453.   has largely grown in size. People not using GEM might be low in memory or
  454.   might want to reduce loading time, so I included ZIPJR.TTP, which is a
  455.   command line only version of STZIP, without GEM handling. Features are
  456.   exactly the same.
  457. - Added check archive (-c) and extract files to screen (-s) in command line.
  458. - Faster scroll in the window when compressing/extracting in GEM
  459. - On TOS < 1.4, doesn't display free disk space because it's slow
  460. - You may stop compression/decompression in GEM by pressing a key
  461.   (it will only take effect when displaying something)
  462. - Delete original files after compression (ie : -am) works as expected in TTP.
  463. - Disable FormDoIt on some buttons (file names etc) so that there's no
  464.   alt-key bindings on these buttons.
  465. - Fixed problem with files packed with PKZIP and authenticity verification
  466. - Fixed compatibility problem with some versions of UNZIP (<3.0)
  467. Bugs :
  468. - When LTMF 1.14 is active, pressing a key to stop compression in Gem
  469.   doesn't work.
  470. - Selection on multiple file (by keeping mouse button pressed) doesn't
  471.   work as expected when FormDoIt is active.
  472. - Display a file in GEM which was Stored is not yet possible.
  473.  
  474. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  475.  
  476. Version 0.9      19 Jun 91
  477. --------------------------
  478. This is a bug fix version.
  479. -Fixed problem (was terribly slow and bad ratio) with imploding highly
  480.  compressible files (such as data base etc).
  481. -Fixed problem computing CRC when imploding small files.
  482. -Fixed problem with AMCGDOS ('invalid handle').
  483. -Fixed problem with zip file of length 0.
  484. -Can select multiple files in one clic in Gem.
  485. -'@list' option in command line and redirection without shell are working now.
  486. -Handles errors in GEM and in Implode correctly.
  487. -Added ARGV support in command line.
  488. -Can set a zip file comment from a file using '<' redirection
  489.  (e.g. stzip -az file.zip dummyfile <bbs.txt)
  490.  
  491. The following 'bugs' are known and will be corrected as soon as possible :
  492. - support of all screen resolutions
  493. - delete/update files in a zip
  494. - changing comments in gem
  495. - store file when the compressed data is larger than the original
  496. - the -m option should be considered as unimplemented. it only does a
  497.   Fdelete on the parameter, without handling directory change, wildcards,
  498.   ~ and @
  499.  
  500. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  501.  
  502. Version 0.8       9 May 91
  503. --------------------------
  504. Fixed compatibility problem with PKUNZip/Implode, doesn't compress better
  505. than PKZip anymore :-(
  506. You can use the old incompatible compression algorithm with the -ej
  507. switch. It is strongly suggested not to use it unless you are sure
  508. nobody will extract the file on a PC.
  509. Hope to increase compression ratio in next release.
  510.  
  511. Version 0.7      21 Apr 91
  512. --------------------------
  513. Big text files couldn't implode without bombing, fixed.
  514.  
  515. Version 0.6       4 Apr 91
  516. --------------------------
  517. Imploding is now the default algorithm, and detects text files to use
  518. better parameters. Added drive buttons.
  519.  
  520. Version 0.5       3 Apr 91
  521. --------------------------
  522. Added imploding, use the -ei switch to select it in command line, or go in
  523. the configuration box in gem.
  524.  
  525. Version 0.4      29 Dec 90
  526. --------------------------
  527. Compiler change, stzip.prg is 22k smaller. Added disk format.
  528.  
  529. [sleeping]
  530.  
  531. Version 0.3      1 Jun 90
  532. -------------------------
  533. Bugs changed, Comments. -z (set zipcomment) and -t (set zipfile date)
  534. switchs added.
  535.  
  536. Version 0.2   30 April 90
  537. -------------------------
  538. Shrinking is nearly 65% faster.
  539. Many bugs removed. No more limitation in the number of files added.
  540. Added a -e switch to select the compression method (currently, only -es
  541. (store only) is useful), and a -p switch to store paths when not
  542. recursing into subdirs.
  543.  
  544. Version 0.1    5 April 90
  545. -------------------------
  546. First beta release.
  547.