summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.