summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Maudoux <layus.on@gmail.com>2016-11-09 17:14:33 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2016-11-20 20:24:15 +0000
commitdae21874d498ccd3f947f6f47e5ec23feb2bdcb4 (patch)
treef92d59fc773c1485ead0d87aa8d607d0627fe84c /ChangeLog
parent368884a3aacd9852ae1310346695dbf2240e863b (diff)
downloadzsh-dae21874d498ccd3f947f6f47e5ec23feb2bdcb4.tar.gz
zsh-dae21874d498ccd3f947f6f47e5ec23feb2bdcb4.tar.xz
zsh-dae21874d498ccd3f947f6f47e5ec23feb2bdcb4.zip
39900: Add TERMINFO_DIRS special like TERMINFO.
Although this is a colon-separated array there is no tied array.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b05d39d3..e21a269e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-11-20  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* Guillaume Maudoux: 39900 (doc slightly tweaked): Src/params.c,
+	Doc/Zsh/params.yo: Add TERMINFO_DIRS special colon-separated
+	array, not tied.
+
 	* 39995 (from 39977): Src/params.c, Test/A06assign.ztst:
 	optimisation of string assignment if length is unchanged.