summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-13 11:14:29 +0000
committersabetts <sabetts>2001-09-13 11:14:29 +0000
commit73f336b75de79e011842bb5f4851c2e5169c76ab (patch)
treeb13c57e9f8bdf19eed171ad4473eb343523dc49b /NEWS
parentd5b04e0048b0f1bd5a3d5a8f6c5f49aecab5ed64 (diff)
downloadratpoison-73f336b75de79e011842bb5f4851c2e5169c76ab.zip
(command): Gobble the whitespace between the
command and the argument list. Code that did this in specific commands has been removed. (cmd_setenv): new function (cmd_meta): rename from cmd_generate. All dependant code updated. (cmd_redisplay): rename from cmd_maximize. All dependant code updated. (initialize_default_keybindings): bind "redisplay" to C-t l and C-t c-l. (cmd_msgwait): rename from cmd_defbartimeout. All dependant code updated.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 740f4ea..efa3d31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
ratpoison NEWS --- history of user-visible changes. -*- outline -*-
* Changes since 1.0.0
+** Command defbartimeout renamed to msgwait
+This was done to better mirror screen commands.
+
+** Command generate renamed to meta
+This was done to better mirror screen commands.
+
+** Comand maximize renamed to redisplay
+This was done to better mirror screen commands. It is no longer bound
+to C-t m it is now bound to C-t l.
+
** Cursor in the input window
There is now a cheap cursor to help you remember where you are.