about summary refs log tree commit diff
path: root/patchlist.txt
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-04-15 18:14:01 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-04-15 18:14:01 +0000
commit850fb2e7f94b4e0e9fbf3538ad9e3c44c9fed74b (patch)
treea09f4376fe75073ed19fb5dd1de0fce4c898adb9 /patchlist.txt
parent7a40d6c258ad87d147ee5d6839e746c33ebc0ac7 (diff)
downloadzsh-850fb2e7f94b4e0e9fbf3538ad9e3c44c9fed74b.tar.gz
zsh-850fb2e7f94b4e0e9fbf3538ad9e3c44c9fed74b.tar.xz
zsh-850fb2e7f94b4e0e9fbf3538ad9e3c44c9fed74b.zip
zsh-3.1.5-pws-7 zsh-3.1.5-pws-7
Diffstat (limited to 'patchlist.txt')
-rw-r--r--patchlist.txt63
1 files changed, 63 insertions, 0 deletions
diff --git a/patchlist.txt b/patchlist.txt
index 7a2760329..1cfea6fe8 100644
--- a/patchlist.txt
+++ b/patchlist.txt
@@ -328,3 +328,66 @@ Me: fix for unsetting special zle variables, 5111
 
 Drazen Kacar, modified by me: unlock terminal device on Solaris, 5118
 (5117 was wrong)
+
+  pws-7
+
+Me: patch for zls, 5054 (appeared in pws-6 but not in corresponding
+patchlist).
+
+Bart: finally added missing hunk from 4965 which allowed unsetting an
+assoc array when it was assigned to as a scalar which should have been
+there all along
+
+Bart: vared to edit associative arrays and array elements, 5129
+
+Matt Armstrong: makepro.awk can spit out preprocessor lines, 5132
+(+ move init.pro inclusion, 5151)
+
+Matt: cygwin needs to use native getcwd(), 5133
+
+Sven: partial word completion fix, 5144
+
+Sven: compadd -m, -F, -r, 5145, 5204
+
+Bart: unset can unset assoc array elements, 5174
+
+Sven: fix for command completion and pattern completions, 5178
+
+Sven: ${(P)...} 5183, 5199, 5200
+
+Me: compctl documentation tidy-up, 5185, 5198
+
+Sven: zle commands which use the minibuffer erase completion listings,
+5201
+
+Sven: glob qualifiers o -> f, O -> o, new O = ^o, 5203
+
+Sven: completion in arrays, 5206
+
+Sven: new completion in conditions, 5207
+
+Sven: ${foo:q}, 5208, preliminary
+
+Sven: use ${foo:q} for quoting prefix and suffix in new completion, 5120
+
+Me: bashautolist option, 5229; Sven's addition, 5234, and doc 5235; 5269
+
+Me: .zlogout doc, 5233
+
+Me: added note on Linux Alpha with egcs to Etc/MACHINES, not posted
+
+Me: typeset -T fix, 5247
+
+Bart: parameter scoping docs, 5258
+ 
+Bart: new mailing lists in Meta-FAQ, 5260
+
+Sven: GLOB_COMPLETE docs, 5261, 5268
+
+Sven: compctl -M and REC_EXACT fixes, 5262
+
+Sven: rewrite of $foo:q, 5265
+
+Sven: get matcher number in new completion function, 5266
+
+Me: interrupts in getquery() weren't gracefully handled, 5281