                               Clipboard
                            Thomas Leonard


Version 0.01  (20-Oct-1996)
------------
Main window shows type and owner of clipboard and allows user to put things
on the clipboard by dragging to the window.

Version 0.02  (21-Oct-1996)
------------
Added menu and info window.
User can save clipboard to filer or to another app (lots of fun with
Wimp_SendMessage!).

Version 0.03  (22-Oct-1996)
------------
Wrote most of IcnClipBrd including transfer of clipboard via Wimp$Scrap and
sending using RAM transfer (but not yet receiving data this way).

Version 0.04  (23-Oct-1996)
------------
Added support for RAM fetch, but had to remove it because it didn't work
with some programs which close all menus when you use RAM transfer!

Version 0.05  (08-Sep-1998)
------------
Made WimpSlot 36K, as someone said it wouldn't run on their computer with
32K. Changed the window layout to make the Owner box bigger.
Fixed serious bug - didn't work if <Wimp$Scrap> already existed!

Version 0.06  (15-Sep-1998)
------------
Made WimpSlot 40K, as someone else still couldn't run it!
Removed Shift from all the IcnClipBrd key-combos.
Added protocol status report box, and made it work better with Zap (though
still not perfect).

Version 0.07  (17-Sep-1998)
------------
Doesn't bring the window to the front when an error occurs unless the window
was already open.
Fixed protocol bug - window handle and icon handle got corrupted when
dragging a file owned by one application to another application.

Version 0.08  (17-Sep-1998)
------------
Now acks Message_DataLoad when copying from one task to another, since the
clipboard owner could decide that the receiver had died and delete the scrap
file.
Bugfix: IcnClipBrd treated any Claim_Entity message as a claim for the
global clipboard.

Version 0.09  (24-Jul-1999)
------------
Added Ctrl-E and Ctrl-K keys to IcnClipBrd; requested by Bob Pollard and
Stewy.

Version 0.10  (04-Aug-1999)
------------
Fixed bug in pasting routines - top-bit-set chars didn't have a leading zero
byte added.
