this is mostly my personal worksheet and notepad, which may not be
up-to-date and may not even be readable ;)

bugs

  * perl_fu_webify in homepage-logo.pl
[DONE]  * return values do not at all work
  * enable t/run.t again (but how? different solutions
    for gimp-1.0 and gimp-1.1???)
[DONE]  * Gimp::main vs. Gimp::Fu::main (!)
  * wait for working gimp_file_load (or do it myself?)
[DONE]  * Gimp::Net, <Image>-scripts should always ask for Image & Drawable(!)
  * block display_new &c when Net
  * Gimp::import should croak on import "garbage".
  * memory leak on croak()? de-croakify the code!
  
important issues

[DONE]  * can $value be changed in interact?
  * adjustment, font selector &c..
[DONE]  * doc update: return vals, return undef, main() etc.
  * create working progress when Net and $verbose
  * require Storable soon(!)
  * Gimp::Fu::command(?)
[DONE]  * authorization
  * Untitled/0 Untitled/1 etc..
  * default parameters at end(!)
  * try to deduce default parameters
  * return values for run()

not-so-important issues and ideas

  * default function parameters (with hash %defaults?)
  * gimp_text(text => "hallo", family => "engraver", size => 20);
  
  * do not know how to sensibly convert these => perl is NOT C.
  
    gimp_pixel_rgns_register(nrgns, ...)
    gimp_pixel_rgns_process(pri_ptr)

