about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-02-18 15:53:19 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-02-18 15:53:19 +0000
commit3f588ef05f56031de452e940b0f4b4fd5453b4ed (patch)
tree9b189a6c12ca29e5319f9502233b07e20a7ed4ea /ChangeLog
parentee5d13e7287c1cdd18422fc1444089e5e10532ee (diff)
downloadzsh-3f588ef05f56031de452e940b0f4b4fd5453b4ed.tar.gz
zsh-3f588ef05f56031de452e940b0f4b4fd5453b4ed.tar.xz
zsh-3f588ef05f56031de452e940b0f4b4fd5453b4ed.zip
merge changes from 4.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af9398f5b..f1287cd72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-02-18  Oliver Kiddle  <opk@zsh.org>
 
+	* Doug Kearns: 18259: Completion/Unix/Command/_webbrowser,
+	Completion/Unix/Type/_urls: added more browsers and correct
+	'urls' description to 'url'
+
 	* Doug Kearns: 18254: Completion/Unix/Command/_xmlsoft,
 	Completion/Unix/Command/_xsltproc: new completion for xmllint
 	(from xmlsoft.org's libxml2 library). Merged with _xsltproc as
@@ -7,10 +11,26 @@
 
 2003-02-17  Oliver Kiddle  <opk@zsh.org>
 
+	* 18249: Completion/Linux/Command/_uml: new completion function
+	for User Mode Linux
+
 	* Doug Kearns: 18246: Completion/Unix/Command/_elinks,
 	Completion/Unix/Command/_ant, Completion/Unix/Command/_java:
 	minor update to _elinks and a couple of trivial fixes for java/ant
 
+2003-02-13  Oliver Kiddle  <opk@zsh.org>
+
+	* 18238: Config/installfns.sh, Src/Zle/complete.mdd:
+	bashcompinit was not being installed with --enable-function-subdirs
+
+	* users/5915: Completion/Unix/Command/_ssh: two levels of quoting
+	are needed for remote files referenced with scp
+
+	* unposted: Completion/Zsh/Command/_read: complete -t option
+
+	* 18223: Src/builtin.c, Doc/Zsh/builtins.yo: satisfy POSIX
+	requirement for a -v flag to unset
+
 2003-02-08  Clint Adams  <clint@zsh.org>
 
         * 18207: Src/Builtins/rlimits.c: add maxfilelocks to ulimit output.