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