about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-08-24 10:18:56 +0100
committerPeter Stephenson <pws@zsh.org>2015-08-24 10:18:56 +0100
commit2bc4680e3b3973451b9449f970de35afdb105c37 (patch)
tree0f51ad15656a74b98d27b923e76110365a99cb7b /ChangeLog
parente5d5a76dce1cc488627c8623f0cd972c3d52644d (diff)
parent2e69ece5cfab850b8ba00b272f35ccdaf727c781 (diff)
downloadzsh-2bc4680e3b3973451b9449f970de35afdb105c37.tar.gz
zsh-2bc4680e3b3973451b9449f970de35afdb105c37.tar.xz
zsh-2bc4680e3b3973451b9449f970de35afdb105c37.zip
Merge branch 'master' of https://git.code.sf.net/p/zsh/code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4166fcbe4..a42d76487 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2015-08-23  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
+
+	* users/20455: Src/Modules/zpty.c: do not use posix_openpt()
+	on OpenBSD
+
+2015-08-22  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 36274: Src/Zle/zle_vi.c: clear virangeflag when getvirange()
+	has an error (the next keystroke is not a motion/selection).
+
+	* 36273: Src/Zle/zle_move.c: teach endofline() and endoflinehist()
+	about invicmdmode() cursor placement.
+
+2015-08-21  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted: Config/version.mk, Src/parse.c, Src/Zle/zle_misc.c:
+	update to 5.0.8-test-2 and fix some exports.
+
+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
+
 2015-08-21  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 36268: Test/C04funcdef.ztst: test for 36265.