index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
menu-bar.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make tab bar option visible in the menu bar on NS
Po Lu
2021-11-26
1
-8
/
+7
*
Add support for the Haiku operating system and its window system
Po Lu
2021-11-20
1
-3
/
+6
*
Merge from origin/emacs-28
Stefan Kangas
2021-11-19
1
-1
/
+1
|
\
|
*
Fix sorting of menus in `context-menu-local' (bug#50067).
Juri Linkov
2021-11-18
1
-1
/
+1
*
|
Revert "Support opening the toolkit menu bar on NS"
Po Lu
2021-11-10
1
-5
/
+3
*
|
Support opening the toolkit menu bar on NS
oldosfan
2021-11-10
1
-3
/
+5
*
|
Rename `xref-pop-marker-stack` to `xref-go-back` (bug#38797)
Mattias Engdegård
2021-10-25
1
-1
/
+1
*
|
; * lisp/menu-bar.el (menu-bar-goto-menu): Adjust new item position
Mattias Engdegård
2021-10-25
1
-6
/
+6
*
|
Add xref forward history (bug#38797)
Mattias Engdegård
2021-10-25
1
-0
/
+6
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-22
1
-3
/
+6
|
\
|
|
*
* lisp/menu-bar.el (menu-bar-keymap): Add optional arg KEYMAP (bug#50067).
Juri Linkov
2021-10-21
1
-3
/
+6
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-16
1
-1
/
+1
|
\
|
|
*
* lisp/menu-bar.el (yank-menu-length): Fix docstring (bug#51138).
Juri Linkov
2021-10-15
1
-1
/
+1
*
|
* lisp/menu-bar.el (menu-bar-edit-menu): Expose lambdas to the compiler
Stefan Monnier
2021-10-16
1
-17
/
+17
*
|
Double the default value of kill-ring-max
Stefan Kangas
2021-10-14
1
-3
/
+10
*
|
Fix menu display of keys when cua-mode is active
Lars Ingebrigtsen
2021-10-11
1
-5
/
+18
*
|
Use format-prompt for many more prompts
Stefan Kangas
2021-10-05
1
-4
/
+1
|
/
*
Use command substitution instead of raw keys in more places
Stefan Kangas
2021-09-24
1
-1
/
+3
*
Add `info-lookup-symbol' to the menu
Lars Ingebrigtsen
2021-09-23
1
-0
/
+3
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-3
/
+3
*
Many improvements for Context Menus (bug#9054)
Juri Linkov
2021-09-22
1
-0
/
+5
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-1
/
+1
*
Make `M-x clipboard-yank' work reliably
Lars Ingebrigtsen
2021-07-06
1
-1
/
+3
*
Make `menu-bar-select-buffer' obsolete
Lars Ingebrigtsen
2021-05-31
1
-0
/
+1
*
Revert "Move menu-bar-select-buffer to msb.el"
Lars Ingebrigtsen
2021-05-31
1
-0
/
+4
*
Move menu-bar-select-buffer to msb.el
Lars Ingebrigtsen
2021-05-30
1
-4
/
+0
*
* lisp/menu-bar.el: Avoid `(lambda
Stefan Monnier
2021-05-18
1
-5
/
+6
*
Move facemenu to enriched mode
Lars Ingebrigtsen
2021-05-11
1
-3
/
+0
*
Ensure `<menu-bar> <edit> <clear>' handles rectangular regions
Jim Porter
2021-05-07
1
-1
/
+1
*
Remove another variable alias obsolete since Emacs 23
Stefan Kangas
2021-05-06
1
-3
/
+0
*
Add new help command 'describe-command'
Stefan Kangas
2021-05-02
1
-0
/
+3
*
Assume something more recent than X11R6
Stefan Kangas
2021-03-20
1
-1
/
+1
*
Finish customize-changed-options/customize-changed fix up
Lars Ingebrigtsen
2021-02-09
1
-3
/
+3
*
Prefer defvar-local in preloaded files
Stefan Kangas
2021-01-31
1
-2
/
+1
*
Use lexical-binding in the remaining preloaded files
Stefan Monnier
2021-01-04
1
-2
/
+3
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix CUA Mode menu entry to be less confusing
Stefan Kangas
2020-10-29
1
-2
/
+2
*
Fix a bug where the wrong menu would be triggered by mouse
Jared Finder
2020-10-24
1
-0
/
+6
*
Enable TTY menus with xterm-mouse-mode
Jared Finder
2020-10-24
1
-0
/
+2
*
Make TTY menus work with xterm-mouse-mode
Jared Finder
2020-10-24
1
-30
/
+34
*
Adding mouse controls to menu-bar.el.
Jared Finder
2020-10-24
1
-0
/
+80
*
Add a shortdoc menu entry
Lars Ingebrigtsen
2020-10-12
1
-0
/
+3
*
; Fix more typos
Stefan Kangas
2020-10-03
1
-1
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2020-09-27
1
-0
/
+4
|
\
|
*
Enable "Continue Tags Search" menu item only when it can be used
Eli Zaretskii
2020-09-26
1
-0
/
+4
*
|
Merge from origin/emacs-27
Glenn Morris
2020-09-20
1
-1
/
+1
|
\
|
|
*
Fix doc string of 'toggle-menu-bar-mode-from-frame'
Eli Zaretskii
2020-09-16
1
-1
/
+1
*
|
Document and extend menu-bar-make-toggle some
Drew Adams
2020-09-19
1
-41
/
+78
*
|
Improve wording of cua-mode menu entry
Stefan Kangas
2020-09-13
1
-1
/
+1
*
|
Improve help-echo of Undo and Redo menu items
Eli Zaretskii
2020-09-11
1
-2
/
+2
[next]