11-*-outline-*-
22
3- NEWS for Python X Library
3+ NEWS for Python X Library
44
5- * Version 0.15 ???
5+ * Version 0.15rc1 - 14 Nov 2009
6+
7+ Improved support for newer versions of Mac OS X, a couple of new
8+ extensions, and several bugfixes.
69
710** Composite extension
811
@@ -14,7 +17,6 @@ together with the DAMAGE and XFIXES extensions. Typically you would
1417also need RENDER or glX or some similar method of creating fancy
1518graphics.
1619
17-
1820** XF86 special function keysyms
1921
2022Keysym definitions for special function keys found on modern
@@ -26,9 +28,14 @@ importing Xlib.XK:
2628
2729Xlib.XK.load_keysym_group('xf86')
2830
31+ ** RANDR extension
32+
33+ The RANDR extension complements XINERAMA as a way of getting data about the
34+ physical screens making up a virtual screen in X. An example of usage can
35+ be found in examples/xrandr.py.
2936
3037
31- * Version 0.14 1 Oct 2007 (trialed as 0.14rc1 on 10 Jun 2007)
38+ * Version 0.14 - 1 Oct 2007 (trialed as 0.14rc1 on 10 Jun 2007)
3239
3340A couple of new extensions, a Python 2.5 fix and a couple of aliases
3441(Display.get_atom() now uses the internal cache and added
@@ -56,7 +63,7 @@ Bugfix to correct handling of XAuthority file parsing under Python 2.5
5663causing failed authentication.
5764
5865
59- * Version 0.13 6 Aug 2006 (trialed as 0.13pre1 on 22 Jul 2006)
66+ * Version 0.13 - 6 Aug 2006 (trialed as 0.13pre1 on 22 Jul 2006)
6067
6168A small release to incorporate a number of minor corrections and bug
6269fixes, including small changes to keysym handling, .Xauthority parsing,
@@ -65,7 +72,7 @@ WithdrawnState to WMHints. petli completed documentation for Display
6572objects.
6673
6774
68- * Version 0.12 29 Mar 2002
75+ * Version 0.12 - 29 Mar 2002
6976
7077** SHAPE extension
7178
@@ -79,10 +86,10 @@ http://ftp.x.org/pub/R6.6/xc/doc/hardcopy/Xext/shape.PS.gz
7986
8087In Python 2.2 FCNTL.FD_CLOEXEC has disappeared and FCNTL on the whole
8188is deprecated, so that had to be dealt with to make the Xlib work with
82- that version.
89+ that version.
8390
8491
85- * Version 0.11 23 Feb 2002
92+ * Version 0.11 - 23 Feb 2002
8693
8794** Regression tests for the protocol definition
8895
@@ -97,7 +104,7 @@ Additionally, a subtle bug in the core engine which could cause a
97104"can't happen"-error has also been found and fixed.
98105
99106
100- * Version 0.10 16 Dec 2001
107+ * Version 0.10 - 16 Dec 2001
101108
102109** Event bugfix
103110
@@ -120,7 +127,7 @@ that will work on some combinations of image and drawable depth. It's
120127not perfect, but it's a start.
121128
122129
123- * Version 0.9 4 Dec 2001
130+ * Version 0.9 - 4 Dec 2001
124131
125132** Documentation improved
126133
@@ -158,7 +165,7 @@ included a comma.
158165
159166
160167
161- * Version 0.8 12 Jan 2001
168+ * Version 0.8 - 12 Jan 2001
162169
163170** Uses distutils
164171
@@ -167,10 +174,10 @@ building easier.
167174
168175** Tested with Python 2.0
169176
170- A few incompatibilities with Python 2.0 has been fixed.
177+ A few incompatibilities with Python 2.0 has been fixed.
171178
172-
173- * Version 0.7 8 Jan 2001
179+
180+ * Version 0.7 - 8 Jan 2001
174181
175182** Fixed the 64-bit platform fix.
176183
@@ -190,7 +197,7 @@ class in Xlib/protocol/rq.py.
190197
191198
192199
193- * Version 0.6 29 Dec 2000
200+ * Version 0.6 - 29 Dec 2000
194201
195202** Fix to make python-xlib work on 64-bytes architectures.
196203
@@ -200,7 +207,7 @@ this is 32 bits as expected. On Alpha, it's 64 bits. python-xlib now
200207probes how large each type code is to avoid this problem.
201208
202209
203- * Version 0.5 28 Dec 2000
210+ * Version 0.5 - 28 Dec 2000
204211
205212** Functions implemented to get and set all ICCCM WM properties on
206213Window objects.
@@ -216,7 +223,7 @@ be fed into utils/parsexbug.py, which will output all requests,
216223responses, errors and events in a readable format.
217224
218225
219- * Version 0.4 4 Oct 2000
226+ * Version 0.4 - 4 Oct 2000
220227
221228** Thread support completed, but not really stresstested yet.
222229
@@ -227,5 +234,3 @@ together with generic Unix code and some simple VMS code.
227234
228235** The usual bunch of bugfixes.
229236
230-
231-
0 commit comments