summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-17 09:58:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-17 09:58:13 (GMT)
commite4f1f83a7bade235b9bf9b51ef349ce33ccf2b5c (patch)
treee2103ff5ad7fa5c1d4d87c45e33f6b534eabe6de /ChangeLog
parent1e153f3dbf586557f291abfb9068871b58c67382 (diff)
downloadtk-e4f1f83a7bade235b9bf9b51ef349ce33ccf2b5c.zip
tk-e4f1f83a7bade235b9bf9b51ef349ce33ccf2b5c.tar.gz
tk-e4f1f83a7bade235b9bf9b51ef349ce33ccf2b5c.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