summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorTim Janik <timj@gimp.org>1998-02-19 05:13:46 +0000
committerTim Janik <timj@src.gnome.org>1998-02-19 05:13:46 +0000
commit3d4cc2f904cd5d0dd1acfa6938c5577264fab524 (patch)
tree39f79bd9a85d512f8e54a4d91ce542b2a73447f0 /ChangeLog.pre-2-2
parent8923d60dba0e1990ca066ef7cf9b6b065a4c4b63 (diff)
downloadgtk+-3d4cc2f904cd5d0dd1acfa6938c5577264fab524.tar.gz
applied gtk-hamann_jeske-980218-0.patch.gz, a patch from Lars Hamann and
Thu Feb 19 05:40:51 1998 Tim Janik <timj@gimp.org> * gtk/gtknotebook.h: * gtk/gtknotebook.c: applied gtk-hamann_jeske-980218-0.patch.gz, a patch from Lars Hamann and Stefan Jeske which introduces major usability improvements. fixed bugs are: - container border_width>0 does now work correctly for show_tabs==TRUE and for tab_pos=GTK_POS_BOTTOM/GTK_POS_RIGHT. - toggleing visibility of the tab labels works now. - emission of GtkNotebook:switch_page and all page changes also the signature for the GtkNotebook:switch_page signal changed, callbacks should now look like: gint notebook_switch_page (GtkWidget *widget, GtkNotebookPage *page, gint page_num, gpointer data);
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-217
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index fe9e992217..d65c6f4744 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,20 @@
+Thu Feb 19 05:40:51 1998 Tim Janik <timj@gimp.org>
+
+ * gtk/gtknotebook.h:
+ * gtk/gtknotebook.c:
+ applied gtk-hamann_jeske-980218-0.patch.gz, a patch from
+ Lars Hamann and Stefan Jeske which introduces major
+ usability improvements.
+ fixed bugs are:
+ - container border_width>0 does now work correctly for show_tabs==TRUE
+ and for tab_pos=GTK_POS_BOTTOM/GTK_POS_RIGHT.
+ - toggleing visibility of the tab labels works now.
+ - emission of GtkNotebook:switch_page and all page changes
+ also the signature for the GtkNotebook:switch_page signal changed,
+ callbacks should now look like:
+ gint notebook_switch_page (GtkWidget *widget, GtkNotebookPage *page,
+ gint page_num, gpointer data);
+
Wed Feb 18 01:09:56 PST 1998 Jay Painter <jpaint@serv.net>
* gdk/gdk.c: fixed ambigous else compiler warning
* gtk/gtkgamma.c: fixed ambigous else compiler warning