about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGeoff Wing <gcw@users.sourceforge.net>2002-02-19 00:06:54 +0000
committerGeoff Wing <gcw@users.sourceforge.net>2002-02-19 00:06:54 +0000
commit71749e822abcf5e768e0affa5a08531912940159 (patch)
tree6f1ae37b5db94f513d8f3de9a5b304b251bd0b62 /ChangeLog
parentd8ed8e965973b80517f1441a0bb8884deee84fad (diff)
downloadzsh-71749e822abcf5e768e0affa5a08531912940159.tar.gz
zsh-71749e822abcf5e768e0affa5a08531912940159.tar.xz
zsh-71749e822abcf5e768e0affa5a08531912940159.zip
16635: make sure we display lists in singlelinezle mode
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5113d174..f7f047eb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-19  Geoff Wing  <gcw@zsh.org>
+
+	* 16635: Src/Zle/zle_refresh.c: make sure we display lists in
+	singlelinezle mode
+
 2002-02-18  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* 16672: Src/hist.c: Fixed a just-introduced bug in prepnexthistent()