]>
Commit | Line | Data |
---|---|---|
1 | ---------------------------- | |
2 | wxWindows 2.5/2.6 Change Log | |
3 | ---------------------------- | |
4 | ||
5 | INCOMPATIBLE CHANGES SINCE 2.4.x | |
6 | ================================ | |
7 | ||
8 | - wxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount() | |
9 | ||
10 | OTHER CHANGES | |
11 | ============= | |
12 | ||
13 | 2.5.0 | |
14 | ----- | |
15 | ||
16 | All: | |
17 | ||
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 | |
21 | - added wxDirTraverser::OnOpenError() to customize the error handling | |
22 | - added wxArray::SetCount() | |
23 | - wxFile, wxFFile, wxTextFile and wxTempFile now all use UTF-8 encoding | |
24 | by default in Unicode mode | |
25 | - bug in wxDateTime with timezones on systems with tm_gmtoff in struct tm fixed | |
26 | - added wx/math.h (John Labenski) | |
27 | - added Catalan translations (Pau Bosch i Crespo) | |
28 | - added Ukrainian translations (Eugene Manko) | |
29 | - fixed bug with deleting entries at root level in wxFileConfig | |
30 | ||
31 | wxBase: | |
32 | ||
33 | - added Watcom makefiles | |
34 |