+- Renamed wxProgressDialog::UpdatePulse() to just Pulse().
+- Added wxCollapsiblePane (Francesco Montorsi).
+- Added wxSimpleHtmlListBox (Francesco Montorsi).
+- Printing framework fixes by Robert J. Lang. Bugs fixed,
+ wxPrinterDC::GetPaperRect() and other functions added to allow
+ easier printing implementation, and the documentation updated.
+- Many enhancements to wxRichTextCtrl including URL support,
+ formatting and symbol dialogs, print/preview, and better list
+ formatting.
+- Support for loading TGA files added (Seth Jackson)
+- Added wxTB_RIGHT style for right-aligned toolbars (Igor Korot)
+- wxHtmlWindow now generates events on link clicks (Francesco Montorsi).
+- wxHtmlWindow now also generates wxEVT_COMMAND_TEXT_COPY event