diff options
| author | Paul Eggert | 2015-03-03 14:29:22 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-03-03 14:29:22 -0800 |
| commit | f15c8583198c3d6c26ca0c0a5b6fb019f98d6c3c (patch) | |
| tree | 7068ac99c5729e94a93a4a0ae7ddd1acbb7d2c01 /src/ChangeLog | |
| parent | 118a31a3b1eb08cba14887c3134054e9b4383688 (diff) | |
| parent | ec26c23f4815fbc6bbd16d20f400721bc7b58344 (diff) | |
| download | emacs-f15c8583198c3d6c26ca0c0a5b6fb019f98d6c3c.tar.gz emacs-f15c8583198c3d6c26ca0c0a5b6fb019f98d6c3c.zip | |
Merge from origin/emacs-24
ec26c23 authors.el: Add missing ignored and renamed files
e589765 A more thorough fix for bug#19307
4e8d586 Fix last commit
d6fee01 Tramp: Don't use a tempfile for ControlPath.
27e11c0 Fix display of overlay strings with faces after ellipsis (Bug#19307)
e9a7e10 Fix redrawing of mode lines when exposed (Bug#19721)
50f3811 net/tramp.el (tramp-ssh-controlmaster-options): Use "%C"
Conflicts:
lisp/ChangeLog
src/ChangeLog
src/xdisp.c
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'. |