diff options
| author | Eli Zaretskii | 2010-08-28 14:09:02 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-28 14:09:02 +0300 |
| commit | 3e61caebcf490a3d99f50221aed1f11c6bcfdcd7 (patch) | |
| tree | e9232291b1d88ab5e49279a8fcd4f2712be723db /src/ChangeLog | |
| parent | 544bbc31d93719ca7419f6da97809ad5eef1c378 (diff) | |
| download | emacs-3e61caebcf490a3d99f50221aed1f11c6bcfdcd7.tar.gz emacs-3e61caebcf490a3d99f50221aed1f11c6bcfdcd7.zip | |
Support R2L rows. Continued lines still don't work correctly.
xdisp.c (mouse_face_from_buffer_pos): Fix code using bug#1220 as
test case. Implement highlight for R2L rows.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9b7c11d3bde..01dc3dfb305 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2010-08-28 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-08-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (mouse_face_from_buffer_pos): Fix code using bug#1220 as | 3 | * xdisp.c (mouse_face_from_buffer_pos): Fix code using bug#1220 as |
| 4 | test case. | 4 | test case. Implement highlight for R2L rows. |
| 5 | 5 | ||
| 6 | 2010-08-21 Eli Zaretskii <eliz@gnu.org> | 6 | 2010-08-21 Eli Zaretskii <eliz@gnu.org> |
| 7 | 7 | ||