diff options
| author | Eli Zaretskii | 2013-10-10 22:26:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-10-10 22:26:13 +0300 |
| commit | 00036e1dd2f2194fbc7938076defbe2d7228c8a3 (patch) | |
| tree | 1d85d9dcfcb15ebf87dc8a5958d7ca63e28b6669 /src/ChangeLog | |
| parent | 991496253a519d728a1041c157b37182a829d156 (diff) | |
| download | emacs-00036e1dd2f2194fbc7938076defbe2d7228c8a3.tar.gz emacs-00036e1dd2f2194fbc7938076defbe2d7228c8a3.zip | |
Attempt to fix crashes per bug #15575.
src/xdisp.c (deep_copy_glyph_row): Assert that the 'used' counts of
FROM and TO are identical. Copy only the glyphs of TEXT_AREA.
src/term.c (save_and_enable_current_matrix): Don't allocate and
don't save margin areas.
(restore_desired_matrix): Don't restore margin areas.
(free_saved_screen): Don't free margin areas.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e650c1e7d4d..4bd46642f43 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2013-10-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (deep_copy_glyph_row): Assert that the 'used' counts of | ||
| 4 | FROM and TO are identical. Copy only the glyphs of TEXT_AREA. | ||
| 5 | (Bug#15575) | ||
| 6 | |||
| 7 | * term.c (save_and_enable_current_matrix): Don't allocate and | ||
| 8 | don't save margin areas. | ||
| 9 | (restore_desired_matrix): Don't restore margin areas. | ||
| 10 | (free_saved_screen): Don't free margin areas. | ||
| 11 | |||
| 1 | 2013-10-10 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2013-10-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | * image.c: Pacify --enable-gcc-warnings. | 14 | * image.c: Pacify --enable-gcc-warnings. |