diff options
| author | Eli Zaretskii | 2014-09-02 18:16:42 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-09-02 18:16:42 +0300 |
| commit | 5735a30d59af16ba004a151b6e0a4c18ba1d481e (patch) | |
| tree | c67e14bbc54df245f8109485677589362031844d /src/ChangeLog | |
| parent | 5597a7d4e2a69b6777c023e0eae888b7ffd7d566 (diff) | |
| download | emacs-5735a30d59af16ba004a151b6e0a4c18ba1d481e.tar.gz emacs-5735a30d59af16ba004a151b6e0a4c18ba1d481e.zip | |
Fix bug #18384 with incorrect reporting of row number by posn-col-row.
lisp/subr.el (posn-col-row): Revert the change from commit
2010-11-13T21:07:58Z!eliz@gnu.org, which
was inadvertently merged from emacs-23 release branch in
2010-11-18T03:54:14Z!monnier@iro.umontreal.ca, and
introduced an off-by-one error in the reported row when there is a
header line.
src/dispnew.c (buffer_posn_from_coords): Fix an off-by-one error in
the reported row in the case of a window with a header line, by
improving on the fix committed in 2011-10-08T10:58:50Z!eliz@gnu.org
eliz@gnu.org-20111008105850-ht4tvsayohvr1kjc.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5e3ec8aa597..5f00b654261 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-09-02 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 | |||
| 1 | 2014-09-02 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2014-09-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | * eval.c (internal_lisp_condition_case): Don't overrun the stack | 10 | * eval.c (internal_lisp_condition_case): Don't overrun the stack |