diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-26 09:48:02 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-26 09:48:02 +0000 |
commit | 79208f1d016ef9e3dcba4ab158c6698bb34aeccc (patch) | |
tree | 31686063f3e8cde1e880c83335efae8fb276ac2c /ChangeLog | |
parent | 714efe5ff99f6d498ec1733648d130bdc414466d (diff) | |
download | zsh-79208f1d016ef9e3dcba4ab158c6698bb34aeccc.tar.gz zsh-79208f1d016ef9e3dcba4ab158c6698bb34aeccc.tar.xz zsh-79208f1d016ef9e3dcba4ab158c6698bb34aeccc.zip |
Fix an incorrect article attribution.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
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> |