Ovation 2.71  12th July 2003

DP 386

Added to styles the possibility of 'All lower' in addition to All Caps, Title and Normal.

Only use this if you're sure people using the document will have OP 2.71 or later.


DP 385

Tweek code in c.buttons, refreshbutton() to prevent zero location access (if(file) view=file->view).


DP 384

Tweek code in c.dbstyle to prevent zero location access (f1==NULL).


DP 383

Allow stylesheets to be dragged to the pane in the edit styles window, as well as to the main
window.

This should have been the way things worked, but the code didn't actually do what it should have
(remdataload[i]).



DP 382

When the script function delete_window() is called it corrupts the heap of
script window handlers.

Fixed.


DP 381

The code for finding a sprite name can explore beyond the extent of the sprite
area if the name it is looking for does not exist.

Fixed.



DP 380

On loading an old Ovation 1.XX document an illegal access of memory takes
place, the resulting data is used to set the print shape value.

Fixed.

Never did much harm.


DP 379

Autosave, if the prompt to save is cancelled then no subesequent autosave
events take place.

Fixed.



DP 378

The special colour Registration has a (hidden) flag which makes it appear on
all plates. There are two related bugs. 

First a new colour based on Registration will inherit the flag, and so the
colour will appear on all plates.

Second DDL files do not store the flag. As a result a document loaded from
DDL has a Registration colour which does not appear on spot plates.

Both these bugs are fixed.


DP 377

Changed memory allocation in colour chart code. Possible overrun leading to crash.


