Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |
| | |||||
* | (mouse-set-region-1): Use temporary transient-mark-mode | Stefan Monnier | 2004-05-28 | 1 | -0/+2 |
| | | | | after the user marked text with the mouse. | ||||
* | (mouse-drag-copy-region): New defcustom. | Kim F. Storm | 2004-04-30 | 1 | -4/+12 |
| | | | | (mouse-set-region, mouse-drag-region-1): Use it. | ||||
* | (mouse-set-point): Use it. | Stefan Monnier | 2004-04-14 | 1 | -7/+2 |
| | |||||
* | Bind mouse-1 on left-fringe and right-fringe to mouse-set-point so | Kim F. Storm | 2003-11-23 | 1 | -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 Love | 2003-09-01 | 1 | -6/+6 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (mouse-set-font): Avoid misleading error message if user makes no selection. | Richard M. Stallman | 2002-05-29 | 1 | -7/+7 |
| | |||||
* | (mouse-drag-region-1): Display region highlight only in the selected window. | Richard M. Stallman | 2002-04-10 | 1 | -1/+2 |
| | |||||
* | (mouse-show-mark): Remove the no-highlight alternative: | Eli Zaretskii | 2002-03-05 | 1 | -51/+47 |
| | | | | all terminals now support highlighting of some kind. | ||||
* | (mouse-region-delete-keys): Add deletechar. | Eli Zaretskii | 2002-03-03 | 1 | -1/+1 |
| | |||||
* | (mouse-show-mark): Use display-mouse-p, not display-graphic-p, | Eli Zaretskii | 2002-03-01 | 1 | -1/+1 |
| | | | | to decide whether to move point or use the highlighting. | ||||
* | (mouse-drag-region-1): Renamed from mouse-drag-region. | Richard M. Stallman | 2002-01-17 | 1 | -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. Stallman | 2001-12-29 | 1 | -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ík | 2001-12-18 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Pavel Janík | 2001-12-13 | 1 | -1/+1 |
| | |||||
* | (mouse-set-font): Make it a no-op if multiple fonts | Eli Zaretskii | 2001-11-28 | 1 | -5/+7 |
| | | | | aren't supported. Print a message to that effect if invoked. | ||||
* | Converted backquote to the new style (in comments). | Sam Steingold | 2001-11-27 | 1 | -2/+2 |
| | |||||
* | (mouse-drag-region): Don't run the up-event | Richard M. Stallman | 2001-11-14 | 1 | -2/+14 |
| | | | | handler if window start changed due to the down-mouse event. | ||||
* | (mouse-show-mark): Either move point to the mark | Richard M. Stallman | 2001-11-14 | 1 | -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 select | Richard M. Stallman | 2001-11-02 | 1 | -1/+3 |
| | | | | from a menu, don't try to invoke the menu. | ||||
* | (mouse-buffer-menu-mode-groups): added SGML group | Sam Steingold | 2001-10-27 | 1 | -1/+2 |
| | |||||
* | (mouse-buffer-menu-mode-groups): Added "Version Control" group. | Sam Steingold | 2001-10-24 | 1 | -62/+63 |
| | |||||
* | (mouse-buffer-menu): If the buffer menu is split by | Eli Zaretskii | 2001-08-28 | 1 | -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 just | Gerd Moellmann | 2001-08-09 | 1 | -3/+2 |
| | | | | one window. | ||||
* | (mouse-delete-other-windows): Doc fix. | Gerd Moellmann | 2001-05-15 | 1 | -2/+3 |
| | |||||
* | (mouse-save-then-kill): If the distance from the new | Gerd Moellmann | 2001-02-16 | 1 | -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 Monnier | 2000-11-22 | 1 | -3/+3 |
| | |||||
* | ([header-line mouse-1]): Bind to mouse-select-window. | Eli Zaretskii | 2000-10-09 | 1 | -0/+5 |
| | |||||
* | (popup-menu): Balance parens. | Miles Bader | 2000-10-09 | 1 | -1/+1 |
| | |||||
* | (popup-menu): Move the command call outside the loop | Stefan Monnier | 2000-10-08 | 1 | -28/+26 |
| | | | | so that popup-menu returns whatever the command returns. | ||||
* | (mouse-drag-mode-line-1): Fix an off-by-one error in | Eli Zaretskii | 2000-10-08 | 1 | -4/+5 |
| | | | | computing growth when dragging the header line. | ||||
* | (mouse-drag-header-line): Don't allow window resizing | Gerd Moellmann | 2000-10-06 | 1 | -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 Love | 2000-09-27 | 1 | -2/+2 |
| | |||||
* | (popup-menu): If POSITION is nil, set it using | Dave Love | 2000-09-26 | 1 | -1/+4 |
| | | | | mouse-position. | ||||
* | (mouse-major-mode-menu, mouse-popup-menubar): Run | Dave Love | 2000-09-04 | 1 | -2/+2 |
| | | | | menu-bar-update-hook. | ||||
* | (mouse-popup-menubar): Supply the prompt string for | Eli Zaretskii | 2000-09-02 | 1 | -5/+23 |
| | | | | minor-mode keymaps, if they don't have one. | ||||
* | (mouse-major-mode-menu): Use local-key-binding. | Dave Love | 2000-08-29 | 1 | -4/+8 |
| | | | | | (mouse-popup-menubar): Add minor mode menus. (popup-menu): Check for lookup-key returning number. | ||||
* | (popup-menu): Set last-command-event. | Dave Love | 2000-07-24 | 1 | -1/+6 |
| | | | | (mouse-major-mode-menu-prefix): Declare. | ||||
* | (popup-menu): Run the keymap through indirect-function, | Eli Zaretskii | 2000-07-24 | 1 | -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 Love | 2000-07-19 | 1 | -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 Monnier | 2000-07-18 | 1 | -12/+31 |
| | | | | (mouse-major-mode-menu): Use it. | ||||
* | (mouse-major-mode-menu-1): get the submenu with lookup-key. | Stefan Monnier | 2000-07-16 | 1 | -2/+2 |
| | |||||
* | (mouse-drag-region): Use functionp rather than fboundp. | Stefan Monnier | 2000-07-09 | 1 | -1/+1 |
| | |||||
* | (mouse-show-mark, mouse-save-then-kill): Don't use window-system. | Eli Zaretskii | 2000-06-28 | 1 | -55/+52 |
| | |||||
* | Add a version to the obsoletions. | Stefan Monnier | 2000-06-01 | 1 | -3/+3 |
| | | | | (mouse-show-mark): Don't quote lambda. | ||||
* | (mouse-save-then-kill-delete-region): Don't bind | Dave Love | 2000-05-31 | 1 | -4/+2 |
| | | | | before-change-function, after-change-function. | ||||
* | (mouse-yank-at-click): Doc fix. | Gerd Moellmann | 2000-05-15 | 1 | -1/+2 |
| | |||||
* | (mouse-drag-region): Don't run up-event handler | Gerd Moellmann | 2000-03-09 | 1 | -3/+5 |
| | | | | if hscroll has changed. |