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