aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-08-12 22:14:05 +0200
committerJoakim Verona2013-08-12 22:14:05 +0200
commit30e2a1217667de18501bba00899c43a6f410906b (patch)
tree62fa7c28959dd4b989c5483e2eddd56b0ebf84b6 /src/ChangeLog
parenta4354e5eb57928af0afc313b81e7810a3365b383 (diff)
parentaa942e2bf4545365d7fb7e9d787e4a21642fbf4c (diff)
downloademacs-30e2a1217667de18501bba00899c43a6f410906b.tar.gz
emacs-30e2a1217667de18501bba00899c43a6f410906b.zip
merge from trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 679b82ba63c..04c89b63fa4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,39 @@
12013-08-12 Eli Zaretskii <eliz@gnu.org>
2
3 * decompress.c <zlib_initialized> [WINDOWSNT]: New static variable.
4 (Fzlib_decompress_region) [WINDOWSNT]: Call init_zlib_functions if
5 not yet initialized.
6
72013-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8
9 * decompress.c (Fzlib_decompress_region): Support zlib
10 decompression, too, and rename.
11
122013-08-12 Paul Eggert <eggert@cs.ucla.edu>
13
14 Minor zlib configuration tweaks.
15 * decompress.c (fn_inflateInit2) [!WINDOWSNT]:
16 Don't assume presence of fn_inflateInit2_ zlib internal function.
17
182013-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19
20 * decompress.c (Fzlib_decompress_gzipped_region): Rename to
21 include the zlib prefix.
22
232013-08-12 Eli Zaretskii <eliz@gnu.org>
24
25 * decompress.c [WINDOWSNT]: Include windows.h and w32.h.
26 (DEF_ZLIB_FN, LOAD_ZLIB_FN) [WINDOWSNT]: New macros. Use them to
27 define static variables that are pointers to zlib functions to be
28 dynamically loaded.
29 (init_zlib_functions) [WINDOWSNT]: New function.
30 (fn_inflateInit2_, fn_inflate, fn_inflateEnd, fn_inflateInit2):
31 New macros.
32 (Fdecompress_gzipped_region, unwind_decompress): Use the fn_*
33 macros instead of invoking the zlib functions directly.
34 (syms_of_decompress): DEFSYM Qzlib_dll. Staticpro
35 Szlib_available_p.
36
12013-08-12 Dmitry Antipov <dmantipov@yandex.ru> 372013-08-12 Dmitry Antipov <dmantipov@yandex.ru>
2 38
3 Avoid looping over all frame windows to freeze and unfreeze. 39 Avoid looping over all frame windows to freeze and unfreeze.