summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2003-07-17 09:58:13 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2003-07-17 09:58:13 (GMT)
commiteaa656fe8022b12f8f13937f8f65f2093048fda9 (patch)
treee2103ff5ad7fa5c1d4d87c45e33f6b534eabe6de /ChangeLog
parent843ac8f8d65c14527d72bc9e480590bbf8ad2033 (diff)
downloadtk-eaa656fe8022b12f8f13937f8f65f2093048fda9.zip
tk-eaa656fe8022b12f8f13937f8f65f2093048fda9.tar.gz
tk-eaa656fe8022b12f8f13937f8f65f2093048fda9.tar.bz2
I prefer direct return from switch processing; simpler to understand.
Also resolves [Bug 771988] since the breaks are "wrong" in that style.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33b9848..4baff2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-07-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tkImgPhoto.c (ImgPhotoCmd): Rewrote subcommand processing
+ to never jump to the end of the switch. I find that confusing as
+ I can't see whether there's processing still to be done from a
+ quick glance at the code, unlike with a direct return. [Bug 771988]
+
2003-07-16 Don Porter <dgp@users.sourceforge.net>
* generic/tkPack.c (ConfigureSlaves): silence compiler warning