diff options
| author | Lars Magne Ingebrigtsen | 2013-08-12 19:02:31 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2013-08-12 19:02:31 +0200 |
| commit | 7699d09ec6f13ec0b864e82a8c59e56037628539 (patch) | |
| tree | fa5d8707c5d41a71b16642e2dbf35010fd009092 /etc | |
| parent | 1d238bc75ac833eb28a72f24cc1acd79ec5999d7 (diff) | |
| download | emacs-7699d09ec6f13ec0b864e82a8c59e56037628539.tar.gz emacs-7699d09ec6f13ec0b864e82a8c59e56037628539.zip | |
Rename `zlib-decompress-gzipped-region' to `zlib-decompress-region'.
Also support zlib-format compression.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -43,7 +43,8 @@ no longer created during installation. | |||
| 43 | 43 | ||
| 44 | ** Emacs can be compiled with zlib support. If this library is present | 44 | ** Emacs can be compiled with zlib support. If this library is present |
| 45 | (which it normally is on most systems), the function | 45 | (which it normally is on most systems), the function |
| 46 | `zlib-decompress-gzipped-region' becomes available. | 46 | `zlib-decompress-region' becomes available, which can decompress gzip- |
| 47 | and zlib-format compressed data. | ||
| 47 | 48 | ||
| 48 | --- | 49 | --- |
| 49 | ** Emacs for NS (OSX, GNUStep) can be built with ImageMagick support. | 50 | ** Emacs for NS (OSX, GNUStep) can be built with ImageMagick support. |