diff options
author | das <das> | 2004-04-24 06:00:18 (GMT) |
---|---|---|
committer | das <das> | 2004-04-24 06:00:18 (GMT) |
commit | 94d68e9ac21d57a4207be28d56e3a46f0e4bc3e7 (patch) | |
tree | 35199e8a6330ddb01310ffd4c80b286d47cf388a /ChangeLog | |
parent | 1c92db1b7a2ae2e135c3ce538ced692272d33040 (diff) | |
download | tk-94d68e9ac21d57a4207be28d56e3a46f0e4bc3e7.zip tk-94d68e9ac21d57a4207be28d56e3a46f0e4bc3e7.tar.gz tk-94d68e9ac21d57a4207be28d56e3a46f0e4bc3e7.tar.bz2 |
* generic/tkPort.h:
* unix/Makefile.in:
* win/Makefile.in: followup on tcl header reform [FR 922727]:
removed use of relative #include paths in tkPort.h to allow
installation of private headers outside of tk source tree; added
tcl plaform source dir to compiler header search path.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-04-24 Daniel Steffen <das@users.sourceforge.net> + + * generic/tkPort.h: + * unix/Makefile.in: + * win/Makefile.in: followup on tcl header reform [FR 922727]: + removed use of relative #include paths in tkPort.h to allow + installation of private headers outside of tk source tree; added + tcl plaform source dir to compiler header search path. + 2004-04-23 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/bind.n: Added examples (in line with the parallel programme |