From 445978d53f43962da85830a396aaf3acd021219a Mon Sep 17 00:00:00 2001 From: sabetts Date: Tue, 18 Sep 2001 06:41:30 +0000 Subject: * src/ratpoison.h (xstrdup): new prototype * src/main.c (xstrdup): new function. All calls to strdup replaced with calls to xstrdup. (main): Keep a list of all commands pasted in through the -c command-line option. (main): execute all commands pasted in through the -c command-line option. * src/actions.h (cmd_chdir): new prototype * src/actions.c (cmd_clock): rename to cmd_time. Dependant code updated. (user_commands): rename "clock" command to "time". (cmd_chdir): new function (user_commands): new command "chdir". --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index dd0d9c7..87d32d8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- * Changes since 1.0.0 +** 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. + ** clock command renamed to time This was to improve screen compatibility. -- cgit v1.2.3