diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6e2e55fa570..88445f3aff4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-10-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * bidi.c (bidi_cache_reset_to): Invalidate bidi_cache_last_idx by | ||
| 4 | setting it to -1. | ||
| 5 | (bidi_find_bracket_pairs): Pass to bidi_cache_reset_to a relative | ||
| 6 | index, not an absolute one, as that's what the function expects. | ||
| 7 | |||
| 1 | 2014-10-30 Dmitry Antipov <dmantipov@yandex.ru> | 8 | 2014-10-30 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 9 | ||
| 3 | * xfaces.c (Finternal_set_lisp_face_attribute): Don't try to realize | 10 | * xfaces.c (Finternal_set_lisp_face_attribute): Don't try to realize |