07 Apr 2003
- Removed the warnings about forward declarations: it was not accurate enough.
  Another strategy must be thought of.
- Fixed bug in the --multiple mode, where the order of the class instantiations
  could end up wrong.
- Lots of fixes in the documentation, pointed out by Dirk Gerrits. Thanks Dirk!
- Fixed support for the return_opaque_pointer policy (the support macro was not
  being declared).


06 Apr 2003
Support for the improved static data members support of Boost.Python.

05 Apr 2003
New option for generating the bindings: --multiple.

02 Apr 2003
Forward declarations are now detected and a warning is generated.

24 Mar 2003
Default policy for functions/methods that return const T& is now
return_value_policy<copy_const_reference>().

22 Mar 2003
Exporting virtual methods of the base classes in the derived classes too.

21 Mar 2003
Added manual support for boost::shared_ptr and std::auto_ptr (see doc).

19 Mar 2003 
Added support for int, double, float and long operators acting as expected in
python.

14 Mar 2003 
Fixed bug: Wrappers for protected and virtual methods were not being generated.
