summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-06-12 08:10:29 +0000
committerTim Janik <timj@src.gnome.org>1998-06-12 08:10:29 +0000
commit1dc1b050b2a46813102cb58e8ca5b30c07943ba4 (patch)
tree8036e3ff63b0ef88bed39cba78b0fbca84435d29 /ChangeLog.pre-2-10
parentcab220ee8b2d539eeccb3967a11de2679b6b3bde (diff)
downloadgtk+-1dc1b050b2a46813102cb58e8ca5b30c07943ba4.tar.gz
renamed enum GtkAnchor and GtkSide to GtkAnchorType and GtkSideType, to be
Fri Jun 12 09:24:47 1998 Tim Janik <timj@gtk.org> * gtk/gtkpacker.h: * gtk/gtkpacker.c: renamed enum GtkAnchor and GtkSide to GtkAnchorType and GtkSideType, to be consistent with the rest of Gtk's enum definitions. wrapped the enum definitions with the G_ eunm wrappers. spelled out the GTK_ANCHOR_* enum values, since single letters don't work out corectly as nick-names (left the old values as aliases). some signdness corrections (border-width, spacing), could stand more.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1010
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 97e89da8b0..e70002778d 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,13 @@
+Fri Jun 12 09:24:47 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkpacker.h:
+ * gtk/gtkpacker.c: renamed enum GtkAnchor and GtkSide to GtkAnchorType
+ and GtkSideType, to be consistent with the rest of Gtk's enum
+ definitions. wrapped the enum definitions with the G_ eunm wrappers.
+ spelled out the GTK_ANCHOR_* enum values, since single letters don't
+ work out corectly as nick-names (left the old values as aliases).
+ some signdness corrections (border-width, spacing), could stand more.
+
Thu Jun 11 14:38:33 CDT 1998 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkpacker.c, gtk/gtkpacker.h, gtk/gtk.h, gtk/Makefile.am: