log lisp/tmm.el @ 79202:ab1b2a789b1d

age author description
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-04-14 Nick Roberts (tmm-get-keybind): Use copy-sequence to ensure that the
2007-04-13 Nick Roberts (tmm-get-keybind): Use car-safe to avoid errors with
2007-04-03 Nick Roberts (tmm-menubar, tmm-prompt): Handle visibility of top level menu-items.
2007-04-03 Nick Roberts (tmm-c-prompt): Initialize.
2007-03-30 Nick Roberts (tmm-menubar): Select the right menu item with the mouse.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-11-27 Juanma Barranquero (tmm-add-one-shortcut): "?\ " -> "?\s".
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-08-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-06 Juri Linkov (tmm-inactive, tmm-remove-inactive-mouse-face):
2005-06-06 Juri Linkov * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2005-06-03 Nick Roberts (tmm-inactive-face): New face.
2005-05-21 Richard M. Stallman (tmm-shortcut): Avoid using beginning-of-buffer.
2005-05-13 Nick Roberts (tmm-get-keymap): Include only active menus and menu items.
2003-09-01 Miles Bader Add arch taglines
2002-04-22 Pavel Janík (tmm-completion-prompt): Doc fix.
2002-01-27 Pavel Janík (tmm-get-keymap): Honour :visible in `menu-item'.
2001-11-25 Pavel Janík (tmm-add-prompt): Remove make-local-hook.
2001-05-18 Gerd Moellmann (tmm-get-keymap): Fix handling of :filter.
2000-12-06 Gerd Moellmann Update copyright.
2000-12-02 Stefan Monnier (tmm-get-keymap): Eval the menu name in `menu-item'.
2000-09-17 Dave Love Replace mapcar with mapc in several places.
2000-05-29 Gerd Moellmann (tmm-prompt): Recognize menu item definitions of the for
2000-01-17 Gerd Moellmann (tmm-goto-completions): Adapt to prompt being part
2000-01-11 Gerd Moellmann (tmm-shortcut): Delete region after prompt instead
1998-06-14 Richard M. Stallman (tmm-get-keymap): Handle :filter.
1998-05-05 Richard M. Stallman (tmm-get-keymap): Fix previous change;
1998-04-21 Richard M. Stallman (tmm-get-keymap): Handle new format menu item w/o cache.
1998-04-13 Karl Heuer (tmm-get-keymap): Handle `menu-item' menu items.
1998-03-07 Stephen Eglen Customized.
1997-08-24 Richard M. Stallman (tmm-get-keymap): Ignore any command now disabled for menus.
1997-07-15 Richard M. Stallman (tmm-prompt): Use save-excursion around completing-read code.
1997-01-23 Richard M. Stallman (tmm-get-keymap): Recognize explicit lambda expressions as valid.
1996-09-01 Richard M. Stallman (tmm-add-one-shortcut): New subroutine.
1996-06-29 Richard M. Stallman (tmm-add-prompt): If tmm-completion-prompt is nil,
1996-03-28 Richard M. Stallman (tmm-define-keys): New arg MINIBUFFER.
1996-03-02 Richard M. Stallman Comment change.
1996-01-24 Karl Heuer (tmm-prompt): Set last-command-event before calling the
1996-01-14 Erik Naggum Update FSF's address.
1996-01-09 Karl Heuer (tmm-menubar-mouse): Add autoload cookie.
1996-01-04 Karl Heuer (tmm-get-keybind): Doc fix.
1996-01-02 Richard M. Stallman (tmm-prompt): Major cleanups. Handle pop-menu case nicely.
1996-01-02 Richard M. Stallman (tmm-menubar-mouse): New function, handles [menu-bar mouse-1].
1995-11-18 Richard M. Stallman (tmm-prompt): Delete tmm-add-prompt if we fail.
1995-11-13 Richard M. Stallman (tmm-define-keys): Don't define ESC ESC.
1995-11-11 Richard M. Stallman Define menu-bar mouse-1 as tmm-menubar.
1995-11-10 Richard M. Stallman (tmm-define-keys): New subroutine.
1995-10-30 Richard M. Stallman Comment change.
1995-10-30 Richard M. Stallman (tmm-old-mb-map): Initialize to nil.
1995-08-28 Richard M. Stallman Fix typo in global-map define.
1995-08-03 Richard M. Stallman Don't alter bindings in minibuffer-local-must-match-map
1995-03-11 Richard M. Stallman Comment change.
1995-03-11 Richard M. Stallman Initial revision