summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2005-01-22 19:29:36 +0000
committersabetts <sabetts>2005-01-22 19:29:36 +0000
commitfee7a3ae27a66f2cbaca17944978bbff30e60089 (patch)
treefe596591a08065f77ae6e33fa2f41e343ef51bc5 /ChangeLog
parent9f6c3c6c2f62812a60e8122810fff6efc32585fb (diff)
downloadratpoison-fee7a3ae27a66f2cbaca17944978bbff30e60089.zip
* src/actions.h (argtype): add arg_RAW
* src/actions.c (init_user_commands): make unmanage'd argument optional when called non-interactively. (init_user_commands): "title" accepts 1 argument. (init_user_commands): "echo" and "putsel" take a raw argument. (read_arg): parse arg_RAW (parse_args): take a raw argument. gobble whitespace when we've hit nargs and raw is false. callers updated. (command): don't gobble whitespace after reading the command. set nargs when the argtype is arg_RAW, too. (cmd_set): set nargs when the argtype is arg_RAW, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9f7332..6a1728d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,17 @@
2005-01-22 Shawn Betts <katia_dilkina@verizon.net>
+ * src/actions.h (argtype): add arg_RAW
+
* src/actions.c (init_user_commands): make unmanage'd argument
optional when called non-interactively.
(init_user_commands): "title" accepts 1 argument.
+ (init_user_commands): "echo" and "putsel" take a raw argument.
+ (read_arg): parse arg_RAW
+ (parse_args): take a raw argument. gobble whitespace when we've
+ hit nargs and raw is false. callers updated.
+ (command): don't gobble whitespace after reading the command. set
+ nargs when the argtype is arg_RAW, too.
+ (cmd_set): set nargs when the argtype is arg_RAW, too.
2005-01-20 Shawn Betts <katia_dilkina@verizon.net>