From 58e95be4eab6d82257214d76414c9eef901c5915 Mon Sep 17 00:00:00 2001 From: rcyeske Date: Fri, 2 Mar 2001 05:36:09 +0000 Subject: * actions.c (cmd_source): Open the file. Error report as appropriate. (cmd_windows): Call current_screen() to find the current screen. (cmd_clock): Show the clock even if no windows are open. (cmd_clock): Use xmalloc, remove error check. (initialize_default_keybindings): Use xmalloc. (cmd_bind): Use xmalloc. (cmd_rename): Use xmalloc, remove error check. (add_keybinding): Use xrealloc. (replace_keybinding): Use xrealloc. * actions.c: Use PRINT_DEBUG instead of fprintf. Put useful error text in calls to message(). (cmd_select): Show the window list if there is no such window number. --- src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 58d8802..8de2f21 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,14 @@ * actions.c (cmd_source): Open the file. Error report as appropriate. + (cmd_windows): Call current_screen() to find the current screen. + (cmd_clock): Show the clock even if no windows are open. + (cmd_clock): Use xmalloc, remove error check. + (initialize_default_keybindings): Use xmalloc. + (cmd_bind): Use xmalloc. + (cmd_rename): Use xmalloc, remove error check. + (add_keybinding): Use xrealloc. + (replace_keybinding): Use xrealloc. * main.c (read_rc_file): Take a file pointer rather than a filename. -- cgit v1.2.3