diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 36 |
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 @@ | |||
| 1 | 2013-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 | |||
| 7 | 2013-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 8 | |||
| 9 | * decompress.c (Fzlib_decompress_region): Support zlib | ||
| 10 | decompression, too, and rename. | ||
| 11 | |||
| 12 | 2013-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 | |||
| 18 | 2013-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 19 | |||
| 20 | * decompress.c (Fzlib_decompress_gzipped_region): Rename to | ||
| 21 | include the zlib prefix. | ||
| 22 | |||
| 23 | 2013-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 | |||
| 1 | 2013-08-12 Dmitry Antipov <dmantipov@yandex.ru> | 37 | 2013-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. |