Due to the modest volume of patches we get on the mailing list and
because all recent patches that have come in are rather hairy, I am
writing up a summary of how to create patches for the mailing list.

Diffing
===================================
Use 'diff -u' or 'cvs diff -u' from within the Libs/ClanLib-0.7 directory. 
This is contextual diff, it provides more information so it easier to
examine the changes before applying.

If you're using Windows, the TortoiseCVS utility
(http://www.tortoisecvs.org) can easily create patches.

Also you might want to download the small utility WinPatch at
http://clanlib.org/development/winpatch.html. Do your changes in a copy
of the ClanLib directory (so you have one copy with the original
sourcefiles, and one with your changes). Run the winPatch utility,
fill in the paths to the two directories, and it generates a patch
(list of changes you did to files).

Submitting
===================================
Please submit patches to our one of our mailing-lists -
clanlib-devel@clanlib.org or clanlib-user@clanlib.org.

Describing
===================================
You should describe what your patch does. Please no 'This fixes a bug'.
Tell us which bug, in what component. Generally, be descriptive without
being needless verbose.
