diff options
author | nijtmans <nijtmans> | 2010-05-11 12:12:49 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-11 12:12:49 (GMT) |
commit | ede9fc2f74a2e9aa5084e18c93d903e81f0f3303 (patch) | |
tree | 1a71cc0e56c633acfe0fb2e4a5af9d1ea1bce8bd /ChangeLog | |
parent | 44d12a1d5aa9b0103f0c3bea1ed81b59d4d383d1 (diff) | |
download | tk-ede9fc2f74a2e9aa5084e18c93d903e81f0f3303.zip tk-ede9fc2f74a2e9aa5084e18c93d903e81f0f3303.tar.gz tk-ede9fc2f74a2e9aa5084e18c93d903e81f0f3303.tar.bz2 |
Consistent use of variable names in RestrictEvent
API documentation and implementation: Use 'prev'
in stead of 'old', and 'arg' in stead of
'clientData' everywhere, just as in tkEvent.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-05-11 Jan Nijtmans <nijtmans@users.sf.net> + + * doc/RestrictEv.3 Consistent use of variable names in RestrictEvent + * generic/tkGrab.c API documentation and implementation: Use 'prev' + * unix/tkUnixDraw.c in stead of 'old', and 'arg' in stead of + * unix/tkUnixSend.c 'clientData' everywhere, just as in tkEvent.c. + * unix/tkUnixWm.c + 2010-05-10 Jan Nijtmans <nijtmans@users.sf.net> * doc/BindTable.3 Bring in line with actual implementation. |