diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8483bdc6216..5592e5b164e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * xdisp.c (mouse_face_from_string_pos): Fix off-by-one error in | 3 | * xdisp.c (mouse_face_from_string_pos): Fix off-by-one error in |
| 4 | computing the end column of mouse-highlight that comes from | 4 | computing the end column of mouse-highlight that comes from |
| 5 | display or overlay strings. (Bug#15437) | 5 | display or overlay strings. (Bug#15437) |
| 6 | (note_mouse_highlight): Adapt calculation of last argument to | ||
| 7 | mouse_face_from_string_pos to the above change. | ||
| 6 | 8 | ||
| 7 | * conf_post.h (__has_builtin): Define to zero, if undefined, on | 9 | * conf_post.h (__has_builtin): Define to zero, if undefined, on |
| 8 | all platforms, not just for clang. | 10 | all platforms, not just for clang. |