diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-06-25 00:22:02 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-06-25 00:23:25 +0900 |
commit | 0d7be4af0dc6efa30a187ba4f897f773460a2944 (patch) | |
tree | 1afebe4911d66482550c8fa2199f4b0587b24fef /ChangeLog | |
parent | 77130df6747c94c44ea4cb522177d611a24fd5d0 (diff) | |
download | zsh-0d7be4af0dc6efa30a187ba4f897f773460a2944.tar.gz zsh-0d7be4af0dc6efa30a187ba4f897f773460a2944.tar.xz zsh-0d7be4af0dc6efa30a187ba4f897f773460a2944.zip |
35550: fix backspace in interactive menu-select
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d0e2b256d..574e5fa73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-06-24 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> + + * 35550: Src/Zle/complist.c: fix backspace in interactive + mode of menu-select + 2015-06-24 Peter Stephenson <p.stephenson@samsung.com> * 35514: Han Pingtian: Src/pattern.c: [[:foo:]] |