nSyntax10.Scn.FntP\ParcElemsAllocСSyntax14b.Scn.Fnt P\СSyntax12b.Scn.FntSyntax12.Scn.Fnt "P\СSyntax10i.Scn.Fnt!%8FoldElemsNewSyntax10.Scn.Fnt8FoldElemsNew5Syntax10.Scn.Fnt_8FoldElemsNew Syntax10i.Scn.FntSyntax10.Scn.Fnt8FoldElemsNewSyntax10.Scn.Fnt8FoldElemsNewSyntax10.Scn.Fnt8FoldElemsNewSyntax10.Scn.Fnt8FoldElemsNewSyntax10.Scn.FntSyntax10b.Scn.Fnti0WPopupElemsAllocDocu#Syntax10.Scn.FntppEdit.Open Welcome.Text Edit.Open LinuxOberon.Text Edit.Open Distribution.Text Edit.Open Oberon2.Report.Text Edit.Open OberonGuide.Text Edit.Open OberonV4.Text Edit.Open Oberon.Starter.Text Edit.Open Edit.Guide.Text Edit.Open Elem.Guide.Text Edit.Open Edit.Programming.Text Edit.Open Draw.Text Edit.Open Dialogs.Text Edit.Open Kepler.Text Edit.Open Beautifier.Text.M o Some of the Documents in  were missing. Now everything should be there. 8gx Previous fixes o Printing did not work, because the fonts (Pr3) were missing. o The TextPreview - facility (Pagination) did not work, because it tried to open a dummy printer called "Out.Prt" which is not available. The Printer-Module trapped and pagination did not work. I "cirumvented" the problem by using "PS.Print" instead of "Out.Prt". Now everything works fine. 8+OpenElemsAllocDir.Text#Syntax10.Scn.FntDir.TextUPrevious fixes o Two bugs in the Beautifier fixed o I fixed a lot of things in Directories and also changed Files in order to make Oberon work with multiple directories. The Dir-Package () should work now much better (i.e. the view is updated when you delete a file etc.) 8P\ParcElemsAllocyLinkElemsAllocDisplay.Mod(Previous fixes o PopupElems did not restore the screen correctly on some machines. This error was due to a planemask problem in Display Module. I am not sure about the real reason for that, so if you're a XWindow guru you may take a look at . If you Remove the red lines CopyBlock will not copy primary -> secondary correctly on some machines. o The oberon walker disappeared in the mess on my harddisc. However, he's back now! o ClockElems caused heavy load on the machine. This is fixed now by using original ETH-Source-Code. (Credits go to Wojtek Skulski for e-mailing them to me). The same problem occured with the Oberon walker. I fixed that as well. And again the same problem could be found in the Telnet Problem. o Printing did not work because somehow the unpatched color printing Module of HP Oberon slipped in ... I fixed the Close-Procedure and everything should work fine now. Requirements for printing are: lpr and a postscript printer named lp. If you fulfil these requirements you can try Edit.Print PS.Print.lp Distribution.Text ~ now. You can also use Edit.Print PS.File.My.ps Distribution.Text ~ to generate a postscript file named My.ps8P\ParcElemsAllocy Previous fixes o Files.Old, Files.Create and Files.New changed so that they now correctly accept filenames beginning with "$" o The FileManager contained a call to Strings.Cap in Module FMSysDev.GetPath. Since Linux filenames are case sensitive this lead to a trap. The call was removed and everything should work fine now. o Support for TrueColor XServers included. This means that oberon should work now with every Screen available with the possible exception of DirectColor XServers. A DirectColor XServer should show the same behaviour as a PseudoColor XServer so I've included support for DirectColor XServers by treating it as PseudoColor. If you've got a DirectColor XServer please drop me a note if oberon works on your machine or not, because I have no possibility to test this feature. o Palette.Kep is back again o Printer.Dlg command changed to PS.Print.lp in MyUI.Mod o TCP - Module implemented. The most difficult procedure to implement was TCP.Connected but now everything seems to work fine. o With TCP - Module implemented, Telnet, FTP and NetNews should work now. You may take a look at FTP.Text and NetNews.Text o Fixed PS.Mod so all created files should be viewable with ghostview now 8P\ParcElemsAllocy%Previous fixes o I took Texts from Windows, since this version handles extended names (e.g. $xxx is a valid name). o TCP.Available() can now return more than 1024 Bytes. This increases FTP performance greatly. (On my Linux machine Oberon's SFTP is now faster than the originial FTP of Linux when doing transfers on the local machine) o Colors.Mod fixed to decrease machine load (using Task.time) o Pictures works on Pseudo-Color X-Servers now. Using TrueColor Server is however strongly recommended. o Fontmapping is now possible by creating a file named Fonts.Map. o System.DeleteFiles, System.ChangeDirectory and System.Directory adapted to new Directory management. o I removed the HALT(...) statements from TCP.Connect. If you try to connect to an unreachable host now, no trap viewer will appear. %8P\ParcElemsAllocyPrevious fixes (before 23. Jan. 1998) o Directories had a bug, that caused EnumeratePath to pass NIL when the environment variable OBERON contained a colon (:) at the end. o Directories was buggy in Enumerate. o System.Directory fixed. $8P\yP\СX8 RSyntax10.Scn.Fnt8FoldElemsNewaISyntax10.Scn.Fnt/8FoldElemsNew Syntax10.Scn.FntP\ParcElemsAllocС(8FoldElemsNew Syntax10i.Scn.Fnt Syntax10.Scn.Fnt8FoldElemsNew? Syntax10.Scn.Fnt8FoldElemsNewSyntax10.Scn.Fntw8FoldElemsNewSyntax10.Scn.Fnt+OpenElemsAllocDir.Text#Syntax10.Scn.Fnt Dir.Text P Directories.Text#Syntax10.Scn.FntDirectories.Text p FontEdit.Tool#Syntax10.Scn.Fnt FontEdit.Tool/п Keyboard.Text#Syntax10.Scn.Fnt Keyboard.Text? TeX.Mod#Syntax10.Scn.FntTeX.Modf o I have included support for B/W systems (such as the cool 20 inch X-Term I've got now ;-). For monochrome Screens some changes had to be made in PopupElems.Mod BalloonElems.Mod and Display.Mod . In all three files you can select the desired version by MM on the Version element and recompiling the File. While in PopupElems and BalloonElems the background is changed from grey (which was black on my screen ...) to white. Dialogs however have some more complicated coloring scheme and therefore the changes in Display.Mod improve the readability of Dialogs a bit, though I suppose this could still be made a bit better. The standard version compiled in this package should be the color version. o Another major thing is the support of Directories. See  and  (sorry, only Windows/Mac documentation). Due to that DirElems, OpenElems, etc. are now included. The directories module had to be written from the scratch and there may be some bugs in it still. o The font editor is now included:  o I've included a short note on Keyboards:  o I've implemented a facility to print Text using TeX. See  and it's InfoElement for further details. o Source of oberon boot loader included (linux.oberon.c) 8Previous changes o A Profiler is now included. o EditTools included. Since I took the version from Windows, there could be some compatibilty problems (e.g. CR/LF - matters) o I've included Color-Print support. Since I don't have a color printer I'm unable to test this feature. I only tried once to create a postscript file and watched it with ghostview. It worked quite well. o I included Mailer.Mod. Unfortunately this required changes in Kernel.Mod and Mailer.Mod itself. I've not tested Mailer.Mod much. 8Previous changes o The TCP module is now included for Oberon for Linux. It is not very well done yet, so bug-reports and suggestions are very welcome there. o I fixed the underscore character "_" in the Oberon10.Scn.Fnt 8P\ParcElemsAllocyChanges: Previous changes o Included two .xbm - Files that provide Icons for X11. The icons are taken from Windows-Oberon o EditKeys included (taken from Windows). EditKeys provides a keyboard-shortcut facility. Click EditKeys.Install to install the module and type Test:M followed by a backslash to get an idea ... o Changed Console-Module to be interface-compatible with the Windows-Version. The new Console also has the facility of redirecting Console Output by changing the Procedure-Variable Console.OutputDebugString.8P\y)? Previous changes o Removed the Clipboard.XXX entries from the Edit - Menu since there's no such thing as a Clipboard under X o Removed Oberon.Starter.Text from Docu Popup since it does not exists. o Input.TimeUnit changed to INTEGER to be compatible with PowerMac / Windows version o X11 now exports AllocColor and trueColour o Fonts are back to Syntax since all V4's use these. Documents with Oberon*Scn.Fnt will be automatically converted to Syntax. o The oberon.tgz file has grown too large to fit on one disk. Therefore I have put the Text/ subdir into source.tgz. 8P\ParcElemsAllocy86Syntax10.Scn.Fnt)@B`PElemsAllocBM56(d1m m w@@@@@@@@@@UU@UUUU@U@@U@U@U@UU@UUUUU@UUUUU@UUU@@@@@@@@@@@@@@@@@@@@0;6T650T5O55/5565T565sZZT5TTUTTOTT/TTT/5OUN/00T65T;O5T.4TTN6/0T6T55O4T/66/OUUO;O;TUOTTZT55Tm5565/T6T/*5/55NT6T55TUT////65T;TT7TZT6TTNUT6T.5T5644/55455NNTTTUTOSTO5NT5TTN*/4.*6;TUTTN6U5T/*/T5T;TmTN;N//NTUT;TNTTT;TU5TTOU6nTT6TT5T555/NT5;OTT;O