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

Check out the thread on the Guikachu mailing list about our post-1.2
roadmap, starting at
http://www.geocrawler.com/lists/3/SourceForge/14820/0/8698458/.


First things first
------------------
Before getting to the superficial but very user-visible improvements
(like picture widgets), we should first do the hard stuff, the
groundwork involving substantial (re)designing:
  * Extensible I/O system
  * Undo
  * Cut & paste
  * Managing external resources (e.g. picture files)
  * Widget grouping, layouting functions (e.g. "line up these widgets
    horizontally")
  * GNOME 2 port

Specific issues:
  * New I/O system:
      * Christopher to integrate his RCP importer work
      * Command-line generic converter app (something like guikachu2rcp)
	(this can wait until we have an RCP importer)

  * Remove 8-bit characters from menus and other resources that use
    complex properties (i.e. anything not a simple std::string)

  * Undo system:
      * Clean up this new mess by unifying Properties and PropertyOps
