diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e22eab5f072..723556414f4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -787,6 +787,20 @@ | |||
| 787 | rather than rolling our own approximation. | 787 | rather than rolling our own approximation. |
| 788 | (SCROLL_BAR_VEC_SIZE): Remove; not used. | 788 | (SCROLL_BAR_VEC_SIZE): Remove; not used. |
| 789 | 789 | ||
| 790 | 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 791 | |||
| 792 | * editfns.c (Fset_time_zone_rule): Replace free with xfree to | ||
| 793 | avoid crash when xmalloc overrun checking is enabled. | ||
| 794 | |||
| 795 | 2011-10-13 Eli Zaretskii <eliz@gnu.org> | ||
| 796 | |||
| 797 | * xdisp.c (Fcurrent_bidi_paragraph_direction): Initialize | ||
| 798 | itb.paragraph_dir to NEUTRAL_DIR. Fixes an occasional incorrect | ||
| 799 | cursor motion with <left> and <right> arrow keys. | ||
| 800 | |||
| 801 | * bidi.c (bidi_init_it): Don't initialize paragraph_dir here, as | ||
| 802 | some callers set that themselves. | ||
| 803 | |||
| 790 | 2011-10-12 Eli Zaretskii <eliz@gnu.org> | 804 | 2011-10-12 Eli Zaretskii <eliz@gnu.org> |
| 791 | 805 | ||
| 792 | * xdisp.c (find_row_edges): Handle the case where ROW comes from a | 806 | * xdisp.c (find_row_edges): Handle the case where ROW comes from a |