aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ffb8dd76366..d4f654a1028 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-08-23 Eli Zaretskii <eliz@gnu.org> 12011-08-23 Eli Zaretskii <eliz@gnu.org>
2 2
3 * dispnew.c (buffer_posn_from_coords): Use buf_charpos_to_bytepos
4 instead of CHAR_TO_BYTE. Fixes a crash when a completion
5 candidate is selected by the mouse, and that candidate has a
6 composed character under the mouse.
7
3 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel 8 * xdisp.c (x_produce_glyphs): Set it->nglyphs to 1. Fixes pixel
4 coordinates reported by pos-visible-in-window-p for a composed 9 coordinates reported by pos-visible-in-window-p for a composed
5 character in column zero. 10 character in column zero.