summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dda4ec48d..d8a87e54d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-09-27  Oliver Kiddle  <opk@zsh.org>
+
+	* 39369 (tweaked cf 39371): Src/Zle/zle_thingy.c: when calling
+	an internal widget, set bindk because some widgets use it to
+	determine how they should act
+
 2016-09-27  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 39437: Src/exec.c: use list_pipe_pid in assignment for clarity