summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
Commit message (Expand)AuthorAge
* lisp/mouse.el: Fix some lambdas quoted with ` or 'Stefan Monnier2021-12-08
* * lisp/mouse.el (context-menu-entry): Bind to make-sparse-keymap, not ignore.Juri Linkov2021-12-08
* Merge from origin/emacs-28Stefan Kangas2021-12-07
|\
| * Select the right buffer for event in context-menu functions (bug#9923)Juri Linkov2021-12-06
* | Fix regression introduced by previous context-menu-map changeLars Ingebrigtsen2021-12-05
* | Remove separators at the beginning and end of the context menuJim Porter2021-12-03
* | Ensure there are no duplicate separators when creating a context menuJim Porter2021-12-02
* | Merge from origin/emacs-28Stefan Kangas2021-11-21
|\|
| * Fix mouse events on tab bar or tool bar when 'track-mouse' is tmartin rudalics2021-11-20
* | Merge from origin/emacs-28Stefan Kangas2021-11-19
|\|
| * Fix sorting of menus in `context-menu-local' (bug#50067).Juri Linkov2021-11-18
| * Fix flyspell-correct-word selected from context menu opened with the keyboardJuri Linkov2021-11-18
* | Merge from origin/emacs-28Stefan Kangas2021-11-09
|\|
| * * lisp/mouse.el (mouse-buffer-menu-mode-groups): Tighten "Version Control".Juri Linkov2021-11-08
* | Merge from origin/emacs-28Glenn Morris2021-10-22
|\|
| * * lisp/menu-bar.el (menu-bar-keymap): Add optional arg KEYMAP (bug#50067).Juri Linkov2021-10-21
* | Merge from origin/emacs-28Glenn Morris2021-10-14
|\|
| * Fix Help functions for clicks on tool bar and tab barEli Zaretskii2021-10-14
* | Perform cleanup on errors in mouse-drag-trackYuri D'Elia2021-10-06
* | Improve interaction between mouse-drag-region and scroll-marginYuri D'Elia2021-10-06
|/
* Move context-menu selection items Defun/List/Symbol to prog-mode (bug#9054)Juri Linkov2021-10-03
* * lisp/mouse.el (context-menu-map): Fix when menu is a command (bug#50851)Juri Linkov2021-09-28
* * lisp/mouse.el (context-menu-region): Check for nil for char-after at eobp.Juri Linkov2021-09-27
* New thing-at-point target 'string' used in context-menu-regionJuri Linkov2021-09-24
* * lisp/mouse.el (context-menu-region): Use save-excursion for syntax-ppss.Juri Linkov2021-09-23
* New thing-at-point target 'list-or-string' used in context-menu-regionJuri Linkov2021-09-23
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Many improvements for Context Menus (bug#9054)Juri Linkov2021-09-22
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-15
* Allow region-related context menu to be used on selected region with one clickJuri Linkov2021-09-12
* * lisp/mouse.el (context-menu-map): Add 'click' arg to called funs (bug#50256)Juri Linkov2021-09-12
* * lisp/mouse.el (context-menu-map): Remove duplicate separators (bug#50067).Juri Linkov2021-09-12
* Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-09
|\
| * Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov2021-08-18
* | Replace flyspell-use-mouse-3-for-menu with context-menu-mode (bug#50067)Juri Linkov2021-08-27
* | Define a substitute for <menu> on MS-WindowsEli Zaretskii2021-08-26
* | * lisp/mouse.el (context-menu-mode-map): Bind [menu] to context-menu-open.Ergus2021-08-24
* | * lisp/mouse.el (context-menu-buffers): New function (bug#50067).Juri Linkov2021-08-24
* | * lisp/mouse.el (context-menu-open): New command bound to [S-f10].Juri Linkov2021-08-23
* | * lisp/mouse.el (context-menu-toolbar): New function.Juri Linkov2021-08-23
* | * lisp/mouse.el (context-menu-mode-map): New variable.Ergus2021-08-22
* | Don't show menu titles with the text property 'hide' (bug#50067)Juri Linkov2021-08-22
* | ; * lisp/mouse.el: Fix typos in previous changeMattias EngdegÄrd2021-08-20
* | Use C-mouse-1 for context menu on NSMattias EngdegÄrd2021-08-20
* | * lisp/mouse.el: More fixes for context-menu.Juri Linkov2021-08-18
* | * lisp/mouse.el (context-menu-filter-function): Fix type.Glenn Morris2021-08-17
|/
* Merge branch 'feature/context-menu'Juri Linkov2021-08-17
|\
| * Use map-keymap in context-menu-global, context-menu-local, context-menu-minorJuri Linkov2021-08-15
| * Improve handling of context menus for global, local, minor-mode menusJuri Linkov2021-08-03
| * Improve :type of defcustom 'context-menu-functions' and add documentation.Juri Linkov2021-07-28