diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 49c1fa345bb..39bdd191188 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-09-12 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (try_window_reusing_current_matrix): Under bidi | ||
| 4 | reordering, locate the cursor by calling set_cursor_from_row; if | ||
| 5 | that fails, clear the desired glyph matrix before returning a | ||
| 6 | failure indication to the caller. Fixes leaving garbled display | ||
| 7 | when fast scrolling with a down-key. (Bug#12403) | ||
| 8 | |||
| 1 | 2012-09-12 Jan Djärv <jan.h.d@swipnet.se> | 9 | 2012-09-12 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 10 | ||
| 3 | * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it | 11 | * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it |