home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / MacGzip 1.1.1 / Dist / MacGzip / Mac Docs / Changes next >
Encoding:
Text File  |  1997-07-20  |  5.0 KB  |  144 lines  |  [TEXT/ttxt]

  1.  
  2.                 Changes
  3.                 Don't have to be a richer man
  4.                 Changes
  5.                 Don't want to be a better man
  6.                 Time may change me
  7.                 But I can't trace time
  8.                                         (david bowie)
  9.  
  10.  
  11.  
  12. Changes 1.1 -> 1.1.1
  13.  
  14. • Fixed Bug: The fast PStrCpy version crashed on 68000 (address error)
  15. • Sources upgraded to MW 11
  16.  
  17. Changes 1.0 -> 1.1
  18.  
  19. • Fixed Bug: Expanding files starting with >128 zeros with MBII+ enabled loops forever
  20. • Expanded "IC" to "Internet Config" in the "IC not installed" alert :-)
  21. • Sources upgraded to MW 9
  22.  
  23. • Uses IC 1.3
  24.  
  25. Changes 1.0ß1 -> 1.0
  26.  
  27. • Fixed Bug: (new in 1.0ß0) Crash on some macs w/o FPU in a PopUp menu
  28. • Fixed Bug: (new in 1.0ß0) Default function Pref was ignored
  29. • Fixed Bug: (new in 1.0ß0) Sometimes error recovering was not too good
  30.  
  31. • Uses IC 1.2
  32.  
  33. Changes 1.0ß0 -> 1.0ß1
  34.  
  35. • Fixed Bug: (new in 1.0ß0) Crash if there is not Color QuickDraw
  36. • Fixed Bug: (new in 1.0ß0) Crash on some macs w/o FPU in a PopUp menu
  37. • Fixed Bug: (new in 1.0ß0) Crash on 68000 macs
  38. • Fixed Bug: (new in 1.0ß0) Some ballons were swaped
  39. • Fixed Bug: (new in 1.0ß0) Fail expanding some .Z files (duplicate fref)
  40. • Fixed Bug: (new in 1.0ß0) Fail expanding some .bin.gz files
  41. • Fixed Bug: (new in 1.0ß0) Sometimes droping a bunch of very small files didn't work
  42. • Fixed some errors (and english misspelling) on the documentation
  43.  
  44. Changes 0.3ß5 -> 1.0ß0
  45.  
  46. • Fixed Bug: earlier versions didn't check the correctness of file names
  47.  
  48. • New interface
  49. • MacBinary II support
  50. • Faster
  51. • Gzip errors no longer force MacGzip to quit (setjmp)
  52. • True batch processing
  53. • Uses Notification Manager
  54. • Can do folders in a configurable way
  55. • Can use a default destination folder
  56. • New 'Compress to...' and 'Expand to...' menus
  57. • New Drag&Drop key to force 'Prompt for destination'
  58. • New Drag&Drop keys for other things
  59. • Uses Internet Config 1.1
  60. • -N and -n gzip options supported
  61. • Better custom suffix options
  62. • Optionally prompt for destination if file exists
  63. • New 68k alert in PPC version
  64.  
  65. Changes 0.3ß4 -> 0.3ß5
  66.  
  67. • Fixed Bug: PPC code of 0.3b4 failed when compressing .zip files (bug in CW 6 compiler)
  68. • Fixed Bug: 0.3b4 didn't check for fails in 'write' (New in 0.3b4)
  69.  
  70. Changes 0.3ß3 -> 0.3ß4
  71.  
  72. • Fixed Bug: 0.3b3 erroneusly reported CRC error for large ascii files (New in 0.3b3)
  73.  
  74. Changes 0.3ß2 -> 0.3ß3
  75.  
  76. • First version for PowerPC (ported by Erling Johansen <ejo@vingmed.no>)
  77. • Changed unix dates translation
  78. • Now, when the version of the preferences file doesn't match,  prompts for new prefs
  79.  
  80. Changes 0.2.2 -> 0.3ß2
  81.  
  82. • Internet Config Aware (For suffix mapping and ASCII mode)
  83. • Fixed Bug: in 0.2.2 you cant gzip a file called '-'
  84. • Fixed Bug: in 0.2.2 when the settings on the prefs menus are changed and cancelled, the next time the prefs dialog is open, there are two marks
  85. • Fixed Bug: in 0.2.2 when compressing 'TEXT' files, if gzip menu is set to compress; the mode is the menu setting reagardless the 'ascii for TEXT' preference.
  86. • In 0.3 you can Drop several files on MacGzip even it is already open (open but not working!)
  87. • You can drop folders on MacGzip 0.3 (perhaps you'll need to rebuild your desktop).
  88. • MacGzip 0.3 accepts High Level Events (just the Required Suite by now)
  89. • Some unwanted exits had been removed
  90.  
  91. Changes 0.2.1 -> 0.2.2
  92.  
  93. • Fixed bug in dates
  94. ( MacOS Fri Jan  1 00:00:00 1904 = Unix Thu Jan  1 00:00:00 1970 )
  95. • Fixed bug in progress bar when input file's size is about 30 Mb
  96. • Suffix Mapping using Fetch Prefs
  97. • Ascii compression
  98. • Automatic ascii mode selection
  99. • Automatic compress-uncompress
  100. • Keep originals option
  101.  
  102. • Minor fixes…
  103.  
  104. Changes 0.2 -> 0.2.1
  105.  
  106. • Fixed 'write to NIL' bug
  107.  
  108. Changes 0.1ß3 -> 0.2
  109.  
  110. • Enabled '(don't) Quit When Finished' Preference (see README)
  111. • Fixed bug with name too long
  112. • Cmd-Arrow keys change Compression Level in Prefs Dialog
  113.  
  114. • Do osEvt & diskEvt
  115. • Cosmetic changes in Prefs dialog, About & progress window
  116. • Aligned ics* icons for .Z files (Rebuild your Desktop!)
  117. • gzip called always with -N (see GNU docs)
  118.  
  119. Changes 0.1ß2 -> 0.1ß3
  120.  
  121. • Fixed odd adress in 68000. (0.1ß3 runs on Plus and SE)
  122.  
  123. Changes 0.1ß -> 0.1ß2
  124.  
  125. • Included source
  126. • Modified 'About...' dialog to show GNU's Public Licence
  127. • Now the warning when resource fork is not empty pops up when opening documents from finder, too.
  128. • Compiled for 68000 instead of 68020
  129. • Remember window position in the prefs file
  130.  
  131. Changes 0.0ß -> 0.1ß
  132.  
  133. •  Now MacGzip accepts any type of file.
  134. •  When compressing files, MacGzip will warn you if the input file has resource fork.
  135. •  Now uncompress large Unix compress files (.Z) works correctly
  136. •  When you Drag&Drop files on MacGzip, you can use the next keys to override your existing settings:
  137.  
  138.         'option key' :    The file will be compressed
  139.         'a'               :    Use ascii mode (uncompress only)
  140.         'b'               :    Use binary mode (uncompress only)
  141. •  Now, the 'done' sound is not a system beep.
  142. •  Not used option "-q" (more warnings and explanations)
  143. •  Fixed a bug that made the Mac crash when the input file was corrupted
  144.