summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
Commit message (Collapse)AuthorAgeFilesLines
* Comment change.Richard M. Stallman2005-01-131-0/+1
|
* More doc fixes.Kim F. Storm2005-01-121-9/+11
|
* (mouse-on-link-p): Change functionality and docKim F. Storm2005-01-121-18/+20
| | | | string to comply with latest description in lisp ref.
* (mouse-drag-mode-line-1, mouse-drag-vertical-line, mouse-drag-region)Stefan Monnier2005-01-111-12/+11
| | | | | (mouse-drag-region-1, mouse-drag-secondary): Ignore select-window events rather than fiddle with mouse-autoselect-window.
* (mouse-drag-region): Bind mouse-autoselect-window.Richard M. Stallman2004-12-271-1/+2
|
* (mouse-1-click-follows-link): Doc fix.Kim F. Storm2004-12-191-7/+7
|
* (mouse-1-click-follows-link): New defcustom.Kim F. Storm2004-12-171-0/+108
| | | | | | | (mouse-on-link-p): New function. (mouse-drag-region-1): Implement mouse-1-click-follows-link functionality. Map a mouse-1 click event into a mouse-2 (or other) event when position is inside a link.
* (mouse-set-font): Handle the case where the command was not invokedLuc Teirlinck2004-12-081-1/+3
| | | | using the mouse.
* (mouse-drag-copy-region): Add :version.Kim F. Storm2004-11-131-1/+4
| | | | | | | | (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil while dragging mode line, so mode line can be dragged downwards. (mouse-drag-region-1): Let bind make-cursor-line-fully-visible while pressing mouse button so window doesn't scroll until we release the mouse if clicking on partially visible line.
* (mouse-show-mark): Get positions to delete from markRichard M. Stallman2004-11-041-2/+1
| | | | and point, not from mouse-drag-overlay.
* (mouse-yank-at-click, mouse-yank-secondary): RevertJan Djärv2004-11-011-2/+2
| | | | | change from 2004-10-16. '*' checks the current buffer, but the mouse click may be in another buffer.
* (mouse-show-mark): Replace the last occurrence ofSam Steingold2004-10-291-8/+7
| | | | x-lost-selection-hooks with x-lost-selection-functions.
* (mouse-show-mark): Adjust to new name and don't assumeStefan Monnier2004-10-281-2/+4
| | | | x-lost-selection-functions is bound.
* (mouse-show-mark): Do most processing the sameRichard M. Stallman2004-10-271-48/+49
| | | | regardless of transient-mark-mode.
* (mouse-drag-move-window-top): New function.David Ponce2004-10-181-1/+14
| | | | (mouse-drag-mode-line-1): Use it.
* (mouse-yank-at-click, mouse-yank-secondary):Richard M. Stallman2004-10-161-2/+2
| | | | Use * to err if buffer is readonly.
* (mouse-set-region-1): If transient-mark-modeRichard M. Stallman2004-07-091-1/+2
| | | | is `identity', change it to `only'.
* (mouse-set-region-1): Set transient-mark-mode to `only'.Richard M. Stallman2004-06-211-1/+1
|
* (mouse-set-region-1): Use temporary transient-mark-modeStefan Monnier2004-05-281-0/+2
| | | | after the user marked text with the mouse.
* (mouse-drag-copy-region): New defcustom.Kim F. Storm2004-04-301-4/+12
| | | | (mouse-set-region, mouse-drag-region-1): Use it.
* (mouse-set-point): Use it.Stefan Monnier2004-04-141-7/+2
|
* Bind mouse-1 on left-fringe and right-fringe to mouse-set-point soKim F. Storm2003-11-231-0/+4
| | | | | | | that hscroll still works now that clicks on fringes generate specific mouse events. (mouse-set-point): Note that it now works in fringes and margins too due to new semantics of posn-point in fringes and margins.
* (mouse-popup-menubar, mouse-skip-word): Doc fix.Dave Love2003-09-011-6/+6
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (mouse-set-font): Avoid misleading error message if user makes no selection.Richard M. Stallman2002-05-291-7/+7
|
* (mouse-drag-region-1): Display region highlight only in the selected window.Richard M. Stallman2002-04-101-1/+2
|
* (mouse-show-mark): Remove the no-highlight alternative:Eli Zaretskii2002-03-051-51/+47
| | | | all terminals now support highlighting of some kind.
* (mouse-region-delete-keys): Add deletechar.Eli Zaretskii2002-03-031-1/+1
|
* (mouse-show-mark): Use display-mouse-p, not display-graphic-p,Eli Zaretskii2002-03-011-1/+1
| | | | to decide whether to move point or use the highlighting.
* (mouse-drag-region-1): Renamed from mouse-drag-region.Richard M. Stallman2002-01-171-1/+16
| | | | | (mouse-drag-region): New function. For a click in the echo area, show *Messages*.
* (mouse-drag-mode-line-1): When dragging a mode line upward,Richard M. Stallman2001-12-291-6/+33
| | | | | shrink the windows above as necessary to get space. (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
* Fix typo.Pavel Janík2001-12-181-1/+1
|
* Fix typo.Pavel Janík2001-12-131-1/+1
|
* (mouse-set-font): Make it a no-op if multiple fontsEli Zaretskii2001-11-281-5/+7
| | | | aren't supported. Print a message to that effect if invoked.
* Converted backquote to the new style (in comments).Sam Steingold2001-11-271-2/+2
|
* (mouse-drag-region): Don't run the up-eventRichard M. Stallman2001-11-141-2/+14
| | | | handler if window start changed due to the down-mouse event.
* (mouse-show-mark): Either move point to the markRichard M. Stallman2001-11-141-51/+54
| | | | | or use highlighting, never both. (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
* (popup-menu): If the user refuses to selectRichard M. Stallman2001-11-021-1/+3
| | | | from a menu, don't try to invoke the menu.
* (mouse-buffer-menu-mode-groups): added SGML groupSam Steingold2001-10-271-1/+2
|
* (mouse-buffer-menu-mode-groups): Added "Version Control" group.Sam Steingold2001-10-241-62/+63
|
* (mouse-buffer-menu): If the buffer menu is split byEli Zaretskii2001-08-281-14/+17
| | | | | major modes, don't create panes for modes for which mouse-buffer-menu-alist returns an empty alist.
* (mouse-delete-window): Do nothing if frame has justGerd Moellmann2001-08-091-3/+2
| | | | one window.
* (mouse-delete-other-windows): Doc fix.Gerd Moellmann2001-05-151-2/+3
|
* (mouse-save-then-kill): If the distance from the newGerd Moellmann2001-02-161-1/+1
| | | | | point to the mark is equal to the distance of point from the new point, move point instead of the mark.
* (popup-menu): Stupid typo.Stefan Monnier2000-11-221-3/+3
|
* ([header-line mouse-1]): Bind to mouse-select-window.Eli Zaretskii2000-10-091-0/+5
|
* (popup-menu): Balance parens.Miles Bader2000-10-091-1/+1
|
* (popup-menu): Move the command call outside the loopStefan Monnier2000-10-081-28/+26
| | | | so that popup-menu returns whatever the command returns.
* (mouse-drag-mode-line-1): Fix an off-by-one error inEli Zaretskii2000-10-081-4/+5
| | | | computing growth when dragging the header line.
* (mouse-drag-header-line): Don't allow window resizingGerd Moellmann2000-10-061-27/+45
| | | | | | | by dragging a header-line at the top of the frame because that looks odd. (mouse-drag-mode-line-1): Use event-* and posn-* functions instead of treating the event as a list. Some cleanup.