aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8f2e01f8cf9..26ee524acda 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12014-08-31 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (get_glyph_string_clip_rects): Don't let the width of a
4 clipping rectangle become negative (i.e. large positive, since
5 it's an unsigned data type). This can happen in R2L hscrolled
6 glyph rows, and caused us to draw the cursor glyph on the fringe.
7 For the details, see
8 http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00543.html.
9
12014-08-31 Ken Brown <kbrown@cornell.edu> 102014-08-31 Ken Brown <kbrown@cornell.edu>
2 11
3 * gmalloc.c: Don't include <stdlib.h>. Declare system malloc and 12 * gmalloc.c: Don't include <stdlib.h>. Declare system malloc and