diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-04-17 14:32:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-04-17 14:32:27 (GMT) |
commit | c86de1b46e1f322ca4ad49bfda61f8101314fb41 (patch) | |
tree | 6301eb8f81120f17c1c6c6c373343660d27c5b53 /ChangeLog | |
parent | 6306fe3c43167542f753be2804a8e721bb37c1cf (diff) | |
download | tk-c86de1b46e1f322ca4ad49bfda61f8101314fb41.zip tk-c86de1b46e1f322ca4ad49bfda61f8101314fb41.tar.gz tk-c86de1b46e1f322ca4ad49bfda61f8101314fb41.tar.bz2 |
Standardize function definition format.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-04-17 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tkFont.c, generic/tkListbox.c, unix/tkUnixSelect.c: + * win/ttkWinMonitor.c, win/ttkWinTheme.c, win/ttkWinXPTheme.c: Make + the format of declarations much more standardized (removing K&R-isms + and other things like that). + 2007-04-13 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * macosx/tkMacOSXInt.h (LOG_MSG, LOG_ON_ERROR): Added macros to make |