summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-11-26 03:43:24 +0000
committerTim Janik <timj@src.gnome.org>1998-11-26 03:43:24 +0000
commitc7ac3835fa2d5542bff316c3a02da626a754d213 (patch)
treefa66d00e02bf40e153dab5a9738d105ba828b68d /ChangeLog.pre-2-4
parentce073aac7dd120cc930c3f6d1f5e7334f96c8f6e (diff)
downloadgtk+-c7ac3835fa2d5542bff316c3a02da626a754d213.tar.gz
reverted bogus and undocumented!!! changes from Jay Cox (98/11/23
Thu Nov 26 03:18:08 1998 Tim Janik <timj@gtk.org> * gtk/gtkclist.h: * gtk/gtkctree.h: * gtk/gtkclist.c: * gtk/gtkctree.c: reverted bogus and undocumented!!! changes from Jay Cox (98/11/23 13:53:26) which `const' qualified char* arrays. * gtk/maketypes.awk: changed underline substitution, so we get GTK_TYPE_CTREE_POS instead of the broken GTK_TYPE_C_TREE_POS. * gtk/makeenums.pl: likewise. * gtk/gtkctree.c: adapted type names accordingly.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-413
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 14464a8c13..56b96ebc56 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,16 @@
+Thu Nov 26 03:18:08 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkclist.h:
+ * gtk/gtkctree.h:
+ * gtk/gtkclist.c:
+ * gtk/gtkctree.c: reverted bogus and undocumented!!! changes from
+ Jay Cox (98/11/23 13:53:26) which `const' qualified char* arrays.
+
+ * gtk/maketypes.awk: changed underline substitution, so we get
+ GTK_TYPE_CTREE_POS instead of the broken GTK_TYPE_C_TREE_POS.
+ * gtk/makeenums.pl: likewise.
+ * gtk/gtkctree.c: adapted type names accordingly.
+
Tue Nov 24 11:31:06 1998 Owen Taylor <otaylor@redhat.com>
* docs/Changes-1.2.txt: Edited section on the ScrolledWindow.