Chagnes from 2.5.2


** These bugs have been fixed.

- template <> (no template argument) is not accepted. (Uttam M. Narsu)

- throw(..) in signatures causes a parse error.  (Lionel Seinturier)

- Member::SetArgumentList() does not work correctly if the argument list
  is an empty list.  (Lionel Seinturier)

- Several bugs in Win32 source (Yassin Mohamed Osman)

- Inherited constructors are not recognized as constructors by
  Member::IsConstructor().  (Rozier Marc)

- the arguments for initializing objects are not translated.
  (Juan Carlos Ruiz Garcia)

- TranslateExpression() is not invoked on the object in
  Class::TranslatePostfix().  (Juan Carlos Ruiz Garcia)

- TranslateExpression() is not invoked on the array size if the
  expression is a new expression.  (Juan Carlos Ruiz Garcia)


** These functions have been added.

- Class::ChangeName()		(Berger Laurent)

- Class::TranslatePointer()	(Berger Laurent)


** Acknowledgment

Great thanks to all the bug reporters.
