diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ff6b9508d62..7f4c59b8eb4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-04-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * window.c (Fwindow_end): Test more flags, including the buffer's | ||
| 4 | last_overlay_modified flag, to determine whether the window's | ||
| 5 | display is really up-to-date. Prevents the function from | ||
| 6 | returning a stale value. (Bug#14170) | ||
| 7 | (Fwindow_line_height): Fix the test for up-to-date-ness of the | ||
| 8 | current matrix. | ||
| 9 | |||
| 1 | 2013-04-10 Eli Zaretskii <eliz@gnu.org> | 10 | 2013-04-10 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * frame.c (do_switch_frame): Mark the TTY frame we switch to as | 12 | * frame.c (do_switch_frame): Mark the TTY frame we switch to as |