summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-01-14 01:20:54 (GMT)
committermdejong <mdejong>2003-01-14 01:20:54 (GMT)
commit5ae8904c94d71fcc6507eb85784490ddd6a348cd (patch)
treebf379f02ef8cd7f40f5ace630d67f56d7e0ea556 /ChangeLog
parent24b85561272fc278646565a3a360142b28c05616 (diff)
downloadtk-5ae8904c94d71fcc6507eb85784490ddd6a348cd.zip
tk-5ae8904c94d71fcc6507eb85784490ddd6a348cd.tar.gz
tk-5ae8904c94d71fcc6507eb85784490ddd6a348cd.tar.bz2
* win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd,
ChooseDirectoryValidateProc, Tk_MessageBoxObjCmd): Remove unused tsdPtr variable. Use TEXT macro instead of _T macro since _T does not work under Cygwin. Declare flags as UINT to avoid compiler warning when compiling with mingw.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f3a6e5..cef9f0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-01-13 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd,
+ ChooseDirectoryValidateProc, Tk_MessageBoxObjCmd):
+ Remove unused tsdPtr variable. Use TEXT macro
+ instead of _T macro since _T does not work
+ under Cygwin. Declare flags as UINT to avoid
+ compiler warning when compiling with mingw.
+
2003-01-12 Mo DeJong <mdejong@users.sourceforge.net>
* win/Makefile.in: Add TCL_DEFS to AC_FLAGS