aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-08-12 19:02:31 +0200
committerLars Magne Ingebrigtsen2013-08-12 19:02:31 +0200
commit7699d09ec6f13ec0b864e82a8c59e56037628539 (patch)
treefa5d8707c5d41a71b16642e2dbf35010fd009092 /etc
parent1d238bc75ac833eb28a72f24cc1acd79ec5999d7 (diff)
downloademacs-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/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e37b107176c..715f7906073 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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-
47and 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.