diff options
| author | Eli Zaretskii | 2013-08-24 15:59:13 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-08-24 15:59:13 +0300 |
| commit | 11f20add707674b98227ca6f26d0e7f10dbbfac9 (patch) | |
| tree | c50ca09450a87e44427dcf6f0e5f65715ced2da5 /src/ChangeLog | |
| parent | b34454d067efe26983f32ee6dc725d5122de58f4 (diff) | |
| download | emacs-11f20add707674b98227ca6f26d0e7f10dbbfac9.tar.gz emacs-11f20add707674b98227ca6f26d0e7f10dbbfac9.zip | |
Fix bug #15175 with cursor on boxed characters from display tables.
src/xdisp.c (get_next_display_element): Don't apply to characters
from a display vector the logic of setting it->end_of_box_run_p
suitable for characters from a buffer.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2bb41071fd6..70d722a02a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-08-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-08-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (get_next_display_element): Don't apply to characters | ||
| 4 | from a display vector the logic of setting it->end_of_box_run_p | ||
| 5 | suitable for characters from a buffer. (Bug#15175) | ||
| 6 | |||
| 3 | * w32.c (fdutimens): Call 'utime', which is implemented on w32.c | 7 | * w32.c (fdutimens): Call 'utime', which is implemented on w32.c |
| 4 | to handle directories, rather than '_utime' which doesn't. | 8 | to handle directories, rather than '_utime' which doesn't. |
| 5 | (Bug#15176) | 9 | (Bug#15176) |