emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs lib-src/etags.c admin/FOR-RELEASE


From: Kim F . Storm
Subject: [Emacs-commit] emacs lib-src/etags.c admin/FOR-RELEASE
Date: Fri, 12 Nov 2004 20:51:44 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Kim F. Storm <address@hidden>   04/11/13 01:40:36

Modified files:
        lib-src        : etags.c 

Log message:
        [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE for ease of use.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lib-src/etags.c.diff?tr1=3.38&tr2=3.39&r1=text&r2=text

Modified files:
        admin          : FOR-RELEASE 

Log message:
        Fixed these problems:
        
        ** Clicking on partially visible lines fails
        
        From: David Kastrup <address@hidden>
        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 <address@hidden>
        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

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/admin/FOR-RELEASE.diff?tr1=1.25&tr2=1.26&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]