1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-06 07:16:04 +02:00

unposted: note roadmap in NEWS

This commit is contained in:
Peter Stephenson 2005-11-07 10:56:34 +00:00
parent e366ca8dbf
commit a3d4752bc4
2 changed files with 6 additions and 0 deletions

View File

@ -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

4
NEWS
View File

@ -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