1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
2007-09-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.10 ========================
*
2007-06-22 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* pluginmgr.tcl: Replaced deprecated {expand} syntax in comments
with {*}.
2007-03-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* pluginmgr.man: Fixed all warnings due to use of now deprecated
commands. Added a section about how to give feedback.
2006-10-03 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.9 ========================
*
2005-10-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.8 ========================
*
2005-07-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* pluginmgr.tcl: Added and documented option -setup,
* pluginmgr.man: and clone method.
2005-06-17 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* pluginmgr.tcl: Validation now reports missing API commands. Set
plugin name before external check, so that the callback can use
'do' when inspecting the plugin. Command setup has no need for
alias deletion, interpreters are always new and clean.
* plugin.tcl: Changed completely to a package based approach,
* plugin.man: using the safe base for proper package
handling. Plugins are packages. Framework has to perform only
validation and initialization, not search.
2005-04-13 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* plugin.tcl: Updated to changed method names in path, added
* plugin.man: method 'interpreter', and fixed bug in alias
creation.
2005-04-11 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* plugin.man: New module for the management of plugins.
* plugin.tcl:
* pkgIndex.tcl:
|