home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 129 / af129a.adf / FontCache.lzx / FontCache / FontCache.readme < prev    next >
Text File  |  1981-05-20  |  4KB  |  102 lines

  1. Short:    Disk cache of available fonts, faster reqs
  2. Uploader: thor@einstein.math.tu-berlin.de
  3. Author:   thor@einstein.math.tu-berlin.de
  4. Type:     text/font
  5. Version:  1.8
  6. Requires: diskfont.library 39.3
  7.  
  8. This is a patch to the 39.3 (3.1) version of the diskfont.library. It adds a
  9. disk caching mechanism to the library which keeps the list of available
  10. fonts. If you have a huge number of fonts (I have approx. 300!), the creation
  11. of the (first, usually uncached) font requester gets much faster: Reading the
  12. cache takes usually not more than two seconds, parsing the directory tree 
  13. however used to take half a minute on my system.
  14. Starting with the 1.8 release, the cache is kept sorted on request. This will
  15. speed up the "reqtools" font requester even more because its naive sorting
  16. algorithm is more or less bypassed by presenting it a "pre-sorted" font list.
  17. More on this in the guide.
  18.  
  19. -----------------------------------------------------------------------------
  20.  
  21. New in 1.8    
  22.  
  23. - Added the option to keep the cache file sorted to speed up the reqtools 
  24. requester even if the font list is already in the internal cache of reqtools. 
  25. This more or less bypasses the naive "insertion sort" algorithm by reqtools 
  26. and replaces it by a smarter "quicksort".
  27. _____________________________________________________________________________
  28.  
  29. New in 1.7
  30.  
  31. - Added a workaround against a bug in Scala: It does not check the return
  32. code of AvailFonts and expects a proper font list even though the function
  33. returned an error condition. The FontCache patch will now try to fill in as
  34. most fonts as possible before failing.
  35. _____________________________________________________________________________
  36.  
  37. New in 1.6.1:
  38.  
  39. - Included a new release of the FixFonts program, release 40.2. This is a
  40. complete rewrite of the original workbench program and does also rewrite
  41. the caches when fixing the fonts.
  42.  
  43. _____________________________________________________________________________
  44.  
  45. New in 1.6:
  46.  
  47. - Fixed an AMOS compatibility problem; strange, I fixed that one some time 
  48. ago, but I made the same mistake again...
  49.  
  50. _____________________________________________________________________________
  51.  
  52. New in 1.5.1:
  53.  
  54. - Not a new release of the cache program, but of the guide. I really forgot
  55. to add a "Credits" section. Ooops! Sorry, folks!
  56.  
  57. _____________________________________________________________________________
  58.  
  59. New in 1.5:
  60.  
  61. - The 1.4 version had a bug that prevented writing the cache for programs
  62. requesting TTextAttrs instead of TextAttrs, i.e. cache types 10002. Added
  63. semaphore protection. Added a check for a file ".nocache" in "_bullet" to
  64. avoid caching a directory.
  65.  
  66. _____________________________________________________________________________
  67.  
  68. New in 1.4:
  69.  
  70. - Fixed another problem with multiassigns. It was not correctly checked 
  71. whether the cache is really up to date for all directories in a possible 
  72. multiassign.
  73.  
  74. - Due to code rearrangement, lesser calls to AvailFonts() will suffer now.
  75. This might help to fix some strange AMOS font functions. Check the guide for
  76. details! Thans to Nils Görs for the hint.
  77. _____________________________________________________________________________
  78.  
  79. New in 1.3:
  80.  
  81. - Fixed a long standing problem with assign-added font directories which are
  82.   now respected by the cache. Thanks to Dirk Neubauer for the hints.
  83.  
  84. - Fixed a bug in the 1.2 code that wrote invalid caches from time to time.
  85.  
  86. _____________________________________________________________________________
  87.  
  88.  
  89. New in 1.2:
  90.  
  91. - Fixed a conflict with BetterOpenLibs. The FontCache is now much more
  92.   system conformal, ROM fonts or scaled fonts do not longer enter the 
  93.   cache list.
  94.  
  95. - The font cache is again a bit smaller, and fewer cache files are 
  96.   needed.
  97.  
  98.  
  99. So long,
  100.  
  101.     Thomas        (August 1999)
  102.