Log of /trunk/tcltk/TK
Directory Listing
Revision
908 -
Directory Listing
Modified
Thu Oct 26 10:18:53 2006 UTC
(16 years, 7 months ago)
by
johnpye
first attempt at merging with Ben's changes on the trunk
Revision
670 -
Directory Listing
Modified
Wed Jun 21 07:57:19 2006 UTC
(16 years, 11 months ago)
by
johnpye
woops, somehow managed to fail to merge the stuff from the DAE branch (changeset 702 to 819)
into the trunk. This should correct that.
Revision
659 -
Directory Listing
Modified
Sun Jun 4 20:01:04 2006 UTC
(17 years ago)
by
ben.allan
added File->Open everywhere equivalent to File->Read ... to resolve pye request.
At a 1.0 release of tcltk, we should consider getting rid of
the file reads, but not before. existing users have muscle memories
that are not to be toyed with.
Revision
650 -
Directory Listing
Modified
Tue May 30 22:01:26 2006 UTC
(17 years ago)
by
ben.allan
put a catch around the grab for windows users.
there's a slight chance that in some scenarios
the confirm box will be buried without a global
grab.
Revision
624 -
Directory Listing
Modified
Thu May 18 15:39:38 2006 UTC
(17 years ago)
by
ben.allan
Summary: most of the recent complaints about autotools build fixed,
but the buildbot might find a problem with the scons build/install/rpmbuild.
Details:
configure,Driver.c,utilities/config.h.in:
The choice of INSTALL_DATA as a configure variable name
has been repaired (renamed INSTALL_SHARE); INSTALL_DATA is the unix
canonical name for the program 'install' handling a data file.
Both autotools and scons builds have been updated to reflect this,
in the process correcting the definition from prefix/share to
prefix/share/ascend.
autotools build:
Added --with-quiet option to make the install of already installed and
unchanged files less verbose.
Put in a workaround for the '' problem in tkConfig.sh seen by KC/JP.
Added --datadir support to autotools configure. If you configure
the autotools --datadir=PREFIX/share/ascend you get the same behavior
as the Pye packaging; by default you get the CMU packaging convention instead.
Added utilities/env.c to build.
compiler:
Turned off AWAL in anontype.c.
Noodling away at blackboxes continues...
Revision
623 -
Directory Listing
Modified
Thu May 18 15:26:36 2006 UTC
(17 years ago)
by
ben.allan
missing file for tk84.
Revision
622 -
Directory Listing
Modified
Thu May 18 15:24:09 2006 UTC
(17 years ago)
by
ben.allan
fixed missing brace.
Revision
604 -
Directory Listing
Modified
Mon May 15 18:59:21 2006 UTC
(17 years ago)
by
ben.allan
believed to fix issue 67, del/bksp reversal.
The user may now adjust this in their ascendrc file
as needed to make their favorite window manager
behave itself.
Revision
582 -
Directory Listing
Modified
Tue May 9 19:07:39 2006 UTC
(17 years ago)
by
ben.allan
found more tk<8.4 isms.
Revision
574 -
Directory Listing
Modified
Tue May 9 01:06:40 2006 UTC
(17 years ago)
by
johnpye
Removing old comment about FTP server.
Revision
571 -
Directory Listing
Added
Tue May 9 00:14:59 2006 UTC
(17 years ago)
by
johnpye
Renaming 'tcltk98' to 'tcltk', continued...