]> git.saurik.com Git - wxWidgets.git/blame - docs/changes.txt
send wxEVT_SCROLLWIN_THUMBRELEASE events
[wxWidgets.git] / docs / changes.txt
CommitLineData
d643b80e
VZ
1----------------------------
2wxWindows 2.5/2.6 Change Log
3----------------------------
4
5INCOMPATIBLE CHANGES SINCE 2.4.x
6================================
7
7af6b69e
VZ
8- wxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount()
9
d643b80e
VZ
10OTHER CHANGES
11=============
12
132.5.0
14-----
15
93401be9
VZ
16All:
17
5553c7cf
VZ
18- added wxDateSpan::operator==() and !=() (Lukasz Michalski)
19- use true/false throughout the library instead of TRUE/FALSE
20- wxStopWatch::Start() resumes the stop watch if paused, as per the docs
350777b6 21- added wxDirTraverser::OnOpenError() to customize the error handling
5d76f462 22- added wxArray::SetCount()
9ef896e1
VS
23- wxFile, wxFFile, wxTextFile and wxTempFile now all use UTF-8 encoding
24 by default in Unicode mode
3cdf1761 25- bug in wxDateTime with timezones on systems with tm_gmtoff in struct tm fixed
a02afd14 26- added wx/math.h (John Labenski)
f0fe27a0 27- added Catalan translations (Pau Bosch i Crespo)
a364b957 28- added Ukrainian translations (Eugene Manko)
3362e80e 29- fixed bug with deleting entries at root level in wxFileConfig
5553c7cf 30
d1be6261
VZ
31wxBase:
32
33- added Watcom makefiles
4365da58 34