home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / misc / setman10g.lha / SetMan10g / changes.doc next >
Encoding:
Text File  |  1993-06-28  |  1.9 KB  |  50 lines

  1. SetMan
  2.  
  3. V1.0   First release.
  4.  
  5. V1.0b  Bug fix: removing a patch which would remain displayed by SetManager
  6.        'cos had other patches after it, and readding it FROM THE SAME TASK
  7.        would leave it disabled. Enabling it would trash the machine at the
  8.        first call of the patched function.
  9.  
  10. V1.0c  Kludge to correctly display in the SetManager window the name of
  11.        some bugged programs.
  12.  
  13. V1.0d  SetMan is now much more picky when searching nodes in its private
  14.        list. This avoids problems with strange libraries, like reqtools,
  15.        which have different vectors pointing at the same function.
  16.  
  17. V1.0e  Cache cleared when needed, to insure compatibility with 68040.
  18.  
  19. V1.0f  Bug fix: the patch code was assuming that the offset passed to
  20.        SetFunction() was a LONG, as stated in the includes; it is a WORD,
  21.        instead, as the autodocs claim. This was causing 'MagicMenu' to
  22.        crash.
  23.  
  24. V1.0g  Modified a kludge to save RTPatch 1.1b, which was readding the
  25.        same patches over and over, causing programs to hang when calling
  26.        the ASL font requester.
  27.  
  28.  
  29. SetManager
  30.  
  31. V1.0   First release.
  32.  
  33. V1.0b  The program crashed when a program called ZoomWindows was running.
  34.        It was a bug in ZoomWindows, not in SetManager, and it concerned the
  35.        graphic interface, NOT SetMan. However, it works now.
  36.  
  37. V1.0c  Sped up text writing and scrolling.
  38.  
  39.        Standard functions of libraries and devices: Open(), Close(), Expunge(),
  40.        ExtFunc(), BeginIO() and AbortIO() will be displayed replacing their
  41.        offset like the functions listed in FD: files.
  42.        Since the names are the same for every library, the name of the library
  43.        is displayed after the function name. For example:
  44.           Open() scsi.device
  45.           BeginIO() trackdisk.device
  46.  
  47.        Unharmful Enforcer hit detected & removed.
  48.  
  49. V1.0d  Cache cleared when needed, to insure compatibility with 68040.
  50.