summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Fix sorting of menus in `context-menu-local' (bug#50067).Juri Linkov2021-11-181-1/+1
* * lisp/menu-bar.el (menu-bar-keymap): Add optional arg KEYMAP (bug#50067).Juri Linkov2021-10-211-3/+6
* * lisp/menu-bar.el (yank-menu-length): Fix docstring (bug#51138).Juri Linkov2021-10-151-1/+1
* Use command substitution instead of raw keys in more placesStefan Kangas2021-09-241-1/+3
* Add `info-lookup-symbol' to the menuLars Ingebrigtsen2021-09-231-0/+3
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-3/+3
* Many improvements for Context Menus (bug#9054)Juri Linkov2021-09-221-0/+5
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Make `M-x clipboard-yank' work reliablyLars Ingebrigtsen2021-07-061-1/+3
* Make `menu-bar-select-buffer' obsoleteLars Ingebrigtsen2021-05-311-0/+1
* Revert "Move menu-bar-select-buffer to msb.el"Lars Ingebrigtsen2021-05-311-0/+4
* Move menu-bar-select-buffer to msb.elLars Ingebrigtsen2021-05-301-4/+0
* * lisp/menu-bar.el: Avoid `(lambdaStefan Monnier2021-05-181-5/+6
* Move facemenu to enriched modeLars Ingebrigtsen2021-05-111-3/+0
* Ensure `<menu-bar> <edit> <clear>' handles rectangular regionsJim Porter2021-05-071-1/+1
* Remove another variable alias obsolete since Emacs 23Stefan Kangas2021-05-061-3/+0
* Add new help command 'describe-command'Stefan Kangas2021-05-021-0/+3
* Assume something more recent than X11R6Stefan Kangas2021-03-201-1/+1
* Finish customize-changed-options/customize-changed fix upLars Ingebrigtsen2021-02-091-3/+3
* Prefer defvar-local in preloaded filesStefan Kangas2021-01-311-2/+1
* Use lexical-binding in the remaining preloaded filesStefan Monnier2021-01-041-2/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix CUA Mode menu entry to be less confusingStefan Kangas2020-10-291-2/+2
* Fix a bug where the wrong menu would be triggered by mouseJared Finder2020-10-241-0/+6
* Enable TTY menus with xterm-mouse-modeJared Finder2020-10-241-0/+2
* Make TTY menus work with xterm-mouse-modeJared Finder2020-10-241-30/+34
* Adding mouse controls to menu-bar.el.Jared Finder2020-10-241-0/+80
* Add a shortdoc menu entryLars Ingebrigtsen2020-10-121-0/+3
* ; Fix more typosStefan Kangas2020-10-031-1/+1
* Merge from origin/emacs-27Glenn Morris2020-09-271-0/+4
|\
| * Enable "Continue Tags Search" menu item only when it can be usedEli Zaretskii2020-09-261-0/+4
* | Merge from origin/emacs-27Glenn Morris2020-09-201-1/+1
|\ \ | |/
| * Fix doc string of 'toggle-menu-bar-mode-from-frame'Eli Zaretskii2020-09-161-1/+1
* | Document and extend menu-bar-make-toggle someDrew Adams2020-09-191-41/+78
* | Improve wording of cua-mode menu entryStefan Kangas2020-09-131-1/+1
* | Improve help-echo of Undo and Redo menu itemsEli Zaretskii2020-09-111-2/+2
* | Add a "Redo" entry to the menuCaio Henrique2020-09-101-0/+6
* | Fix last changeEli Zaretskii2020-06-251-2/+3
* | Add help menu entry for view-lossageTino Calancha2020-06-251-0/+3
* | Merge from origin/emacs-27Glenn Morris2020-05-091-2/+2
|\ \ | |/
| * Fix GTK's Tool Bar menu radio buttonsMartin Rudalics2020-05-091-2/+2
| * * lisp/menu-bar.el: Remove desktop-save-mode from release branch (bug#37594)Juri Linkov2020-01-211-12/+0
|/
* * lisp/menu-bar.el (menu-bar-options-menu): Add desktop-save-mode (bug#37594)Juri Linkov2020-01-201-0/+12
* Move shell-related menu items to "Shell Commands" submenu (bug#37594)Juri Linkov2020-01-161-7/+26
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Menu bar rearrangements, move Print menu items to submenu, etc. (bug#37594)Juri Linkov2019-11-281-37/+70
* Make menu bar entries only point to named functions, not lambdasLars Ingebrigtsen2019-10-091-38/+60
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-1/+9
|\
| * Small fixes for tty and w32.Juri Linkov2019-09-081-1/+0