diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b5b6fd0602..85a55b2b7c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-08-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (face_at_buffer_position): Avoid repeated evaluation of | ||
| 4 | face ID by FACE_FROM_ID, and avoid a crash when mouse is moved | ||
| 5 | from an Org mode buffer to a Speedbar frame. | ||
| 6 | |||
| 7 | * xdisp.c (RECORD_MAX_MIN_POS): If the display element comes from | ||
| 8 | a composition, take its buffer position from IT->cmp_it.charpos. | ||
| 9 | Fixes cursor positioning at the beginning of a line that begins | ||
| 10 | with a composed character. | ||
| 11 | |||
| 1 | 2011-08-18 Eli Zaretskii <eliz@gnu.org> | 12 | 2011-08-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 13 | ||
| 3 | * bidi.c (bidi_get_type): If bidi_type_table reports zero as the | 14 | * bidi.c (bidi_get_type): If bidi_type_table reports zero as the |