Skip to content

Commit 8efa9fd

Browse files
committed
Put comments in the right changelogs, added line breaks
1 parent 45ad148 commit 8efa9fd

2 files changed

Lines changed: 31 additions & 10 deletions

File tree

Xlib/ChangeLog

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
22

33
Various typo fixes, general updates.
44

5-
* Xlib/protocol/display.py: (mggrant) Fix for 1219457 - flushing was blocking and waiting for a read operation. Added missing "import socket" per bug report #681511. Fix for bug:1098695 & 1098738. The "recv" variable was being used for more than one thing - renamed one.
6-
7-
Changelog hasn't been maintained since 2002, but some of the more significant comments from cvs logs follow:
8-
9-
* Xlib/display.py: (petli) Fix bug in refresh_keyboard_mapping: ignore modifier and pointer remappings. Plays nice with pydoc. Copied some text from the docs to __doc__ strings in Xlib/display.py so that they appear when you use pydoc. Completed documentation for Display objects.
10-
* Xlib/XK.py: (calroc99) Minor doc string changes. Called load_keysym_group() for miscellany and latin1 keysyms, rather than importing the modules.
11-
* Xlib/keysymdef/*: (calroc99) Small change to keysym loading. Works the same way.
12-
* Xlib/protocol/request.py: (petli) Fix bugs in definition and method of GrabButton/Pointer
13-
* Xlib/support/*, Xlib/xauth.py, Xlib/error.py: (petli) Added ~/.Xauthority parsing by Python code instead of relying on /usr/X11R6/bin/xauth. Not activated yet in all cases yet? Activated in unix_support.py.
14-
* Xlib/xobject/drawable.py: (petli) Fix bugs in definition and method of GrabButton/Pointer
5+
Changelog hasn't been maintained since 2002, but some of the more
6+
significant comments from cvs logs follow:
7+
8+
* Xlib/display.py: (petli) Fix bug in refresh_keyboard_mapping:
9+
ignore modifier and pointer remappings. Plays nice with pydoc.
10+
Copied some text from the docs to __doc__ strings in
11+
Xlib/display.py so that they appear when you use pydoc.
12+
Completed documentation for Display objects.
13+
* Xlib/XK.py: (calroc99) Minor doc string changes. Called
14+
load_keysym_group() for miscellany and latin1 keysyms, rather
15+
than importing the modules.
16+
* Xlib/keysymdef/*: (calroc99) Small change to keysym loading.
17+
Works the same way.
18+
* Xlib/support/*, Xlib/xauth.py, Xlib/error.py: (petli) Added
19+
~/.Xauthority parsing by Python code instead of relying on
20+
/usr/X11R6/bin/xauth. Not activated yet in all cases yet?
21+
Activated in unix_support.py.
22+
* Xlib/xobject/drawable.py: (petli) Fix bugs in definition and
23+
method of GrabButton/Pointer
1524
* Xlib/xobject/icccm.py: (petli) Add WithdrawnState to WMHints
1625
* doc/*: (petli) documentation updates, typos and completing
1726
documentation for Display objects

Xlib/protocol/ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2006-07-22 Mike Grant <mgg@nobodymuch.org>
2+
* Xlib/protocol/display.py: (mggrant) Fix for 1219457 - flushing
3+
was blocking and waiting for a read operation. Added missing
4+
"import socket" per bug report #681511. Fix for bug:1098695 &
5+
1098738. The "recv" variable was being used for more than one
6+
thing - renamed one.
7+
8+
Changelog hasn't been maintained since 2002, but some of the more
9+
significant comments from cvs logs follow:
10+
* Xlib/protocol/request.py: (petli) Fix bugs in definition and
11+
method of GrabButton/Pointer
12+
113
2002-02-22 Peter Liljenberg <peter.liljenberg@esdgkonsult.com>
214

315
* event.py(CirculateNotify, CirculateRequest): These are

0 commit comments

Comments
 (0)