Skip to content

Commit bbb4091

Browse files
committed
Updates to changelogs
1 parent 9b4121f commit bbb4091

2 files changed

Lines changed: 28 additions & 4 deletions

File tree

NEWS

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,39 @@
44

55
* Version 0.14 ? (trialed as 0.14rc1 on ?)
66

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+
711
** RECORD extension
812

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.
1017

1118
** XINERAMA extensiion
1219

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.
1426

1527
** Python 2.5 fix
1628

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.
1831

1932

2033
* Version 0.13 6 Aug 2006 (trialed as 0.13pre1 on 22 Jul 2006)
2134

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.
2340

2441

2542
* Version 0.12 29 Mar 2002

Xlib/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2007-03-18 Mike Grant <mgg@nobodymuch.org>
2+
3+
* Xlib/display.py: (mgg) Added a get_atom alias that uses the
4+
internal cache
5+
* Xlib/xobject/drawable.py: (mgg) Added a raise_window() alias
6+
to the Window class
7+
18
2007-02-15 Mike Grant <mgg@nobodymuch.org>
29

310
* Xlib/xauth.py: (mgg) Python 2.5 didn't like the way the buffer

0 commit comments

Comments
 (0)