aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
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 /src/ChangeLog
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 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cf851d5bec0..88e1fdc4e66 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * decompress.c (Fzlib_decompress_region): Support zlib
4 decompression, too, and rename.
5
12013-08-12 Paul Eggert <eggert@cs.ucla.edu> 62013-08-12 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Minor zlib configuration tweaks. 8 Minor zlib configuration tweaks.