about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-12-10 23:27:01 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-12-10 23:27:01 +0000
commit25134bc34190cfc184fc1214dc04c3d5782a74a3 (patch)
tree86d3c7c3826fbfe69b235586b03db7aea112e27b /ChangeLog
parent4ea03291a8beb1487cbe31664a991d776bca19a0 (diff)
downloadzsh-25134bc34190cfc184fc1214dc04c3d5782a74a3.tar.gz
zsh-25134bc34190cfc184fc1214dc04c3d5782a74a3.tar.xz
zsh-25134bc34190cfc184fc1214dc04c3d5782a74a3.zip
unposted: improve CUTBUFFER and killring documentation
23044: print -c and print -C didn't handle unmetafied input
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ec6f2cb3..88243e5a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-12-10  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unpost: Doc/Zsh/zle.yo: documentation for CUTBUFFER and killring
+	ought to be more explicit about their connection.
+
+	* 23044: Src/builtin.c: print -c/-C is yet another version
+	of print no one bothered to fix up to handle unmetafication
+	properly.
+
 2006-12-08  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* based on 23038: Completion/Unix/Command/_webbrowser,