aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tmm.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2025-02-221-1/+1
* Fix keybinding alignment in `tmm-menubar'Manuel Giraud2025-01-191-3/+19
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* New customization variable `completion-eager-display'Daniel Mendler2024-12-141-9/+10
* Fix tmm "previous menu" shortcutManuel Giraud2024-11-091-5/+11
* `tmm-shortcut-inside-entry' docstring fix (bug#74111)Manuel Giraud2024-11-091-2/+2
* New `tmm-menubar' shortcut display styleManuel Giraud2024-11-011-20/+53
* Fix tmm menu layout (Bug#73734)Manuel Giraud2024-10-191-16/+20
* ; Fix last changeEli Zaretskii2024-10-061-3/+3
* Add a shortcut to go up in the menu hierarchy.Manuel Giraud2024-10-061-16/+26
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Fix tmm-mid-prompt :type (Bug#66179)Mauro Aranda2023-09-251-1/+2
* * lisp/tmm.el (tmm-completion-delete-prompt): Add more checks (bug#63754).Juri Linkov2023-05-291-1/+2
* Fix order of tmm-menubar when 'tmm-mid-prompt' is nilEli Zaretskii2023-05-291-3/+5
* Fix tmm-menubar when 'tmm-completion-prompt' is nilEli Zaretskii2023-05-271-3/+21
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Fix tmm-get-keymap under native-compileLars Ingebrigtsen2021-08-091-17/+6
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* Use isearch-tmm-menubar when tmm-menubar is called in isearch-mode (bug#43966)Juri Linkov2021-01-281-6/+8
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Enable TTY menus with xterm-mouse-modeJared Finder2020-10-241-1/+0
* Adding mouse controls to menu-bar.el.Jared Finder2020-10-241-57/+6
* Sort items in tmm properly, and allow clicking the final itemJared Finder2020-10-051-8/+16
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/tmm.el (tmm-add-one-shortcut): Use dolistStefan Monnier2019-11-171-22/+15
* * lisp/tmm.el: Fix broken tmm-prompt (bug#34517)Juri Linkov2019-09-081-11/+7
* Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-011-1/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add tool-bar and menu-bar menu for Isearch (Bug#32990)Charles A. Roelli2018-11-241-17/+25
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Use completing-read-default in tmm-promptRyan2017-06-021-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Make tmm-menubar work in correct order againEli Zaretskii2016-04-191-4/+12
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Add code for "preserving" window sizes.Martin Rudalics2014-12-181-3/+8
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/tmm.el (tmm--history): New dynamic variable.Glenn Morris2013-10-161-6/+10
* Make tty-menu-open-use-tmm a defcustom, update tmm docs accordingly.Eli Zaretskii2013-10-081-1/+5
* * lisp/tmm.el: Use lexical-binding and current-active-maps.Stefan Monnier2013-02-131-70/+39
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * lisp/tmm.el (tmm-prompt): Use map-keymap.Stefan Monnier2012-10-281-12/+15
* * tmm.el (tmm-prompt): Use string-prefix-p.Stefan Monnier2012-06-071-28/+17