|
2 | 2 |
|
3 | 3 | Various typo fixes, general updates. |
4 | 4 |
|
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 |
15 | 24 | * Xlib/xobject/icccm.py: (petli) Add WithdrawnState to WMHints |
16 | 25 | * doc/*: (petli) documentation updates, typos and completing |
17 | 26 | documentation for Display objects |
|
0 commit comments