home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / oberon / www / o4a_1_3.txt < prev    next >
Text File  |  1977-12-31  |  3KB  |  127 lines

  1. O4A Release 1.3
  2.  
  3.     New features:
  4.         -    No PopupElems confusion anymore
  5.         -    O4A now works at every public screen
  6.         -    Coco available as own archive
  7.         -    Directories (many thanks Florian Faber)
  8.         -    New modules: Directories, Dir, Strings
  9.         -    Changed O to Console
  10.  
  11.     Known limitations:
  12.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  13.             during a GC. Use a secondary link structure to keep the values referenced
  14.  
  15.     Fixed Bugs:
  16.         -    Problems with VARs of PROCEDURE(....):{LONG}REAL fixed
  17.         -    Compiler front end updated
  18.         -    Many small bugs fixed
  19.  
  20.     Known bugs:
  21.         -    None, until you send in more bug reports !
  22.  
  23. ------------------------------------------------------------------------------
  24.                     Oberon System V4 for Amiga V1.3
  25.                         Source Changes history
  26. ------------------------------------------------------------------------------
  27.  
  28. 14.04.96
  29.  
  30. - added change from RC to OPP.Mod  ??? Have to get new OP2
  31. - fixed FoldElems.Search Trap with large selections, again
  32.  
  33. 17.04.96
  34.  
  35. - fixed bug with VARs of type PROCEDURE(..):REAL in OPV.Expr
  36.  
  37. 20.04.96
  38.  
  39. - added new Directory Icon; Thanks to Peter Landmann
  40. - StampElems uses Display.invert to plot chars
  41. - added old style to Linzer PopupElems
  42.  
  43. 22.04.96
  44.  
  45. - finished old style in Linz PopupElems
  46.   => killed some files and cleaned up Make.Tool
  47.  
  48. 23.04.96
  49.  
  50. - Updated Elem.Guide.Text
  51. - Uses default Mouse-Pointer if Quit and ChangeMode Requesters are displayed
  52.   at Oberon Window
  53.  
  54. 24.04.96
  55.  
  56. - Recompiled all => 30 Errors.  Grumpf ! Fixed all
  57. - Compiler produces wrong code in FoldElems.Search
  58.  
  59. 25.04.96
  60.  
  61. - OPV bug fix was no real fix, introduces only a new bug; now it`s allright
  62.  
  63. 26.04.96
  64.  
  65. - cleaned up Pictures, now uses Picture.rp if possible
  66. - fixed AmigaIFF to Picture.rp
  67.  
  68. 28.04.96
  69.  
  70. - O4A now runs in a WB Window, a lot of changes
  71. - old style Popups show if they are selected
  72.  
  73. 01.05.96
  74.  
  75. - Window opens now at the default Public Screen and locks it
  76.  
  77. 02.05.96
  78.  
  79. - real Oberon mouse pointer at Window
  80. - Window is active after it opens
  81. - added ColorOffset to Amiga, Display and Pictures (hope I found all)
  82.  
  83. 08.05.96
  84.  
  85. - fixed bugs in modified PopupElems
  86. - moved InitColors from Amiga to Display
  87. - added some procedures to Pictures to handle screen colors
  88.  
  89. 09.05.96
  90.  
  91. - everythink works fine with O4A in a Window
  92. - Oberon.Mod updates the mouse pointer only if the window is active
  93. - made Coco.lha
  94.  
  95. 10.05.96
  96.  
  97. - OPT, OPB, OPP updated
  98.  
  99. 11.05.96
  100.  
  101. - added use of AmigaGraphics.Text if font is Amiga font to TextFrames
  102.  
  103. 12.05.96
  104.  
  105. - fixed bug in Amiga font loading: kerning has to be added to dx, too
  106.  
  107. 26.05.96
  108.  
  109. - added CreateDir, GetCurrentDirName, SetCurrentDirName to AmigaDos
  110. - made Console and portable Reals
  111.  
  112. 27.05.96
  113.  
  114. - added HostSYS
  115. - replaced O by Console
  116. - changed default colors 11-14 to Dialogs colors
  117. - fixed Trap at Colors.Load (Pictures.SetColor GetColor SetDisplayColor)
  118.  
  119. 28.05.96
  120.  
  121. - added Dir.Text, Dir.Menu.Text, Strings, Dir and Directories
  122.  
  123. 29.05.96
  124.  
  125. - added new Directories with Flo
  126.  
  127.