aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-10-13 08:23:32 -0700
committerPaul Eggert2011-10-13 08:23:32 -0700
commitef0f0304040ee5e0ba503baa77109c99ce54e367 (patch)
treecf9959c2078d01cf23cde7923f306c59676a46a2 /src/ChangeLog
parent7ebd31ee0740d85527a498100d1f14dad5e0350f (diff)
parent81d40c920807279ccc0dae0aca46c8291755c66d (diff)
downloademacs-ef0f0304040ee5e0ba503baa77109c99ce54e367.tar.gz
emacs-ef0f0304040ee5e0ba503baa77109c99ce54e367.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
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
7902011-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
7952011-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
7902011-10-12 Eli Zaretskii <eliz@gnu.org> 8042011-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