summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-08-26 13:58:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-08-26 13:58:28 (GMT)
commita34b8c16d23b6d6e0f1d9b5b27914b8bee13914a (patch)
treeee9ba280fecefa420e7597aeb75eb4717110cfba /ChangeLog
parent592e5d08bbcc63aa24c100875c7a80e0fb87ba5d (diff)
downloadtk-a34b8c16d23b6d6e0f1d9b5b27914b8bee13914a.zip
tk-a34b8c16d23b6d6e0f1d9b5b27914b8bee13914a.tar.gz
tk-a34b8c16d23b6d6e0f1d9b5b27914b8bee13914a.tar.bz2
Tidy up the photo image tests a bit more.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5982db9..b5426bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
+2008-08-26 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/imgPhoto.test: More style improvements.
+
2008-08-25 Todd M. Helfter <tmh@users.sourceforge.net>
- * library/menu.tcl : Do not flip to the arrow cursor on menus.
- This was a Motif convention. Current behavior is maintained if
- tk_strictMotif is enabled. [Bug 1023955]
+ * library/menu.tcl: Do not flip to the arrow cursor on menus. This was
+ a Motif convention. Current behavior is maintained iff tk_strictMotif
+ is enabled. [Bug 1023955]
2008-08-25 Donal K. Fellows <dkf@users.sf.net>