diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-03 11:52:00 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-03 11:52:00 +0000 |
commit | 0d6350d65a856b74000393dd4c4f5453e8801444 (patch) | |
tree | e272f79cc8508c5d563f471f0255f6a3e2c51483 /ChangeLog | |
parent | d981fc1316617c6e4f8c7dcba339dd6b1da1279f (diff) | |
download | zsh-0d6350d65a856b74000393dd4c4f5453e8801444.tar.gz zsh-0d6350d65a856b74000393dd4c4f5453e8801444.tar.xz zsh-0d6350d65a856b74000393dd4c4f5453e8801444.zip |
remove backslashes before `$' in _expand when `substitute' is unset; fix for clearing end-of-list lines in menu-selection (11110)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 16982fbb1..cebe082f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-03 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + + * 11110: Completion/Core/_expand, Src/Zle/complist.c: remove + backslashes before `$' in _expand when `substitute' is unset; fix + for clearing end-of-list lines in menu-selection + 2000-05-03 Tanaka Akira <akr@m17n.org> * 11109: Completion/X/_xauth: new completion for xauth. |