]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
a fix for the last fix
[wxWidgets.git] / wxPython / CHANGES.txt
index 320f184450611327a05e7e359c26266637b5337a..2551b7fe2655e7dfe4bb7c63c736038db1e3252a 100644 (file)
@@ -2,6 +2,31 @@ CHANGES.txt for wxPython
 
 ----------------------------------------------------------------------
 
+?????
+-----
+Removed initial startup dependency on the OpenGL DLLs so only the
+glcanvasc.pyd depends on them.
+
+Changed wxFont, wxPen, wxBrush to not implicitly use the
+wxThe[Font|Pen|Brush]List behind the scenes, but to use normal ctor
+and dtors.
+
+Exposed the wxThe[Font|Pen|Brush]List to wxPython.
+
+Also wxTheColourDatabase and added a library module (in the
+wxPython.lib.colourdb module) to load LOTS more colour names into the
+colour database.
+
+
+
+
+2.2.6
+-----
+
+No changes happened in the Python wrappers for this release, only
+changes and fixes in the wxWindows library.
+
+
 
 2.2.5
 -----