summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-18 06:47:06 +0000
committersabetts <sabetts>2001-09-18 06:47:06 +0000
commit3417b6981960f0c8ca0a5bf18a75386a10fdc719 (patch)
tree0b6fd50bcae2f2eb35e19ea4dbcf6e2e7b57731a /NEWS
parent445978d53f43962da85830a396aaf3acd021219a (diff)
downloadratpoison-3417b6981960f0c8ca0a5bf18a75386a10fdc719.zip
* src/actions.h (cmd_unsetenv): new prototype
* src/actions.c (cmd_unsetenv): new function (user_commands): new "unsetenv" command
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 87d32d8..6434a8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
ratpoison NEWS --- history of user-visible changes. -*- outline -*-
* Changes since 1.0.0
+** New command unsetenv
+Remove an environment variable from...well...the environment.
+
+** New command chdir
+Change the current directory.
+
** Multiple commands passed to ratpoison via the command-line are now processed
A stream of commands like, `ratpoison -c next -c prev -c next' are
processed in order.