Re: Incorrect cursor display for BN characters at EOL

Ze'ev Clementson <[email protected]> Sun, 4 Jul 2010 17:51:53 +0000 (UTC)
Newsgroups gmane.emacs.bidi
Message-ID <[email protected]>
Eli Zaretskii <eliz <at> gnu.org> writes:

> > I'm not familiar with the organization of the source, but the link
> > downloads an executable, and no file ChangeLog comes with it.
> 
> Is there a way to ask whoever produced that executable when did they
> checkout the sources?

The nightly download of the Emacs 24 version of Aquamacs is built from this 
git repository:
http://github.com/davidswelt/aquamacs-emacs/tree/aquamacs24

The last src/ChangeLog entry is:

2010-06-19  Eli Zaretskii  <[email protected]>

	* xdisp.c (try_scrolling): Compute the limit for searching point
	in forward scroll from scroll_max, instead of an arbitrary limit
	of 10 screen lines.  See
	http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
	and
	http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
	for details.

- Ze'ev