From: Harald O. <Har...@El...> - 2009-08-06 07:04:43
|
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 |