diff options
| author | Eli Zaretskii | 2011-08-23 10:01:25 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-23 10:01:25 +0300 |
| commit | 1a2e6670cf53a76bfd134c8453f81a2de8c6ea5c (patch) | |
| tree | c3741552fcaafca772e63de6ffef24e7803b9f63 /src/ChangeLog | |
| parent | 1802e44433f0a36f3a3f877654cb2c2a666893e7 (diff) | |
| download | emacs-1a2e6670cf53a76bfd134c8453f81a2de8c6ea5c.tar.gz emacs-1a2e6670cf53a76bfd134c8453f81a2de8c6ea5c.zip | |
Fix pos-visible-in-window-p for zero-column composed character.
src/xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
coordinates reported by pos-visible-in-window-p for a composed
character in column zero.
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 a1a826d625f..ffb8dd76366 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-08-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel | ||
| 4 | coordinates reported by pos-visible-in-window-p for a composed | ||
| 5 | character in column zero. | ||
| 6 | |||
| 1 | 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * cmds.c (Fself_insert_command): Mention post-self-insert-hook. | 9 | * cmds.c (Fself_insert_command): Mention post-self-insert-hook. |