summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2010-06-30 12:59:12 +0000
committerClint Adams <clint@users.sourceforge.net>2010-06-30 12:59:12 +0000
commit4085b07dbd7ae31b620cc81ee1d277dad7723668 (patch)
treed21d82bc66250f7d5fb8fb8a4b8103081125f402
parente1772fd0462b7657220e7edee86ceba8ea1a7fdd (diff)
downloadzsh-4085b07dbd7ae31b620cc81ee1d277dad7723668.tar.gz
zsh-4085b07dbd7ae31b620cc81ee1d277dad7723668.zip
28060: xmlsoft --nodtdattr completion thanks to Vincent Lefevre.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_xmlsoft1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0068ca37e..9459a3a64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* 27998: Functions/Newuser/zsh-newuser-install: add recommended
zshrc option.
+ * 28060: Completion/Unix/Command/_xmlsoft: xmlsoft --nodtdattr
+ completion thanks to Vincent Lefevre.
+
2010-06-23 Doug Kearns <dougkearns@gmail.com>
* 28056: Completion/Unix/Command/_lynx: add option descriptions.
@@ -13340,5 +13343,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5016 $
+* $Revision: 1.5017 $
*****************************************************
diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft
index 6baecf57b..213260dd0 100644
--- a/Completion/Unix/Command/_xmlsoft
+++ b/Completion/Unix/Command/_xmlsoft
@@ -14,6 +14,7 @@ case $service in
'--debug[dump the tree of the result instead]' \
'--dumpextensions[dump registered extension elements and functions]' \
'--novalid[skip the DTD loading phase]' \
+ '--nodtdattr[do not default attributes from the DTD]' \
'--noout[do not dump the result]' \
'--maxdepth[increase the maximum depth]:depth' \
'--maxparsedepth[increase the maximum parser depth]:depth' \