diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 23:15:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 23:15:18 (GMT) |
commit | dc24f0b30e8fbb81e9012b809dae38285844a640 (patch) | |
tree | 17d2b2dbfc25eb233c8b2a045f9dbaf3c410056a /ChangeLog | |
parent | 0f9217cf63ff7594570b15dfdd6398cda1c88d8c (diff) | |
download | tk-dc24f0b30e8fbb81e9012b809dae38285844a640.zip tk-dc24f0b30e8fbb81e9012b809dae38285844a640.tar.gz tk-dc24f0b30e8fbb81e9012b809dae38285844a640.tar.bz2 |
Private functions should be either static or prefixed with 'Tk' (thanks GPS!)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-09-30 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tkCanvas.c (TkGetStringsFromObjs): + * generic/tkPanedWindow.c (PanedWindowWorldChanged): Private + functions should be either static or prefixed with 'Tk' (thanks to + George Staplin for spotting this.) + 2003-09-27 Pat Thoyts <patthoyts@users.sourceforge.net> * win/makefile.vc: Implementation of TIP #150, "Provide |