diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-06-24 18:21:18 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-06-24 18:21:18 +0000 |
commit | 03105a5d6e148754606df7e654e98cce07ae00ac (patch) | |
tree | a761b20f868a38657d8a715efc44a6fba38c3a30 /ChangeLog | |
parent | 36765a58a66362673e9e0e5f05ba7ba4612c9c1a (diff) | |
download | zsh-03105a5d6e148754606df7e654e98cce07ae00ac.tar.gz zsh-03105a5d6e148754606df7e654e98cce07ae00ac.tar.xz zsh-03105a5d6e148754606df7e654e98cce07ae00ac.zip |
17360: more lenient accept-line-and-down-history behaviour
17361: more careful about NULL history entries in zle
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 31ed2fee3..99327d45b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2002-06-24 Peter Stephenson <pws@csr.com> + * 17361: Src/zle_hist.c: Be safer about NULL returns from + quietgethist() in case the history has been changed under our feet. + + * 17360: Src/zle_hist.c: Allow accept-line-and-down-history to + accept the line even if there is no more history. + * 17350: Src/zle_params.c, Doc/Zsh/zle.yo: Add $CUTBUFFER and $killring zle parameters. |