about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-13 11:05:15 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-13 11:05:15 +0000
commitb692ed1b9d19d10646d3870bb3b9b301216bddf7 (patch)
tree7f9950bc2b5019a49496bd75f27a86d70c796496 /ChangeLog
parentf5b6feedcaed6b2cbc7f5dc20a2cc4b401dc62d9 (diff)
downloadzsh-b692ed1b9d19d10646d3870bb3b9b301216bddf7.tar.gz
zsh-b692ed1b9d19d10646d3870bb3b9b301216bddf7.tar.xz
zsh-b692ed1b9d19d10646d3870bb3b9b301216bddf7.zip
remove the `pids' tag, use `processes' instead (10733)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 876fb54e2..d65f3b160 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-04-13  Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
 
+	* 10733: Completion/Builtins/_pids, Completion/User/_killall,
+ 	Doc/Zsh/compsys.yo: remove the `pids' tag, use `processes' instead
+	
 	* 10727: Src/builtin.c: make read -[kq] always print the prompt,
  	if any; after all they make sure they have a terminal anyway