1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
emacs/admin
Kim F. Storm 0e18f366ff Fixed these problems:
** Clicking on partially visible lines fails

From: David Kastrup <dak@gnu.org>
Date: 27 Apr 2004 16:42:58 +0200

I had gnus display a mouse-highlighted line (a URL from browse-url)
partially at the bottom of its window.  If I click with middle mouse
key on it, the window gets recentered while I hold the mouse key
pressed.  If I release it, the window returns into its old position
(cursor in top row) and nothing happens, presumably because the click
was not registered on the line itself, but on the magically
recentered version.

That is a nuisance.  Recentering of even partially visible click
targets should only happen if window-point moves there, but not at
the time of the click.  From the moment I hold down a key until it
gets released, the displayed window portion should not change, with
the sole exception of scrolling when dragging at the edge of the
screen.

(progn
  (setq line-spacing 4)
  (dotimes (i (window-height))
    (insert "\n" (int-to-string i)))
  (forward-line -2)
  (recenter -1))


** Can't drag modeline when mouse-autoselect-window is set

From: Klaus Zeitler <kzeitler@lucent.com>
Date: Mon, 11 Oct 2004 11:14:49 +0200

1. start emacs -q --no-site-file
2. set variable mouse-autoselect-window to t
3. split-window-vertically

now I can drag the modeline only upwards but not downwards
2004-11-13 01:40:36 +00:00
..
notes New entry re clamping to EXIT_FAILURE. 2004-05-12 14:39:34 +00:00
nt Add arch taglines 2003-09-01 15:45:59 +00:00
admin.el Add arch taglines 2003-09-01 15:45:59 +00:00
alloc-colors.c Add arch taglines 2003-09-01 15:45:59 +00:00
build-configs Add arch taglines 2003-09-01 15:45:59 +00:00
ChangeLog * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done). 2004-11-02 10:45:34 +00:00
check-doc-strings Add arch taglines 2003-09-01 15:45:59 +00:00
cus-test.el Add arch taglines 2003-09-01 15:45:59 +00:00
diff-tar-files Add arch taglines 2003-09-01 15:45:59 +00:00
emacs-pretesters Add arch taglines 2003-09-01 15:45:59 +00:00
FOR-RELEASE Fixed these problems: 2004-11-13 01:40:36 +00:00
make-announcement Add arch taglines 2003-09-01 15:45:59 +00:00
make-changelog-diff Add arch taglines 2003-09-01 15:45:59 +00:00
make-emacs Add arch taglines 2003-09-01 15:45:59 +00:00
make-tarball.txt Correct original attribution 2004-02-26 09:34:52 +00:00
quick-install-emacs Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-68 2003-10-01 01:38:40 +00:00
README Add arch taglines 2003-09-01 15:45:59 +00:00
revdiff Add arch taglines 2003-09-01 15:45:59 +00:00

This directory contains scripts and other things useful for developing
and maintaining Emacs.  These files are not part of Emacs releases
because they are not deemed generally useful, and you have to know
what you do when using them.

Brief description of scripts found here:

admin.el		utilities for setting version numbers and alike
alloc-color.c		a utility program that allocates a given number of
			colors on X.  Can be used to debug Emacs with
			dense colormaps (PseudoColor).
build-configs		build Emacs in various configurations
check-doc-strings	check doc strings against documentation
cus-test.el		tests for custom types and load problems
diff-tar-files		show files added/removed between two tar files
make-emacs		build Emacs in various ways
make-tarball.txt	instructions to create pretest or release tarballs
quick-install-emacs	install emacs quickly (`incrementally')
revdiff			get CVS diffs of files

# arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463