summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/mouse.el (context-menu-map): Select clicked window (bug#53249).Juri Linkov2022-01-151-0/+2
* More fixes for recently committed context-menu additions from bug#52973Juri Linkov2022-01-151-2/+3
* Revert "Add command to invoke a search engine"Lars Ingebrigtsen2022-01-151-30/+0
* Add new context menu functions to the context-menu-functions typeLars Ingebrigtsen2022-01-141-0/+3
* Add command to invoke a search enginePhilip Kaludercic2022-01-141-0/+30
* Prevent further cases of duplicated separators in context menusJim Porter2022-01-041-13/+21
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | lisp/mouse.el: Fix some lambdas quoted with ` or 'Stefan Monnier2021-12-081-73/+72
* | * lisp/mouse.el (context-menu-entry): Bind to make-sparse-keymap, not ignore.Juri Linkov2021-12-081-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-071-8/+9
|\ \ | |/
| * Select the right buffer for event in context-menu functions (bug#9923)Juri Linkov2021-12-061-8/+9
* | Fix regression introduced by previous context-menu-map changeLars Ingebrigtsen2021-12-051-1/+2
* | Remove separators at the beginning and end of the context menuJim Porter2021-12-031-5/+14
* | Ensure there are no duplicate separators when creating a context menuJim Porter2021-12-021-4/+4
* | Merge from origin/emacs-28Stefan Kangas2021-11-211-1/+5
|\ \ | |/
| * Fix mouse events on tab bar or tool bar when 'track-mouse' is tmartin rudalics2021-11-201-1/+5
* | Merge from origin/emacs-28Stefan Kangas2021-11-191-4/+7
|\ \ | |/
| * Fix sorting of menus in `context-menu-local' (bug#50067).Juri Linkov2021-11-181-2/+2
| * Fix flyspell-correct-word selected from context menu opened with the keyboardJuri Linkov2021-11-181-2/+5
* | Merge from origin/emacs-28Stefan Kangas2021-11-091-1/+1
|\ \ | |/
| * * lisp/mouse.el (mouse-buffer-menu-mode-groups): Tighten "Version Control".Juri Linkov2021-11-081-1/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-221-1/+1
|\ \ | |/
| * * lisp/menu-bar.el (menu-bar-keymap): Add optional arg KEYMAP (bug#50067).Juri Linkov2021-10-211-1/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-141-1/+2
|\ \ | |/
| * Fix Help functions for clicks on tool bar and tab barEli Zaretskii2021-10-141-1/+2
* | Perform cleanup on errors in mouse-drag-trackYuri D'Elia2021-10-061-67/+73
* | Improve interaction between mouse-drag-region and scroll-marginYuri D'Elia2021-10-061-7/+12
|/
* Move context-menu selection items Defun/List/Symbol to prog-mode (bug#9054)Juri Linkov2021-10-031-12/+1
* * lisp/mouse.el (context-menu-map): Fix when menu is a command (bug#50851)Juri Linkov2021-09-281-1/+1
* * lisp/mouse.el (context-menu-region): Check for nil for char-after at eobp.Juri Linkov2021-09-271-2/+3
* New thing-at-point target 'string' used in context-menu-regionJuri Linkov2021-09-241-6/+11
* * lisp/mouse.el (context-menu-region): Use save-excursion for syntax-ppss.Juri Linkov2021-09-231-1/+2
* New thing-at-point target 'list-or-string' used in context-menu-regionJuri Linkov2021-09-231-11/+13
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+1
* Many improvements for Context Menus (bug#9054)Juri Linkov2021-09-221-13/+64
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-151-13/+29
* Allow region-related context menu to be used on selected region with one clickJuri Linkov2021-09-121-2/+9
* * lisp/mouse.el (context-menu-map): Add 'click' arg to called funs (bug#50256)Juri Linkov2021-09-121-23/+24
* * lisp/mouse.el (context-menu-map): Remove duplicate separators (bug#50067).Juri Linkov2021-09-121-59/+61
* Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-091-3/+4
|\
| * Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov2021-08-181-3/+4
* | Replace flyspell-use-mouse-3-for-menu with context-menu-mode (bug#50067)Juri Linkov2021-08-271-4/+9
* | Define a substitute for <menu> on MS-WindowsEli Zaretskii2021-08-261-0/+2
* | * lisp/mouse.el (context-menu-mode-map): Bind [menu] to context-menu-open.Ergus2021-08-241-0/+1
* | * lisp/mouse.el (context-menu-buffers): New function (bug#50067).Juri Linkov2021-08-241-0/+12
* | * lisp/mouse.el (context-menu-open): New command bound to [S-f10].Juri Linkov2021-08-231-0/+9
* | * lisp/mouse.el (context-menu-toolbar): New function.Juri Linkov2021-08-231-1/+13
* | * lisp/mouse.el (context-menu-mode-map): New variable.Ergus2021-08-221-30/+10
* | Don't show menu titles with the text property 'hide' (bug#50067)Juri Linkov2021-08-221-1/+1