diff options
author | rcyeske <rcyeske> | 2001-02-20 03:30:28 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-20 03:30:28 +0000 |
commit | b04b541a3aaab9e5f0d36b88f97720f9c78a538f (patch) | |
tree | 57f7de7a40cf5504c0ed4b2396eff04689e52733 /src/ChangeLog | |
parent | d1676f8fd215f735623cea1c1d707a346e9b6390 (diff) | |
download | ratpoison-b04b541a3aaab9e5f0d36b88f97720f9c78a538f.zip |
removed key_actions table, replaced with set of functions
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ef89b67..1974bcb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2001-02-19 Ryan Yeske <rcyeske@cut.hotdog.tmp> + * events.c (handle_key): Call find_keybinding() instead of looping + through keytable here. + + * main.c (main): Call initialize_default_keybindings. + + * actions.c (find_keybinding): Added. + (add_keybinding): Added. + (initialize_default_keybindings): Added. Do not use static table + of keybindings. Instead call add_keybinding() for each key. + * Makefile.am (ratpoison_SOURCES): add themes.h * main.c (FONT_NAME): Rename to FONT |