]> git.saurik.com Git - wxWidgets.git/commitdiff
Add a note about WXK*PRIOR and WXK*NEXT
authorRobin Dunn <robin@alldunn.com>
Fri, 24 Mar 2006 17:01:12 +0000 (17:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 24 Mar 2006 17:01:12 +0000 (17:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index d8fcd463b4b2fb33d8a7c7b010f31db4fa750dae..b3e15cce451fa4d88ff7795ace47ec32c74eab09 100644 (file)
@@ -12,7 +12,6 @@ INCOMPATIBLE CHANGES SINCE 2.6.x
   to read _past_ the end of file.
 - wxCHECK family of macros now must be followed by a semicolon
 
-
 Deprecated methods since 2.6.x and their replacements
 -----------------------------------------------------
 
@@ -50,6 +49,11 @@ All:
 - Assert messages now show the function in which assert failed
 - wxApp::OnAssertFailure() should now be used instead the old wxApp::OnAssert()
 - Fixed several bugs in wxDateTime::ParseDate()
+- The WXK*PRIOR and WXK*NEXT constants are now aliases for WXK*PAGEUP 
+  and WXK*PAGEDOWN.  If you have switch statements that use both
+  constants from a set then you need to remove the PRIOR/NEXT 
+  versions in order to eliminate compiler errors.
+
 
 All (GUI):