diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-08-09 10:02:08 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-08-09 10:02:08 +0000 |
commit | c73dd460190ca602114503d8dea3171165ff099e (patch) | |
tree | 1e398be5a08cf032dbddbd18b88e045c92752d91 /ChangeLog | |
parent | aa638fec26a316b00ebbb2f5f620faf600b8f6ae (diff) | |
download | zsh-c73dd460190ca602114503d8dea3171165ff099e.tar.gz zsh-c73dd460190ca602114503d8dea3171165ff099e.tar.xz zsh-c73dd460190ca602114503d8dea3171165ff099e.zip |
Fixes from Thorsten Dahlheimer.
21578: mkmakemod.sh didn't exit on cleanup. 21582: fix failure status of zmodload -R. 21583: fix circularity test of zmodload -A.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 120987be1..6bffc7043 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2005-08-09 Peter Stephenson <pws@csr.com> + * 21583: Thorsten Dahlheimer: Src/module.c: extend circularity + test of zmodload -A. + + * 21582: Thorsten Dahlheimer: Src/module.c: failure status of + zmodload -R was wrong. + + * 21578: Thorsten Dahlheimer: Src/mkmakemod.sh: script used not + to exit after cleaning up. + * 21577 (adapted): Dan Bullok: Src/Zle/zle_main.c, Src/init.c, Src/utils.c: improved 21567 which reexpands the prompt and refreshes but doesn't trash the line editor. |