blob: dee72fa7cf912b57be8c71e0ca02696db79a9368 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
ratpoison NEWS --- history of user-visible changes. -*- outline -*-
* 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
|