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

  1.  O4A Release 1.2
  2.  
  3.   New features:
  4.     -  New docu: ModulaToOberon.Text, Oberon2.OOP.Text, OberonV1.Guide.Text, Prog.Guide.Text
  5.     -  Terminal updated, therefor Sessions added
  6.     -  New Icons and Fonts.Tool (thanks to Peter Landmann)
  7.     -  AmigaLoop now uses the Timer Device, therefor System.AmigaLoop has a parameter
  8.     -  F-key support
  9.     -  New Elems: Menu, Info, Index, Mark, Link (see Elem.Guide.Text)
  10.     -  EditKey Hotkey is F5 now
  11.     -  Clipboard Funktions at RAmiga X/C/V
  12.     -  Printing of PictElems works, but is very, very slow (therefor System.PictPrintThresh added)
  13.     -  New StartUp-Script tests your system
  14.     -  System.Quit shows a requester bevor it closes O4A
  15.     -  Nice piece of docu: ReferenceCard.ps - Print it !  (Thanks to the Obeorn peole from Uni-Linz for the idea !)
  16.  
  17.   Known limitations:
  18.     -  POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  19.       during a GC. Use a secondary link structure to keep the values referenced
  20.  
  21.   Fixed Bugs:
  22.     -  Everything with Screens with > 16 Colors works fine now (Display.invert problems fixed)
  23.     -  Many small bugs fixed
  24.   
  25.   Known bugs:
  26.     -  Problems with VARs of PROCEDURE(....):{LONG}REAL   Please mail if you see this !
  27.     -  None, until you send in more bug reports !
  28.  
  29.  
  30. ------------------------------------------------------------------------------
  31.                     Oberon System V4 for Amiga V1.2
  32.             Source Changes history
  33. ------------------------------------------------------------------------------
  34.  
  35. 14.02.96
  36.  
  37. - ReplConst, Line and Ellipse in Pictures now use Display.invert in the
  38.   right way
  39. - yellow and pink swaped in Amiga.InitColors for 16 or more Colors
  40. - TextFrames.Tick uses Display.White again
  41. - with more than 16 Colors, highest one is gray => ScreenMode-Req is visibel
  42.  
  43. 19.02.96
  44.  
  45. - tried to speed up Text-Display; 75% of time in AmigaGraphics.BltTemplate
  46.   can not make this faster
  47. - Oh, forgot Def in Make.Tool
  48.  
  49. 22.02.96
  50.  
  51. - improved setting of WriteMask in Pictures, therefor added SetDrawMode
  52.  
  53. 25.02.96
  54.  
  55. - no need to SetAPen if mode is invert (Pictures)
  56.  
  57. 28.02.96
  58.  
  59. - added ModulaToOberon.Text Oberon2.OOP.Text
  60. - added Sessions.Mod and new Terminal.Mod from ww, Problems !!
  61. - added Open command to V24 to start Serial Device
  62.  
  63. 29.02.96
  64.  
  65. - Sessions works now, problems with Task with time field -1
  66. - fixed bug in Analyzer announced by Stefan
  67.  
  68. 03.03.96
  69.  
  70. - Added V24.Avail to MainLoop => char at SerialDevice is now an event
  71.   => bg tasks with .time=-1 are executed (Sessions works fine now)
  72. - AmigaLoop now uses the Timer Device; changed Amiga, AmigaTimer, System, Oberon
  73. - added new Icons from Peter Landmann, very nice
  74.  
  75. 04.03.96
  76.  
  77. - fixed color bug in Pictures.CopyBlock (added SetDrawMode)
  78.  
  79. 06.03.96
  80.  
  81. - finished F-key support (see Oberon4Amiga.Guide.Text)
  82.  
  83. 15.03.96
  84.  
  85. - forgot Browser.Tool, Kepler.Text, Kepler.Tool & Palette.Kep in archive, sorry
  86. - added fixed FoldDemo.Text
  87. - added Fonts.Tool from Peter Landmann
  88. - added new XE from Stefan (see XE.Mod for XE history)
  89.  
  90. 19.03.96
  91.  
  92. - cleand up Menues und changed it for new XE (XE.Compiler, XE.Error)
  93. - fixed Problems with Pri in AmigaLoop (now only MainLoop changes Pri)
  94. - IFF, Clipboard and AmigaIFF are a bit shorter now
  95. - added line in Modules.ThisMod, thanks to Claudio
  96. - new Procedures ConvAtoO and ConvOtoA in Amiga to convert Chars
  97. - use ^ in Clipboard -> all Chars find there way through it
  98.  
  99. 20.03.96
  100.  
  101. - added Folds from Linz, therefor little change in XE and Folds
  102. - added Elems: Menu, Mark, Index, Link, Version, Info, therefor PopupElemsLinz
  103. - changed HotKey of EditKeys to F5
  104.  
  105. 21.03.96
  106.  
  107. - shorted Input a bit (R2O = RawkeyToOberon added)
  108. - normal Amiga Clipboard-Keys work in Oberon
  109. - Cursor is set to the end of inserted Text after Clipboard.Copy
  110.  
  111. 23.03.96
  112.  
  113. - No DeleteError at System.DosCall anymore -> no funny error messages
  114.   at System.Directory
  115.  
  116. 24.03.96
  117.  
  118. - Printing of Pictures and PictElems works fine now
  119.     it uses no direct access to the gfx-mem anymore
  120.     is very, very slow (sorry)
  121.     System.PictPrintThresh added to define wich color should be black or white
  122.  
  123. 25.03.96
  124.  
  125. - added directoy System1 for Dialogs, Expr, ....
  126. - made Expressions.lha
  127.  
  128. 26.03.96
  129.  
  130. - made Dialogs.lha
  131.  
  132. 27.03.96
  133.  
  134. - strated TestSystem and new StartUp-Script
  135.  
  136. 28.03.96
  137.  
  138. - finished TestSystem and StartUp-Script
  139.  
  140. 02.04.96
  141.  
  142. - added SyntaxXm Screen and Printer fonts
  143. - added CrazyFiller
  144.  
  145. 04.04.96
  146.  
  147. - began ReferenceCard
  148.  
  149. 09.04.96
  150.  
  151. - ReferenceCard again
  152. - new XE from Stefan, therefor Host added
  153.  
  154. 10.04.96
  155.  
  156. - ReferenceCard again and again ....
  157. - System.Quit shows Requester now, therefor added System.UseQuitRequester
  158.  
  159. 11.04.96
  160.  
  161. - ReferenceCars now ready
  162. - updated all ReadMe files
  163.  
  164.  
  165.