]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/CHANGES.txt
added wxEncodingConverter - scripts for creating convertion tables
[wxWidgets.git] / utils / wxPython / CHANGES.txt
index 584db3b1adad5b29801475b571af1febd5e73b72..9ed776e60b5f7185fa9274b222cbd81877889adb 100644 (file)
@@ -66,7 +66,11 @@ Added a wrapper for the PCX and TIFF ImageHandlers.
 
 wxRect now simulates attributes named left, right, top and bottom.
 
+Removed all non wx stuff from the glcanvas module since DA's PyOpenGL
+is better and compatible with the wxGLCanvas.  You can get it at
+http://starship.python.net:9673/crew/da/Code/PyOpenGL.
 
+Added some missing EVT_ functions.