diff options
| author | Joakim Verona | 2013-08-26 07:36:50 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-26 07:36:50 +0200 |
| commit | efe162a9b43555097d85becb636acab6184b20bc (patch) | |
| tree | cba214d7d9756db9fcb54dfe27b49f1a53a44f40 /src/ChangeLog | |
| parent | 16d3c3f7e50f4462cd60ac78b86001fd074ea551 (diff) | |
| parent | de3967312fb2f6c5cb217c3497ad7b4f56e46458 (diff) | |
| download | emacs-efe162a9b43555097d85becb636acab6184b20bc.tar.gz emacs-efe162a9b43555097d85becb636acab6184b20bc.zip | |
merge from trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 70d722a02a4..e4dcfffa02f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2013-08-26 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Fix recovering from possible decompression error. Since | ||
| 4 | insert_from_gap doesn't always move point, we can't use PT as | ||
| 5 | the position where the partially decompressed data ends, and | ||
| 6 | should count how may bytes was produced so far. | ||
| 7 | * decompress.c (struct decompress_unwind_data): Add nbytes member. | ||
| 8 | (unwind_decompress): Really delete partially uncompressed data. | ||
| 9 | (Fzlib_decompress_region): Take decompressed data size into account. | ||
| 10 | |||
| 11 | 2013-08-26 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 12 | |||
| 13 | * syntax.c (init_syntax_once): Adjust comment and do an early | ||
| 14 | initialization of Qchar_table_extra_slots just once... | ||
| 15 | * casetab.c (init_casetab_once): | ||
| 16 | * category.c (init_category_once): | ||
| 17 | * character.c (syms_of_character): | ||
| 18 | * coding.c (syms_of_coding): | ||
| 19 | * xdisp.c (syms_of_xdisp): ...and omit it here. | ||
| 20 | |||
| 1 | 2013-08-24 Eli Zaretskii <eliz@gnu.org> | 21 | 2013-08-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 22 | ||
| 3 | * xdisp.c (get_next_display_element): Don't apply to characters | 23 | * xdisp.c (get_next_display_element): Don't apply to characters |