From ad859c2d9b0f19ff55ea016d23a97853ef99b89e Mon Sep 17 00:00:00 2001 From: sabetts Date: Tue, 26 Sep 2006 23:44:36 +0000 Subject: * src/manage.c (update_window_name): return 1 if anything changed. 0 otherwise. * src/events.c (property_notify): only update the window names if the window name actually changed. * src/bar.h (redraw_last_message): new prototype * src/bar.c (update_bar): update the window list if that's what's displayed. call redraw_last_message. (update_window_names): call marked_message_internal. (marked_message): call marked_message_internal. (marked_message_internal): ripped body from old marked_message minus alarm reset. (redraw_last_message): new function (show_last_message): call redraw_last_message * src/actions.c: include ctype.h (cmd_license): use redraw_last_message (cmd_help): likewise --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 59643ce..79ddf94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2006-09-26 Shawn Betts + + * src/manage.c (update_window_name): return 1 if anything changed. 0 otherwise. + + * src/events.c (property_notify): only update the window names if + the window name actually changed. + + * src/bar.h (redraw_last_message): new prototype + + * src/bar.c (update_bar): update the window list if that's what's + displayed. call redraw_last_message. + (update_window_names): call marked_message_internal. + (marked_message): call marked_message_internal. + (marked_message_internal): ripped body from old marked_message + minus alarm reset. + (redraw_last_message): new function + (show_last_message): call redraw_last_message + + * src/actions.c: include ctype.h + (cmd_license): use redraw_last_message + (cmd_help): likewise + 2006-08-27 Shawn Betts * src/actions.c (parse_args): gobble spaces at the beginning of -- cgit v1.2.3