summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-811
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 12c5d51b2d..eaa3b04add 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,14 @@
+Thu Oct 26 02:10:32 2000 Tim Janik <timj@gtk.org>
+
+ * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
+ localization misbehaviour.
+
+ * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
+ a useless type without copy/free.
+
+ * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
+ of GTK_TYPE_CTREE_NODE.
+
Thu Oct 26 00:51:52 2000 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c: