[Xcb-commit] xcb ChangeLog,1.70,1.71
Jamey Sharp
xcb-commit at lists.freedesktop.org
Wed Dec 7 21:51:21 PST 2005
Update of /cvs/xcb/xcb
In directory gabe:/tmp/cvs-serv21145
Modified Files:
ChangeLog
Log Message:
Rename XCBConnect to XCBConnectToFD, and implement XCBConnect
and XCBConnectToDisplayWithAuthInfo, as specified by the XcbApi
documentation. Provide a trivial implementation of deprecated
XCBConnectBasic for backwards compatibility. Fix XCBParseDisplay
to accept a null screen pointer.
Index: ChangeLog
===================================================================
RCS file: /cvs/xcb/xcb/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- ChangeLog 30 Sep 2005 05:39:00 -0000 1.70
+++ ChangeLog 8 Dec 2005 05:51:19 -0000 1.71
@@ -1,3 +1,12 @@
+2005-12-07 Jamey Sharp <jamey at minilop.net>
+
+ * src/xcb.h, src/xcb_conn.c, src/xcb_util.c:
+ Rename XCBConnect to XCBConnectToFD, and implement XCBConnect
+ and XCBConnectToDisplayWithAuthInfo, as specified by the XcbApi
+ documentation. Provide a trivial implementation of deprecated
+ XCBConnectBasic for backwards compatibility. Fix XCBParseDisplay
+ to accept a null screen pointer.
+
2005-09-30 Trevor Woerner <twoerner.x at gmail.com>
reviewer: Jamey Sharp <jamey at minilop.net>
More information about the xcb-commit
mailing list