X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-10;h=ceb61e06801b4ec50c789f667c368f2212fe5c00;hb=fb02547e1e9817c25bd2a3d5f832e4c42a733b54;hp=7b859bdd8510a3aee7fc63b3d1fe0ce4ca8d9087;hpb=4309a349b5fbd21535be270a71f3d4f57da81490;p=~andy%2Fgtk diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 7b859bdd8..ceb61e068 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,10 @@ 2005-11-07 Matthias Clasen + * gtk/gtkpathbar.[hc]: Set focus-on-click to FALSE for all buttons. + Don't grab focus when a slider button is pressed, instead, use + a bit in the pathbar struct to determine whether to scroll up + or down. (#314486, Carlos Garnacho) + * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Don't popup the completions if the focus has already been moved somewhere else. (#319914, Christian Persch)