summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
Commit message (Collapse)AuthorAgeFilesLines
* (mouse-menu-buffer-maxlen): New variable.Richard M. Stallman1995-12-261-4/+10
| | | | (mouse-buffer-menu): Use it.
* Remove junk accidentally inserted in previous change.Richard M. Stallman1995-12-261-2/+0
|
* (mouse-buffer-menu): If lots of buffers, group them into multiple panes.Richard M. Stallman1995-12-261-38/+59
|
* mouse.el [win32] (mouse-set-region):Geoff Voelker1995-11-071-0/+1
| | | | Test for 'win32 window system as well as 'x.
* Comment change.Richard M. Stallman1995-10-301-14/+14
|
* (mouse-drag-region): Set end-of-range after calling mouse-scroll-subr.Richard M. Stallman1995-10-271-2/+7
| | | | (mouse-set-region): Don't do the sit-for on a pc frame.
* [These changes were actually in the previous version.Richard M. Stallman1995-09-241-2/+6
| | | | | | | | | | | | | | | | | This version is a doc fix.] (mouse-drag-vertical-line): New function. (mouse-scroll-min-lines): New variable. (mouse-scroll-subr): Use it. (mouse-drag-region): Record where the mouse drag has reached and use that to adjust the drag event before replaying it. (mouse-drag-region): Store the right end position in the drag-event before replaying it at the end. (mouse-skip-word): Skip complete symbol when over a character with symbol syntax.
* (C-down-mouse-1): Use buffer menu, not font menu.Richard M. Stallman1995-09-181-12/+125
| | | | (S-down-mouse-1): Put font menu here.
* (mouse-drag-region): Unread the up-event rather than execute it here.Richard M. Stallman1995-08-131-2/+3
|
* (mouse-major-mode-menu): Catch quit in read-key-sequence.Karl Heuer1995-07-171-7/+13
| | | | | (mouse-major-mode-menu): Don't call command-execute if lookup-key gives nil.
* (mouse-selection-click-count-buffer): New variable.Richard M. Stallman1995-06-291-1/+9
| | | | | (mouse-drag-region): Set it. (mouse-save-then-kill): Test it.
* (mouse-yank-at-click): Clear mouse-selection-click-count.Richard M. Stallman1995-06-221-0/+1
|
* (mouse-set-region): Bind last-command with this-command.Richard M. Stallman1995-06-161-1/+2
|
* (mouse-set-region): Don't bounce the cursor on X.Karl Heuer1995-06-051-2/+3
| | | | mouse-drag-region takes care of showing it, sufficiently.
* (mouse-save-then-kill): Fix previous change.Karl Heuer1995-05-201-1/+1
|
* (mouse-save-then-kill): When making a new regionRichard M. Stallman1995-05-151-4/+4
| | | | | and not adjusting an old one, always make new kill-ring entry and don't call mouse-show-mark.
* Create mouse-drag-overlay as a dead overlay, insteadKarl Heuer1995-04-141-0/+2
| | | | of having it live in the *scratch* buffer until first used.
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (mouse-major-mode-menu): Avoid confusing error message when there's no currentKarl Heuer1995-03-151-1/+2
| | | | local map.
* (mouse-kill-secondary): Avoid changing this-command.Richard M. Stallman1995-02-261-5/+6
| | | | Don't clear the secondary selection.
* Made mouse-buffer-menu use list-buffers-directory if buffer-file-name is nil.Simon Marshall1995-02-211-14/+19
|
* (mouse-buffer-menu): Don't clear selection when we kill it.Richard M. Stallman1995-02-181-2/+2
|
* (mouse-drag-region): Delete the overlay beforeRichard M. Stallman1995-02-121-4/+29
| | | | | | | calling the terminating event's command binding or making a region. (mouse-set-region-1): New function. (mouse-drag-region, mouse-set-region, mouse-save-then-kill): Call it. (mouse-region-match): New function.
* (mouse-save-then-kill): When we don't use existingRichard M. Stallman1995-01-261-66/+73
| | | | | | | | region, put where click and put mark at the other end. Use point-before-scroll if non-nil. Recognize mouse-set-region as a previous command that makes a region we should use. (mouse-drag-region): When we run the final click's binding, set this-command.
* (mouse-drag-region): Modify previous change--don't run the ordinary bindingRichard M. Stallman1995-01-261-1/+4
| | | | in the case of a multiple click.
* (mouse-save-then-kill): Ignore mouse-selection-click-count if no active mark.Richard M. Stallman1995-01-261-1/+1
|
* (mouse-drag-region): As once in the past,Richard M. Stallman1995-01-091-13/+10
| | | | call the binding of the terminating event.
* (mouse-minibuffer-check, mouse-drag-mode-line)Richard M. Stallman1994-12-261-1/+11
| | | | | (mouse-yank-at-click, mouse-yank-secondary, mouse-choose-completion): Run mouse-leave-buffer-hook.
* (mouse-save-then-kill): Call mouse-show-markRichard M. Stallman1994-11-151-2/+2
| | | | when we adjust an existing region.
* Put mouse-set-font on C-down-mouse-1.Richard M. Stallman1994-10-301-2/+2
| | | | Don't bind C-down-mouse-2.
* *** empty log message ***Morten Welinder1994-10-171-1/+1
|
* (mouse-major-mode-menu): Use minor-mode-map-alistRichard M. Stallman1994-10-121-2/+59
| | | | | | | | | | instead of overriding-local-map. Display equiv keys using mouse-major-mode-menu-compute-equiv-keys. (mouse-major-mode-menu-compute-equiv-keys): New function. (mouse-major-mode-menu): New function, on C-mouse-3. (mouse-major-mode-menu-1): New function (mouse-set-font): Move it to C-mouse-2.
* (mouse-secondary-click-count): New variable.Richard M. Stallman1994-10-011-4/+6
| | | | | (mouse-secondary-save-then-kill, mouse-drag-secondary): Use mouse-secondary-click-count, not mouse-selection-click-count.
* (mouse-save-then-kill, mouse-secondary-save-then-kill): Use the kill-newKarl Heuer1994-09-151-21/+11
| | | | interface; don't manipulate kill-ring directly.
* (mouse-set-mark): Select the window before saving point.Richard M. Stallman1994-08-131-0/+3
|
* (mouse-drag-mode-line): New function (from mldrag.el,Richard M. Stallman1994-08-111-0/+108
| | | | | but changed a little). Put it on mode-line down-mouse-1. (mouse-select-window): Bind to mode-line drag-mouse-1.
* (x-fixed-font-alist): Add clean 5x8 and clean 6x8.Richard M. Stallman1994-08-081-0/+4
|
* (mouse-choose-completion): Pass completion-base-size valueRichard M. Stallman1994-08-071-2/+4
| | | | to choose-completion-string.
* (x-fixed-font-alist): Regularize how fonts are specified.Richard M. Stallman1994-08-051-19/+24
|
* Capitalize some error messages.Richard M. Stallman1994-08-021-2/+4
| | | | (mouse-set-point): Nice error if button release is in scrollbar.
* (mouse-choose-completion): Check for next-single-property-changeRichard M. Stallman1994-07-291-1/+2
| | | | returning nil.
* ([vertical-line C-mouse-2]): Bind it as in a scroll bar.Richard M. Stallman1994-07-161-0/+1
|
* (mouse-drag-region): Delete redundant switch-frame clause.Richard M. Stallman1994-07-151-8/+0
| | | | (mouse-drag-secondary): Likewise.
* (mouse-drag-secondary): Don't start making an overlayRichard M. Stallman1994-07-121-8/+20
| | | | | | when the range is empty. (mouse-secondary-save-then-kill): The first time, make a new kill ring entry.
* (mouse-choose-completion): Use mouse-face properties to find string to use.Richard M. Stallman1994-07-111-12/+6
|
* (x-fixed-font-alist): Add 8x13. Don't specify 75-75 for 7x13, 7x14.Richard M. Stallman1994-07-111-2/+3
|
* ([vertical-scroll-bar C-mouse-2]): Split the window.Richard M. Stallman1994-07-071-0/+1
|
* (mouse-drag-region): Bind this-command like last-command.Richard M. Stallman1994-07-041-2/+3
| | | | (mouse-kill-ring-save): Bind this-command and last-command.
* (mouse-scroll-subr): Delete some debugging code.Richard M. Stallman1994-07-021-1/+0
|
* (mouse-drag-secondary): Don't treat end of bufferRichard M. Stallman1994-06-301-2/+1
| | | | specially when within the window.