0.9
Unify autofoo .gitignore bits into one top-level file, and remove resulting redundancies.
Add an explanation of libtool -version-info to src/Makefile.am, and add an explicit -version-info 0:0:0 for all libraries.
Declare arguments const in the various structure accessors, so XCBGetSetup is not so painful to use.
Fix a comment for the renaming of XCBConnSetupSuccessRep to XCBSetup, and fix another comment which had a copy-paste error.
The typedefs replacing Xmd.h conflict with Xmd.h. Here is a hacky workaround: FIXME!
Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*. Provide deprecated backwards-compatability functions and typedefs for the old names, to be removed before 1.0.
Replace my old generic map ADT with a growable array for the extension cache.
Minor performance improvement: do not call _xcb_in_expect_reply unless it is needed. It is not often needed.
_xcb_list is no longer used, so remove it. Simplify _xcb_map.
Remove xcl and CVSROOT.
Add XCBGetQueuedRequestRead for Xlib that does no syscalls, just returns whatever XCB already knows about.
Add XCBPollForReply and deprecate XCBGetRequestRead and XCBGetQueuedRequestRead.