diff options
author | dgp <dgp@users.sourceforge.net> | 2004-10-26 23:22:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-10-26 23:22:59 (GMT) |
commit | 49f35fcfc9ae3237a21dea1a0d10496d25aecd1a (patch) | |
tree | 54e05130f9ac14726b309d42355a37e0b17a57bf /ChangeLog | |
parent | b485f2b4fade260ea9fcb8a29751b2315eb801af (diff) | |
download | tk-49f35fcfc9ae3237a21dea1a0d10496d25aecd1a.zip tk-49f35fcfc9ae3237a21dea1a0d10496d25aecd1a.tar.gz tk-49f35fcfc9ae3237a21dea1a0d10496d25aecd1a.tar.bz2 |
* tests/safe.test (safe-1.3): Made test less sensitve to the
full set of existing aliases in an interp, so the it only tests
whether the tested ones are present.
* unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from
`make shell` target to other similar targets so that just built
libraries are tested, rather than previous installations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-10-26 Don Porter <dgp@users.sourceforge.net> + + * tests/safe.test (safe-1.3): Made test less sensitve to the + full set of existing aliases in an interp, so the it only tests + whether the tested ones are present. + + * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from + `make shell` target to other similar targets so that just built + libraries are tested, rather than previous installations. + 2004-10-26 Reinhard Max <max@suse.de> * generic/tkEvent.c (Tk_HandleEvent): Call XSetICFocus whenever |