From 3c255ea736cdb1e3d0bf77f1160b6d495cb090db Mon Sep 17 00:00:00 2001 From: sabetts Date: Wed, 5 Sep 2001 07:48:49 +0000 Subject: * src/messages.h (MESSAGE_WELCOME): The help keystroke is not hardcoded. * src/main.c (show_welcome_message): new function (main): call show_welcome_message to show the welcome message. * src/actions.h (find_keybinding_by_action): new prototype * src/actions.c (key_actions): change to a static variable. (key_actions_last): likewise (key_actions_table_size): likewise (find_keybinding_by_action): new function --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f3c36a8..63b4a37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2001-09-05 shawn + + * src/messages.h (MESSAGE_WELCOME): The help keystroke is not + hardcoded. + + * src/main.c (show_welcome_message): new function + (main): call show_welcome_message to show the welcome message. + + * src/actions.h (find_keybinding_by_action): new prototype + + * src/actions.c (key_actions): change to a static variable. + (key_actions_last): likewise + (key_actions_table_size): likewise + (find_keybinding_by_action): new function + 2001-09-04 shawn * src/actions.h (cmd_unbind): new prototype -- cgit v1.2.3