diff options
author | wulf <wulf@pkgsrc.org> | 2006-01-14 10:50:48 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-01-14 10:50:48 +0000 |
commit | a1d810a89ee5972b0b4227955bb8a49985806ae7 (patch) | |
tree | a8205f4c7930dd068ca8564b5f32147aed325883 /doc | |
parent | a9656f94f4d071e27e79bf082d6c525f37b4f6e0 (diff) | |
download | pkgsrc-a1d810a89ee5972b0b4227955bb8a49985806ae7.tar.gz |
Update boaconstructor to 0.4.4:
* Many bugfixes
* Migration to 2.5
* IDE Framework registration api in Plugins.py.
* Improved Code Completion and Call Tips.
* wxMAC compatibility improvements thanks to Kevin Walzer.
* Simple regex editor/matcher window now available under Tools.
* PyPlot plug-in
* New wxPython/Python docs bundle
* Tutorial improvements
* Python Resource modules now provides an alternative way to use images.
* EOL handling in source files have been completely redone.
* Converted the FormatParagraph IDLE extension to be a Boa plug-in.
* Zip Transport now allows write/clipboard operations.
* Support for the unicode encoding declaration (PEP 263)
* Support for wx.GridBagSizer
* Support for editing/browsing tar.gz files.
* Support for Help Book. Boa can now manage .hhp, .hhc and .hhk files.
* Support for wxWizards
* Support for the masked edit family of controls:
* Support for using Sizers in the Designer.
* Added property editors for BackgroundStyle and WindowVariant
* Added new wx.DatePickerCtrl to DateTimeCompanions.py, thanks to Oleg Deribas.
* Added preference setting to toggle specialiased Zope debugging
* Added wxTreeListCtrl and wxListView to the Palette.
* Added BicycleRepairMan (Python Refactoring) support.
* Added new Tools menu to the main menu.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6c44e340360..c3c9b008206 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12502 2006/01/14 08:35:17 taca Exp $ +$NetBSD: CHANGES,v 1.12503 2006/01/14 10:50:48 wulf Exp $ Changes to the packages collection and infrastructure in 2006: @@ -282,3 +282,4 @@ Changes to the packages collection and infrastructure in 2006: Updated sysutils/daemontools to 0.76nb1 [schmonz 2006-01-14] Updated textproc/libxml2 to 2.6.23 [recht 2006-01-14] Updated mail/nullmailer to 1.02 [schmonz 2006-01-14] + Updated devel/boaconstructor to 0.4.4 [wulf 2006-01-14] |