From e8feedf55d84f76884b537d2a789daab6df566f6 Mon Sep 17 00:00:00 2001 From: rcyeske Date: Sun, 11 Feb 2001 04:55:15 +0000 Subject: * actions.c (prev_window): display correct message when there is no other window or there are no windows at all. (next_window): display correct message when there is no other window or there are no windows at all. (key_actions): all number keys call goto_window_number with an argument instead of a dedicated function. * actions.c: replaced all user message strings with #define'd messages. * actions.h (goto_window): removed (goto_window_0): removed (goto_window_1): removed (goto_window_2): removed (goto_window_3): removed (goto_window_4): removed (goto_window_5): removed (goto_window_6): removed (goto_window_7): removed (goto_window_8): removed --- src/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 69fe38b..7541898 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,27 @@ +2001-02-10 Ryan Yeske + + * actions.c (prev_window): display correct message when there is + no other window or there are no windows at all. + (next_window): display correct message when there is no other + window or there are no windows at all. + (key_actions): all number keys call goto_window_number with an + argument instead of a dedicated function. + (key_actions): XK_exclam now runs execute_command + + * actions.c: replaced all user message strings with #define'd + messages. + + * actions.h (goto_window): removed + (goto_window_0): removed + (goto_window_1): removed + (goto_window_2): removed + (goto_window_3): removed + (goto_window_4): removed + (goto_window_5): removed + (goto_window_6): removed + (goto_window_7): removed + (goto_window_8): removed + 2001-02-10 shawn * communications.c (send_restart, send_kill): Added -- cgit v1.2.3