diff options
author | das <das> | 2005-06-23 06:00:26 (GMT) |
---|---|---|
committer | das <das> | 2005-06-23 06:00:26 (GMT) |
commit | e73ef55a5933bee7c2841a1c87854417d8da71ff (patch) | |
tree | 8690a90aac359fb2374b2f26bfa0d68e6e06f9dd /ChangeLog | |
parent | 8f4b4c54db724505dca2ab174792054c09138823 (diff) | |
download | tk-e73ef55a5933bee7c2841a1c87854417d8da71ff.zip tk-e73ef55a5933bee7c2841a1c87854417d8da71ff.tar.gz tk-e73ef55a5933bee7c2841a1c87854417d8da71ff.tar.bz2 |
* unix/Makefile.in (install-private-headers): rewrite tkPort.h when
installing private headers to remove ../unix relative #include path to
tkUnixPort.h (which is incorrect at the installed location).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2005-06-21 Donal K. Fellows <donal.k.fellows@man.ac.uk> +2005-06-23 Daniel Steffen <das@users.sourceforge.net> *** 8.4.11 TAGGED FOR RELEASE *** + * unix/Makefile.in (install-private-headers): rewrite tkPort.h when + installing private headers to remove ../unix relative #include path to + tkUnixPort.h (which is incorrect at the installed location). + +2005-06-21 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * doc/GetBitmap.3: Fix silly error in SYNOPSIS. [Bug 1224983] 2005-06-20 Donal K. Fellows <donal.k.fellows@man.ac.uk> |