Changes
=======

This document describes changes to the CD since the first version. To help
owners of older versions it occasionally describes how to fix problems, if
you are reading this on a CD you have no need to try to apply these fixes,
since they've already been made.


29th March 2002
---------------

Update of CD to reflect the new name of "David Pilling's scanning software",
and consequent changes to web site etc. The maillist archives have been
edited to remove the old name of this piece of software.


17th October 2001
-----------------

Updated CD to version 2.66

Many new versions of applets etc.

Quick Reference Card the last paragraph of text on page 3 starting "Normally
after using the Frame ..." has obviously slipped back from underneath the
Toolbox illustrations on the following page.

The tutorial (page 29) has incorrect or missing entries for using the H, J
and S Keys with Ctrl & Ctrl Shift.

Ctrl J in the Quick Reference Card should be blank (Join line only  works if
the JoinLine applet is loaded).

Documented pause() function in script manual.




3rd December 2000
-----------------

Minor typographical changes to the CD Guide and Tutorial documents.

Small change to Print-Aid document.

Main manual chapter 9 has the same margins on left and right pages, fixed
this so left pages mirror right pages, like other chapters.

Tutorial file will give error about missing Art Deco border on loading. This
is used on page 2.1 but at such a small width it can be replaced with a
plain border with no visible change.

The applet manager (DavidPilling.Extras.AppletManager) needs a directory
'ApplStore' creating inside it (!Applets.ApplStore).
The applet manager has now been modified to cope with more than 77 applets
in a directory.

Added latest Maillist archives.

Fixed install file for Others.Levens.Applets.SmartCal. 
Moved Levens.Filters.PhotoCD to Levens.Applets
Fixed install file for Levens.AutoList

Fixed the 'ThesData' file inside the Thesaurus which was corrupt.

Added OEPS applet 1.03, which fixes problems with text printing on screen
when EPS files with previews in are imported. Only happens with some
versions of ChangeFSI.




9th October 2000
----------------

Updated the !!Voucher document in Others.Levens.HTMLPro, price should be 15 pounds
and not 20.


TransFSI, TransPCD, TransRTF in DavidPilling.Filters contained the old
non-RISC OS 4 compatible !Server file. Replaced this with the latest
version. 

The fix if you have the old version is to copy !Server from inside !TransIMP
into these three filters.


The applet Newframe in Others.Breakwell.Applets.NewFrame will cause an
error "Menu does not exist" when Ovation Pro starts if it is installed.
The solution is to get hold of version 1.01 of the applet.

Or replace

  writeicon(newf_window,1,string_menu(newf_menu,0));

with

  menudefstring(newf_menu,0,4,s);
  writeicon(newf_window,1,s);

in the main() function at the end of the Library.NewFrame script



8th May 2003
------------

Updated for 32 bits/RISC OS 5/Iyonix.


The problem is that not everyone wants a 32 bit version, and others must
have it. Not all the software on the CD can ever be converted to 32 bits.

So there's a new folder DavidPilling32 in which the latest 32 bit versions
of things are. The previous 26 bit versions live on in the DavidPilling
folder.

By default the 32 bit version will only be run on RISC OS 5 machines.
However the 32 bit version will run on older Acorns if they have the latest
Shared C Library installed. Since the 32 bit version is the latest version,
it is desirable to use it if you can.


