2 - set tags in the resulting image
3 - remove an unused variable
4 - add support for getting a subimage of the window
5 - include the interface header in the implementations so we
6 get errors when they don't match (doh!)
7 - return something from the X11 error handler
8 - add X11/Xutil.h include for XDestroyImage()
9 - handle the default (no id or hwnd) case correctly
13 - ignore some VC++ generated junk in MANIFEST.SKIP
14 - avoid some Makefile.PL warnings
15 - use Imager in Makefile.PL since I'd prefer to error on that
16 rather than Imager::ExtUtils
17 - work around Debian strangeness
18 - the x11 capture wasn't releasing the XImage or the line
20 - x11_open() incorrectly reset the error handler to junk
21 - Makefile.PL was checking /usr/X11R6 for headers instead of
23 - add header directories as -I flags if we find a header in
25 - avoid duplicate -L flags
28 Just packaging changes:
30 - updated my EU::MM and I now set the LICENSE key so it's set
34 - Initial release with X11 and Win32 support