diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-12 10:19:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-12 10:19:59 +0000 |
commit | cc2213b340690590cdd1f7094cfaaf83a90a7cda (patch) | |
tree | 36bc9230a7ca9d4809105f08509ded48fe6772bb /ChangeLog | |
parent | 8e2fa4d9b2196e8f3a199cc22400ba35bcb21556 (diff) | |
download | zsh-cc2213b340690590cdd1f7094cfaaf83a90a7cda.tar.gz zsh-cc2213b340690590cdd1f7094cfaaf83a90a7cda.tar.xz zsh-cc2213b340690590cdd1f7094cfaaf83a90a7cda.zip |
12227: select-prompt handled by compinstall
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index a0780698c..0f438af11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-07-12 Peter Stephenson <pws@cambridgesiliconradio.com> + + * 12227: Completion/Core/compinstall: add select-prompt handling + and correct menu entry and missing local parameters. + 2000-07-12 Sven Wischnowsky <wischnow@zsh.org> * 12226: Completion/Core/_main_complete: don't start menu @@ -7,8 +12,13 @@ 2000-07-11 Peter Stephenson <pws@cambridgesiliconradio.com> - * Src/exec.c: 12220: print error message for unfound autoload - function body at lower locallevel. + * 12222: Src/exec.c: ignore EINTR in helper processe for + tee and cat with multios. It might be considered unfortunate + that the shell is liable to exit on SIGPIPE if these disappear + early. + + * 12220: Src/exec.c: print error message for unfound autoload + function body at lower locallevel.a 2000-07-10 Bart Schaefer <schaefer@zsh.org> |