Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | (easy-menu-add): Don't precompute keybindings | Stefan Monnier | 2008-08-14 | 1 | -17/+6 |
| | | | | | since those precomputed values aren't used any more. (easy-menu-precalculate-equivalent-keybindings): Obsolete. | ||||
* | (easy-menu-convert-item, easy-menu-convert-item-1): | Stefan Monnier | 2008-05-28 | 1 | -17/+19 |
| | | | | | Move the duplicate-generation outside of the caching so it also works for identical entries. | ||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | (easy-menu-make-symbol): Don't wrap keyboard macros within lambdas. | Stefan Monnier | 2008-04-24 | 1 | -1/+4 |
| | |||||
* | (easy-menu-avoid-duplicate-keys): New var. | Stefan Monnier | 2008-01-15 | 1 | -22/+43 |
| | | | | | (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid using the same key for different menu entries. | ||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
* | | (easy-menu-define): Doc fix. | Glenn Morris | 2007-11-26 | 1 | -1/+6 |
| | | |||||
* | | Merge from emacs--rel--22 | Miles Bader | 2007-08-13 | 1 | -1/+1 |
|\| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851 | ||||
| * | Replace `iff' in doc-strings and comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
| | | |||||
* | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828 | ||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
* | | (easy-menu-binding): New function. | Stefan Monnier | 2007-07-10 | 1 | -16/+24 |
|/ | | | | | (easy-menu-do-define): Use it. (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | easy-menu-change patch | Vinicius Jose Latorre | 2006-12-26 | 1 | -2/+6 |
| | |||||
* | Update copyright years. | Glenn Morris | 2006-12-07 | 1 | -2/+2 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (easy-menu-change): Doc fix. | Richard M. Stallman | 2005-10-28 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | 4-digit copyright years. | Stefan Monnier | 2005-06-01 | 1 | -1/+2 |
| | |||||
* | (easy-menu-return-item): Find menu items with a nil command binding. | Stefan Monnier | 2005-06-01 | 1 | -3/+10 |
| | |||||
* | (easy-menu-add): Correct docstring since | David Kastrup | 2005-05-20 | 1 | -5/+9 |
| | | | | easy-menu-add is not a nop on Emacs; and clarify when to call it. | ||||
* | (easy-menu-define): Doc fixes. | Nick Roberts | 2005-05-13 | 1 | -3/+3 |
| | |||||
* | (easy-menu-do-define): Use defalias, not fset. | Richard M. Stallman | 2005-04-23 | 1 | -12/+12 |
| | |||||
* | (easy-menu-add-item): Use keymap-prompt. Simplify. | Stefan Monnier | 2004-11-10 | 1 | -8/+3 |
| | |||||
* | (easy-menu-define-key): Understand the case where the keymap is a symbol. | Stefan Monnier | 2004-11-10 | 1 | -0/+1 |
| | |||||
* | (easy-menu-intern): Revert to no-downcasing. | Stefan Monnier | 2004-11-09 | 1 | -21/+2 |
| | | | | (easy-menu-name-match): Revert correspondingly. | ||||
* | (easy-menu-get-map): Fix last change. | Andreas Schwab | 2004-11-06 | 1 | -1/+1 |
| | |||||
* | (easy-menu-get-map-look-for-name): Remove. | Stefan Monnier | 2004-11-06 | 1 | -29/+44 |
| | | | | | | | | (easy-menu-lookup-name): New fun to replace it. (easy-menu-get-map): Use it to obey menu item names (rather than just keys) when looking up `path'. (easy-menu-always-true-p): Rename from easy-menu-always-true. (easy-menu-convert-item-1): Adjust to new name. | ||||
* | (easy-menu-intern): | Richard M. Stallman | 2004-11-02 | 1 | -1/+19 |
| | | | | Don't downcase; rather, case-flip the first letter of each word. | ||||
* | (easy-menu-add): Do call x-popup-menu, but only if it's defined. | Richard M. Stallman | 2004-04-21 | 1 | -2/+2 |
| | |||||
* | (easy-menu-add): Make it work in non-X Emacs. | Stefan Monnier | 2004-04-09 | 1 | -2/+4 |
| | |||||
* | (easy-menu-define): Doc fix. | Eli Zaretskii | 2003-12-29 | 1 | -2/+2 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (easy-menu-get-map): Correctly handle non-submap bindings. | Stefan Monnier | 2003-04-30 | 1 | -2/+2 |
| | |||||
* | (easy-menu-define): Don't make a defvar for nil. | Richard M. Stallman | 2003-04-03 | 1 | -10/+4 |
| | | | | | (easy-menu-convert-item-1): Doc fix. (easy-menu-change): Call easy-menu-create-menu. | ||||
* | (easy-menu-add-item): Align the docstring with the code. | Stefan Monnier | 2003-03-24 | 1 | -1/+1 |
| | |||||
* | (easy-menu-add-item): Don't default to the global map. | John Paul Wallington | 2003-03-24 | 1 | -3/+0 |
| | |||||
* | (easy-menu-name-match): Catch any error that member-ignore-case might signal. | Stefan Monnier | 2003-03-16 | 1 | -4/+8 |
| | | | | | (easy-menu-add-item): Default to the global map, as documented. (easy-menu-convert-item-1): Use match-string. | ||||
* | (easy-menu-do-define): Handle nil for SYMBOL. | Richard M. Stallman | 2002-12-23 | 1 | -15/+18 |
| | | | | (easy-menu-define): Doc fix, say SYMBOL can be nil. | ||||
* | (easy-menu-remove): Add docstring. | Stefan Monnier | 2002-09-19 | 1 | -1/+6 |
| | |||||
* | (easy-menu-define): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | (easy-menu-filter-return): | Stefan Monnier | 2002-08-30 | 1 | -13/+12 |
| | | | | | | | Handle the case where the filter returns a single menu entry. (easy-menu-add): Improve docstring. (easy-menu-current-active-maps): Remove. (easy-menu-get-map): Use current-active-maps. | ||||
* | (easy-menu-popup-menu): Function deleted. | Richard M. Stallman | 2002-07-07 | 1 | -14/+0 |
| | |||||
* | (easy-menu-popup-menu): New function. | Richard M. Stallman | 2002-07-02 | 1 | -0/+14 |
| | |||||
* | (easy-menu-make-symbol): Don't treat (lambda () ...) as an expression. | Stefan Monnier | 2002-05-15 | 1 | -2/+2 |
| | |||||
* | (easy-menu-add): Doc fix. | Eli Zaretskii | 2002-05-15 | 1 | -1/+1 |
| | |||||
* | (easy-menu-name-match): Match both | Jason Rumney | 2002-05-14 | 1 | -1/+5 |
| | | | | displayed text and internal name as string. |