From: Jeff H. <je...@ac...> - 2009-08-06 22:25:04
|
I would not not create the modified BWidget "2.0" until you actually have changes to implement. Don't strip out ttk support and call that 2.0, as that seems pointless. If noone else steps up to support it that is OK, but only create a new version if you plan to push it forward. We can live with BWidget 1.9 and TWidget 2.0. My $.02, Jeff On 05/08/2009 11:55 PM, Harald Oehlmann wrote: > Hello Community, > > thank you all for your contributions. > > To resume: > > TWidget: > - Packet name: TWidget > - cvs: head of module BWidget of tcl-lib > - first release version: 2.0 > - tcl/tk 8.5 or newer > - supports ttk as much as possible > > BWidget > - Package name: BWidget > - cvs: branch "BWidget" of module BWidget of tcl-lib > - next release version: 2.0 > - tcl/tk 8.2 or newer > - no ttk support at all, will be removed > > The packages will use: > if {![package vsatisfies [package provide Tcl] 8.5]} {return} > to avoid loading in a non-suitable interpreter > > Why two package names: > - to allow current BWidget to continue evolving and to allow a release > of 2.0 > - Why version numbers 2.0 for both packages ? > To terminate the common 1.x period, where both packages were still unified. > - I do not think BWidget is dead when TWidget is out. > > Further actions: > - create the item TWidget for the tracker (bugs/patch/feature request) > (have already read about, will find it I think) > - create a file release area (no problem) > > Actions I do not know how to do (please help): > > - Update web page: http://tcllib.sourceforge.net/ > - Currently, the BWidget docs are old and I would like to update them > - add TWidget and TWidget documentation > * should I perform this task or is there someone else for this task ? > > Thank you all, > Harald |