Papyrus Gold 4.0 - released 12/'95
documents saved with this version can be read since: version 4.0 only!

features:
Color pictures - are Implemented based on HiSoft's excellent EFMS (External File Management 
System) bitmap drivers that are also shipped with Truepaint and other HiSoft product. When a 
color picture is accessed for the first time, all drivers in the path (currently 
MODULE\EFMS\*.EFM) are loaded to check the format. Some memory can be saved by 
removing drivers for formats that are not needed (especially the TIFF driver is huge).
	See READEFMS.ME from the Truepaint disk for details on the import drivers. Papyrus does not 
currently support export.
	The old monochrome formats (IMG, Stad, Doodle, PC3) are inserted directly into the 
document as formerly, while (color) pictures handled via EFMS drivers can only be kept as 
external files that are loaded the first time they are displayed in a session and then stored in a 
cache. The drawback is that the user has to make sure that the pictures are available in the 
right path, but the advantage is that documents stay small and the pictures of a large 
document don't all have to be in memory at once.
	Monochrome pictures can now be drawn in transparent or replace mode (formerly only 
transparent), also color pictures dithered on a monochrome screen or printer. The transparent 
attribute is set in the fill pattern dialog. For color pictures drawn on color devices the attribute 
will be ignored.
	Screen display handling depends on the graphics mode (the picture format is not relevant 
here):
	monochrome resolutions or less than 8 colors:
	Color pictures are dithered to monochrome using an ordered dither.

	8 colors or more, but less than 256:
	Color pictures are dithered to the first 8 VDI colors with an ordered color dither. Since Papyrus 
does not modify the screen palette in these resolutions, the pictures will only look right if the 
screen colors are set similarly to GEM's default settings:

VDI index	Color	Red	Green	Blue
0	white	1000	1000	1000
1	black	0	0	0
2	red	1000	0	0
3	green	0	1000	0
4	blue	0	0	1000
5	cyan	0	1000	1000
6	yellow	1000	1000	0
7	magenta	1000	0	1000

	Red, Green and Blue are given in parts per thousand, and the VDI index corresponds to the 
order in the Color CPX.

	256 colors
	Papyrus sets the screen colors above the first 16 system colors to suitable values as soon as 
the first color picture is displayed. The system palette is restored when papyrus quits.

	True Color
	Since GEM does not provide a standard bitmap format for true color ouput, Papyrus has to 
find out the organisation of the screen memory with the vq_scrninfo() system call. This is not in 
Atari's VDI, but implemented by NVDI or EdDI (A free little auto folder program by the makers 
of NVDI that provides offscreen bitmaps and this vq_scrninfo() call that papyrus needs). Most 
TrueColor drivers and MagicMac also have this call built in. If the call is not available in a 
TrueColor graphics mode, colored bitmap pictures will probably be garbled on the screen. 
(There is a hack though for Falcon HighColor compatible modes).
	In beta versions an error message will appear if vq_scrninfo() is not available.

	Output options: see picture size dialog. Not yet final.

Unicode support - papyrus now uses Unicode (16 bit characters) almost everywhere internally. Full 
support is only available with NVDI 4 or later (available in Germany since 12/95), which 
supports Unicode directly for all font formats. On older NVDI versions and SpeedoGDOS the 
BICS mapping (Bitstream Character Set, which you can see in CHARMAP.PRG) is used for 
normal Speedo fonts which makes over 500 characters accessible per font. Speedo Symbol 
fonts and Truetype/Type 1 fonts are used in normal Atari mapping. Ways to import/export 
Unicode directly and to use all characters in editfields will be added later.
	Unicode output with NVDI 4 creates a small compatibilty problem: Characters in Symbol fonts 
are mapped outside the normal letter range, mostly starting at Unicode hex $F000, and 
documents using such characters will usually display an undefined character instead. A similar 
problem exists in both Unicode and BICS output for special accented capitals, special quotes 
etc. that are mapped into the range of hebrew characters (Atari mapping hex $C2 to $DE), by 
SPDCHAR.MAP or NVDI 3. To avoid these problems extended output (Unicode or BICS) can 
be disabled in two places:
	- for an individial font in the font family dialog
	- globally for all fonts in the compatibility options dialog
printing - In papyrus' own drivers, a file name can now be predefined in the printer driver for printing 
into a file. If there is a file name, the file selector will not appear when printing. This is useful for 
printing to the ultra-fast MagiC driver u:\dev\lpt1
multi page display - multiple pages can be displayed beside each other, an arbitrary number is 
configurable in the document display dialog. This is a global option. If two pages are chosen, 
papyrus leaves a blank page at the top left for inserts automatically a blank bapage at the top 
left so that odd page numbers will always be to the right, as in a book.
text style tags - can now be set separately from the paragraph tags, though a paragraph tag can be 
linked to a text style tag. For old paragraph tags containing text styles papyrus automatically 
creates a linked text style with the same name. In the text style dialog, for clarity the current 
settings are displayed in text form.
font character table  - is now a separate dialog from the keyboard layout to accomodate Unicode. 
The type of the face currently selected in the font selector is displayed (Papyrus knows 
Signum2, GDOS bitmap fonts, Speedo, TrueType, PostScript Type1)
ruler - for convenience the cm/inch scale and tabs are now below the icons, and the tabs are drawn 
directly into the scale
	the extended ruler now provides an alternative way of selecting font, text size, zoom, and 
mouse mode
	the page display now reads "Page m-n / k". It's no longer an editfield, but a button that calls up 
a modal dialog for going to a page
	Similarly, the line height calls up a dialog
Text macros - Most should be ovious from the configuration dialog. Notes: There is currently only 
one (binary) macro file papyrus.mac in the papyrus directory that is automatically loaded if it 
exists and saved when papyrus.inf is saved if any macros have been added, removed or 
changed.
	Macro calls without additional keys can also be used to simulate deadkeys, i.e. by creating a 
macro with shortcut 'a and with text  (entered from the character selector that can be called 
with shift-insert). Processing time during typing is neglectable, even with large macro 
collections. Macros are not recursively applied.
	Alternate key combinations are evaluated in the following order:
	- language-specific special characters (i.e. Alt- on a German keyboard generates '@'). 
Actually the keyboard driver of TOS does this.
	- defined Alternate-macros
	- Papyrus' special Alternate shortcuts (language specific)
	- if none of the above match, a normal character is inserted.
	With F9, macros with all key kombinations can be called
	Macro shortcuts cannot be used in dialog editfields.
dialog objects - all dialogs have been redesigned using 3D effects on TOS versions that have them 
(except under MultiTOS monochrome where Papyrus removes the 3D effects because they 
look awful); group boxes are specially adapted to MagiC 3/4
	Listboxes now have real-time-sliders; slider arrows are disabled when top/bottom is reached
	Popup menus have a cycler button. Right click or double click cycles backward. They can also 
be manipulated from the keyboard: Alt-<letter> opens the popup; arrow up/down selects, 
Home/Shift-Home moves to top/bottom, Esc cancels, Return accepts. Alt-Shift-<letter> is 
equivalent to a click on the cycler. Opened, popups have a slider when they become too big. 
When opened, they can now be wider than the closed popup.
	The menu has "nicelines"
	Dialogs can be dragged not only at the title bar, but with any non-reacting dialog object
Alerts - Alert boxes are now mostly modal window dialogs, and the former size limits are gone. 
Buttons have shortcuts; they can be explicitly defined in *.STR files or are automatically 
assigned. The 10 letter limit for buttons is also gone.
	In dialog options it can be configured whether alerts and other modal dialogs appear in 
windows (more flexible in multitasking environments) or as flydials (faster)
dialog editing - when moving the mouse over an editfield, it becomes the text insertion shape
	- dialog fields accept the ACC_TEXT message. If multiple lines are received, every line is put 
into a dialog field
	- some editfields are scrollable. The maximum size of an edtifield has to be known in advance 
(the memory is allocated when  the dialog is accessed for the first time). In beta versions, a 
warning message will appear 
	 lots of additional shortcuts:
	Home/Shift-arrow up: first field
	Shift-Home/Shift-arrow down: last field
	^arrow left/right: move wordwise
	Undo key activates the revert/cancel button
	Shift-Insert - brings up a modal window for special ASCII-Character input
	Alt-<ascii code on numeric keypad> input method support even if your TOS doesn't
	GEM Clipboard support (this goes always via GEM clipboard even if this is turned off in 
Papyrus)
	^X: cut whole editfield
	^C: copy whole editfield
	^V: paste (replace) whole editfield
	Shift appends to clipboard/editfield
	^up/^down: History; recalls text recently entered in editfields
	right mouse key or Shift no longer inverts the OK/Apply and Cancel/revert functionality, but 
always leaves the dialog open
window iconify - now ICFS compatible (an AUTO folder program that allows iconification on TOS's 
that don't have it) or even works without TOS support:
	Alternate-Closer or Ctrl-Alt-Space - iconifies/uniconfies a window
	Alternate-Control-Shift-Space iconifies/uniconfies all windows
WINX - scrollboxes are now supported
Line width and style - can now be selected as separate parameters, though most (all?) current VDI 
drivers can't display lines wider than one pixel in other styles than solid, but future NVDI 
versions might.
fonts - The 240 fonts limit is gone.
	So is the 128 kB limit for Papyrus's built-in character cache, though setting more only makes 
sense if lots of fonts are installed in "show in its own type" mode in the font panel. Caching the 
font panel display takes about 800 bytes per face entry.
	papyrus now uses the vqt_xfntinfo() call to inquire font names, which means that family names 
longer than 16 characters will be handled correctly (i.e. on MagicMac)
Tabs - now supports up to 32 tab positions per line instead of 20
GEM Clipboard - now also supports import of color pictures (JPG, TIF, GIF, IFF, IMG)

Changes:
menu - has been rearranged. The zoom menu has become a popup in the extended ruler, and a new 
title "Document" has been created, causing a major reorganisation
	Instead of "switch Document" and "switch Dialog" there is now only one entry for switching to 
the next window
	some shortcuts changed, partly according to the GEM list standard (In other languages than 
German the old shortcuts were partly different)
	Save as	^M -> Shift-^S (^M is still recognised though)
	Revert to last saved	(nothing) ->^UNDO
	Color	(nothing) -> ^K
mail merging - direct printing was removed; the user has now always to create a document first. 
Didn't work if "new page for each record" was used anyway, and it made printing much more 
complicated internally.
printer resolution - formerly the printer resolution was taken from the best quality in a category; this 
seemed a good idea at the time. Because of those lots of IMG drivers etc. just the selected 
quality will be used, more precisely the maximum of horizontal and vertical resolution
Point sizes - the predefined font sizes in the font panel were changed
Color dialog - "orange" has been renamed to "red", "violet" to "blue" (the old names were historic for 
old printer's colors)
dictionary module - no longer necessary. The code is now directly part of papyrusg.app

RSC changes:
The resource has been completely redesigned because we use a different low-level library now and in 
order to support 3D-effects
menu - "ruler" changed to "rulers", "vertical ruler" moved into a dialog, "mouse actions" removed
Tree FMOUSOPT (mouse actions) - removed; buttons moved into FWRULERS/FDIVOPT
Tree FDIVOPT (misc options) - horizontal auto scrolling button moved here
Tree FWRULERS (ruler options) - new dialog
lots more, but we can't think of all of them

serious bugs:

minor bugs:
right to left writing - wraparound did not work correctly
text behind tables - since 3.60, by deleting a CR at the top or bottom of a table, text could be shifted 
behind that table that could not be deleted any more. Papyrus no longer allows this.
page sized pictures - if a picture bigger than a page was created with wraparound turned on, this 
caused new pages to be inserted indefinitely because the picture kept pushing it anchor ahead 
of itself. Now objects bigger in both dimensions than the main text frame are ignored for 
wraparound.
printing - stopping foreground printing (with Papyrus's own drivers) with Esc should work more 
reliably now
bus/address error catching - should work more reliably now. There were also crashes if loading of a 
document was cancelled during initialisation, when error catching was turned off.
high zoom with long documents - numerics have been redesigned so that an integer overflow is 
less likely now (there were minor problems with very large documents in high zoom levels)

touched things for testing:
Papyrus Gold 4.02 - released 27.12.95
documents saved with this version can be read since: version 4.0 only!

features:
none

Changes:
Dialoge - Dialog-Datenstrukturen werden nun erst initialisiert, wenn der Dialog zum ersten mal 
angesprochen wird (spart einige 10 kB)

RSC changes:
diverse kleinere fixes an shortcuts und 3D-Effekten

serious bugs:
zur Abwechslung mal auf Deutsch, da die 4.00 nur in Deutschland erschienen ist.
Atari SLM Laser  - der in Papyrus eingebaute Treiber war kaputt und druckte dieselbe Seite immer 
wieder. Drucken ber NVDI/GDOS-Treiber ging aber.
Lupe Busfehler - ein Klick auf die Lupe fhrte gelegentlich zu einem Busfehler (wurde aber sauber 
abgefangen)
variables Datum - das Symbol wurde mitgedruckt

minor bugs:
Absatzformate - bei cut&paste wurde oft unntigerweise auf "kein Format" gesetzt (bei 
Absatzformaten aus alten Dokumenten)
Druckerrnder Endlospapier - Durch einen Fehler in der resource konnte bei den Druckerrndern 
nur ein Zeichen eingegeben werden, und auch voreingestellte die Werte wurden auf das erste 
Zeichen reduziert. In der Praxis hat das wenig Auswirkungen, auer da der nicht mehr am 
rechten Druckerrand geclippt wird, was bei einigen Druckern zu zustlichen Leerzeilen fhren 
kann, wenn etwas darber hinausragt. Treiber, bei denen die erste Stelle des linken Randes 
kleiner als die erste Stelle des rechten Randes ist, wrden nichts mehr Drucken, aber das ist 
zum Glck bei keinem der mitgelieferten Treiber der Fall (meistens sind berhaupt keine 
Endlos-Rnder definiert).
Diskette ist Schreibgeschtzt - EGem versuchte Grundstzlich, bei der Initialisierung auf dem 
Bootlaufwerk den Clipboard-Ordner anzulegen. Wurde auf plattenlosen computern Papyrus 
von einer schreibgeschtzten Diskette gestartet, erschien diese Meldung. Mit Abbruch ging es 
jedoch normal weiter.
Clipping Rechenfehler - bei sehr hohen zoomstufen > 1000% fhrte ein berlauf dazu, da auer 
im linken oberen Teil der Seite gar nichts mehr ausgegeben wurde.
Tabellensatz-dialog - Die Icons wurden nur bei doppelklick selektiert, obwohl sie ansonsten 
funktionierten.
Busfehler beim Tippen - kaum reproduzierbar und so selten, da das kein Betatester bemerkt hat. 
Der bug machte auch Tippen etwas langsamer als ntig.
Zeichenbelegung - Zeichen mit Index ber 32767 wurden mit negativer numerierung angezeigt
MultiTOS slider monochrom - sahen merkwrdig aus, da sie fr 3D-Darstellung verkleinert wurden, 
obwohl 3D ausgeschaltet war.
Ungenauigkeiten bei Signum-Font-Darstellung - Statt die internen Nachkommastellen zu runden, 
wurden sie abgeschnitten. Das machte sich hauptschlich bei Signum-Fonts auf dem 
Bildschirm bemerkbar, bei denen der erste Buchstabe eines Wortes meist relativ ein Pixel zu 
weit rechts positioniert wurde.
Textmakros - Der Aufruf von mehrbuchstabigen Makros mit Alternate klappte meistens nicht.

touched things for testing:
Clipping, Dialog-Initialisierung

Papyrus Gold 4.03 - released 2.1.96
documents saved with this version can be read since: version 4.0 only!

features:
RTF encodings - only \pc character set was supported in previous 4.0x.
	When a RTF file is displayed as an ASCII file, it usually starts with \rtf1\<character set> 
Papyrus now understands the character sets
RTF name	means
\ansi	(also called Latin-1 or ISO 8859-1, used by Risc OS, Amiga, MS 
Windows and others)
\mac	Apple Roman
\pc	IBM codepage 437, US-English (mostly used on messdos)
\pca	IBM codepage 850, Multilingual - Latin 1 (used on OS/2)
\nextcset	NeXTStep character set
	Thus Papyrus now understands all RTF encodings we have ever seen. 
	Export is always in \pc encoding.
3D Stuff - the special AES objects of MagiC 3.0 and later are now supported: Radio buttons, check 
boxes and shortcut underlines are now drawn via MagiC

Changes:

RSC changes:
allgemein den 3D-Quatsch aufgerumt und diverse kleine Korrekturen. Popups sahen vorher unter 
MultiTOS in Farbe ziemlich krank aus.

serious bugs:
Seitenoffsets - nderung von Einstellungen Fhrte manchmal zu einem Busfehler, evtl. auch bei 
anderen nderungen des Seitenlayouts (uninitialisierte Variable)
Intelliview - stndige berprfung fhrte manchmal zu Aufhngern, besonders beim Start von 
papyrus
Rechnen in Tabellen - Die routine, die die Fliekommazahlen im alten Format <= 3.6x konvertiert, 
warf das Vorzeichen weg. Besonders machte sich das bei leeren Feldern bemerkbar, die dann 
oft "?.00" oder hnliches ergaben, wenn sie in Rechnungen einbezogen wurden. Notbehelf:Die 
betroffenen leeren Felder selektieren und den Feldtyp neu setzen (Das setzt die internen 
Werte neu). Ab 4.03 werden die internen Zahlen korrigiert (Zahlen bleiben aber positiv). 
Falsche anzeigen wie oben werden aber erst beim nchsten Neuberechnen korrigiert.
	Auerdem wurde "[tab]" im Text davor/dahinter falsch konvertiert und fhrte zu willkrlich 
genderten fonts.
Komma-Tabulator - Nach einem Aufruf des Dialogs zum Einstellen des Zeichens fhrte ein weiterer 
Klick auf einen Tabulator meist zu einem Busfehler

minor bugs:
True-Color-Grafikkarten - werden endlich richtig untersttzt fr Farbbilder (vorher wurden Farbbilder 
dort monochrom gedithert)
Farbbilder - wurde ber den Bildschirmtreiber gedruckt (nicht ber MEMORY.SYS), so kam es zu 
redrawfehlern oder sogar Abstrzen, wenn whrend des Seitenaufbaus ein Fehler 
ausgegeben wurde (z.B. hat der JPG-Import-treiber manchmal nicht genug Speicher). 
Auerdem wurde beim ersten Bildaufbau meist rechts und unten eine Bildzeile zu wenig 
ausgegeben.
RTF Import - durch einen Integer berlauf waren die Defaultwerte fr Papierformat und Seitengre 
negativ. Wurde eine RTF-Datei importiert, die keine Angaben dafr enthielt, fhrte das meist zu 
einer Endlosschleife oder zumindest zu ziemlich krank formatiertem Text.
	Auerdem wurde das Datumssymbol falsch importiert und exportiert.
Textmakros - nach dem Lschen des letzten bzw. einzigen Makros fhrte ein Aufruf des Krzels zu 
einem Busfehler - Danke, Hagen
Tabs - wegen kleiner Rechenungenauigkeiten wurden Tabs ohne Text dahinter manchmal nicht 
weitergerckt. Numerik umgebaut.
Wrterbuch - beim zurckschalten von hnlichkeitssuche auf normal wurde manchmal die Wortliste 
nicht aktualisiert
Zeichensatzbelegung - in Farbe wurde die Abschlieende untere Linie nicht gezeichnet. Die 
Codeseiten wurden auerdem etwas gendert, und die Unicode-nummer wird jetzt 
hexadezimal als "Uxxxx" angezeigt.
Lineale - Die Skalen wurden in Farbe immer hellgrau gezeichnet, auch wenn keine 3D-Effekte 
vorhanden waren
	Mit dem vertikalen Lineal gab es redrawfehler, wenn horizontal und vertikal gleichzeitig 
gescrollt wurde
ASCII import/export EInstellungen - wurden nicht gespeichert. Auerdem waren Mac(CR) und 
Unix(LF) vertauscht.
Temporrer Pfad - wurde auch nicht gespeichert
Textstil immer holen  - auch vergessen zu speichern.
doppelte Shortcuts im Dialog "Dokument-Darstellung" - wurde auf "OK/Abbruch" und dann wieder 
auf "setzen/zurck" zurckgeschaltet, wurden die Knpfe dieses Dialogs auch auch gendert, 
was aber so nicht vorgesehen war (Danke, Marianne)
Redrawfehler - wenn scrolling und andere redraws gleichzeitig auftraten (z.B.im "Gehe zu Seite" - 
Dialog), traten manchmal redrawfehler auf. Auerdem wurden die Druckerrnder bei Eingaben 
in darberliegende Textobjekte nicht neugezeichnet.
Textmakro-Aufruf mit F9 - wenn noch kein Makro definiert war, gab es einen Busfehler
Unerwartete situation "BOUN" - wenn horizontale oder vertikale Haarlinien angelegt wurden
Tabellen-Fllmuster - lieen sich nicht setzen

touched things for testing:
tabs, dialoge, RTF- und ASCII-Export/Import, Zeilenausgabe, Spezial-Symbole
Papyrus Gold 4.04 - released 4.1.96
documents saved with this version can be read since: version 4.0 only!

features:

Changes:

RSC changes:

serious bugs:
Tabs im Lineal - nach einem Einfachklick auf ein Tab konnte ein weiterer Klick ins Lineal zu einem 
Busfehler fhren
Drucken mit Bildschirmtreiber - Der Mauszeiger hinterlie manchmal "Krmel" oder sorgte auf TOS 
sogar fr Abstrze, wenn whrend des Grafikaufbaus fr den Drucker auf busybee geschaltet 
werden sollte (beim Skalieren von Bildern oder Laden von Bitmap-fonts). Allgemein kann ich 
von Benutzung des Bildschirmtreibers nur abraten, da nicht zu garantieren ist, da das berall 
geht und das ausserdem das Einihngen in einige Interrupts ntig macht. Wir lassen es aber 
drin, da man nicht auf jedem Atari MEMORY.SYS zur Verfgung steht und der von 
SpeedoGDOS nach wie vor etwas buggy ist (vor Allem Ungenauigkeiten bei 
Vektorfontgren). Der von NVDI ist einwandfrei.

minor bugs:
GEM Clipboard - wenn der Clipboard-Pfad vom System, Desktop oder anderen Programmen noch 
nicht initialisiert, landeten die Clipboard-Dateien im Papyrus-Verzeichenis (nur in 4.02, Danke 
Hagen)
Zoom - verrechnete sich beim ndern des Zooms ber Lupe oder popup mit der horizontalen 
Position, wenn der linke Rand ausgeblendet war (Danke Norbert)
Datumssymbol - wurde in alten Dokumenten <= 3.6x falsch konvertiert (fhrte manchmal zu 
zuflligen unsinnigen Textattributen, danke Hagen)
Tabellensatz - Tabellenzeilen, in die vertikal vereinigte Felder von oben hineinragten, konnten oft 
nicht verkleinert werden (Danke Norbert).
	Tabellenzeile einfgen fhrte zu Bus/Adrefehlern, wenn die Zeile ein vertikal vereinigtes Feld 
enthielt (Danke Norbert)
	"setzen" im Tabellendialog, wenn nur ein Teil der Tabelle selektiert war (kein vollstndigen 
Zeilen) fhrte manchmal zu Busfehlern
Serienbriefe - Umlaute in Datenfeldern wurden falsch konvertiert
Seitenoffsets - Ausblenden der Kopf/Fuzeile fr einen Seitenbereich funktionierte nicht, wurde 
immer mitgedruckt
Formulare - drucken ber den Formular-Dialog ging nicht ordentlich
direkt drucken - (ohne geffnetes Dokument drucken aufrufen) verhunzte den Dateinamen in der 
Warteschlange und strzte dann beim Drucken manchmal ab
Textmakros - [tab] und [cr] Spezialzeichen wurde bei "Block einfgen" falsch konvertiert. Einfgen 
von Makros mit [cr] ging auch nicht.
Wrterbuch anlegen - brach ab mit "Datei nicht gefunden". Auerdem hatte die Dateiauswahl keinen 
Titel.
Intelligent cut&paste - ging manchmal schief bei Worten die mit Umlauten anfingen oder aufhrten

touched things for testing:

Papyrus Gold 4.05 - released 5.1.96
documents saved with this version can be read since: version 4.0 only!

features:

Changes:
Alerts - Auf allgemeinen Wunsch sind wieder auf dem Bildschirm zentriert statt um den Mauszeiger. 
Wenn gengend Leute das doch um den Mauszeiger zentriert haben wollen, machen wir's 
umschaltbar.
	Auerdem lassen sich Dialog-shortcuts nur noch mit Alternate aufrufen, da zu oft 
unerwnschte Dinge ausgelst wurden (bes. bei automatischer Sicherung)

RSC changes:

serious bugs:
Drucken mit gedrehten Textobjekten - wurden direkt vor dem Drucken auf dem Bildschirm 
gedrehte Objekte gezeichnet und ber die Warteschlange gedruckt, so konnten am Anfang 
der Druckausgabe Teile von Objekten verschwinden.
Datumssymbol - der Bug, da es mitgedruckt wurde, hatte sich in 4.03 wieder eingeschlichen

minor bugs:
Textattribute holen - wurde in leeren Textobjekten, speziell Tabellenfeldern, nicht ausgefhrt
Objekt aufziehen - wurde datei automatisch gescrollt, so wurde das Objekt u.U. auf einer falschen 
Seite angelegt. Konnte zu nicht verbundenen Ankern fhren (die wurden aber frher oder 
spter automatisch weggerumt)

touched things for testing:

Papyrus Gold 4.06 - not yet released
documents saved with this version can be read since: version 4.0 only!

features:

Changes:
Info panel - now separated into two dialogs

RSC changes:

serious bugs:

minor bugs:
Inhaltsverzeichnis - Seitennummern wurden alle am Ende angehngt
Dialoge ohne Fenster - redraws wurden manchmal ausgefhrt, obwohl gerade ein modaler fenster-
loser dialog oder alert aktiv war
Trennung ausschalten - ging fr ein einzelnes Wort oft nicht, da sich erst das Trenn-Attribut vom 
nchsten Wort auswirkte. Frher war das auch etwas inkonsistent; jetzt bestimmt immer das 
Trennattribut des ersten Buchstabens, wie das Wort getrennt wird.
Pfad von Vorlagen - es wurde beim Speichern immer der Papyrus-Pfad vorgegeben
Dialogkoordinaten speichern - Koordinaten wurden oft nicht wiederhergestellt seit 4.02
Inhaltsverzeichnis - Seitennummern wurden alle am Ende angefgt
Bilder ohne Anker - neue Bildausschnitte wurden immer ohne Ankert-Attribut angelegt
auerhalb des Fensters gemalt - manchmal falsches Clipping nach einem Piep (flackern der Men-
leiste)
Funktionstasten - wurden nicht akzeptiert, wenn ein Dialog vorne war

touched things for testing:
