summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-07-26 09:48:02 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-07-26 09:48:02 +0000
commit79208f1d016ef9e3dcba4ab158c6698bb34aeccc (patch)
tree31686063f3e8cde1e880c83335efae8fb276ac2c
parent714efe5ff99f6d498ec1733648d130bdc414466d (diff)
downloadzsh-79208f1d016ef9e3dcba4ab158c6698bb34aeccc.tar.gz
zsh-79208f1d016ef9e3dcba4ab158c6698bb34aeccc.zip
Fix an incorrect article attribution.
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2de1a0010..8eba67e24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -676,8 +676,8 @@
up color/colour assoc arrays to map the full range of ANSI text
properties; preserve more state during themed prompt previewing.
- * Alexandre: 11864: Src/Zle/complist.c: Shift an array the opposite
- way to fix colored listings crash.
+ * Alexandre: unposted: Src/Zle/complist.c: Shift an array the
+ opposite way to fix colored listings crash.
2000-06-11 Tanaka Akira <akr@zsh.org>