From 1e89000cc871dc37141be74161d2228bb2cfa98c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 16 Apr 2003 06:07:55 +0000 Subject: [PATCH] Add more info about Scintilla changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/.cvsignore | 2 ++ wxPython/CHANGES.txt | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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