diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2003-03-22 23:01:15 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2003-03-22 23:01:15 (GMT) |
commit | 9cb6eb20a290f06006f72f409b1375a6141276ed (patch) | |
tree | 3279d435abfeb4e5756796ee9499ed1d92d6b9b2 /ChangeLog | |
parent | a0ed5880ee97954af162748411d3a6e692b29d7f (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |