diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-06 22:20:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-06 22:20:22 (GMT) |
commit | bd68659da7e1f828f00ca30ebd1e4c20d2befd3c (patch) | |
tree | 69d50800ac9fe05e5659c3c94a8e4d6c800e448f /ChangeLog | |
parent | 2fdf253ee5c0cba07f91cccd30e01ee3f483d93c (diff) | |
download | tk-bd68659da7e1f828f00ca30ebd1e4c20d2befd3c.zip tk-bd68659da7e1f828f00ca30ebd1e4c20d2befd3c.tar.gz tk-bd68659da7e1f828f00ca30ebd1e4c20d2befd3c.tar.bz2 |
* doc/ConfigWidg.3: Removed reference to Tk_Offset from the
NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197]
* unix/mkLinks: make mklinks
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,9 @@ 2003-10-06 Don Porter <dgp@users.sourceforge.net> + * doc/ConfigWidg.3: Removed reference to Tk_Offset from the + NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] + * unix/configure.in: Reconfigured to use $TCL_PREFIX as the default value of --prefix, and also added warning when a TK_PREFIX value different from TCL_PREFIX is selected, since [package require Tk] @@ -29,6 +32,7 @@ verify that's what we have. [Bug 749088] * unix/configure: autoconf (2.57) + * unix/mkLinks: make mklinks 2003-10-03 Pat Thoyts <patthoyts@users.sourceforge.net> |