summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>