diff options
| author | Eli Zaretskii | 2010-08-28 12:32:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-28 12:32:44 +0300 |
| commit | 544bbc31d93719ca7419f6da97809ad5eef1c378 (patch) | |
| tree | f5ffedff94868d2c11c70b24da0382487f54d184 /src/ChangeLog | |
| parent | efb6b75c91427015e4cf7c0fc0492e56a41b2c61 (diff) | |
| download | emacs-544bbc31d93719ca7419f6da97809ad5eef1c378.tar.gz emacs-544bbc31d93719ca7419f6da97809ad5eef1c378.zip | |
Fix L2R code using bug #1220 as a test case.
xdisp.c (mouse_face_from_buffer_pos): before_string and after_string
are also relevant when they come from an overlay.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 242018c4061..9b7c11d3bde 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-08-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (mouse_face_from_buffer_pos): Fix code using bug#1220 as | ||
| 4 | test case. | ||
| 5 | |||
| 1 | 2010-08-21 Eli Zaretskii <eliz@gnu.org> | 6 | 2010-08-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (mouse_face_from_buffer_pos): Support mouse highlight in | 8 | * xdisp.c (mouse_face_from_buffer_pos): Support mouse highlight in |