diff options
author | sabetts <sabetts> | 2005-02-10 23:22:40 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-02-10 23:22:40 +0000 |
commit | 3d57925ea2acf5f202a89982a70c692eb36572f4 (patch) | |
tree | 01c73f59bddf7269cf8933948404683a9ff2c37c /ChangeLog | |
parent | 3fac62ca1f2d01907cbfca54f881c3218a1eca41 (diff) | |
download | ratpoison-3d57925ea2acf5f202a89982a70c692eb36572f4.zip |
(parse_keydesc): return a cmdret error in the
event of an error and take a point to an rp_key as an
argument. Fill this argument with the parsed key.
(parse_keydesc): Don't accept the keysym if it doesn't map to a
keycode.
(cmdret_new): renamed from cmdret_new_printf. All callers updated.
(cmdret_new_printf): remove function.
(arg_free): free the key member.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2005-02-10 Shawn Betts <katia_dilkina@verizon.net> + + * src/actions.c (parse_keydesc): return a cmdret error in the + event of an error and take a point to an rp_key as an + argument. Fill this argument with the parsed key. + (parse_keydesc): Don't accept the keysym if it doesn't map to a + keycode. + (cmdret_new): renamed from cmdret_new_printf. All callers updated. + (cmdret_new_printf): remove function. + (arg_free): free the key member. + 2005-02-09 Shawn Betts <katia_dilkina@verizon.net> * src/main.c (main): set the RATPOISON env. variable to the path |