summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-09-25 08:46:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-09-25 08:46:07 (GMT)
commit15cfea56bc85d5b5b7a44fbc46f54e8c9d32b959 (patch)
tree2967de3fd96b6abd4210437a0f1e7520e936946b /ChangeLog
parentedff204f863b5527369a1ca046d40240fe45754d (diff)
downloadtk-15cfea56bc85d5b5b7a44fbc46f54e8c9d32b959.zip
tk-15cfea56bc85d5b5b7a44fbc46f54e8c9d32b959.tar.gz
tk-15cfea56bc85d5b5b7a44fbc46f54e8c9d32b959.tar.bz2
Correct generation of grayscale data from an image. Reported by Keith Vetter
on comp.lang.tcl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 13 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 7835ace..cf7eee9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,21 @@
+2009-09-25 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkImgPhoto.c (ImgGetPhoto): Correct generation of grayscale
+ data from an image. Reported by Keith Vetter on comp.lang.tcl.
+
2009-09-19 Peter Spjuth <peter.spjuth@gmail.com>
- * generic/tkGrid.c
- * generic/tkPack.c
- * tests/packgrid.test: Bug fix in grid/pack collision detect.
- Faulty slave was not properly blocked from slave list. [Bug 2859912]
+ * generic/tkGrid.c: [Bug 2859912]: Bug fix in grid/pack collision
+ * generic/tkPack.c: detect. Faulty slave was not properly blocked
+ * tests/packgrid.test: from slave list.
2009-09-14 Jeff Hobbs <jeffh@ActiveState.com>
- * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu in
- * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu.
- [Bug 873613]
- (DrawMenuEntryArrow): Draw Win menu arrow after being torn
- off. [Bug 873608]
+ * generic/tkMenuDraw.c (TkPostSubmenu): [Bug 873613]: Fix reposting of
+ * win/tkWinMenu.c (TkWinHandleMenuEvent): submenu in torn off Windows
+ menu.
+ (DrawMenuEntryArrow): [Bug 873608]: Draw Win menu arrow after being
+ torn off.
2009-09-09 Donal K. Fellows <dkf@users.sf.net>