diff options
author | sabetts <sabetts> | 2001-09-18 06:47:06 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-18 06:47:06 +0000 |
commit | 3417b6981960f0c8ca0a5bf18a75386a10fdc719 (patch) | |
tree | 0b6fd50bcae2f2eb35e19ea4dbcf6e2e7b57731a /NEWS | |
parent | 445978d53f43962da85830a396aaf3acd021219a (diff) | |
download | ratpoison-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-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |