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