diff --git a/wxPython/.cvsignore b/wxPython/.cvsignore index 38dfbf734e..6e3d362030 100644 --- a/wxPython/.cvsignore +++ b/wxPython/.cvsignore @@ -5,8 +5,10 @@ MANIFEST _build_dmg _build_rpm build +build-dbg build-gtk build-gtk2 +build-gtk2-dbg.unicode build-gtk2.unicode build-pkg build-pkg-debug diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 5b518e8e5f..041bc8a3b0 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -24,7 +24,10 @@ people can do imports without "import *" and can use names like wx.Frame instead of wx.wxFrame. This is phase 1 of a full transition to the new namespace. -Updated Scintilla to 1.51. +Updated Scintilla to 1.51. I also changed it to use wxListCtrl +instead of wxLIstBox for the AutoComplete window, added the ability to +use custom bitmaps in the margin and in the AutoComplete windows, and +worked out how to do proper clipping of child windows on wxGTK. Patrick O'Brien's PyCrust package has been renamed to Py and now includes several new tools. As part of the change the location of the