about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHan Pingtian <hanpt@linux.vnet.ibm.com>2015-09-22 05:55:23 +0800
committerPeter Stephenson <pws@zsh.org>2015-09-22 10:18:41 +0100
commitacf5bd766a7b5d656cdf1c636c8508492c1aadf4 (patch)
tree50a27114c85b651c0ba45420ee2af5634107bb6f /ChangeLog
parentd2910fd64f584d57dbf544db8aa36ac909ea212f (diff)
downloadzsh-acf5bd766a7b5d656cdf1c636c8508492c1aadf4.tar.gz
zsh-acf5bd766a7b5d656cdf1c636c8508492c1aadf4.tar.xz
zsh-acf5bd766a7b5d656cdf1c636c8508492c1aadf4.zip
36586: fix completion match right anchor
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 897aa1ad6..e5ea4fd30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 2015-09-22  Peter Stephenson  <p.stephenson@samsung.com>
 
-	* 36538: Han Pingtian: Doc/Zsh/compwid.yo: tweak code for match
+	* 36586: Han Pingtian: Src/Zle/compmatch.c: tweak to completion
+	matching with right anchor.
+
+	* 36545: Han Pingtian: Doc/Zsh/compwid.yo: tweak doc for match
+	anchors e and E.
+
+	* 36538: Han Pingtian: Doc/Zsh/compwid.yo: tweak doc for match
 	anchors to get correct difference between b and B.
 
 2015-09-22  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>