diff options
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 093368568c2..8483bdc6216 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-09-23 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-09-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 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 | ||
| 5 | display or overlay strings. (Bug#15437) | ||
| 6 | |||
| 3 | * conf_post.h (__has_builtin): Define to zero, if undefined, on | 7 | * conf_post.h (__has_builtin): Define to zero, if undefined, on |
| 4 | all platforms, not just for clang. | 8 | all platforms, not just for clang. |
| 5 | 9 | ||