diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-17 09:58:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-17 09:58:13 (GMT) |
commit | e4f1f83a7bade235b9bf9b51ef349ce33ccf2b5c (patch) | |
tree | e2103ff5ad7fa5c1d4d87c45e33f6b534eabe6de /ChangeLog | |
parent | 1e153f3dbf586557f291abfb9068871b58c67382 (diff) | |
download | tk-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |