diff options
author | rcyeske <rcyeske> | 2001-02-22 04:12:43 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-22 04:12:43 +0000 |
commit | 039b50b948dcdfc8a9b65024f863693dcb3cd437 (patch) | |
tree | 7179b11f8fadac95e129f4f513d1019414ea0dac | |
parent | 4c14d834ad697379212a827d93ff7be723c09dee (diff) | |
download | ratpoison-039b50b948dcdfc8a9b65024f863693dcb3cd437.zip |
*** empty log message ***
-rw-r--r-- | src/ChangeLog | 12 |
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> |