|
4 | 4 |
|
5 | 5 | * Version 0.14 ? (trialed as 0.14rc1 on ?) |
6 | 6 |
|
| 7 | +A couple of new extensions, a Python 2.5 fix and a couple of aliases |
| 8 | +(Display.get_atom() now uses the internal cache and added |
| 9 | +Window.raise_window()) |
| 10 | + |
7 | 11 | ** RECORD extension |
8 | 12 |
|
9 | | -Alex Badea contributed a RECORD extension module, allowing Python Xlib programs to capture mouse and keyboard events (or all other core or extension events) easily. A demo is in the examples directory. See http://refspecs.freestandards.org/X11/recordlib.pdf for more information. |
| 13 | +Alex Badea contributed a RECORD extension module, allowing Python Xlib |
| 14 | +programs to capture mouse and keyboard events (or all other core or |
| 15 | +extension events) easily. A demo is in the examples directory. See |
| 16 | +http://refspecs.freestandards.org/X11/recordlib.pdf for more information. |
10 | 17 |
|
11 | 18 | ** XINERAMA extensiion |
12 | 19 |
|
13 | | -Mike Meyer contributed a Xinerama extension module, allowing Python Xlib programs to interrogate the X server about positions and sizes of multiple screens. |
| 20 | +Mike Meyer contributed a Xinerama extension module, allowing Python Xlib |
| 21 | +programs to interrogate the X server about positions and sizes of |
| 22 | +multiple screens. Specifications are a bit tricky to find - |
| 23 | +http://sourceforge.net/projects/xinerama/ has some older specs and the |
| 24 | +source code of the xorg project (libs & server code) has "definitive" |
| 25 | +information. |
14 | 26 |
|
15 | 27 | ** Python 2.5 fix |
16 | 28 |
|
17 | | -Bugfix to correct handling of ~/.Xauthority parsing under Python 2.5 causing failed authentication. |
| 29 | +Bugfix to correct handling of XAuthority file parsing under Python 2.5 |
| 30 | +causing failed authentication. |
18 | 31 |
|
19 | 32 |
|
20 | 33 | * Version 0.13 6 Aug 2006 (trialed as 0.13pre1 on 22 Jul 2006) |
21 | 34 |
|
22 | | -A small release to incorporate a number of minor corrections and bug fixes, including small changes to keysym handling, .Xauthority parsing, several fixes to sending/receiving/flushing data, addition of WithdrawnState to WMHints. petli completed documentation for Display objects. |
| 35 | +A small release to incorporate a number of minor corrections and bug |
| 36 | +fixes, including small changes to keysym handling, .Xauthority parsing, |
| 37 | +several fixes to sending/receiving/flushing data, addition of |
| 38 | +WithdrawnState to WMHints. petli completed documentation for Display |
| 39 | +objects. |
23 | 40 |
|
24 | 41 |
|
25 | 42 | * Version 0.12 29 Mar 2002 |
|
0 commit comments