diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 9 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 9 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 9 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 9 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 9 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 9 | ||||
-rw-r--r-- | docs/Changes-2.0.txt | 3 | ||||
-rw-r--r-- | gtk/gtkpaned.h | 1 |
9 files changed, 66 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com> + + * docs/Changes-2.0.txt: Document the fact that + gtk_paned_set_handle_size() has been removed. + + * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, + since it pointed to gtk_paned_set_handle_size(), which + was removed. (#66760, Matt Wilson) + Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_highlight): Connect diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 53e1fdcd7b..41fa6e4fb8 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,12 @@ +Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com> + + * docs/Changes-2.0.txt: Document the fact that + gtk_paned_set_handle_size() has been removed. + + * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, + since it pointed to gtk_paned_set_handle_size(), which + was removed. (#66760, Matt Wilson) + Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_highlight): Connect diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 53e1fdcd7b..41fa6e4fb8 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com> + + * docs/Changes-2.0.txt: Document the fact that + gtk_paned_set_handle_size() has been removed. + + * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, + since it pointed to gtk_paned_set_handle_size(), which + was removed. (#66760, Matt Wilson) + Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_highlight): Connect diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 53e1fdcd7b..41fa6e4fb8 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,12 @@ +Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com> + + * docs/Changes-2.0.txt: Document the fact that + gtk_paned_set_handle_size() has been removed. + + * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, + since it pointed to gtk_paned_set_handle_size(), which + was removed. (#66760, Matt Wilson) + Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_highlight): Connect diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 53e1fdcd7b..41fa6e4fb8 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,12 @@ +Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com> + + * docs/Changes-2.0.txt: Document the fact that + gtk_paned_set_handle_size() has been removed. + + * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, + since it pointed to gtk_paned_set_handle_size(), which + was removed. (#66760, Matt Wilson) + Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_highlight): Connect diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 53e1fdcd7b..41fa6e4fb8 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,12 @@ +Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com> + + * docs/Changes-2.0.txt: Document the fact that + gtk_paned_set_handle_size() has been removed. + + * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, + since it pointed to gtk_paned_set_handle_size(), which + was removed. (#66760, Matt Wilson) + Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_highlight): Connect diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 53e1fdcd7b..41fa6e4fb8 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com> + + * docs/Changes-2.0.txt: Document the fact that + gtk_paned_set_handle_size() has been removed. + + * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, + since it pointed to gtk_paned_set_handle_size(), which + was removed. (#66760, Matt Wilson) + Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_highlight): Connect diff --git a/docs/Changes-2.0.txt b/docs/Changes-2.0.txt index c2dd2fbacc..c8c23cbf19 100644 --- a/docs/Changes-2.0.txt +++ b/docs/Changes-2.0.txt @@ -20,6 +20,9 @@ Incompatible Changes from GTK+-1.2 to GTK+-2.0: has been changed to include the entire area previously occupied by the gutter. +* gtk_paned_set_handle_size() has been removed, in favor of a style property, + since this is an option that only makes sense for themes to adjust. + * GDK no longer selects OwnerGrabButtonMask for button presses. This means that the automatic grab that occurs when the user presses a button will have owner_events = FALSE, so all events are redirected to the diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h index bc65c72143..7606be2a70 100644 --- a/gtk/gtkpaned.h +++ b/gtk/gtkpaned.h @@ -106,7 +106,6 @@ void gtk_paned_compute_position (GtkPaned *paned, #ifndef GTK_DISABLE_DEPRECATED #define gtk_paned_gutter_size(p,s) (void) 0 #define gtk_paned_set_gutter_size(p,s) (void) 0 -#define gtk_paned_handle_size gtk_paned_set_handle_size #endif /* GTK_DISABLE_DEPRECATED */ #ifdef __cplusplus |