Add more xz compression support.
authorUlrich Mueller <ulm@gentoo.org>
Sat, 25 Sep 2010 21:42:48 +0000 (14:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 25 Sep 2010 21:42:48 +0000 (14:42 -0700)
commit4c96435152dd2b343057f80f995910ba806774e8
tree9c83469359d36d5337c4fdc67148b108c2f47381
parentcbdd0d58773f9deda0a714e8c165b5b18b0c9527
Add more xz compression support.

* doc/man/etags.1: xz compression is now supported.
* doc/misc/woman.texi (Interface Options): xz compression is now supported.

* lib-src/etags.c (compressors, print_language_names): Support xz compression.

* lisp/eshell/em-ls.el (eshell-ls-archive-regexp):
* lisp/eshell/esh-util.el (eshell-tar-regexp):
* lisp/ibuffer.el (ibuffer-compressed-file-name-regexp):
* lisp/info.el (Info-suffix-list):
* lisp/international/mule.el (auto-coding-alist):
* lisp/woman.el (woman-file-regexp, woman-file-compression-regexp):
* lisp/progmodes/etags.el (tags-compression-info-list):
Support xz compression.
14 files changed:
doc/man/ChangeLog
doc/man/etags.1
doc/misc/ChangeLog
doc/misc/woman.texi
lib-src/ChangeLog
lib-src/etags.c
lisp/ChangeLog
lisp/eshell/em-ls.el
lisp/eshell/esh-util.el
lisp/ibuffer.el
lisp/info.el
lisp/international/mule.el
lisp/progmodes/etags.el
lisp/woman.el