about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-05-04 16:07:34 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-05-04 16:07:34 +0100
commit60e41f9fc8de1413ae6f0e16d9e7049772089b15 (patch)
tree0362764371f172b94ff4d0c124a634e7baaef97f /ChangeLog
parent4e43360261e88346bd71b238f423cbf5bc8e1eff (diff)
downloadzsh-60e41f9fc8de1413ae6f0e16d9e7049772089b15.tar.gz
zsh-60e41f9fc8de1413ae6f0e16d9e7049772089b15.tar.xz
zsh-60e41f9fc8de1413ae6f0e16d9e7049772089b15.zip
31369: set locale for completion if locale command is not usable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10c17d8b5..f5468b161 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-04  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 31369: Completion/Base/Utility/_comp_locale: action if locale
+	command is not usable.
+
 2013-04-29  Bart Schaefer  <schaefer@zsh.org>
 
 	* 31361: Src/init.c: handle negative optno ("no" prefix used)