====
* Renamed ``irc.client.Manifold`` to ``irc.client.Reactor``. Reactor better
reflects the implementation as a `reactor pattern <
<http://en.wikipedia.org/wiki/Reactor_pattern>`_.
This name makes it's function much more clear and inline with standard
terminology.
* Removed deprecated ``manifold`` and ``irclibobj`` properties from Connection.
Use ``reactor`` instead.
* Removed deprecated ``ircobj`` from ``SimpleIRCClient``. Use ``reactor``
instead.