INCOMPATIBLE CHANGES SINCE 2.4.x
================================
+- wxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount()
+
OTHER CHANGES
=============
default extension for the template
- Speeded up wxImage::Scale using fixed point arithmetic (Wade Brainerd)
- Added BLOB support to wxDB (John Skiff)
+- Wizard now validates as well as doing data transfer when
+ pressing Back or Next
Unix:
- wxRadioBox and wxStaticBox now use the default shadow (border) style
instead of a sunken border
- implemented wxBitmapDataObject
-- finished wxClipboard implementation (it still unconditionally
- copies the data)
+- finished wxClipboard implementation
wxUniv:
wxHTML:
- added SetFonts to HTML printing classes (Adrian Philip Look)
+- it is now possible to force page break when printing by inserting
+ <div style="page-break-before:always"> into the markup (Greg Chicares)
OLD CHANGES