summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2005-01-15 05:20:21 +0000
committersabetts <sabetts>2005-01-15 05:20:21 +0000
commit253455bf72fc461f55d428387c746ba06150e2aa (patch)
treede4dab5a01262efffa3862a0a6a042a6669c6c64 /ChangeLog
parent8f7f08967c669769ec46876b7493bec8d228614b (diff)
downloadratpoison-253455bf72fc461f55d428387c746ba06150e2aa.zip
(parse_args): remove erroneous pointer dereference
of i when gobbling whitespace. (init_user_commands): set second argument to "alias" command to arg_REST. (init_user_commands): likewise for "set" (cmd_readkey): remove useless PRINT_DEBUG (cmd_set): pass an empty string to parse_args when the args[1] is NULL. (cmd_set): call the set function if the arg list size is 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed1f6ba..c9dddf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-01-15 Shawn Betts <katia_dilkina@verizon.net>
+
+ * src/actions.c (parse_args): remove erroneous pointer dereference
+ of i when gobbling whitespace.
+ (init_user_commands): set second argument to "alias" command to
+ arg_REST.
+ (init_user_commands): likewise for "set"
+ (cmd_readkey): remove useless PRINT_DEBUG
+ (cmd_set): pass an empty string to parse_args when the args[1] is
+ NULL.
+ (cmd_set): call the set function if the arg list size is 0.
+
2005-01-14 Shawn Betts <katia_dilkina@verizon.net>
* src/main.c (init_defaults): turn off warp by default.