diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2017-12-28 11:35:34 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2017-12-28 11:35:34 +0900 |
commit | d303dfa7f59aef999c43e2a7a56aac7099e40454 (patch) | |
tree | f0837ee5acf50bc88908b3ed8ca6764cd5210c3c /ChangeLog | |
parent | 24152f766f75bdc0efad109a8a9f8b164008fc1a (diff) | |
download | zsh-d303dfa7f59aef999c43e2a7a56aac7099e40454.tar.gz zsh-d303dfa7f59aef999c43e2a7a56aac7099e40454.tar.xz zsh-d303dfa7f59aef999c43e2a7a56aac7099e40454.zip |
42175 + 42177 + 42178: avoid localized output from external commands
_call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c2b726b21..eb93c5bef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-12-28 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> + + * 42175 + 42177 (+ 24178 by Daniel): + Completion/Base/Utility/_arguments, + Completion/Base/Utility/_call_program, + Completion/Debian/Command/_aptitude, Completion/Unix/Command/_a2ps, + Completion/Unix/Command/_subversion, Completion/Unix/Command/_tar, + Doc/Zsh/compsys.yo: avoid localized output from external commands + for easier analysys by the completion system. + 2017-12-27 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> * 42176: Completion/Unix/Command/_tar: update long options |