summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Unix/Command/_xmlsoft2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e41177318..a167a5d47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-06 Peter Stephenson <p.w.stephenson@ntlworld.com>
+
+ * Alexey: 30322: Completion/Unix/Command/_xmlsoft: accept more
+ file types.
+
2012-03-05 Clint Adams <clint@zsh.org>
* 30314: Completion/Unix/Command/_ssh: add completion for
@@ -16072,5 +16077,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5604 $
+* $Revision: 1.5605 $
*****************************************************
diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft
index a1f727442..8e39ecc9a 100644
--- a/Completion/Unix/Command/_xmlsoft
+++ b/Completion/Unix/Command/_xmlsoft
@@ -53,7 +53,7 @@ case $service in
'--xincludestyle[do XInclude processing on stylesheets]' \
'--load-trace[print trace of all external entites loaded]' \
{--profile,--norman}'[dump profiling information]' \
- '1:stylesheet:_files -g "*.xsl(-.)"' \
+ '1:stylesheet:_files -g "*.xslt#(-.)"' \
':file:_files -g "*.xml(-.)"' && return
;;
xmllint)