summaryrefslogtreecommitdiff
path: root/etc/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2013-08-11 21:43:36 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2013-08-11 21:43:36 +0200
commit313546eb796f4588c1c9af60f08f2bd122ef0bdb (patch)
tree011785b2e4c70e7f0ec25e28ff752e4279f2a97d /etc/ChangeLog
parentf90e3ebd13de8169ada56274f3abaa1ea8dc6d05 (diff)
downloademacs-313546eb796f4588c1c9af60f08f2bd122ef0bdb.tar.gz
Add zlib support via the `decompress-gzipped-region' function
This adds a new file, src/decompress.c, as well as tests for the presence of -lz.
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r--etc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1de3abd549c..cbaa780a4a4 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * NEWS: Mention -lz and `decompress-gzipped-region'.
+
2013-08-08 Juanma Barranquero <lekktu@gmail.com>
* NEWS: Document new keybinding of `C-x r f' to frameset-to-register.