summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-22 04:12:43 +0000
committerrcyeske <rcyeske>2001-02-22 04:12:43 +0000
commit039b50b948dcdfc8a9b65024f863693dcb3cd437 (patch)
tree7179b11f8fadac95e129f4f513d1019414ea0dac /src/ChangeLog
parent4c14d834ad697379212a827d93ff7be723c09dee (diff)
downloadratpoison-039b50b948dcdfc8a9b65024f863693dcb3cd437.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 15445c4..ad30fe0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,19 @@
2001-02-21 Ryan Yeske <rcyeske@cut.hotdog.tmp>
+ * actions.c (find_keybinding): return an rp_action*, not a char*
+ (user_commands): add bind command
+ (parse_keydesc): new function
+ (cmd_bind): new function
+
+ * actions.h: update find_keybinding prototype
+
+ * events.c (handle_key): handle new return value of
+ find_keybinding
+
* actions.c (cmd_generate): Send the modifier prefix state as well
as the keycode.
+ (find_keybinding): Do not strdup the key action data.
+ (add_keybinding): Strdup the key action data.
2001-02-19 Ryan Yeske <rcyeske@cut.hotdog.tmp>