summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2005-01-15 17:34:55 +0000
committersabetts <sabetts>2005-01-15 17:34:55 +0000
commit6e0af3d35f55833df7a9f31cd4a1888667a9b633 (patch)
tree52460814dc38cb755223f70a2a9cfa195da40026 /ChangeLog
parent9376a79ac58a8953da9a3c7bed929165c7703e5c (diff)
downloadratpoison-6e0af3d35f55833df7a9f31cd4a1888667a9b633.zip
(command): check list_size of head when checking for too many
arguments. (cmd_set): raise error if set command was passed too many arguments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b55a40..b1abee7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* src/actions.c (init_user_commands): set the last argument of the
following commands to arg_REST: addhook, chdir, remhook, source,
tmpwm, and prompt.
+ (command): check list_size of head when checking for too many
+ arguments.
+ (cmd_set): raise error if set command was passed too many
+ arguments.
2005-01-15 Shawn Betts <sabetts@vcn.bc.ca>