about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5806a9c59..298c4fbe2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-09  Tanaka Akira  <akr@zsh.org>
+
+	* 11280: Completion/User/_make: suppress an error with closed stdin
+	on OpenBSD.
+
+	* 11278: Completion/User/_ssh: disable forwarding to use ssh.
+
 2000-05-09  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 11277: Functions/Misc/nslookup: make nslookup function more like
@@ -5,7 +12,7 @@
 
 2000-05-09  Tanaka Akira  <akr@zsh.org>
 
-	* 11276: fix build on OpenBSD.
+	* 11276: configure.in, Src/Modules/zftp.c: fix build on OpenBSD.
 
 2000-05-09  Sven Wischnowsky  <wischnow@zsh.org>
 
@@ -62,8 +69,8 @@
 	
 2000-05-08  Tanaka Akira  <akr@zsh.org>
 
-	* Bart, Tanaka Akira: 11247: Don't signal to a process group which
-	has only zombie processes.
+	* Bart, Tanaka Akira: 11247: Src/exec.c: Don't signal to a process
+	group which has only zombie processes.
 
 2000-05-08  Peter Stephenson <pws@zsh.org>