summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2006-01-14 10:50:48 +0000
committerwulf <wulf@pkgsrc.org>2006-01-14 10:50:48 +0000
commit865d3e0da75eeb31099c50569d87bc9511a83e25 (patch)
treea8205f4c7930dd068ca8564b5f32147aed325883 /doc
parent7d7a851a73bd96e807803e1c590c236ec054f7ab (diff)
downloadpkgsrc-865d3e0da75eeb31099c50569d87bc9511a83e25.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/CHANGES3
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]