summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-02-23 10:12:30 +0000
committersabetts <sabetts>2001-02-23 10:12:30 +0000
commit48968c04b25b4c72a3a2ae63c758f803bf00a1c2 (patch)
tree72007075c342c83326cfd3aa8975a3f62e45857c /NEWS
parent65a47e5685546d2810293f249d2fdd589239926f (diff)
downloadratpoison-48968c04b25b4c72a3a2ae63c758f803bf00a1c2.zip
new news
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a61508..60dd0bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,32 @@
ratpoison NEWS --- history of user-visible changes. -*- outline -*-
* Changes Since 0.0.5
+** Sorted window list
+
+The window list is now sorted by number.
+
+** Resizing input window
+
+The size of the input window can be customized in conf.h by setting
+INPUT_WINDOW_SIZE. It also dynamically resizes to accommodate the user
+input.
+
+** Pointer location
+
+The pointer location is saved on a per window basis. When ratpoison
+switches to a window it restores the pointer location to its location
+the last time that window had focus.
+
+** Auto quit ratpoison
+
+When the auto close feature is enabled, ratpoison will exit when the
+last managed window is closed. This feature can be turned on by
+uncommenting the line:
+
+//#define AUTO_CLOSE
+
+in conf.h
+
** Improved shell command
The 'exec' command now calls execl ("/bin/sh", "sh", "-c", cmd, 0)
where cmd is your shell command. In short, you can now make shell