summaryrefslogtreecommitdiff
path: root/TODO
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 /TODO
parentce073aac7dd120cc930c3f6d1f5e7334f96c8f6e (diff)
downloadgdk-pixbuf-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 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9cb2cffad..adfc2c6b5 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,6 @@ For 1.2.0 release:
- remove deprecated functions from *.[hc] files.
- finish composite child stuff.
- implement constructor functionality for all widgets.
-- fix enum generation code which still puts out
- GTK_TYPE_C_TREE_POS instead of GTK_TYPE_CTREE_POS
Bugs:
* Change bitfields to guints from enums, or vice versa?