about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-06-02 09:17:04 +0100
committerPeter Stephenson <pws@zsh.org>2015-06-02 09:17:04 +0100
commit93e72ed1e9ef573e3bb9cd95d67233df46d33973 (patch)
treef88ee51731de8bd1b4400b309cae13816a207005 /ChangeLog
parent52cace80567dc53fa8d32f3664b524b5e8ec905b (diff)
downloadzsh-93e72ed1e9ef573e3bb9cd95d67233df46d33973.tar.gz
zsh-93e72ed1e9ef573e3bb9cd95d67233df46d33973.tar.xz
zsh-93e72ed1e9ef573e3bb9cd95d67233df46d33973.zip
35353: print -x and print -X expand tabs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf10bedc2..090a9be24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-02  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 35353: Doc/Zsh/builtins.yo, Src/builtin.c, Src/utils.c,
+	Test/B03print.ztst: print -x and print -X expand tabs.
+
 2015-06-02  Oliver Kiddle  <opk@zsh.org>
 
 	* 35356: Completion/Unix/Type/_ttys, Completion/Unix/Command/_ps,