aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fbe5f597d9c..cfafd9d8fa3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12014-09-03 Eli Zaretskii <eliz@gnu.org>
2
3 * dispnew.c (buffer_posn_from_coords): Fix an off-by-one error in
4 the reported row in the case of a window with a header line, by
5 improving on the fix committed in 2011-10-08T10:58:50Z!eliz@gnu.org
6 eliz@gnu.org-20111008105850-ht4tvsayohvr1kjc. (Bug#18384)
7
82014-09-03 Paul Eggert <eggert@cs.ucla.edu>
9
10 * eval.c (internal_lisp_condition_case): Don't overrun the stack
11 when configured --with-wide-int on typical 32-bit platforms.
12
132014-09-03 Eli Zaretskii <eliz@gnu.org>
14
15 * xdisp.c (display_and_set_cursor): Call erase_phys_cursor also
16 when HPOS is negative, for the benefit of R2L glyph rows whose
17 newline overflows into the fringe.
18
192014-09-03 Ken Brown <kbrown@cornell.edu>
20
21 * conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. (Bug#18366)
22
12014-09-02 Paul Eggert <eggert@cs.ucla.edu> 232014-09-02 Paul Eggert <eggert@cs.ucla.edu>
2 24
3 Minor cleanup of recent strlen-avoiding patch. 25 Minor cleanup of recent strlen-avoiding patch.