about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-05-16 09:37:56 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-05-16 09:37:56 +0000
commit9533b19dad964fc9aa001f69146d356c42769a70 (patch)
tree53a556e60f52e74aaeed8163480a4e99d8b4e665 /ChangeLog
parent02e0a4755f47f1eb720d5b81b37cc8e3d3a453ac (diff)
downloadzsh-9533b19dad964fc9aa001f69146d356c42769a70.tar.gz
zsh-9533b19dad964fc9aa001f69146d356c42769a70.tar.xz
zsh-9533b19dad964fc9aa001f69146d356c42769a70.zip
25051: add colour sequences to formatting strings in completion
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54b6520d1..5243ec8db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-16  Peter Stephenson  <pws@csr.com>
+
+	* 25051: Src/prompt.c, Src/complist.c, Src/zle_tricky.c:
+	add %F, %K, %f, %k handling to formatting strings for completion.
+
 2008-05-15  Peter Stephenson  <pws@csr.com>
 
 	* 25040: Src/builtin.c, Src/utils.c, Src/Modules/zpty.c: