diff options
| author | Eli Zaretskii | 2014-10-07 20:18:07 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-10-07 20:18:07 +0300 |
| commit | 8ca8fde8a2f94e9446efc5aa68020c0badeecb4d (patch) | |
| tree | 683b09b987096c460f324a7603ecccbe8a219f3c /src/ChangeLog | |
| parent | 5bdd495965548f6b754f204080f4f1e6bec622ed (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-10-07 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2014-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 |