Fix warnings during autoload, add doc and a NEWS entry.
* bzrlib/tests/test_plugins.py:
(TestDisablePlugin.test_not_loaded): Ensure we don't get import
warnings about the disabled plugin.
* bzrlib/plugin.py:
(load_from_dir): Make sure we don't try to import disabled plugins
to avoid the warnings about the import errors.