summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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' \