Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * mouse.el (mouse-drag-vertical-line): Use window-inside-edges | Chong Yidong | 2006-03-16 | 1 | -9/+10 |
| | | | | when checking for attempt to drag leftmost or rightmost scrollbar. | ||||
* | (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom | Richard M. Stallman | 2006-02-13 | 1 | -15/+2 |
| | | | | for the minibuffer too, but not if resize-mini-windows will interfere. | ||||
* | 2006-02-08 Chong Yidong <cyd@stupidchicken.com> | Chong Yidong | 2006-02-08 | 1 | -2/+2 |
| | | | | | * mouse.el (mouse-drag-track): Don't change window if we rebind to some other event. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (mouse-drag-track): Renamed, from `mouse-drag-region-1'. Includes | J.D. Smith | 2006-01-03 | 1 | -41/+52 |
| | | | | | | | optional argument required to enable post-drag event processing (e.g. delete region keys). Can be used without this argument to track a mouse region and operate on it as soon as the drag completes. (mouse-drag-region): Use `mouse-drag-track'. | ||||
* | (mouse-drag-region-1): When following link via mouse-2, | Richard M. Stallman | 2006-01-01 | 1 | -1/+5 |
| | | | | put on event-kind property. | ||||
* | (mouse-drag-window-above): Verify that the found window overlaps with the | Eli Zaretskii | 2005-12-31 | 1 | -4/+11 |
| | | | | given window in the horizontal dimension. | ||||
* | (mouse-drag-region-1): When remapping mouse-1 to mouse-2, go back to | Richard M. Stallman | 2005-12-28 | 1 | -19/+24 |
| | | | | previously selected window, so it's selected when mouse-2 command runs. | ||||
* | (mouse-choose-completion): Replace `buffer-substring' with | Juri Linkov | 2005-12-23 | 1 | -1/+1 |
| | | | | `buffer-substring-no-properties' to remove common substring highlighting. | ||||
* | (mouse-drag-vertical-line): Use adjust-window-trailing-edge. | Richard M. Stallman | 2005-12-12 | 1 | -19/+11 |
| | |||||
* | (mouse-drag-move-window-bottom): Use adjust-window-trailing-edge. | Richard M. Stallman | 2005-11-27 | 1 | -10/+3 |
| | |||||
* | Fix special handling of DEL after dragging a region: | Richard M. Stallman | 2005-11-03 | 1 | -4/+6 |
| | | | | | (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point. (mouse-region-delete-keys): Add [backspace]. | ||||
* | 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) | Romain Francoise | 2005-10-23 | 1 | -1/+1 |
| | | | | | * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't exist, create it. | ||||
* | (mouse-set-region): Don't do sit-for on a mac frame. | YAMAMOTO Mitsuharu | 2005-10-18 | 1 | -1/+1 |
| | |||||
* | (mouse-1-click-follows-link): Doc fix. | Romain Francoise | 2005-10-16 | 1 | -2/+2 |
| | |||||
* | * mouse.el (mouse-drag-region-1): Handle the case where a | Chong Yidong | 2005-10-14 | 1 | -6/+12 |
| | | | | double-click event is bound to an arbitrary function. | ||||
* | (mouse-drag-region-1): Don't try to catch a | Chong Yidong | 2005-10-11 | 1 | -4/+1 |
| | | | | double-click when doing follow-link (it's overridden anyway). | ||||
* | (mouse-move-drag-overlay): Fix last change. | Stefan Monnier | 2005-09-22 | 1 | -2/+3 |
| | |||||
* | (mouse-move-drag-overlay): New function. | Stefan Monnier | 2005-09-21 | 1 | -149/+144 |
| | | | | | | | | | | | | (mouse-drag-region-1): Use it. Try to simplify a bit the state handling. Handle clicks on links inside intangible areas. (mouse-save-then-kill): Minor simplification. (mouse-secondary-overlay): Make it always non-nil instead of recreating it each time. (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary) (mouse-kill-secondary, mouse-secondary-save-then-kill): Simplify accordingly. | ||||
* | (mouse-drag-mode-line-1, mouse-drag-vertical-line): | Stefan Monnier | 2005-09-19 | 1 | -19/+4 |
| | | | | | | Delete unused var `old-selected-window'. (mouse-drag-region-1): Delete unused vars `start-frame' `end-of-range'. (mouse-drag-secondary): Delete unused var `start-frame'. | ||||
* | 2005-09-14 Chong Yidong <cyd@stupidchicken.com> | Chong Yidong | 2005-09-13 | 1 | -3/+2 |
| | | | | | * mouse.el (mouse-major-mode-menu): Make `prefix' optional. Delete unused local var. | ||||
* | *** empty log message *** | Chong Yidong | 2005-09-06 | 1 | -5/+4 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (mouse-buffer-menu-alist): Change space constants followed by a sexp to "?\s ". | Juanma Barranquero | 2005-06-29 | 1 | -1/+1 |
| | |||||
* | (mouse-1-click-follows-link): Fix spellings in docstrings. | Juanma Barranquero | 2005-06-10 | 1 | -1/+1 |
| | |||||
* | (mouse-drag-region-1): Delete some debugging code. | Richard M. Stallman | 2005-04-23 | 1 | -1/+0 |
| | |||||
* | (mouse-on-link-p): Tiny doc fix. | Kim F. Storm | 2005-04-08 | 1 | -2/+1 |
| | |||||
* | (mouse-1-click-follows-link): Increase to 450 ms. | Kim F. Storm | 2005-03-31 | 1 | -2/+26 |
| | | | | | (mouse-fixup-help-message): New defun called by show_help_echo to fixup mouse-2 prefix in help messages when applicable. | ||||
* | (mouse-1-click-in-non-selected-windows): New defcustom. | Kim F. Storm | 2005-02-25 | 1 | -16/+33 |
| | | | | (mouse-on-link-p, mouse-drag-region-1): Use it. | ||||
* | (mouse-on-link-p): If arg POS is a mouse event, | Kim F. Storm | 2005-02-22 | 1 | -14/+23 |
| | | | | | | check that window of that event is the selected window. (mouse-drag-region-1): Compare mouse event window to selected window before setting point. | ||||
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -2/+2 |
| | | | | Change development version from 21.3.50 to 22.0.50. | ||||
* | Comment change. | Richard M. Stallman | 2005-01-13 | 1 | -0/+1 |
| | |||||
* | More doc fixes. | Kim F. Storm | 2005-01-12 | 1 | -9/+11 |
| | |||||
* | (mouse-on-link-p): Change functionality and doc | Kim F. Storm | 2005-01-12 | 1 | -18/+20 |
| | | | | string to comply with latest description in lisp ref. | ||||
* | (mouse-drag-mode-line-1, mouse-drag-vertical-line, mouse-drag-region) | Stefan Monnier | 2005-01-11 | 1 | -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. Stallman | 2004-12-27 | 1 | -1/+2 |
| | |||||
* | (mouse-1-click-follows-link): Doc fix. | Kim F. Storm | 2004-12-19 | 1 | -7/+7 |
| | |||||
* | (mouse-1-click-follows-link): New defcustom. | Kim F. Storm | 2004-12-17 | 1 | -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 invoked | Luc Teirlinck | 2004-12-08 | 1 | -1/+3 |
| | | | | using the mouse. | ||||
* | (mouse-drag-copy-region): Add :version. | Kim F. Storm | 2004-11-13 | 1 | -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 mark | Richard M. Stallman | 2004-11-04 | 1 | -2/+1 |
| | | | | and point, not from mouse-drag-overlay. | ||||
* | (mouse-yank-at-click, mouse-yank-secondary): Revert | Jan Djärv | 2004-11-01 | 1 | -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 of | Sam Steingold | 2004-10-29 | 1 | -8/+7 |
| | | | | x-lost-selection-hooks with x-lost-selection-functions. | ||||
* | (mouse-show-mark): Adjust to new name and don't assume | Stefan Monnier | 2004-10-28 | 1 | -2/+4 |
| | | | | x-lost-selection-functions is bound. | ||||
* | (mouse-show-mark): Do most processing the same | Richard M. Stallman | 2004-10-27 | 1 | -48/+49 |
| | | | | regardless of transient-mark-mode. | ||||
* | (mouse-drag-move-window-top): New function. | David Ponce | 2004-10-18 | 1 | -1/+14 |
| | | | | (mouse-drag-mode-line-1): Use it. | ||||
* | (mouse-yank-at-click, mouse-yank-secondary): | Richard M. Stallman | 2004-10-16 | 1 | -2/+2 |
| | | | | Use * to err if buffer is readonly. | ||||
* | (mouse-set-region-1): If transient-mark-mode | Richard M. Stallman | 2004-07-09 | 1 | -1/+2 |
| | | | | is `identity', change it to `only'. | ||||
* | (mouse-set-region-1): Set transient-mark-mode to `only'. | Richard M. Stallman | 2004-06-21 | 1 | -1/+1 |
| |