summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2004-02-25 14:12:34 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2004-02-25 14:12:34 (GMT)
commit9314539d269d7799c7b0d8476102bebe351c7a4b (patch)
tree704592d59e3cbd2f2e80df7800611e2060c13fba /ChangeLog
parentc0086152bf8c3afb10f70135ac601e2ddf5c3234 (diff)
downloadtcl-9314539d269d7799c7b0d8476102bebe351c7a4b.zip
tcl-9314539d269d7799c7b0d8476102bebe351c7a4b.tar.gz
tcl-9314539d269d7799c7b0d8476102bebe351c7a4b.tar.bz2
* win/tclWinDde.c: Removed some gcc warnings - except for the
-Wconversion warning for GetGlobalAtomName. gcc is just wrong about this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4e2f2c..28e54fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-25 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/tclWinDde.c: Removed some gcc warnings - except for the
+ -Wconversion warning for GetGlobalAtomName. gcc is just wrong
+ about this.
+
2004-02-24 Donal K. Fellows <donal.k.fellows@man.ac.uk>
IMPLEMENTATION OF TIP#100 FROM GEORGIOS PETASIS