From 6fa9383b57c250354a0849a4b5de43e8f6b52edb Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 24 Mar 2006 17:01:12 +0000 Subject: [PATCH] Add a note about WXK*PRIOR and WXK*NEXT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index d8fcd463b4..b3e15cce45 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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): -- 2.45.2