about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-08-12 17:53:03 +0200
committerOliver Kiddle <opk@zsh.org>2015-08-12 18:05:59 +0200
commitf17eb26a34af69a2238a3d8b46079445e09c096e (patch)
tree899d99253e5e09f03e5da0ca277d13efae795c5f /ChangeLog
parentb386bbaf29399b7845a546eae16af32af3cc9205 (diff)
downloadzsh-f17eb26a34af69a2238a3d8b46079445e09c096e.tar.gz
zsh-f17eb26a34af69a2238a3d8b46079445e09c096e.tar.xz
zsh-f17eb26a34af69a2238a3d8b46079445e09c096e.zip
35834: strip a final newline from pasted text: inserting is hard to tell apart from accepting it
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03e2b0953..556a137da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-12  Oliver Kiddle <opk@zsh.org>
+
+	* 35834 (tweaked): Src/Zle/zle_misc.c: strip a final newline from
+	pasted text: inserting is hard to tell apart from accepting it
+
 2015-08-12  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 36077: Functions/VCS_Info/Backends/VCS_INFO_get_data_bzr,