aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mouse.el
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* Fix last change.Dave Love2000-09-271-2/+2
|
* (popup-menu): If POSITION is nil, set it usingDave Love2000-09-261-1/+4
| | | | mouse-position.
* (mouse-major-mode-menu, mouse-popup-menubar): RunDave Love2000-09-041-2/+2
| | | | menu-bar-update-hook.
* (mouse-popup-menubar): Supply the prompt string forEli Zaretskii2000-09-021-5/+23
| | | | minor-mode keymaps, if they don't have one.
* (mouse-major-mode-menu): Use local-key-binding.Dave Love2000-08-291-4/+8
| | | | | (mouse-popup-menubar): Add minor mode menus. (popup-menu): Check for lookup-key returning number.
* (popup-menu): Set last-command-event.Dave Love2000-07-241-1/+6
| | | | (mouse-major-mode-menu-prefix): Declare.
* (popup-menu): Run the keymap through indirect-function,Eli Zaretskii2000-07-241-5/+39
| | | | | | | | | in case it was defined with define-prefix-key. If the menu is a list of keymaps, look up the binding of user's choice in each one of the keymaps. (mouse-popup-menubar): If the global and local menu-bar keymaps don't have a prompt string, create one and insert it into the keymap. Don't barf if current-local-map returns nil.
* (popup-menu): Allow a list of keymaps for menu arg.Dave Love2000-07-191-7/+29
| | | | | (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
* (popup-menu): New function.Stefan Monnier2000-07-181-12/+31
| | | | (mouse-major-mode-menu): Use it.
* (mouse-major-mode-menu-1): get the submenu with lookup-key.Stefan Monnier2000-07-161-2/+2
|
* (mouse-drag-region): Use functionp rather than fboundp.Stefan Monnier2000-07-091-1/+1
|
* (mouse-show-mark, mouse-save-then-kill): Don't use window-system.Eli Zaretskii2000-06-281-55/+52
|
* Add a version to the obsoletions.Stefan Monnier2000-06-011-3/+3
| | | | (mouse-show-mark): Don't quote lambda.
* (mouse-save-then-kill-delete-region): Don't bindDave Love2000-05-311-4/+2
| | | | before-change-function, after-change-function.
* (mouse-yank-at-click): Doc fix.Gerd Moellmann2000-05-151-1/+2
|
* (mouse-drag-region): Don't run up-event handlerGerd Moellmann2000-03-091-3/+5
| | | | if hscroll has changed.
* (mouse-drag-mode-line-1): Remove `growth =' message.Dave Love2000-02-231-1/+1
|
* (mouse-drag-mode-line-1): Extension of formerGerd Moellmann1999-09-091-9/+34
| | | | | | | | mouse-drag-mode-line that also drags the header line. (mouse-drag-mode-line): Call it. (mouse-drag-header-line): New. (toplevel): Bind down-mouse-1 on header lines to mouse-drage-header-line.
* (font-menu-add-default): Simplify code.Richard M. Stallman1999-09-051-2/+1
|
* Provide `mldrag' for compatibility.Dave Love1999-08-161-0/+7
| | | | | (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, marked obsolete.
* (x-fixed-font-alist): Add lucidasanstypewriter.Dave Love1999-07-281-4/+6
|
* Copyright update.Dave Love1999-07-191-1/+1
|
* (mouse-major-mode-menu): Default to menu-bar-edit-menuDave Love1999-07-191-14/+20
| | | | for modes which don't define menus.
* (mouse-drag-vertical-line):Karl Heuer1998-12-101-9/+9
| | | | If WHICH-SIDE is not `right', then scroll bars are on the left.