version 0.1.5 - 12 June 2007 - disabled multimedia key bindings by default, these cause havoc if the respective key symbols aren't defined in ~/.Xmodmaprc - included the api docs directory ('html') in package - added exception catching at top-level - 11 June 2007 - created top-level Makefile to build and install everything - added WMIIView.focusNext and WMIIView.focusPrev, allowing for true Alt-Tab window cycling bindings - 10 June 2007 - fixed incorrect tag assignment methods - added methods to support placing windows in multiple views - 5 June 2007 - switched to pure-python Plan9 implementation (thanks to Rico for the code) - added more methods version 0.1.4 - 3 June 2007 - added program and action menus - added general popup menu - added fulscreening methods - 2 June 2007 - added more move/resize methods - added keybindings for 'panning' the desktop - added WMIIColumn class, for abstract representation of columns on a view - cleaned up WMIIView.index, made it simpler and more consistent - added more properties to all classes version 0.1.3 - 1 June 2007 - added focus model settings ('sloppy' or 'click') for managed and floating windows - included in package a version of wmii and libixp that are known to work with pywmii - WMII is presently a rapidly moving target, with rapidly changing internal data structures, so for now we advise you to use the enclosed version. Call it a temporary fork, for it has been patched to provide: - ability to disable lazy focus - ability to move/resize windows via plan9 fs commands and pywmii method calls - 31 May 2007 - added mouse click handlers for view panel and view swapping - added WMIIView class to allow convenient access to views - added WMIIClient move/resize methods, based on the Alex Popiel's geometry patch - added move/resize key bindings - added piles more magic attributes version 0.1.2 - 29 May 2007 - massive overhaul - drastically cleaned up and simplified the code version 0.1.1: - 28 May 2007 - added ability to dynamically reload keybindings from a file version 0.1: - 28 May 2007 - improved PEP8 compliance in code, removed Leo sentinels - 27 May 2007 - first release