aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-08-11 21:43:36 +0200
committerLars Magne Ingebrigtsen2013-08-11 21:43:36 +0200
commit313546eb796f4588c1c9af60f08f2bd122ef0bdb (patch)
tree011785b2e4c70e7f0ec25e28ff752e4279f2a97d /src/ChangeLog
parentf90e3ebd13de8169ada56274f3abaa1ea8dc6d05 (diff)
downloademacs-313546eb796f4588c1c9af60f08f2bd122ef0bdb.tar.gz
emacs-313546eb796f4588c1c9af60f08f2bd122ef0bdb.zip
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 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fce45d37447..340e8407b33 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * lisp.h: Include decompress.c support.
4
5 * emacs.c (main): Include decompress.c support.
6
7 * Makefile.in: Include -lz if present.
8
12013-08-11 Jan Djärv <jan.h.d@swipnet.se> 92013-08-11 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:frame: 11 * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:frame: