From 8ca8fde8a2f94e9446efc5aa68020c0badeecb4d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 7 Oct 2014 20:18:07 +0300 Subject: Fix bug #18650 with warning about zlib when loading url-vars.el. src/decompress.c (init_zlib_functions): Move the message about zlib being unavailable from here... (Fzlib_decompress_region): ...to here. lisp/url/url-http.el (url-http-create-request): Recheck zlib availability on windows-nt each time it might be required. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index b57c76d5e3f..7a6b38f3b90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2014-10-07 Eli Zaretskii + + * decompress.c (init_zlib_functions): Move the message about zlib + being unavailable from here... + (Fzlib_decompress_region): ...to here. (Bug#18650) + 2014-10-07 Dmitry Antipov * font.c (Ffont_get_glyphs): Use validate_subarray and fix -- cgit v1.2.1