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
This commit is contained in:
Robin Dunn
2003-04-16 06:07:55 +00:00
parent ce589e8291
commit 1e89000cc8
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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