diff options
| author | Eli Zaretskii | 2010-08-20 17:19:39 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-20 17:19:39 +0300 |
| commit | 2396cbba625bc61b38be5b0be9d4c69e93de50f4 (patch) | |
| tree | 909d39fc0e837ac5f2750f45f9e97fdb5c3cfbb9 /src/ChangeLog | |
| parent | 7df6150a5fb544781c340240add66951a30ecb02 (diff) | |
| download | emacs-2396cbba625bc61b38be5b0be9d4c69e93de50f4.tar.gz emacs-2396cbba625bc61b38be5b0be9d4c69e93de50f4.zip | |
Fix mouse clicks, drag, and highlight in R2L lines.
dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
position for R2L lines by mirroring the pixel position wrt the
text are box. Improve commentary.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c3f250aa519..d6b1c2347a2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-08-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer | ||
| 4 | position for R2L lines by mirroring the pixel position wrt the | ||
| 5 | text are box. Improve commentary. | ||
| 6 | |||
| 1 | 2010-08-20 Andreas Schwab <schwab@linux-m68k.org> | 7 | 2010-08-20 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 8 | ||
| 3 | * image.c (imagemagick_clear_image): Remove debugging output. | 9 | * image.c (imagemagick_clear_image): Remove debugging output. |