about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-03-26 08:27:03 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-03-26 08:27:03 +0000
commitea08ba3cea5fe6d979d984a556b902003d0afe04 (patch)
tree99cce954b6934cbf4d369dc5aa8d3eca390f87cf /ChangeLog
parentd3eca43623881efdd3034cf8089c394c81214a65 (diff)
downloadzsh-ea08ba3cea5fe6d979d984a556b902003d0afe04.tar.gz
zsh-ea08ba3cea5fe6d979d984a556b902003d0afe04.tar.xz
zsh-ea08ba3cea5fe6d979d984a556b902003d0afe04.zip
_pids shouldn't start menu completion if the current word starts with a hyphen; typo fix in compsys.yo (13763)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2675bd4c6..554b8469c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-26  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 13763: Completion/Builtins/_pids, Doc/Zsh/compsys.yo: _pids
+	* shouldn't start menu completion if the current word starts
+	* with a hyphen; typo fix in compsys.yo
+
 2001-03-25  Bart Schaefer  <schaefer@zsh.org>
 
 	* 13757: StartupFiles/zlogin, StartupFiles/zshenv,