about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-08-21 10:59:00 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-08-21 13:38:19 -0700
commit2ed3b84fa65b949bfea8895ab287011042fae8fb (patch)
tree2ddbf1a259a8ccaddcf0a9ef3dfa8aefa331b5e2 /ChangeLog
parent8abe1496fb3577c11eb98bd57fa6162763e1b7f5 (diff)
downloadzsh-2ed3b84fa65b949bfea8895ab287011042fae8fb.tar.gz
zsh-2ed3b84fa65b949bfea8895ab287011042fae8fb.tar.xz
zsh-2ed3b84fa65b949bfea8895ab287011042fae8fb.zip
36266: preserve emulation and setopt context for init and finish functions, handle vi modes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33d8ac4c2..5f9ccf8e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 
 2015-08-21  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 36266: Functions/Zle/bracketed-paste-magic: preserve emulation
+	and setopt context for init and finish functions, handle vi modes
+
 	* 36256: Src/builtin.c: local options should remain in effect
 	for "emulate -L" even if additional option settings are applied