+2003-05-16 Vince Darley <vincentdarley@sourceforge.net>
+
+ * library/tkvfs.tcl: added 'tk' widget hierarchy vfs. Use:
+ package require vfs::tk
+ vfs::tk::Mount .frame.a.b foo
+ cd foo
+ ...
+ to examine.
+ * library/pkgIndex.tcl(.in): added new package.
+
2003-05-15 Jeff Hobbs <jeffh@ActiveState.com>
* library/pkgIndex.tcl.in: use vfs::dll var directly
package ifneeded vfs::urltype 1.0 [list source [file join $dir vfsUrl.tcl]]
package ifneeded vfs::webdav 0.1 [list source [file join $dir webdavvfs.tcl]]
package ifneeded vfs::zip 1.0 [list source [file join $dir zipvfs.tcl]]
+package ifneeded vfs::tk 0.5 [list source [file join $dir tkvfs.tcl]]
package ifneeded vfs::urltype 1.0 [list source [file join $dir vfsUrl.tcl]]
package ifneeded vfs::webdav 0.1 [list source [file join $dir webdavvfs.tcl]]
package ifneeded vfs::zip 1.0 [list source [file join $dir zipvfs.tcl]]
+package ifneeded vfs::tk 0.5 [list source [file join $dir tkvfs.tcl]]