diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0bc5d650caf..0a05b544d98 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (handle_stop, handle_single_display_spec) | ||
| 4 | (next-element_from_image): Don't reset the | ||
| 5 | ignore_overlay_strings_at_pos_p flag here. | ||
| 6 | (next_element_from_buffer): Reset ignore_overlay_strings_at_pos_p | ||
| 7 | here. | ||
| 8 | (next_overlay_string): Set ignore_overlay_strings_at_pos_p here, | ||
| 9 | after we've exhausted all the overlay strings at the current | ||
| 10 | position. (Bug#19307) | ||
| 11 | |||
| 12 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 13 | |||
| 14 | * xdisp.c (set_iterator_to_next): Set value of stop_charpos | ||
| 15 | according to the object we are about to resume iterating. | ||
| 16 | (Bug#19307) | ||
| 17 | |||
| 18 | * dispnew.c (adjust_glyph_matrix): Set the update_mode_line flag | ||
| 19 | of the window whose current glyph matrix was resized, which | ||
| 20 | disables the mode-line row as side effect. | ||
| 21 | |||
| 22 | * xdisp.c (redisplay_window): Don't avoid redisplay of a window | ||
| 23 | whose update_mode_line flag is set. (Bug#19721) | ||
| 24 | |||
| 25 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 26 | |||
| 27 | * dispextern.h (FACE_FOR_CHAR): Fix the commentary. | ||
| 1 | 2015-03-03 Daniel Colascione <dancol@dancol.org> | 28 | 2015-03-03 Daniel Colascione <dancol@dancol.org> |
| 2 | 29 | ||
| 3 | * alloc.c (syms_of_alloc): Rename `gc-precise-p' to `gc-precise'. | 30 | * alloc.c (syms_of_alloc): Rename `gc-precise-p' to `gc-precise'. |