This file is not a milestone feature checklist, just a list of things
I'd like to do for various releases. It is only a scratch-pad, don't
expect it to make any sense. DO NOT ASSUME THAT IF YOU SEE SOMETHING
HERE, IT WILL ACTUALLY BE IMPLEMENTED FOR THAT RELEASE.
						- Cactus

NEXT RELEASE (0.9)
------------------
scrollbar
field
	x/y/w/h			-
	usable			-
	editable		-
	underline		??? - will need font heights
	single line		-
	dynamic size		? - How to render
	left/right justify	-
	max char		-
	font			-
	auto-shift		-
	has scrollbar		? - How to render
	numeric			-

BEFORE 1.0.0
------------
table widget
!!! XSLT style sheets for every supported widget
!!! underline accelerators for labels:
	Resource _ID: [________________] M-i should focus the entry
Form editor UI improvements:
	moving/resizing widgets on the canvas from a context menu
	indicating the selected state of widgets on the canvas (colored
	   bounding box?)
also see some of INTERNAL STUFF

Sensible order of widgets on the palette
		LABEL		FIELD*		GRAFFITI
		BUTTON		PUSHBUTTON	SELECTORTRIGGER
		CHECKBOX	POPUPTRIGGER	LIST
		SCROLLBAR*	TABLE?		BITMAP!
		GADGET!
		( ) Done
		(*) Scheduled for next release
		(?) Needs research
		(!) Not planned for 1.0

POST-1.0 (1.1.x)
----------------
gadget and formbitmap widgets
icons, bitmaps
stringlists
Relative positioning
In-place editing for texts
custom fonts -- are there any special fontsets? (symbol???)
Migrating to GNOME2 (depenind on the schedule of Guikachu and GNOME2
	  releases) -- this will likely be post-1.2

Internal stuff
--------------
Use Bakery for Doc/View (it might be too late for that...)
Use GnomeVFS for I/O (maybe this should wait until GNOME 2)
XML schema for .guikachu file format (would it be useful at all?)
!!! session manager support (yuck!)
Research the possibility of reusing PilrcEditor efforts
Maybe using the canvas is a bad idea and a straight pixel-based
      drawing method would be better?
