aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-09-02 21:21:40 -0700
committerGlenn Morris2014-09-02 21:21:40 -0700
commit62fca47221fc9d248511cd94fbcb41ddb46763e6 (patch)
treed039e0d0580f884abbfd7515b63ef7bc4aabeaaa /src/ChangeLog
parente6769f18909edfd1bbf6473a1f754ab29e2fb114 (diff)
parentaf86b05fd4b79c3d1c3b71c6193c4295a1265594 (diff)
downloademacs-62fca47221fc9d248511cd94fbcb41ddb46763e6.tar.gz
emacs-62fca47221fc9d248511cd94fbcb41ddb46763e6.zip
Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ru
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.