Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (tmm-get-keybind): Use copy-sequence to ensure that the | Nick Roberts | 2007-04-14 | 1 | -1/+1 |
| | | | | global map isn't modified | ||||
* | (tmm-get-keybind): Use car-safe to avoid errors with | Nick Roberts | 2007-04-13 | 1 | -2/+2 |
| | | | | inherited keymaps. | ||||
* | (tmm-menubar, tmm-prompt): Handle visibility of top level menu-items. | Nick Roberts | 2007-04-03 | 1 | -6/+16 |
| | |||||
* | (tmm-c-prompt): Initialize. | Nick Roberts | 2007-04-03 | 1 | -12/+25 |
| | | | | | | (tmm-menubar): Deal with extended menu-items at top level. (tmm-get-keybind): Handle bindings that are redefined/undefined locally. | ||||
* | (tmm-menubar): Select the right menu item with the mouse. | Nick Roberts | 2007-03-30 | 1 | -20/+23 |
| | | | | | (tmm-prompt): Don't make the mouse user select the first menu item twice. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (tmm-add-one-shortcut): "?\ " -> "?\s". | Juanma Barranquero | 2006-11-27 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (tmm-inactive, tmm-remove-inactive-mouse-face): | Juri Linkov | 2005-06-06 | 1 | -2/+2 |
| | | | | Rename `tmm-inactive-face' to `tmm-inactive'. | ||||
* | * tmm.el (tmm-inactive-face): Inherit from `shadow' face. | Juri Linkov | 2005-06-06 | 1 | -2/+1 |
| | |||||
* | (tmm-inactive-face): New face. | Nick Roberts | 2005-06-03 | 1 | -37/+73 |
| | | | | | | | (tmm-remove-inactive-mouse-face): New function. (tmm-prompt, tmm-add-one-shortcut) (tmm-add-prompt, tmm-get-keymap): Make active menu items visible but not selectable. | ||||
* | (tmm-shortcut): Avoid using beginning-of-buffer. | Richard M. Stallman | 2005-05-21 | 1 | -1/+1 |
| | |||||
* | (tmm-get-keymap): Include only active menus and menu items. | Nick Roberts | 2005-05-13 | 1 | -1/+4 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (tmm-completion-prompt): Doc fix. | Pavel Janík | 2002-04-22 | 1 | -1/+1 |
| | |||||
* | (tmm-get-keymap): Honour :visible in `menu-item'. | Pavel Janík | 2002-01-27 | 1 | -22/+20 |
| | | | | | Add Keywords header. Update Commentary section. Update copyright notice. | ||||
* | (tmm-add-prompt): Remove make-local-hook. | Pavel Janík | 2001-11-25 | 1 | -1/+0 |
| | |||||
* | (tmm-get-keymap): Fix handling of :filter. | Gerd Moellmann | 2001-05-18 | 1 | -7/+15 |
| | | | | | (tmm-add-prompt): Bind buffer-read-only to nil when inserting text into *Completions*. | ||||
* | Update copyright. | Gerd Moellmann | 2000-12-06 | 1 | -1/+1 |
| | |||||
* | (tmm-get-keymap): Eval the menu name in `menu-item'. | Stefan Monnier | 2000-12-02 | 1 | -4/+2 |
| | |||||
* | Replace mapcar with mapc in several places. | Dave Love | 2000-09-17 | 1 | -27/+26 |
| | |||||
* | (tmm-prompt): Recognize menu item definitions of the for | Gerd Moellmann | 2000-05-29 | 1 | -1/+2 |
| | | | | `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | ||||
* | (tmm-goto-completions): Adapt to prompt being part | Gerd Moellmann | 2000-01-17 | 1 | -2/+3 |
| | | | | of mini-buffer. | ||||
* | (tmm-shortcut): Delete region after prompt instead | Gerd Moellmann | 2000-01-11 | 1 | -1/+2 |
| | | | | of erasing buffer. | ||||
* | (tmm-get-keymap): Handle :filter. | Richard M. Stallman | 1998-06-14 | 1 | -1/+5 |
| | |||||
* | (tmm-get-keymap): Fix previous change; | Richard M. Stallman | 1998-05-05 | 1 | -2/+2 |
| | | | | access the equiv string from the cache properly. | ||||
* | (tmm-get-keymap): Handle new format menu item w/o cache. | Richard M. Stallman | 1998-04-21 | 1 | -1/+4 |
| | | | | (tmm-prompt): If reach an empty menu, get an error. | ||||
* | (tmm-get-keymap): Handle `menu-item' menu items. | Karl Heuer | 1998-04-13 | 1 | -39/+45 |
| | |||||
* | Customized. | Stephen Eglen | 1998-03-07 | 1 | -8/+23 |
| | |||||
* | (tmm-get-keymap): Ignore any command now disabled for menus. | Richard M. Stallman | 1997-08-24 | 1 | -0/+5 |
| | |||||
* | (tmm-prompt): Use save-excursion around completing-read code. | Richard M. Stallman | 1997-07-15 | 1 | -24/+21 |
| | | | | | (tmm-add-prompt): Clean up using save-selected-window and with-current-buffer. | ||||
* | (tmm-get-keymap): Recognize explicit lambda expressions as valid. | Richard M. Stallman | 1997-01-23 | 1 | -4/+7 |
| | |||||
* | (tmm-add-one-shortcut): New subroutine. | Richard M. Stallman | 1996-09-01 | 1 | -57/+99 |
| | | | | | | | | | | | | | | (tmm-add-shortcuts): Code moved to tmm-add-one-shortcut. Handle tmm-shortcut-style and tmm-shortcut-words. (tmm-define-keys): Use suppress-keymap. Moved use-local-map from the caller here. tmm-short-cuts is now a list of chars, not of one-char strings. (tmm-completion-delete-prompt): New function, used in completion-setup-hook. (tmm-shortcut-style): New variable. (tmm-shortcut-words): New variable. (tmm-shortcut): Handle tmm-shortcut-style. The shortcut searched in tmm-short-cuts is now a char, not a string. | ||||
* | (tmm-add-prompt): If tmm-completion-prompt is nil, | Richard M. Stallman | 1996-06-29 | 1 | -2/+8 |
| | | | | | don't insert it; instead delete the usual completion helptext. (tmm-completion-prompt): Doc fix. | ||||
* | (tmm-define-keys): New arg MINIBUFFER. | Richard M. Stallman | 1996-03-28 | 1 | -8/+10 |
| | | | | (tmm-add-prompt): Pass new arg in both calls. | ||||
* | Comment change. | Richard M. Stallman | 1996-03-02 | 1 | -1/+1 |
| | |||||
* | (tmm-prompt): Set last-command-event before calling the | Karl Heuer | 1996-01-24 | 1 | -1/+3 |
| | | | | selected function. | ||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -11/+11 |
| | |||||
* | (tmm-menubar-mouse): Add autoload cookie. | Karl Heuer | 1996-01-09 | 1 | -0/+1 |
| | |||||
* | (tmm-get-keybind): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -2/+2 |
| | |||||
* | (tmm-prompt): Major cleanups. Handle pop-menu case nicely. | Richard M. Stallman | 1996-01-02 | 1 | -75/+98 |
| | | | | | | | | Arg BIND renamed to MENU. Look at MENU to decide whether it is a keymap. Arg IN-POPUP now used only in recursive call. Use "Menu bar" as the default menu name. Delete some debugging code. | ||||
* | (tmm-menubar-mouse): New function, handles [menu-bar mouse-1]. | Richard M. Stallman | 1996-01-02 | 1 | -16/+55 |
| | | | | | (tmm-menubar): New arg x-position. (tmm-prompt): New arg default-item specifies item to offer by default. | ||||
* | (tmm-prompt): Delete tmm-add-prompt if we fail. | Richard M. Stallman | 1995-11-18 | 1 | -3/+6 |
| | | | | Don't switch to *Completions* if it wasn't created. | ||||
* | (tmm-define-keys): Don't define ESC ESC. | Richard M. Stallman | 1995-11-13 | 1 | -2/+1 |
| | |||||
* | Define menu-bar mouse-1 as tmm-menubar. | Richard M. Stallman | 1995-11-11 | 1 | -0/+1 |
| | |||||
* | (tmm-define-keys): New subroutine. | Richard M. Stallman | 1995-11-10 | 1 | -13/+18 |
| | | | | | | (tmm-add-prompt): Use that to define keys in both maps separately. Use f10 as well as M-`. | ||||
* | Comment change. | Richard M. Stallman | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | (tmm-old-mb-map): Initialize to nil. | Richard M. Stallman | 1995-10-30 | 1 | -94/+125 |
| | | | | | | | | | | | | | | | | | (tmm-delete-map): Don't use tmm-old-mb-map if nil. (tmm-add-prompt): Bind C-n and C-p. Put only the shortcuts into the completion buffer's map. Produce the completion list by hand so as not to sort it. (tmm-prompt): Start at the first item in the menu. Don't reverse tmm-km-list; reverse compl-list instead. Use try-completion in last-ditch attempt to find a match. Rename compl-list to history. (tmm-get-keybind): Put more local bindings last in a menu. Major rewrite. (tmm-menubar): Handle menu-bar-final-items. (tmm-remove-shortcuts): Function deleted. (tmm-add-shortcuts): If we can't find a letter shortcut, use a numeric shortcut. |