summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-03-22 23:01:15 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-03-22 23:01:15 (GMT)
commit9cb6eb20a290f06006f72f409b1375a6141276ed (patch)
tree3279d435abfeb4e5756796ee9499ed1d92d6b9b2 /ChangeLog
parenta0ed5880ee97954af162748411d3a6e692b29d7f (diff)
downloadtcl-9cb6eb20a290f06006f72f409b1375a6141276ed.zip
tcl-9cb6eb20a290f06006f72f409b1375a6141276ed.tar.gz
tcl-9cb6eb20a290f06006f72f409b1375a6141276ed.tar.bz2
* win/tclWinDde.c: Make dde services conform the the documentation
such that giving only a topic name really returns all services with that topic. [Bug 219155] Prevent hangup caused by dde server applications failing to process messages [Bug 707822] * tests/winDde.test: Corrected labels and added a test for search by topic name.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7271e67..cb4fa59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-03-22 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/tclWinDde.c: Make dde services conform the the documentation
+ such that giving only a topic name really returns all services
+ with that topic. [Bug 219155]
+ Prevent hangup caused by dde server applications failing to process
+ messages [Bug 707822]
+ * tests/winDde.test: Corrected labels and added a test for search
+ by topic name.
+
2003-03-20 Don Porter <dgp@users.sourceforge.net>
* generic/tclInt.h (tclOriginalNotifier):