ratpoison NEWS --- history of user-visible changes. -*- outline -*- * Changes Since 0.0.5 ** Colormap support ratpoison now maintains colormaps ** XSizeHints honoured Windows may not maximize fully now since they use XSizeHints to figure out how big the window can be. ** Keysym reading updates keystrokes are now handled far better. Shifted keystrokes work. More uniform key event processing. ** New keystroke C-t space Does the same as C-t C-n (next window) ** Messages in the window bar ratpoison now outputs user error messages. * Changes Singe 0.0.4 ** added --kill and --restart These command line options allow the restarting and killing of a running ratpoison process. ** Mouse jumps to the bottom of the screen on keypresses This is pretty annoying if you're using anything other than keyboard apps. It is disabled by default. * Changes Since 0.0.3 ** Added --enable-debug This turns on debugging messages ** Added --version and --help command line options * Changes Since 0.0.2 ** Installation *** Added automake and autoconf To build and install ratpoison, you must now do this: aclocal automake -a -c autoconf ./configure make make install ** Features *** Added jump to window by name Hit C-t C-' and a box will pop up asking you for the name of the window to jump to. *** Added rename-window hit C-t C-a and a box will pop up asking you to rename the current window. Once it has been renamed, it will stay renamed. ** Bugs and Bug fixes