From 4085b07dbd7ae31b620cc81ee1d277dad7723668 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 30 Jun 2010 12:59:12 +0000 Subject: 28060: xmlsoft --nodtdattr completion thanks to Vincent Lefevre. --- ChangeLog | 5 ++++- Completion/Unix/Command/_xmlsoft | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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 * 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' \ -- cgit 1.4.1