aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-10-07 20:18:07 +0300
committerEli Zaretskii2014-10-07 20:18:07 +0300
commit8ca8fde8a2f94e9446efc5aa68020c0badeecb4d (patch)
tree683b09b987096c460f324a7603ecccbe8a219f3c /src/ChangeLog
parent5bdd495965548f6b754f204080f4f1e6bec622ed (diff)
downloademacs-8ca8fde8a2f94e9446efc5aa68020c0badeecb4d.tar.gz
emacs-8ca8fde8a2f94e9446efc5aa68020c0badeecb4d.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b57c76d5e3f..7a6b38f3b90 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-10-07 Eli Zaretskii <eliz@gnu.org>
2
3 * decompress.c (init_zlib_functions): Move the message about zlib
4 being unavailable from here...
5 (Fzlib_decompress_region): ...to here. (Bug#18650)
6
12014-10-07 Dmitry Antipov <dmantipov@yandex.ru> 72014-10-07 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 * font.c (Ffont_get_glyphs): Use validate_subarray and fix 9 * font.c (Ffont_get_glyphs): Use validate_subarray and fix