diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-23 00:36:49 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-23 00:36:49 +0000 |
commit | 53171867b5ac4e7385aacd30170fdf80f8ad1bbe (patch) | |
tree | a8cec425ea7f8dcd1eb71f83692e025ef8f942fd /ChangeLog | |
parent | a504db9e83bb022aaaa6d265481fc2bb376e87df (diff) | |
download | gtk+-53171867b5ac4e7385aacd30170fdf80f8ad1bbe.tar.gz |
Patch from Matthias Clasen (#54488)
Fri Feb 22 19:17:46 2002 Owen Taylor <otaylor@redhat.com>
Patch from Matthias Clasen (#54488)
* gtk/gtkwindow.c: Set/unset HAS_FOCUS flags here,
and do ::has-focus notifications.
* gtk/gtkclist.c gtk/gtkentry.c gtk/gtksocket.c
gtk/gtktext.c gtk/gtktextview.c gtk/gtkwidget.c:
Remove unecessary focus_in/out handles and unecessary
flag setting.
* gtk/gtkwidget.c: Adda missing notification on ::parent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Fri Feb 22 19:17:46 2002 Owen Taylor <otaylor@redhat.com> + + Patch from Matthias Clasen (#54488) + + * gtk/gtkwindow.c: Set/unset HAS_FOCUS flags here, + and do ::has-focus notifications. + + * gtk/gtkclist.c gtk/gtkentry.c gtk/gtksocket.c + gtk/gtktext.c gtk/gtktextview.c gtk/gtkwidget.c: + Remove unecessary focus_in/out handles and unecessary + flag setting. + + * gtk/gtkwidget.c: Adda missing notification on ::parent. + Fri Feb 22 18:36:45 2002 Owen Taylor <otaylor@redhat.com> Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, |