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 (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
|
*
Add new context-menu options for menus "File At Point" and "Version Control".
Juri Linkov
2021-07-27
1
-17
/
+34
|
*
Improve docstring of context-menu-functions and add eww-context-menu
Juri Linkov
2021-07-21
1
-1
/
+3
|
*
Change the order of context-menu-functions and add more context menus.
Juri Linkov
2021-07-21
1
-23
/
+71
|
*
Add new mode context-menu-mode and use it in info.el and goto-addr.el
Juri Linkov
2021-07-20
1
-0
/
+118
*
|
Use string-replace instead of replace-regexp-in-string
Mattias Engdegård
2021-08-08
1
-1
/
+1
|
/
*
Don't turn mouse-1 into mouse-2 when clicking on the tab-line (bug#49247)
Juri Linkov
2021-07-08
1
-2
/
+2
*
New frame parameter 'drag-with-tab-line' (Bug#49247)
Martin Rudalics
2021-07-02
1
-0
/
+15
*
Fix dragging dividers in terminal Emacs when there's margins
Jared Finder
2021-06-15
1
-2
/
+4
*
Merge from origin/emacs-27
Glenn Morris
2021-03-12
1
-1
/
+3
|
\
|
*
* lisp/mouse.el: Fix mouse-1-clock-follows-mouse = double
Stefan Monnier
2021-03-11
1
-1
/
+3
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Make libraries works with xterm-mouse-mode.
Jared Finder
2021-01-15
1
-1
/
+1
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
; shorten https://lists.gnu.org/archive/html/... links
Stefan Kangas
2020-10-09
1
-1
/
+1
*
|
Don't quote lambdas in several places
Stefan Kangas
2020-10-01
1
-4
/
+4
*
|
Remove many items obsolete since Emacs 23.2 and 23.3
Stefan Kangas
2020-08-24
1
-3
/
+0
*
|
Remove many items obsolete since Emacs 23.1
Stefan Kangas
2020-08-14
1
-28
/
+0
*
|
mouse-drag-copy-region doc string clarification
Lars Ingebrigtsen
2020-08-05
1
-1
/
+4
*
|
Clarify wording in my last commit
Stefan Kangas
2020-05-19
1
-1
/
+1
*
|
Fix minor issues with mouse-drag-and-drop-region-show-tooltip
Stefan Kangas
2020-05-17
1
-3
/
+7
*
|
Fix customisation of mouse-drag-and-drop-region (bug#41251)
Mattias Engdegård
2020-05-14
1
-1
/
+1
[next]