about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-05-21 11:32:02 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-05-21 11:32:02 +0000
commit51897d0502768b32de1da5bd9dceff00ad9a8e7f (patch)
treeb1a815aa0e387be39fc0aff4d2238687d94f2b1f /ChangeLog
parent55ca3b0d16579daed0bbfe1b8bbbaa1b66c318b8 (diff)
downloadzsh-51897d0502768b32de1da5bd9dceff00ad9a8e7f.tar.gz
zsh-51897d0502768b32de1da5bd9dceff00ad9a8e7f.tar.xz
zsh-51897d0502768b32de1da5bd9dceff00ad9a8e7f.zip
23447: improve documentation for zsh/newuser
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba1faa4d1..bb2617400 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-05-21  Peter Stephenson  <pws@csr.com>
 
+	* 23447: INSTALL, README, Doc/Zsh/contrib.yo,
+	Doc/Zsh/mod_newuser.yo, Doc/Zsh/roadmap.yo: improve documentation
+	for the zsh/newuser module and zsh-newuser-install function.
+
 	* 23446: Src/Modules/parameter.c: a typo meant scanning
 	alias parameters returned a value the same as the key.