diff options
author | hobbs <hobbs> | 2003-11-11 00:05:52 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-11-11 00:05:52 (GMT) |
commit | ffdad8d85818234b95b62f6c512b5144f74e5ec4 (patch) | |
tree | 4c42704e042654de77f53e2bd8547f6d0d1dbb11 /ChangeLog | |
parent | cc28a05ba298a726964b45ca22b9cfc39a65d8a4 (diff) | |
download | tk-ffdad8d85818234b95b62f6c512b5144f74e5ec4.zip tk-ffdad8d85818234b95b62f6c512b5144f74e5ec4.tar.gz tk-ffdad8d85818234b95b62f6c512b5144f74e5ec4.tar.bz2 |
* win/configure:
* win/configure.in: define TK_LIB_FLAG, TK_LIB_SPEC,
TK_BUILD_LIB_SPEC, TK_STUB_LIB_SPEC, TK_STUB_LIB_PATH, and
TK_BUILD_STUB_LIB_PATH for tkConfig.sh [Bug #826614]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2003-11-10 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alpha + blending for images with partial transparency. Only operates for + 15bpp+ display, and not on Mac at all. [Bug 809157] + + * win/configure: + * win/configure.in: define TK_LIB_FLAG, TK_LIB_SPEC, + TK_BUILD_LIB_SPEC, TK_STUB_LIB_SPEC, TK_STUB_LIB_PATH, and + TK_BUILD_STUB_LIB_PATH for tkConfig.sh [Bug #826614] + + * unix/Makefile.in (SHLIB_LD_FLAGS): include in Makefile as it is + used in MAKE_LIB sometimes (ie: AIX-64) [Bug #829686] (jimix) + 2003-11-01 Donal K. Fellows <donal.k.fellows@man.ac.uk> * library/msgs/nl.msg: Updated messages from Arjen Markus and |