summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-01-24 11:18:12 +0000
committersabetts <sabetts>2002-01-24 11:18:12 +0000
commitd00e7292850d6b6913251a370801be740adba8e0 (patch)
tree785022674b2d059a216807d73dfadec08a8eb245 /ChangeLog
parentcb02a04e74094b5ab59e438145f33b0a61fd5fa4 (diff)
downloadratpoison-d00e7292850d6b6913251a370801be740adba8e0.zip
* src/actions.c (command): Append to the end of alias command the
arguments passed in before evaluating the alias.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11506ea..5485c6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* src/actions.c (find_alias_index): new function
(cmd_alias): When an alias is already in the alias list, replace
it with the new alias.
+ (command): Append to the end of alias command the arguments passed
+ in before evaluating the alias.
* src/events.c (configure_request): do not send a synthetic
configure notify event.