diff options
author | Jun T <takimoto-j@kba.biglobe.ne.jp> | 2013-07-25 01:14:22 +0900 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-07-25 09:47:47 +0100 |
commit | c5d9abc6c8f818a3823c70696e412c4496f6a5be (patch) | |
tree | f5fa498b277ec82ca2d9ec222cdc46c841b139be /ChangeLog | |
parent | 4095e175b6dcdaf901e783752bbd5a503c27881b (diff) | |
download | zsh-c5d9abc6c8f818a3823c70696e412c4496f6a5be.tar.gz zsh-c5d9abc6c8f818a3823c70696e412c4496f6a5be.tar.xz zsh-c5d9abc6c8f818a3823c70696e412c4496f6a5be.zip |
31756: further make completion improvements.
ake care of mutually exclusive options. Add _description using $state_descr. Add completions for --debug=flag. Fix typo (pointed out by Daniel Shahaf).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 913585d06..289b61120 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2013-07-25 Peter Stephenson <p.stephenson@samsung.com> + * Jun T.: 31756: Completion/Unix/Command/_make: further make + completion improvements: tke care of mutually exclusive options; + add _description using $state_descr; add completions for + --debug=flag; fix typo (pointed out by Daniel Shahaf). + * 31574: Src/parse.c: alternative fix to 31545 if FD_CLOEXEC is not available, removing dump records more consistently. |