summaryrefslogtreecommitdiff
path: root/lisp/tmm.el
AgeCommit message (Expand)Author
2008-10-29(tmm-get-keymap): Handle case where keyseq cache is omitted.Chong Yidong
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-14(tmm-completion-delete-prompt): Don't hardcode point-min==1.Stefan Monnier
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-09-10Remove spurious * in docstrings.Stefan Monnier
2007-07-31Merge from emacs--devo--0Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-04-22Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-04-14(tmm-get-keybind): Use copy-sequence to ensure that theNick Roberts
2007-04-13(tmm-get-keybind): Use car-safe to avoid errors withNick Roberts
2007-04-03(tmm-menubar, tmm-prompt): Handle visibility of top level menu-items.Nick Roberts
2007-04-03(tmm-c-prompt): Initialize.Nick Roberts
2007-03-30(tmm-menubar): Select the right menu item with the mouse.Nick Roberts
2007-01-29Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-12-03Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey
2006-11-27(tmm-add-one-shortcut): "?\ " -> "?\s".Juanma Barranquero
2006-07-29Fix F10 behaviour. (Reported by Bernard Adrian.)Karoly Lorentey
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-06-06(tmm-inactive, tmm-remove-inactive-mouse-face):Juri Linkov
2005-06-06* tmm.el (tmm-inactive-face): Inherit from `shadow' face.Juri Linkov
2005-06-03(tmm-inactive-face): New face.Nick Roberts
2005-05-21(tmm-shortcut): Avoid using beginning-of-buffer.Richard M. Stallman
2005-05-13(tmm-get-keymap): Include only active menus and menu items.Nick Roberts
2003-09-01Add arch taglinesMiles Bader
2002-04-22(tmm-completion-prompt): Doc fix.Pavel Janík
2002-01-27(tmm-get-keymap): Honour :visible in `menu-item'.Pavel Janík
2001-11-25(tmm-add-prompt): Remove make-local-hook.Pavel Janík
2001-05-18(tmm-get-keymap): Fix handling of :filter.Gerd Moellmann
2000-12-06Update copyright.Gerd Moellmann
2000-12-02(tmm-get-keymap): Eval the menu name in `menu-item'.Stefan Monnier
2000-09-17Replace mapcar with mapc in several places.Dave Love
2000-05-29(tmm-prompt): Recognize menu item definitions of the forGerd Moellmann
2000-01-17(tmm-goto-completions): Adapt to prompt being partGerd Moellmann
2000-01-11(tmm-shortcut): Delete region after prompt insteadGerd Moellmann
1998-06-14(tmm-get-keymap): Handle :filter.Richard M. Stallman
1998-05-05(tmm-get-keymap): Fix previous change;Richard M. Stallman
1998-04-21(tmm-get-keymap): Handle new format menu item w/o cache.Richard M. Stallman
1998-04-13(tmm-get-keymap): Handle `menu-item' menu items.Karl Heuer
1998-03-07Customized.Stephen Eglen
1997-08-24(tmm-get-keymap): Ignore any command now disabled for menus.Richard M. Stallman
1997-07-15(tmm-prompt): Use save-excursion around completing-read code.Richard M. Stallman
1997-01-23(tmm-get-keymap): Recognize explicit lambda expressions as valid.Richard M. Stallman
1996-09-01(tmm-add-one-shortcut): New subroutine.Richard M. Stallman
1996-06-29(tmm-add-prompt): If tmm-completion-prompt is nil,Richard M. Stallman
1996-03-28(tmm-define-keys): New arg MINIBUFFER.Richard M. Stallman
1996-03-02Comment change.Richard M. Stallman