diff --git a/ChangeLog b/ChangeLog index c7acbced58..0fd8bb0f53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-11-07 Matthias Clasen + * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): + Don't popup the completions if the focus has already been + moved somewhere else. (#319914, Christian Persch) + * gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured): Raise the drag_window after reconfiguring the toolbar. (#320803, Christian Persch) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c7acbced58..0fd8bb0f53 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2005-11-07 Matthias Clasen + * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): + Don't popup the completions if the focus has already been + moved somewhere else. (#319914, Christian Persch) + * gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured): Raise the drag_window after reconfiguring the toolbar. (#320803, Christian Persch)