aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
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 @@
12013-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
12013-10-10 Paul Eggert <eggert@cs.ucla.edu> 122013-10-10 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 * image.c: Pacify --enable-gcc-warnings. 14 * image.c: Pacify --enable-gcc-warnings.