about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2004-06-22 07:11:24 +0000
committerBart Schaefer <barts@users.sourceforge.net>2004-06-22 07:11:24 +0000
commit6a1d913bd6214d7ca7f8cf1a82efef1fa4bae101 (patch)
tree62043f7cbe357f67ac6692f25abcd1a84d34ea70
parent431db1a4c61cc99efa32b144db901ae6cbff9425 (diff)
downloadzsh-6a1d913bd6214d7ca7f8cf1a82efef1fa4bae101.tar.gz
zsh-6a1d913bd6214d7ca7f8cf1a82efef1fa4bae101.tar.xz
zsh-6a1d913bd6214d7ca7f8cf1a82efef1fa4bae101.zip
Record some uncommitted doc changes and a minor fix to predict-on.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3affcb13e..2709ab947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-06-21  Bart Schaefer  <schaefer@zsh.org>
+
+	* unposted: Doc/Zsh/zle.yo: copy-prev-shell-word has no default
+	bindings, so it shouldn't claim those of copy-prev-word.
+
+	* 19785 (cont'd): Doc/zsh/builtins.yo, Doc/zsh/compsys.yo:
+	Previously uncommitted documentation changes (Oliver).
+
+	* users/7267: Functions/Zle/predict-on: Minor update to cooperate
+	with zle-line-init.
+
 2004-06-18  Clint Adams  <clint@zsh.org>
 
 	* 20081: Doc/Zsh/mod_pcre.yo: document -pcre-match condition.