about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-10-21 09:51:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-10-21 09:51:54 +0000
commitc2ff977ddb1b8892fd1e374f3360b70290cfeabb (patch)
tree53997be89813fd70c6ee9bb92e1273402b9bf090 /ChangeLog
parent014402141335585cd6e597f74ca3b9feddddf985 (diff)
downloadzsh-c2ff977ddb1b8892fd1e374f3360b70290cfeabb.tar.gz
zsh-c2ff977ddb1b8892fd1e374f3360b70290cfeabb.tar.xz
zsh-c2ff977ddb1b8892fd1e374f3360b70290cfeabb.zip
21898: insert-composed-char can take command line argument
21899: add "roadmap" to manual
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 550527cad..ddde8c03c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-10-21  Peter Stephenson  <pws@csr.com>
+
+	* 21899: Doc/.distfiles, Doc/Makefile.in, Doc/zsh.yo,
+	Doc/zshroadmap.yo, Doc/Zsh/.distfiles, Doc/Zsh/intro.yo,
+	Doc/Zsh/invoke.yo, Doc/Zsh/manual.yo, Doc/Zsh/roadmap.yo:
+	Add "roadmap" section to manual for new users to get
+	acquainted.
+
+	* 21898: Functions/Zle/insert-composed-char, Doc/Zsh/contrib.yo:
+	insert-composed-char can take a command line argument.
+
 2005-10-19  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* unposted: Src/Zle/zle_refresh.c: fixed a compiler warning.