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 d0d72dd6016..6dbaa5cbcf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-01-24 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * xdisp.c (reseat_1, Fcurrent_bidi_paragraph_direction): Avoid | ||
| 4 | undefined behavior by initializing display property bit of a | ||
| 5 | string processed by the bidirectional iterator. For details, see | ||
| 6 | <http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01920.html>. | ||
| 7 | |||
| 1 | 2014-01-23 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2014-01-23 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Minor cleanup of previous change. | 10 | Minor cleanup of previous change. |