I should modify this more :)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2003-12-20 14:04:08 +00:00
parent 21f6094583
commit dd12f8bbcf

View File

@@ -86,6 +86,7 @@ All:
(as in 2.5.0).
- Added some extra convenience functions to wxRect such as
GetBottomRight (Hajo Kirchhoff)
- Changed built-in regex library to a unicode-compatible one (Ryan Norton)
All (GUI):
@@ -139,6 +140,10 @@ wxHTML:
- wxHtmlHelpController now supports compressed MS HTML Help files (*.chm)
on Unix (Markus Sinner)
Unix:
- Added XFree86 resolution changing using xf86vidmode extensions (Ryan Norton)
2.5.0
-----