diff options
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. |