home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / workbench / hypertext_dtc / developer / autodocs / hypertext_dtc.rev < prev    next >
Encoding:
Text File  |  1998-01-27  |  2.5 KB  |  66 lines

  1. Revision History for hypertext.datatype :
  2.  
  3. hypertext.datatype 40.24 (26.1.98) :
  4.  
  5. - if there was a background color or picture and a cli.datatype
  6.   object was linked to the a devision by zero occured. This is
  7.   fixed now
  8. - Added NODEINDEX MINSIZE and EXCLUDEDEVS options
  9. - fixed a bug with getting the DTA_Domain attribute
  10. - fixed a second bug with the GA_Top and GA_Left attribute. Now
  11.   the button row is rendered at the correct positions
  12. - fixed sychronisation problem with the tabcycle feature.
  13.   Sometimes the tabcycle ended up before it reached the
  14.   last/first link
  15.  
  16. hypertext.datatype 40.23 (19.12.97) :
  17.  
  18. - rewritten the DTM_GOTO code, which is now smaller and fixes
  19.   some race conditions
  20. - removed some unnecessary fields in the instance data
  21. - labels now work again between different nodes/documents
  22. - added new internal images (HTST_IMAGE)
  23. - fixed some autodocs typos and updated OM_GET autodoc
  24. - added new NODEINDEX support, now it creates for each document
  25.   with nodes an index in a specified database directory
  26. - the navigator button row wasn't correctly rendered if the
  27.   position of the datatype object was changed with GA_Left or
  28.   GA_Top. This is now fixed
  29.  
  30. hypertext.datatype 40.22 (23.11.97) :
  31.  
  32. - fixed bug, which caused wrong rendering of links if the
  33.   tabcycle feature was used with keyrepeat
  34. - added HTDTA_SeparatorIsFF attribute
  35.  
  36. hypertext.datatype 40.21 (19.11.97) :
  37.  
  38. - added Keys: assign for loading keyfiles
  39. - fixed rendering bug for HTML like underlined links
  40.  
  41. hypertext.datatype 40.20 (11.11.97) :
  42.  
  43. - fixed bug for long documents, which are higher than 2^16-1
  44.   pixel.
  45. - fixed bug if a document was loaded with no background color
  46.   or picture from a document with one, where the background
  47.   wasn't cleared totally.
  48. - fixed bug for document loading, if there exists several nodes
  49.   with the same name in different hyperguide documents.
  50. - fixed various bugs concerning asyncron method invocations.
  51.   This fixed most problems using the hypertext.datatype with
  52.   the original amigaguide.library. Now you can use all HTDS
  53.   datatypes for online help!
  54. - fixed bug with mark color. If you cleared the marked region
  55.   it wasn't rendered (because of using JAM1 instead of JAM2).
  56.  
  57. hypertext.datatype 40.19 (8.10.97) :
  58.  
  59. - optimize underlined links, which points to the same
  60.   destination (rendered in once)
  61. - added object dependend path lists
  62. - added support for KEYFILES,KEYPATH environment variables
  63. - added support for KeyFiles: and KeyPath: assigns
  64. - fixed bug, which disabled DTM_WRITE method
  65.  
  66.