about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-23 12:15:03 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-05-23 12:15:03 +0000
commitd786ca4438883723569bf72a0fe43b2306915838 (patch)
tree61e8e1ee6923bea1e1d399350ac6a0d65a8529e0 /ChangeLog
parentc08e0636e84dbf19b061748a466c59d5061824f7 (diff)
downloadzsh-d786ca4438883723569bf72a0fe43b2306915838.tar.gz
zsh-d786ca4438883723569bf72a0fe43b2306915838.tar.xz
zsh-d786ca4438883723569bf72a0fe43b2306915838.zip
allow multiple lines in option completion lists to share the same description, for (hopefully) cleaner displays (17212)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41612071d..ed0a59c64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-23  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 17212: Src/Zle/computil.c: allow multiple lines in option
+	completion lists to share the same description, for (hopefully)
+	cleaner displays
+
 2002-05-23  Clint Adams  <clint@zsh.org>
 
 	* Matt Zimmerman: 17211: Completion/Unix/Command/_cvs: