Update of /cvsroot/installbase/installbase
In directory sc8-pr-cvs1:/tmp/cvs-serv12949
Modified Files:
ChangeLog TODO.txt
Log Message:
o lib/common.tcl
CreateDir and CreateDirTree now track directories in an array
in order to speed things up a bit.
Removed the FileManifest command. It's no longer necessary.
Added a File class to handle files during installation.
o lib/editor.tcl
o lib/help.tcl
Removed a pack statement that would cause a hang in ScrolledWindow.
o lib/install.tcl
Added some error-checking while processing files.
Command-line arguments in an icon are now subst'd before
storing to the file.
KDE and Gnome desktop icons are now created with the .desktop file
extension.
o lib/trees.tcl
o lib/utils.tcl
Completely changed the way file groups are handled. A directory
is now added as a sub-node of the file group, and the user can
select which files / sub-directories to include or exclude from
the install.
o lib/unpack.tcl
Many file functions are now contained within the File class.
Added an error check for divide-by-zero case in progress update.
o lib/utils.tcl
Removed all catch { unset } commands in favor of -nocomplain.
GetFileList now returns the contents of a proc to be stored
with the install that initializes all the files in an install
by creating their respective objects.
Removed specific icons with checks in favor of creating checked
images on loading.
o lib/windows.tcl
Removed some packs that would cause a hang in ScrolledWindows.
o lib/Icons/tkIcons.installbase
Removed specific icons with checks in favor of creating checked
images on loading.
Couldn't generate diff; no version number found in filespec: ChangeLog,1.117,ChangeLog
Couldn't generate diff; no version number found in filespec: TODO.txt,1.123,TODO.txt
|