]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
fix m_Matches overflow if Compile() is called more than once (bug 742236)
[wxWidgets.git] / docs / changes.txt
index 2a8bb95f03cd8dbc7ddbd1b483e116b881e3b541..2e75968d84d55d911f40600630985af285584982 100644 (file)
@@ -5,6 +5,8 @@ wxWindows 2.5/2.6 Change Log
 INCOMPATIBLE CHANGES SINCE 2.4.x
 ================================
 
+- wxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount()
+
 OTHER CHANGES
 =============
 
@@ -79,6 +81,8 @@ All GUI ports:
   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:
 
@@ -138,8 +142,7 @@ wxMotif:
 - 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:
 
@@ -148,6 +151,8 @@ 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