diff options
author | Clint Adams <clint@users.sourceforge.net> | 2005-01-23 19:50:46 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2005-01-23 19:50:46 +0000 |
commit | c42a46f6e8291e2a527d429f3aa46c1d9e8fd2ab (patch) | |
tree | 681ae3675f7e5d9e238ecfb380b7cdde9afa9bcb /ChangeLog | |
parent | 8ae8a91b8b34514f3b3d5f695e6d5658cc875a66 (diff) | |
download | zsh-c42a46f6e8291e2a527d429f3aa46c1d9e8fd2ab.tar.gz zsh-c42a46f6e8291e2a527d429f3aa46c1d9e8fd2ab.tar.xz zsh-c42a46f6e8291e2a527d429f3aa46c1d9e8fd2ab.zip |
* 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bd4284ebb..8db751e94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-23 Clint Adams <clint@zsh.org> + + * 20737: Completion/Unix/Command/_subversion: run svn commands with + LANG=C. + 2005-01-22 Clint Adams <clint@zsh.org> * 20736: Src/Zle/zle_utils.c: change zlegetline() to return |