diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bd8aae80d5d..642b6b32231 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-08-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (draw_glyphs): Don't compare row pointers, compare row | ||
| 4 | vertical positions instead. This avoids calling MATRIX_ROW with | ||
| 5 | row numbers that are possibly beyond valid limits. (Bug#15064) | ||
| 6 | |||
| 1 | 2013-08-09 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2013-08-09 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | Use xstrdup and build_unibyte_string where applicable. | 9 | Use xstrdup and build_unibyte_string where applicable. |