diff options
author | nijtmans <nijtmans> | 2010-04-29 15:28:04 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-29 15:28:04 (GMT) |
commit | b36ef0e6d25a1a247dab7d8d39cc8f4242df1450 (patch) | |
tree | 82bad50df8f16a12bb06512831f4ee71e21981ce /ChangeLog | |
parent | bcca65eae4c1a94002d5f9aa9bd7fb75dc48b0fa (diff) | |
download | tk-b36ef0e6d25a1a247dab7d8d39cc8f4242df1450.zip tk-b36ef0e6d25a1a247dab7d8d39cc8f4242df1450.tar.gz tk-b36ef0e6d25a1a247dab7d8d39cc8f4242df1450.tar.bz2 |
Unnessarary TCL_STORAGE_CLASS re-definitions
Make various functions MODULE_SCOPE
TCHAR-related fixes, making al those
files compile fine when TCHAR != char.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2010-04-29 Jan Nijtmans <nijtmans@users.sf.net> + + * win/tkWin.h Unnessarary TCL_STORAGE_CLASS re-definition + * win/tkWinInt.h Make various functions MODULE_SCOPE + * win/tkWinButton.c TCHAR-related fixes, making al those + * win/tkWinFont.c files compile fine when TCHAR != char. + * win/tkWinScrlbr.c + * win/tkWinWindow.c + * win/tkWinWm.c + * win/tkWinX.c + * win/ttkWinMonitor.c + * win/ttkWinXPTheme.c + 2010-04-25 Donal K. Fellows <dkf@users.sf.net> * generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overall |