about summary refs log tree commit diff
path: root/patchlist.txt
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-05-02 15:19:50 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-05-02 15:19:50 +0000
commit53d36e795b26a945048e7a87a1a91224f8e1663a (patch)
treeaee8b11f48f2af1aceacd4a279f1d4b1de6ebfa6 /patchlist.txt
parent206237c8ec4b7619d9e70a75004cd1ae1066b0a0 (diff)
downloadzsh-53d36e795b26a945048e7a87a1a91224f8e1663a.tar.gz
zsh-53d36e795b26a945048e7a87a1a91224f8e1663a.tar.xz
zsh-53d36e795b26a945048e7a87a1a91224f8e1663a.zip
zsh-3.1.5-pws-17 dot-zsh-199905041932
Diffstat (limited to 'patchlist.txt')
-rw-r--r--patchlist.txt51
1 files changed, 50 insertions, 1 deletions
diff --git a/patchlist.txt b/patchlist.txt
index 9a07210b6..faeade93b 100644
--- a/patchlist.txt
+++ b/patchlist.txt
@@ -940,7 +940,7 @@ pws: 6053: compwid.yo
 
 Sven: 6056: compwid.yo
 
-Sven: 6058: small changes
+Sven: 6058: small changes in _path_files, compinit and documentation
 
 Sven: 6060: don't invalidatelist() in zle_main.c before calling completion
 functions
@@ -967,3 +967,52 @@ Tanaka Akira: 6085: _make can hang when no [mM]akefile
 Tanaka Akira: 6092: _find, bad glob pattern
 
 pws: 6101: multi-line prompt ending in '\n' got another newline
+
+  pws-17
+
+Geoff: 6104: multi-line prompt fix (6101 backed off)
+
+Sven: 6105: _make patch whitespace
+
+Bart: 6106: short documentation fixes in expn.yo, options.yo, redirect.yo
+
+Sven: 6109: completion in parameter assignment should set context `value'
+
+Sven: 6113: compadd -D, nuke element in an array for each failed match
+
+Sven: 6117: position of ignored suffix in inserted match
+
+pws: 6118: _closequote and _oldlist completers
+
+Sven: 6119: don't insert word separator before ignored suffix
+
+Sven: 6121: try harder with braces after a parameter expansion
+
+Sven: 6124: menu completion wasn't consistent between tabs
+
+Sven: 6128: completion after an expansion; list after a non-completion list
+
+Sven: 6129: comments for struct cadata
+
+Ville Herva: 6131, see 6126: reset tv.tv_sec before select for Linux
+
+Sven: 6132: compctl.mdd
+
+Sven: 6133: autoloaded parameters
+
+Sven: 6150: alwayslastprompt sometimes failed in M-x
+
+Sven: 6152: compstate[vared]
+
+Sven: 6153: realparamtab to smooth access to autoloaded parameters
+
+Bart: 6162: autoloadable parameter code links without dynamic loading
+
+pws: 6165: globsubst'd foo='~/bin' depended on extendedglob being set
+
+Sven: 6167: show unloaded parameters as undefined
+
+Bart: 6171 as rewritten in 6174: old RedHat Linux doesn't have normall
+definitions for poll.
+
+pws: 6180: Completion/Core/compinstall