home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 72 / af072sub.adf / bindt / bindt.lha / binarydt / source / binary.datatype.rev < prev    next >
Encoding:
Text File  |  1995-02-19  |  1.4 KB  |  62 lines

  1. Revision History for binary.datatype :
  2.  
  3. binary.datatype 39.10 (19.2.95) :
  4.  
  5. - fixed bug,which caused a crash ,if the display width was less than the
  6.   required width for the offsets.
  7.   Reported from Michael Letowski and Edmund Vermeulen. Thanks !
  8. - prefs file parsing now via ReadArgs()
  9. - new prefs directory : 'Env:DataTypes'
  10.   Suggestion from Swen Stullich to establish a recommended standard for
  11.   datatypes.
  12.  
  13. binary.datatype 39.9 (28.1.95) :
  14.  
  15. - fixed down scrolling bug, which skipped one line
  16.  
  17. binary.datatype 39.8 (22.1.95) :
  18.  
  19. - now supports DTM_PRINT method and searchs for PROGDIR:binary.prefs
  20.  
  21. binary.datatype 39.7 (21.1.95) :
  22.  
  23. - bug fixed. Rendering address higher than the file length (small files)
  24.  
  25. binary.datatype 39.6 (28.12.94) :
  26.  
  27. - now it's a base datatype and no async layout is needed
  28. - DTM_WRITE rawmode added
  29.  
  30. binary.datatype 39.5 (24.11.94) :
  31.  
  32. - improved memory handling :
  33.   + now the display memory is allocated in one piece,
  34.   + its only reallocated, if the needed size is larger than the current size
  35. - in wordwrap mode the layout is only performed, if the layout of a line has
  36.   changed.
  37.  
  38. binary.datatype 39.4 (18.11.94) :
  39.  
  40. - added prefs file
  41.  
  42. binary.datatype 39.3 (16.11.94) :
  43.  
  44. - now BDTDH_NONE works
  45.  
  46. binary.datatype 39.2 (15.11.94) :
  47.  
  48. - added BDTA_BytesPerLine,BDTA_DisplayHex and BDTA_ShowASCII attributes
  49.  
  50. binary.datatype 39.1 (14.11.94) :
  51.  
  52. - created
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.