I've now watched more of the screencasts' and Dave's list actually seems to be far more comprehensive than I first thought.
Method-related hooks
method_missing
method_added
singleton_method_added
method_removed
singleton_method_removed
method_undefined
singleton_method_undefined
Class & Module Hooks
inherited
append_features
included
extend_object
extended
initialize_copy
const_missing
Marshalling Hooks
marshal_dump
marshal_load
Coercion Hooks
coerce
induced_from
to_xxx
God willing, one day I'll read the ruby source and find the comprehensive list as I notice that Jörg has mentioned further methods which Dave has ommitted and I'm still interested to know them all.