===
Base Work
===

Finish wrapping stuff that depends on GObject port of GDK

Figure out accelerators, Activatable interface

Tweak the docs generator

Convenience API for creating menus

Make Scrollable interface work properly

Wrap GtkStyle

Wrap GtkMenu
Wrap GtkToolbar
Wrap GtkSpinButton
Wrap GtkAccelLabel (see accelerator solution)
Wrap GtkColorSelection[Dialog]
Wrap GtkDialog
Wrap GtkFileSelection
Wrap GtkFontSelection[Dialog]
Wrap GtkCombo or ClueHunter

Sync to gdk-pixbuf changes in GTK

Wrap new text widget, once it's in GTK

Wrap new list/tree widget, once it's in GTK

Wrap new pixbuf display widget, once it's in GTK

Wrap relevant bits of Pango

Tutorial section: Hello, World and basics of Inti (signals, derivation)
Tutorial section: Layout containers (recycle my book maybe)
Tutorial section: Menus
Tutorial section: Drag-and-drop, cut-and-paste
Tutorial section: Dialogs
Tutorial section: GDK (scribble example, and book recycle)

Reference docs: all of them

Docs generator: magic cross-referencing
Docs generator: magic links in the tutorial sections?
Docs generator: subsections
Docs generator: where to document a signal?
Docs generator: hotlink to Description section near the top

Wrap GdkDevice, gdkinput.h, and add relevant fields to events

get_active() method on RadioButton::Group and RadioMenuItem::Group

===
Would be nice
===

Wrap GtkPlug/GtkSocket
Wrap GtkRuler/HRuler/VRuler
Wrap GtkFixed? (Layout seems good enough)
Wrap GNet
Write time abstraction for glib, and wrap that
Stick popt in glib, and wrap that
Wrap libglade

Tutorial section: How to write a new widget from scratch (recycle book)
Tutorial section: libglade/Glade

Write a protected GtkWidget function that checks all class invariants,
 useful for people doing their own subclasses

Docs generator: display template parameters for classes
Docs generator: link to full text of headers

===
Final Check
===

Proofread all docs
Check that wrap() for GObject includes all subclasses
Check that inti-manual.sgml includes all headers as entities
Do a full API review (scan entire API for screwups and inconsistency)
Do a full completeness check (have a script verify that we covered all entry points?)
Check that all proxies are assigned in the class_init functions
Check that all signals have proxies
Verify that Activatable and Scrollable are implemented for all 
 widgets that should have them
Review GTK ChangeLog since 1.2, and be sure all the new stuff is synced
Verify that all boolean-returning accessors have has/is/in/etc.

Check for protected default constructor in abstract base classes