home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / oberon / release.notes.text (.txt) < prev    next >
Oberon Text  |  1977-12-31  |  9KB  |  190 lines

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax12b.Scn.Fnt
  5. Release 1.3
  6.     New features:
  7.         -    No PopupElems confusion anymore
  8.         -    O4A now works at every public screen
  9.         -    Coco available as own archive
  10.         -    Directories (many thanks Florian Faber)
  11.         -    New modules: Directories, Dir, Strings
  12.         -    Changed O to Console
  13.     Known limitations:
  14.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  15.             during a GC. Use a secondary link structure to keep the values referenced
  16.     Fixed Bugs:
  17.         -    Problems with VARs of PROCEDURE(....):{LONG}REAL fixed
  18.         -    Compiler front end updated
  19.         -    Many small bugs fixed
  20.     Known bugs:
  21.         -    None, until you send in more bug reports !
  22. Release 1.2
  23.     New features:
  24.         -    New docu: ModulaToOberon.Text, Oberon2.OOP.Text, OberonV1.Guide.Text, Prog.Guide.Text
  25.         -    Terminal updated, therefor Sessions added
  26.         -    New Icons and Fonts.Tool (thanks to Peter Landmann)
  27.         -    AmigaLoop now uses the Timer Device, therefor System.AmigaLoop has a parameter
  28.         -    F-key support
  29.         -    New Elems: Menu, Info, Index, Mark, Link (see Elem.Guide.Text)
  30.         -    EditKey Hotkey is F5 now
  31.         -    Clipboard Funktions at RAmiga X/C/V
  32.         -    Printing of PictElems works, but is very, very slow (therefor System.PictPrintThresh added)
  33.         -    New StartUp-Script tests your system
  34.         -    System.Quit shows a requester bevor it closes O4A
  35.         -    Nice piece of docu: ReferenceCard.ps - Print it !    (Thanks to the Obeorn people from Uni-Linz for the idea !)
  36.     Known limitations:
  37.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  38.             during a GC. Use a secondary link structure to keep the values referenced
  39.     Fixed Bugs:
  40.         -    Everything with Screens with > 16 Colors works fine now (Display.invert problems fixed)
  41.         -    Many small bugs fixed
  42.     Known bugs:
  43.         -    Problems with VARs of PROCEDURE(....):{LONG}REAL     Please mail if you see this !
  44.         -    None, until you send in more bug reports !
  45. Release 1.1
  46.     New features:
  47.         -    Printing of PictElems works (B/W and very slow)
  48.         -    Compiler does not waste register like before
  49.         -    New Modules: Calc, Class, UUDecode, Coroutines, LocElems, Def, V24, Terminal, Terminals, TerminalFrames
  50.         -    VT100 terminal emulation using seriel device
  51.         -    Printing using PS fonts (without Pr3 fonts) now works fine (many thanks to Hartmut Goebel)
  52.         -    Times screen and most Pr3 fonts as own archiv (Oberon-Fonts.lha)
  53.     Known limitations:
  54.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  55.             during a GC. Use a secondary link structure to keep the values referenced
  56.     Fixed Bugs:
  57.         -    Screen mode requester works now with OS2.x (thanks to Roman Michael Hiestand)
  58.         -    Now all memory will be released at the end of the game
  59.         -    Many small bugs fixed
  60.         -    Source archiv now complete
  61.     Known bugs:
  62.         -    Sometimes there are problems with OS2.0 and WB2.0. Please tell me, if you see it.
  63.         -    None, until you send in more bug reports !
  64. Release 1.0
  65.     New features:
  66.         -    Amiga-Clipboard support
  67.         -    Printing improved (new driver, Pr3 fonts added)
  68.         -    Compiler improved a bit
  69.         -    Math and MathL with real FPU code (faaaast)
  70.         -    Paint and PictureFrames included
  71.         -    New modules (Clipboard, IFF, MoreMathL, MoreMath, RX, Automatic, Kepler, ObTris, ...)
  72.         -    Two types of the main loop (switch with SystemAmigaLoop and System.OberonLoop )
  73.         -    TRAP viewer gives better informations
  74.         -    Screen mode requester with asl.library V38 and higher
  75.         -    Full source available
  76.         -    Many small improvements
  77.         -    O4A moved to Ralf Degner ( degner@pallas.amp.uni-hannover.de )
  78.     Known limitations:
  79.         -    Printing of Pictures/PictElems does not work.
  80.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  81.             during a GC. Use a secondary link structure to keep the values referenced.
  82.     Fixed Bugs:
  83.         -    Works fine with OS2.0 now.
  84.         -    System works with different depths than 3 bitplanes without crashes.
  85.     Known bugs:
  86.         -    None, until you send in more bug reports !
  87. Release 0.10
  88.     New features:
  89.         -    Added Times fonts to the distribution.
  90.         -    Added Module Types. Many Thanks go to Ralf Degner, for porting it to the Amiga.
  91.         -    Added Analyzer.
  92.         -    System.ChangePri allows to modify Oberon task priority for idle and command execution.
  93.         -    Mouse pointer is allowed to move outside the right and bottom boundary, so that you see
  94.             exactly, where the hotspot is.
  95.         -    Compiler generates NIL check instruction, which can be disabled with option \n.
  96.         -    System.Directory shows filenames with full path.
  97.     Fixed Bugs:
  98.         -    Move mouse to right screen border shouldn't crash Oberon anymore.
  99.         -    System should work with different depths than 3 bitplanes (we hope).
  100.     Known bugs:
  101.         -    None, until you send in more bug reports.
  102. Release 0.9
  103.     New features:
  104.         -    GraphicElems, Utils included.
  105.     Fixed Bugs:
  106.         -    Screen requester works only with WB >= 39. Change to 38 in 0.8 gave problems (loop in requester).
  107.         -    Fixed Files.Read/WriteSet *again*. Should be the last time. :-) Ack: Ralf Degner
  108.             Old files containing Popups should be saved to disk again!
  109.         -    Size of icons are all the same. Ack: Hartmut Goebel
  110.         -    Floating point arithmetic in REPEAT UNTIL loops now work. Many, many, REALly many thanks to Ralf Degner.
  111.         -    Trap handling works within Oberon now.
  112.     Known bugs:
  113.         -    System may not work with more or less than 3 bitplanes. Sorry, we're still looking...
  114. Release 0.8
  115.     New features:
  116.         -    New Kernel allocates memory from Amiga OS in chunks of 64KB. You should be very grateful for this!
  117.         -    Finalization service in module Kernel. Use Browser.ShowDef Kernel and find out for yourself or ask us.
  118.         -    Edit.Print works, see Oberon4Amiga.Guide.Text
  119.         -    Supports Amiga fonts.
  120.         -     System.AnsiInput, System.OberonInput to switch off/on conversion of Amiga keycodes to Oberon.
  121.         -    System.ThreeButtonMouse, System.TwoButtonMouse to switch on/off Left-Alt-Key as Mouse Button.
  122.             You may call these commands in Configuration to customize your Oberon4Amiga!
  123.         -    Files distributed into more subdirectories.
  124.         -    StatusViewer which shows current directory and other nice stuff!
  125.     Known bugs:
  126.         -    Amiga fonts aren't always rendered as they should.
  127.         -    Floating point arithmetic in REPEAT UNTIL loops don't work correctly. DON'T USE IT!
  128.         -    When moving mouse to the screen border in DblPAL:Hi Res No Flicker with maximum overscan, the mouse
  129.             might freeze.
  130.         -    Display.ReplPatternC may yield some weird results for non-zero X0, Y0 offsets.
  131.         -    Finalization not documented.
  132.     Known limitations:
  133.         -    Missing Trap Viewer, use KillOberon if everything else fails.
  134.         -    Can't use files on XFH devices.
  135.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  136.             during a GC. Use a secondary link structure to keep the values referenced.
  137.     Fixed Bugs:
  138.         -    Workaround in Splines to avoid REPEAT ... REAL bug.
  139.         -    Input of Umlauts etc. with the aid of dead keys now works.
  140.         -    ChangeMode swapped screen width and height.
  141.         -    WriteSet and ReadSet were not working correctly => weird behavior of ParcElems and PopupElems.
  142.             Old files containing Parcs or Popups should be corrected and saved to disk again!
  143. Release 0.7
  144.     New features:
  145.         -    Minimum memory required for startup is 700kByte instead of 1.5MByte.
  146.         -    Files.Old uses OBERON: as search path.
  147.         -    All fonts now located in subdirectory Fonts.
  148.         -    All system files located in subdirectory System.
  149.         -    System.ShowMode & System.ChangeMode for <WB3.0 users.
  150.         -    Icons for starting and killing of Oberon. Nicer ones are welcome, send them to us!
  151.         -    Support for Umlauts. (Simple keys only, no dead keys)
  152.         -    BRK and SHIFT-BRK on F3 (for inserting parcs)
  153.         -    System.CurrentDirectory shows where you are
  154.     Known limitations:
  155.         -    Can't use files on XFH devices.
  156.     Fixed Bugs:
  157.         -    Module Out now included.
  158.         -    PopupElems fixed
  159. Release 0.6 (first Beta)
  160.     New features:
  161.         -    System.Directory, System.Execute, System.ChangeMode
  162.         -    Doesn't require WB3.0 anymore, but screen mode requester not available on WB2.x
  163.         -    Backup tool for reading/writing Ceres-Oberon Floppies. Thanks to Marc Pilloud for this!
  164.         -    Standard Oberon documentation text files.
  165.     Fixed Bugs:
  166.         -    many...
  167.     Known bugs:
  168.         -    When moving mouse to the screen border in DblPAL:Hi Res No Flicker with maximum overscan, the mouse
  169.             might freeze.
  170.     Missing features:
  171.         -    Trap viewer.
  172.         -    Support for Amiga fonts.
  173. Release 0.3 .. 0.5
  174.     internal development release
  175. Release 0.2
  176.     New features:
  177.         -    Oberon fonts.
  178.         -    Screen mode requester (requires WB3.0).
  179.         -    V4 (elements in texts).
  180.         -    Garbage Collection of files.
  181.     Fixed bugs:
  182.         -    Scrolling leaves some garbage pixels.
  183.     Known bugs:
  184.     Missing features:
  185.         -    Standard Oberon documentation text files.
  186.         -    Trap Viewer.
  187.     Edit the file Configuration.Mod to customize your Oberon System. Compile it, and try
  188.     it first out with Configuration.Init! Then restart Oberon. If it doesn't work, you
  189.     should delete the file Configuration.Obj in a shell.
  190.