diff options
| author | Ulrich Mueller | 2010-09-25 14:42:48 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-09-25 14:42:48 -0700 |
| commit | 4c96435152dd2b343057f80f995910ba806774e8 (patch) | |
| tree | 9c83469359d36d5337c4fdc67148b108c2f47381 /lib-src/ChangeLog | |
| parent | cbdd0d58773f9deda0a714e8c165b5b18b0c9527 (diff) | |
| download | emacs-4c96435152dd2b343057f80f995910ba806774e8.tar.gz emacs-4c96435152dd2b343057f80f995910ba806774e8.zip | |
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.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4f3f386310a..5765bea74ae 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-09-25 Ulrich Mueller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * etags.c (compressors, print_language_names): Support xz compression. | ||
| 4 | |||
| 1 | 2010-08-11 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2010-08-11 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * fakemail.c: Include stdlib.h for getenv. Remove declaration of | 7 | * fakemail.c: Include stdlib.h for getenv. Remove declaration of |