index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
mouse.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
lisp/mouse.el: Fix some lambdas quoted with ` or '
Stefan Monnier
2021-12-08
1
-73
/
+72
*
* lisp/mouse.el (context-menu-entry): Bind to make-sparse-keymap, not ignore.
Juri Linkov
2021-12-08
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2021-12-07
1
-8
/
+9
|
\
|
*
Select the right buffer for event in context-menu functions (bug#9923)
Juri Linkov
2021-12-06
1
-8
/
+9
*
|
Fix regression introduced by previous context-menu-map change
Lars Ingebrigtsen
2021-12-05
1
-1
/
+2
*
|
Remove separators at the beginning and end of the context menu
Jim Porter
2021-12-03
1
-5
/
+14
*
|
Ensure there are no duplicate separators when creating a context menu
Jim Porter
2021-12-02
1
-4
/
+4
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-11-21
1
-1
/
+5
|
\
|
|
*
Fix mouse events on tab bar or tool bar when 'track-mouse' is t
martin rudalics
2021-11-20
1
-1
/
+5
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-11-19
1
-4
/
+7
|
\
|
|
*
Fix sorting of menus in `context-menu-local' (bug#50067).
Juri Linkov
2021-11-18
1
-2
/
+2
|
*
Fix flyspell-correct-word selected from context menu opened with the keyboard
Juri Linkov
2021-11-18
1
-2
/
+5
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-11-09
1
-1
/
+1
|
\
|
|
*
* lisp/mouse.el (mouse-buffer-menu-mode-groups): Tighten "Version Control".
Juri Linkov
2021-11-08
1
-1
/
+1
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-22
1
-1
/
+1
|
\
|
|
*
* lisp/menu-bar.el (menu-bar-keymap): Add optional arg KEYMAP (bug#50067).
Juri Linkov
2021-10-21
1
-1
/
+1
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-14
1
-1
/
+2
|
\
|
|
*
Fix Help functions for clicks on tool bar and tab bar
Eli Zaretskii
2021-10-14
1
-1
/
+2
*
|
Perform cleanup on errors in mouse-drag-track
Yuri D'Elia
2021-10-06
1
-67
/
+73
*
|
Improve interaction between mouse-drag-region and scroll-margin
Yuri D'Elia
2021-10-06
1
-7
/
+12
|
/
*
Move context-menu selection items Defun/List/Symbol to prog-mode (bug#9054)
Juri Linkov
2021-10-03
1
-12
/
+1
*
* lisp/mouse.el (context-menu-map): Fix when menu is a command (bug#50851)
Juri Linkov
2021-09-28
1
-1
/
+1
*
* lisp/mouse.el (context-menu-region): Check for nil for char-after at eobp.
Juri Linkov
2021-09-27
1
-2
/
+3
*
New thing-at-point target 'string' used in context-menu-region
Juri Linkov
2021-09-24
1
-6
/
+11
*
* lisp/mouse.el (context-menu-region): Use save-excursion for syntax-ppss.
Juri Linkov
2021-09-23
1
-1
/
+2
*
New thing-at-point target 'list-or-string' used in context-menu-region
Juri Linkov
2021-09-23
1
-11
/
+13
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-1
/
+1
*
Many improvements for Context Menus (bug#9054)
Juri Linkov
2021-09-22
1
-13
/
+64
*
Add docstrings to context menu functions, and add middle-separator
Juri Linkov
2021-09-15
1
-13
/
+29
*
Allow region-related context menu to be used on selected region with one click
Juri Linkov
2021-09-12
1
-2
/
+9
*
* lisp/mouse.el (context-menu-map): Add 'click' arg to called funs (bug#50256)
Juri Linkov
2021-09-12
1
-23
/
+24
*
* lisp/mouse.el (context-menu-map): Remove duplicate separators (bug#50067).
Juri Linkov
2021-09-12
1
-59
/
+61
*
Merge branch 'feature/tab-bar-events'
Juri Linkov
2021-09-09
1
-3
/
+4
|
\
|
*
Redesign tab-bar event processing (bug#41342, bug#41343)
Juri Linkov
2021-08-18
1
-3
/
+4
*
|
Replace flyspell-use-mouse-3-for-menu with context-menu-mode (bug#50067)
Juri Linkov
2021-08-27
1
-4
/
+9
*
|
Define a substitute for <menu> on MS-Windows
Eli Zaretskii
2021-08-26
1
-0
/
+2
*
|
* lisp/mouse.el (context-menu-mode-map): Bind [menu] to context-menu-open.
Ergus
2021-08-24
1
-0
/
+1
*
|
* lisp/mouse.el (context-menu-buffers): New function (bug#50067).
Juri Linkov
2021-08-24
1
-0
/
+12
*
|
* lisp/mouse.el (context-menu-open): New command bound to [S-f10].
Juri Linkov
2021-08-23
1
-0
/
+9
*
|
* lisp/mouse.el (context-menu-toolbar): New function.
Juri Linkov
2021-08-23
1
-1
/
+13
*
|
* lisp/mouse.el (context-menu-mode-map): New variable.
Ergus
2021-08-22
1
-30
/
+10
*
|
Don't show menu titles with the text property 'hide' (bug#50067)
Juri Linkov
2021-08-22
1
-1
/
+1
*
|
; * lisp/mouse.el: Fix typos in previous change
Mattias EngdegÄrd
2021-08-20
1
-2
/
+2
*
|
Use C-mouse-1 for context menu on NS
Mattias EngdegÄrd
2021-08-20
1
-16
/
+29
*
|
* lisp/mouse.el: More fixes for context-menu.
Juri Linkov
2021-08-18
1
-2
/
+2
*
|
* lisp/mouse.el (context-menu-filter-function): Fix type.
Glenn Morris
2021-08-17
1
-1
/
+1
|
/
*
Merge branch 'feature/context-menu'
Juri Linkov
2021-08-17
1
-0
/
+188
|
\
|
*
Use map-keymap in context-menu-global, context-menu-local, context-menu-minor
Juri Linkov
2021-08-15
1
-14
/
+17
|
*
Improve handling of context menus for global, local, minor-mode menus
Juri Linkov
2021-08-03
1
-12
/
+8
|
*
Improve :type of defcustom 'context-menu-functions' and add documentation.
Juri Linkov
2021-07-28
1
-9
/
+13
[next]