home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 91 / af091a.adf / af91a3.lzx / ReqEd / Changes next >
Text File  |  2019-03-27  |  2KB  |  50 lines

  1.  
  2. ReqEd - Changes
  3. ===============
  4.  
  5. Version 1.1
  6. -----------
  7.  
  8. 13/2/95    -    Fixed a silent bug in which the TAG_DONE entry in FontReq.b 
  9.         was missing from the TagItems array passed to AllocAslRequest().
  10.  
  11.     -    Code generated for text rendering is now placed in a multi-
  12.         statement so as to reduce length of SUB.
  13.  
  14. 14/2/95    -    Dirty bit is now set when the requester window is moved
  15.         to a different location on the screen. This allows a save 
  16.         to occur when "Save..." is selected from the Project menu.
  17.  
  18. 18/2/95    -    Added cross-hair mouse pointer to main window when active.
  19.  
  20. 19/2/95    -    Implemented bevel-boxes (raised and recessed) as tool bar
  21.         objects.
  22.  
  23.     -    When modifying a gadget's text, default value or max. slider
  24.         value, the previous is shown in the InputBox as the default.
  25.  
  26.     -    Max. slider value entry now loops until the value is > 0
  27.         rather than the POTX/Y gadget disappearing from the window
  28.         when the value is 0. This also prevents negative values from
  29.         being entered (this should have been handled before).
  30.  
  31.  
  32. Version 1.11
  33. ------------
  34.  
  35. 20/2/95    -    Version 1.1 was released after testing on an A1200 and A3000
  36.         without incident. However, ReqEd was shortly thereafter found
  37.         to crash an A500 when the tool bar window was selected from the
  38.         Project menu: the window failed to render because after the 
  39.         addition of plateau and panel layout object buttons, the tool 
  40.         bar window exceeded the height of the screen on my A500. The 
  41.         solution was to decrease the height of each button by one
  42.         vertical font height. Subsequent code assumes the existence
  43.         of the tool bar window.
  44.  
  45. Version 1.12
  46. ------------
  47.  
  48. 12/9/96    -     More leading space added to menu items to better accomodate
  49.         checkmarks for certain fonts.
  50.