about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-11-07 10:56:34 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-11-07 10:56:34 +0000
commita3d4752bc42cdd1c2898a2bd3d79f5a28623f249 (patch)
tree03d489db4910deab635ca5e9d784d50583fc6b32
parente366ca8dbfb3d38e4bcbfa02965d6736a7e6bdca (diff)
downloadzsh-a3d4752bc42cdd1c2898a2bd3d79f5a28623f249.tar.gz
zsh-a3d4752bc42cdd1c2898a2bd3d79f5a28623f249.tar.xz
zsh-a3d4752bc42cdd1c2898a2bd3d79f5a28623f249.zip
unposted: note roadmap in NEWS
-rw-r--r--ChangeLog2
-rw-r--r--NEWS4
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e77961e2..028277184 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-11-07  Peter Stephenson  <pws@csr.com>
 
+	* unposted: NEWS: note roadmap.
+
 	* 21986: Src/Zle/compresult.c, Src/Zle/iwidgets.list,
 	Src/Zle/zle.h, Src/Zle/zle_misc.c: make completion suffix
 	system work with wide characters; also make magic-space
diff --git a/NEWS b/NEWS
index c2f77165b..e463d88dd 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ Major changes between versions 4.2 and 4.3
   and stores the number in $myfd, so that >&$myfd will work.  Chosen
   not to break existing code.
 
+- The manual now has a Roadmap section (manual page zshroadmap) to
+  give new users an indication of the most interesting parts of the
+  manual.
+
 - New Posix-style zsh-specific tests [[:IDENT:]], [[:IFS:]],
   [[:IFSSPACE:]], [[:WORD:]] test if character can appear in identifier,
   is an IFS character, is an IFS whitespace character, or is considered