summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-07-29 23:17:38 (GMT)
committerredman <redman>1999-07-29 23:17:38 (GMT)
commitdfd80e527ae80304b861420b7bd87131ecbe90df (patch)
tree169add5d3b87fb40af4ad770241d1ee4d1d3c18c /ChangeLog
parent2a5093e8452e5ec2c6d52b77e936eda1508cb2f1 (diff)
downloadtcl-dfd80e527ae80304b861420b7bd87131ecbe90df.zip
tcl-dfd80e527ae80304b861420b7bd87131ecbe90df.tar.gz
tcl-dfd80e527ae80304b861420b7bd87131ecbe90df.tar.bz2
* unix/mkLinks.tcl: Applied patch to avoid linking pack.n to
pack-old.n. Patch from Don Porter. [Bug: 2469] * doc/Encoding.n: Applied patch to fix typo in .SH NAME line. Patch from Don Porter. [Bug: 2451]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a51b5e..f47373a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
1999-07-29 <redman@scriptics.com>
+ * unix/mkLinks.tcl: Applied patch to avoid linking pack.n to
+ pack-old.n. Patch from Don Porter. [Bug: 2469]
+
+ * doc/Encoding.n: Applied patch to fix typo in .SH NAME line.
+ Patch from Don Porter. [Bug: 2451]
+
* win/tclWinSock.c: Free Win32 Event handles when destroying
the socket helper thread.