summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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