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 084ae983b6f..1442650d432 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-09-22 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (try_window_id): Don't abort if cursor row could not be | ||
| 4 | found (which can legitimately happen when the glyph row at the | ||
| 5 | window start is disabled in the current_matrix. (Bug#15365) | ||
| 6 | |||
| 1 | 2013-09-22 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2013-09-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Fix syntax.h bug introduced by recent INLINE change. | 9 | Fix syntax.h bug introduced by recent INLINE change. |