diff options
| author | Lars Magne Ingebrigtsen | 2013-08-11 22:51:47 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2013-08-11 22:51:47 +0200 |
| commit | 99a32242b364793076b4b03310c435d4828ef6e4 (patch) | |
| tree | c314d25d6a80d4d548003e6f5e3079a3c6d3e956 /src/ChangeLog | |
| parent | 313546eb796f4588c1c9af60f08f2bd122ef0bdb (diff) | |
| download | emacs-99a32242b364793076b4b03310c435d4828ef6e4.tar.gz emacs-99a32242b364793076b4b03310c435d4828ef6e4.zip | |
Fix decompress gap handling bug
* decompress.c (Fdecompress_gzipped_region): Respect all zlib
errors, and really move the gap to where we want it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 340e8407b33..1780bf4e797 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * decompress.c (Fdecompress_gzipped_region): Respect all zlib | ||
| 4 | errors, and really move the gap to where we want it. | ||
| 5 | |||
| 3 | * lisp.h: Include decompress.c support. | 6 | * lisp.h: Include decompress.c support. |
| 4 | 7 | ||
| 5 | * emacs.c (main): Include decompress.c support. | 8 | * emacs.c (main): Include decompress.c support. |