From: Patrick Palka Date: Wed, 13 May 2015 15:57:06 +0000 (-0400) Subject: Add missing ChangeLog entry for previous commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=242cd84c933640b7cc82b9783d5ebb1d963e1c0d;p=binutils-gdb.git Add missing ChangeLog entry for previous commit --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6af4d2672a3..bef49d86540 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,10 @@ -2015-05-08 Jan Kratochvil +2015-05-13 Patrick Palka + + * tui/tui-win.c (tui_async_resize_screen): Clear win_resized + first before resizing the window. + * tui.c (tui_enable): Likewise. + +2015-05-13 Jan Kratochvil * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor. * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.