releases:
-	watch AUTHORS, VERSION, RELEASES
-	care for unusable features (button "Auxillary pool")
-	check code for FIXME statements
-	no -DD_MALLOG etc... defines

next:
-	move gb_list_action_E out of config.h
-	clean up all funtions that use gsi_struct_field_list*() (g_list_free()-calls)
-	are there differences with/without alignment (segfaults?) ?
-	remove ./man from head line in manuals (has it already been done (->.cnf .glb) ?)
-	set mtime and ctime in target files according to the template file
	-	use gmtime() for time breakdown
-	GB_WIDGET_FILE_SELECTION_BOX window add!
-	add --gxid_port and --gxid_host to command line help

PARANOIDS:
-	gsi:
	check for duplicate struct_info's at least upon invocation
	check for missing struct_info's in inheritance

rework:
-	source building
-	source files (change names):
	editor:
	-	change/new functions (2be revised):
		-	edit_field_new
		-	edit_field_changed
		-	edit_field_apply
		-	edit_field_refresh
	-	widget editing (wed_?.[ch])
		-	handler editing (hed_?.[ch])
		-	tips editing (wed_?.[ch])
	-	widget informations (internal)
		-	field editing/initialization
		-	dependancy checking
	-	widget specificities
		e.g.	radio widgets
-	gbc-parser:
	-	include new gscanner.[hc] code
	-	gbc-parsing should be case insensitive for (GB_WIDGET_* also)
-	auxillary widget pool:
	are we realy going to implement that?
	-	pool browsing/editing
	-	tree browsing/editing

tree-unrelated:
-	make signal catching configurable
-	gubirc: set basic behaviour flags
		(corresponding to some command line flags)

upcoming:
-	hm, we need something like an auxillary widget pool for:
	?_SCROLL_BAR, ?_SCALE (and NOTEBOOK) as these need
	gtklabel, gtkadjustment, gtkalignment widgets.
-	read templates from templatedir-path-list, e.g.
	/usr/local/share/gubi/version
-	GtkTooltips; add a string per each widget to add to an aux_Tooltips
-	add reparent functionality: unlink a widget from a tree, and add
	it to another tree to another widget.
	this also requires the clipboard (huhu where is the implementation? ;)

delayed:
-	widget_data_handler_add is little inefficient,
	should act an GLists (look into SigH_Editor_Apply_clicked)
-	configure ;)
-	check name consistency of *all* functions.
-	clean up dead code (sure there is some!)
-	update comments and check c2man manuals again
-	stay compatible with -x c++ for outputted c - source

improvements:
-	check symbol_name for forbidden characters (Markus Jaschinsky)

wishes:
-	GtkTree
-	templates for gimp-plugins
	*	plugin.c
	*	plugin_widgets.c
	*	Makefile

???:
-	source files config_bla.[hc]
-	helper functions
	-	editing
	-	browsing
