home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / obero / oberon / release.notes.text (.txt) < prev   
Oberon Text  |  1995-05-26  |  5KB  |  109 lines

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax12b.Scn.Fnt
  5. Syntax10b.Scn.Fnt
  6. Release 0.10
  7.     New features:
  8.         -    Added Times fonts to the distribution.
  9.         -    Added Module Types. Many Thanks go to Ralf Degner, for porting it to the Amiga.
  10.         -    Added Analyzer.
  11.         -    System.ChangePri allows to modify Oberon task priority for idle and command execution.
  12.         -    Mouse pointer is allowed to move outside the right and bottom boundary, so that you see
  13.             exactly, where the hotspot is.
  14.         -    Compiler generates NIL check instruction, which can be disabled with option \n.
  15.         -    System.Directory shows filenames with full path.
  16.     Fixed Bugs:
  17.         -    Move mouse to right screen border shouldn't crash Oberon anymore.
  18.         -    System should work with different depths than 3 bitplanes (we hope).
  19.     Known bugs:
  20.         -    None, until you send in more bug reports.
  21. Release 0.9
  22.     New features:
  23.         -    GraphicElems, Utils included.
  24.     Fixed Bugs:
  25.         -    Screen requester works only with WB >= 39. Change to 38 in 0.8 gave problems (loop in requester).
  26.         -    Fixed Files.Read/WriteSet *again*. Should be the last time. :-) Ack: Ralf Degner
  27.             Old files containing Popups should be saved to disk again!
  28.         -    Size of icons are all the same. Ack: Hartmut Goebel
  29.         -    Floating point arithmetic in REPEAT UNTIL loops now work. Many, many, REALly many thanks to Ralf Degner.
  30.         -    Trap handling works within Oberon now.
  31.     Known bugs:
  32.         -    System may not work with more or less than 3 bitplanes. Sorry, we're still looking...
  33. Release 0.8
  34.     New features:
  35.         -    New Kernel allocates memory from Amiga OS in chunks of 64KB. You should be very grateful for this!
  36.         -    Finalization service in module Kernel. Use Browser.ShowDef Kernel and find out for yourself or ask us.
  37.         -    Edit.Print works, see Oberon4Amiga.Guide.Text
  38.         -    Supports Amiga fonts.
  39.         -     System.AnsiInput, System.OberonInput to switch off/on conversion of Amiga keycodes to Oberon.
  40.         -    System.ThreeButtonMouse, System.TwoButtonMouse to switch on/off Left-Alt-Key as Mouse Button.
  41.             You may call these commands in Configuration to customize your Oberon4Amiga!
  42.         -    Files distributed into more subdirectories.
  43.         -    StatusViewer which shows current directory and other nice stuff!
  44.     Known bugs:
  45.         -    Amiga fonts aren't always rendered as they should.
  46.         -    Floating point arithmetic in REPEAT UNTIL loops don't work correctly. DON'T USE IT!
  47.         -    When moving mouse to the screen border in DblPAL:Hi Res No Flicker with maximum overscan, the mouse
  48.             might freeze.
  49.         -    Display.ReplPatternC may yield some weird results for non-zero X0, Y0 offsets.
  50.         -    Finalization not documented.
  51.     Known limitations:
  52.         -    Missing Trap Viewer, use KillOberon if everything else fails.
  53.         -    Can't use files on XFH devices.
  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.         -    Workaround in Splines to avoid REPEAT ... REAL bug.
  58.         -    Input of Umlauts etc. with the aid of dead keys now works.
  59.         -    ChangeMode swapped screen width and height.
  60.         -    WriteSet and ReadSet were not working correctly => weird behavior of ParcElems and PopupElems.
  61.             Old files containing Parcs or Popups should be corrected and saved to disk again!
  62. Release 0.7
  63.     New features:
  64.         -    Minimum memory required for startup is 700kByte instead of 1.5MByte.
  65.         -    Files.Old uses OBERON: as search path.
  66.         -    All fonts now located in subdirectory Fonts.
  67.         -    All system files located in subdirectory System.
  68.         -    System.ShowMode & System.ChangeMode for <WB3.0 users.
  69.         -    Icons for starting and killing of Oberon. Nicer ones are welcome, send them to us!
  70.         -    Support for Umlauts. (Simple keys only, no dead keys)
  71.         -    BRK and SHIFT-BRK on F3 (for inserting parcs)
  72.         -    System.CurrentDirectory shows where you are
  73.     Known limitations:
  74.         -    Can't use files on XFH devices.
  75.     Fixed Bugs:
  76.         -    Module Out now included.
  77.         -    PopupElems fixed
  78. Release 0.6 (first Beta)
  79.     New features:
  80.         -    System.Directory, System.Execute, System.ChangeMode
  81.         -    Doesn't require WB3.0 anymore, but screen mode requester not available on WB2.x
  82.         -    Backup tool for reading/writing Ceres-Oberon Floppies. Thanks to Marc Pilloud for this!
  83.         -    Standard Oberon documentation text files.
  84.     Fixed Bugs:
  85.         -    many...
  86.     Known bugs:
  87.         -    When moving mouse to the screen border in DblPAL:Hi Res No Flicker with maximum overscan, the mouse
  88.             might freeze.
  89.     Missing features:
  90.         -    Trap viewer.
  91.         -    Support for Amiga fonts.
  92. Release 0.3 .. 0.5
  93.     internal development release
  94. Release 0.2
  95.     New features:
  96.         -    Oberon fonts.
  97.         -    Screen mode requester (requires WB3.0).
  98.         -    V4 (elements in texts).
  99.         -    Garbage Collection of files.
  100.     Fixed bugs:
  101.         -    Scrolling leaves some garbage pixels.
  102.     Known bugs:
  103.     Missing features:
  104.         -    Standard Oberon documentation text files.
  105.         -    Trap Viewer.
  106.     Edit the file Configuration.Mod to customize your Oberon System. Compile it, and try
  107.     it first out with Configuration.Init! Then restart Oberon. If it doesn't work, you
  108.     should delete the file Configuration.Obj in a shell.
  109.