From 84cf918177638a369ade1668519960aa0bddb0dd Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 17 Jan 1998 23:29:17 +0000 Subject: [PATCH] changed log -owt changed log -owt --- ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ ChangeLog.pre-2-0 | 36 ++++++++++++++++++++++++++++++++++++ ChangeLog.pre-2-10 | 36 ++++++++++++++++++++++++++++++++++++ ChangeLog.pre-2-2 | 36 ++++++++++++++++++++++++++++++++++++ ChangeLog.pre-2-4 | 36 ++++++++++++++++++++++++++++++++++++ ChangeLog.pre-2-6 | 36 ++++++++++++++++++++++++++++++++++++ ChangeLog.pre-2-8 | 36 ++++++++++++++++++++++++++++++++++++ 7 files changed, 252 insertions(+) diff --git a/ChangeLog b/ChangeLog index f54eb2ef6b..9a16103dd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +Sat Jan 17 18:06:35 1998 Owen Taylor + * gdk/gdk.c (gdk_events_pending): Take putback events into + account + + * gdk/gdk.c (gdk_event_free): Handle dropdataavaible memory + allocation correctly. (Incompatible change: client must + _not_ fre event->data and event->data_type.) + + * gdk/gdk.c (gdk_event_translate): Changed DND dragging + so that we don't ungrab pointer when we reenter window + to prevent extra Enter/Leave effects which had bad + effects. + Changed drag zone handling to not send uncessary + DragEnter events. + Fixed EnterNotify/LeaveNotify handling. (Only pay + attention to events on window, don't specify these + events to XGrabPointer - that isn't valid, and handle + reverse the sense of the handling of LeaveNotify.) + + * gdk/gdkwindow.c (gdk_window_remove_filter): Free removed + filter. + + * gtk/gtk.defs (GdkFont): gdk_font_free => gdk_font_unref + + * gtk/gtkmain.{c,h} (gtk_events_pending): new function - apps + should use this instead of gdk_events_pending. + + * gtk/gtkvbbox.h: Fixed a duplication in the headers. + + * gtk/testgtk.c (dnd_drop): Don't free the drop data, + it belongs to the event. + Sat Jan 17 13:26:15 CST 1998 Shawn T. Amundson * gtk/gtkentry.[ch]: Applied patch from @@ -153,6 +185,10 @@ Wed Jan 7 02:14:30 PST 1998 Manish Singh * glib/testglib.c: Added g_[s]list_insert_sorted function and appropriate tests in testglib +Tue Jan 6 17:09:46 1998 Owen Taylor + * gtk/gtknotebook.h gtk/gtknotebook.c + Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch) + Tue Jan 6 17:07:29 1998 Owen Taylor * gtk/gtkentry.c gtk/gtkentry.h gtk/testgtk.c : Fixed problem with deleting while text is selected. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index f54eb2ef6b..9a16103dd3 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,35 @@ +Sat Jan 17 18:06:35 1998 Owen Taylor + * gdk/gdk.c (gdk_events_pending): Take putback events into + account + + * gdk/gdk.c (gdk_event_free): Handle dropdataavaible memory + allocation correctly. (Incompatible change: client must + _not_ fre event->data and event->data_type.) + + * gdk/gdk.c (gdk_event_translate): Changed DND dragging + so that we don't ungrab pointer when we reenter window + to prevent extra Enter/Leave effects which had bad + effects. + Changed drag zone handling to not send uncessary + DragEnter events. + Fixed EnterNotify/LeaveNotify handling. (Only pay + attention to events on window, don't specify these + events to XGrabPointer - that isn't valid, and handle + reverse the sense of the handling of LeaveNotify.) + + * gdk/gdkwindow.c (gdk_window_remove_filter): Free removed + filter. + + * gtk/gtk.defs (GdkFont): gdk_font_free => gdk_font_unref + + * gtk/gtkmain.{c,h} (gtk_events_pending): new function - apps + should use this instead of gdk_events_pending. + + * gtk/gtkvbbox.h: Fixed a duplication in the headers. + + * gtk/testgtk.c (dnd_drop): Don't free the drop data, + it belongs to the event. + Sat Jan 17 13:26:15 CST 1998 Shawn T. Amundson * gtk/gtkentry.[ch]: Applied patch from @@ -153,6 +185,10 @@ Wed Jan 7 02:14:30 PST 1998 Manish Singh * glib/testglib.c: Added g_[s]list_insert_sorted function and appropriate tests in testglib +Tue Jan 6 17:09:46 1998 Owen Taylor + * gtk/gtknotebook.h gtk/gtknotebook.c + Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch) + Tue Jan 6 17:07:29 1998 Owen Taylor * gtk/gtkentry.c gtk/gtkentry.h gtk/testgtk.c : Fixed problem with deleting while text is selected. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f54eb2ef6b..9a16103dd3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,35 @@ +Sat Jan 17 18:06:35 1998 Owen Taylor + * gdk/gdk.c (gdk_events_pending): Take putback events into + account + + * gdk/gdk.c (gdk_event_free): Handle dropdataavaible memory + allocation correctly. (Incompatible change: client must + _not_ fre event->data and event->data_type.) + + * gdk/gdk.c (gdk_event_translate): Changed DND dragging + so that we don't ungrab pointer when we reenter window + to prevent extra Enter/Leave effects which had bad + effects. + Changed drag zone handling to not send uncessary + DragEnter events. + Fixed EnterNotify/LeaveNotify handling. (Only pay + attention to events on window, don't specify these + events to XGrabPointer - that isn't valid, and handle + reverse the sense of the handling of LeaveNotify.) + + * gdk/gdkwindow.c (gdk_window_remove_filter): Free removed + filter. + + * gtk/gtk.defs (GdkFont): gdk_font_free => gdk_font_unref + + * gtk/gtkmain.{c,h} (gtk_events_pending): new function - apps + should use this instead of gdk_events_pending. + + * gtk/gtkvbbox.h: Fixed a duplication in the headers. + + * gtk/testgtk.c (dnd_drop): Don't free the drop data, + it belongs to the event. + Sat Jan 17 13:26:15 CST 1998 Shawn T. Amundson * gtk/gtkentry.[ch]: Applied patch from @@ -153,6 +185,10 @@ Wed Jan 7 02:14:30 PST 1998 Manish Singh * glib/testglib.c: Added g_[s]list_insert_sorted function and appropriate tests in testglib +Tue Jan 6 17:09:46 1998 Owen Taylor + * gtk/gtknotebook.h gtk/gtknotebook.c + Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch) + Tue Jan 6 17:07:29 1998 Owen Taylor * gtk/gtkentry.c gtk/gtkentry.h gtk/testgtk.c : Fixed problem with deleting while text is selected. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index f54eb2ef6b..9a16103dd3 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,35 @@ +Sat Jan 17 18:06:35 1998 Owen Taylor + * gdk/gdk.c (gdk_events_pending): Take putback events into + account + + * gdk/gdk.c (gdk_event_free): Handle dropdataavaible memory + allocation correctly. (Incompatible change: client must + _not_ fre event->data and event->data_type.) + + * gdk/gdk.c (gdk_event_translate): Changed DND dragging + so that we don't ungrab pointer when we reenter window + to prevent extra Enter/Leave effects which had bad + effects. + Changed drag zone handling to not send uncessary + DragEnter events. + Fixed EnterNotify/LeaveNotify handling. (Only pay + attention to events on window, don't specify these + events to XGrabPointer - that isn't valid, and handle + reverse the sense of the handling of LeaveNotify.) + + * gdk/gdkwindow.c (gdk_window_remove_filter): Free removed + filter. + + * gtk/gtk.defs (GdkFont): gdk_font_free => gdk_font_unref + + * gtk/gtkmain.{c,h} (gtk_events_pending): new function - apps + should use this instead of gdk_events_pending. + + * gtk/gtkvbbox.h: Fixed a duplication in the headers. + + * gtk/testgtk.c (dnd_drop): Don't free the drop data, + it belongs to the event. + Sat Jan 17 13:26:15 CST 1998 Shawn T. Amundson * gtk/gtkentry.[ch]: Applied patch from @@ -153,6 +185,10 @@ Wed Jan 7 02:14:30 PST 1998 Manish Singh * glib/testglib.c: Added g_[s]list_insert_sorted function and appropriate tests in testglib +Tue Jan 6 17:09:46 1998 Owen Taylor + * gtk/gtknotebook.h gtk/gtknotebook.c + Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch) + Tue Jan 6 17:07:29 1998 Owen Taylor * gtk/gtkentry.c gtk/gtkentry.h gtk/testgtk.c : Fixed problem with deleting while text is selected. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f54eb2ef6b..9a16103dd3 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,35 @@ +Sat Jan 17 18:06:35 1998 Owen Taylor + * gdk/gdk.c (gdk_events_pending): Take putback events into + account + + * gdk/gdk.c (gdk_event_free): Handle dropdataavaible memory + allocation correctly. (Incompatible change: client must + _not_ fre event->data and event->data_type.) + + * gdk/gdk.c (gdk_event_translate): Changed DND dragging + so that we don't ungrab pointer when we reenter window + to prevent extra Enter/Leave effects which had bad + effects. + Changed drag zone handling to not send uncessary + DragEnter events. + Fixed EnterNotify/LeaveNotify handling. (Only pay + attention to events on window, don't specify these + events to XGrabPointer - that isn't valid, and handle + reverse the sense of the handling of LeaveNotify.) + + * gdk/gdkwindow.c (gdk_window_remove_filter): Free removed + filter. + + * gtk/gtk.defs (GdkFont): gdk_font_free => gdk_font_unref + + * gtk/gtkmain.{c,h} (gtk_events_pending): new function - apps + should use this instead of gdk_events_pending. + + * gtk/gtkvbbox.h: Fixed a duplication in the headers. + + * gtk/testgtk.c (dnd_drop): Don't free the drop data, + it belongs to the event. + Sat Jan 17 13:26:15 CST 1998 Shawn T. Amundson * gtk/gtkentry.[ch]: Applied patch from @@ -153,6 +185,10 @@ Wed Jan 7 02:14:30 PST 1998 Manish Singh * glib/testglib.c: Added g_[s]list_insert_sorted function and appropriate tests in testglib +Tue Jan 6 17:09:46 1998 Owen Taylor + * gtk/gtknotebook.h gtk/gtknotebook.c + Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch) + Tue Jan 6 17:07:29 1998 Owen Taylor * gtk/gtkentry.c gtk/gtkentry.h gtk/testgtk.c : Fixed problem with deleting while text is selected. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f54eb2ef6b..9a16103dd3 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,35 @@ +Sat Jan 17 18:06:35 1998 Owen Taylor + * gdk/gdk.c (gdk_events_pending): Take putback events into + account + + * gdk/gdk.c (gdk_event_free): Handle dropdataavaible memory + allocation correctly. (Incompatible change: client must + _not_ fre event->data and event->data_type.) + + * gdk/gdk.c (gdk_event_translate): Changed DND dragging + so that we don't ungrab pointer when we reenter window + to prevent extra Enter/Leave effects which had bad + effects. + Changed drag zone handling to not send uncessary + DragEnter events. + Fixed EnterNotify/LeaveNotify handling. (Only pay + attention to events on window, don't specify these + events to XGrabPointer - that isn't valid, and handle + reverse the sense of the handling of LeaveNotify.) + + * gdk/gdkwindow.c (gdk_window_remove_filter): Free removed + filter. + + * gtk/gtk.defs (GdkFont): gdk_font_free => gdk_font_unref + + * gtk/gtkmain.{c,h} (gtk_events_pending): new function - apps + should use this instead of gdk_events_pending. + + * gtk/gtkvbbox.h: Fixed a duplication in the headers. + + * gtk/testgtk.c (dnd_drop): Don't free the drop data, + it belongs to the event. + Sat Jan 17 13:26:15 CST 1998 Shawn T. Amundson * gtk/gtkentry.[ch]: Applied patch from @@ -153,6 +185,10 @@ Wed Jan 7 02:14:30 PST 1998 Manish Singh * glib/testglib.c: Added g_[s]list_insert_sorted function and appropriate tests in testglib +Tue Jan 6 17:09:46 1998 Owen Taylor + * gtk/gtknotebook.h gtk/gtknotebook.c + Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch) + Tue Jan 6 17:07:29 1998 Owen Taylor * gtk/gtkentry.c gtk/gtkentry.h gtk/testgtk.c : Fixed problem with deleting while text is selected. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f54eb2ef6b..9a16103dd3 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,35 @@ +Sat Jan 17 18:06:35 1998 Owen Taylor + * gdk/gdk.c (gdk_events_pending): Take putback events into + account + + * gdk/gdk.c (gdk_event_free): Handle dropdataavaible memory + allocation correctly. (Incompatible change: client must + _not_ fre event->data and event->data_type.) + + * gdk/gdk.c (gdk_event_translate): Changed DND dragging + so that we don't ungrab pointer when we reenter window + to prevent extra Enter/Leave effects which had bad + effects. + Changed drag zone handling to not send uncessary + DragEnter events. + Fixed EnterNotify/LeaveNotify handling. (Only pay + attention to events on window, don't specify these + events to XGrabPointer - that isn't valid, and handle + reverse the sense of the handling of LeaveNotify.) + + * gdk/gdkwindow.c (gdk_window_remove_filter): Free removed + filter. + + * gtk/gtk.defs (GdkFont): gdk_font_free => gdk_font_unref + + * gtk/gtkmain.{c,h} (gtk_events_pending): new function - apps + should use this instead of gdk_events_pending. + + * gtk/gtkvbbox.h: Fixed a duplication in the headers. + + * gtk/testgtk.c (dnd_drop): Don't free the drop data, + it belongs to the event. + Sat Jan 17 13:26:15 CST 1998 Shawn T. Amundson * gtk/gtkentry.[ch]: Applied patch from @@ -153,6 +185,10 @@ Wed Jan 7 02:14:30 PST 1998 Manish Singh * glib/testglib.c: Added g_[s]list_insert_sorted function and appropriate tests in testglib +Tue Jan 6 17:09:46 1998 Owen Taylor + * gtk/gtknotebook.h gtk/gtknotebook.c + Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch) + Tue Jan 6 17:07:29 1998 Owen Taylor * gtk/gtkentry.c gtk/gtkentry.h gtk/testgtk.c : Fixed problem with deleting while text is selected.