about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-02-06 10:29:30 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-02-06 10:29:30 +0000
commit809ab19dff75185a805b4cbb31a6b89f225167f4 (patch)
tree73cd64425d28a97187c5d1830a55609440d65df3 /ChangeLog
parent590a26709a67abf13eeec66f161b0ec085637459 (diff)
downloadzsh-809ab19dff75185a805b4cbb31a6b89f225167f4.tar.gz
zsh-809ab19dff75185a805b4cbb31a6b89f225167f4.tar.xz
zsh-809ab19dff75185a805b4cbb31a6b89f225167f4.zip
18191: from Greg Klanderman: compctl -y didn't respect list arrangement
options listpacked and listrowsfirst.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 970eba1c4..413752da6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-06  Peter Stephenson  <pws@csr.com>
+
+	* Greg Klanderman <gak@klanderman.net>: 18191:
+	Src/Zle/compresult.c: `compctl -y' didn't obey the listpacked
+	and listrowsfirst options.
+
 2003-02-05  Peter Stephenson  <pws@csr.com>
 
 	* 18195: Doc/Zsh/builtins.yo Src/builtin.c Src/utils.c