summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/easymenu.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (easy-menu-add): Don't precompute keybindingsStefan Monnier2008-08-141-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 Monnier2008-05-281-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 Morris2008-05-061-6/+4
|
* (easy-menu-make-symbol): Don't wrap keyboard macros within lambdas.Stefan Monnier2008-04-241-1/+4
|
* (easy-menu-avoid-duplicate-keys): New var.Stefan Monnier2008-01-151-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--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (easy-menu-define): Doc fix.Glenn Morris2007-11-261-1/+6
| |
* | Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
| |
* | Merge from emacs--rel--22Miles Bader2007-07-261-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 Morris2007-07-251-1/+1
| |
* | (easy-menu-binding): New function.Stefan Monnier2007-07-101-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 Morris2007-01-211-1/+1
|
* easy-menu-change patchVinicius Jose Latorre2006-12-261-2/+6
|
* Update copyright years.Glenn Morris2006-12-071-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (easy-menu-change): Doc fix.Richard M. Stallman2005-10-281-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* 4-digit copyright years.Stefan Monnier2005-06-011-1/+2
|
* (easy-menu-return-item): Find menu items with a nil command binding.Stefan Monnier2005-06-011-3/+10
|
* (easy-menu-add): Correct docstring sinceDavid Kastrup2005-05-201-5/+9
| | | | easy-menu-add is not a nop on Emacs; and clarify when to call it.
* (easy-menu-define): Doc fixes.Nick Roberts2005-05-131-3/+3
|
* (easy-menu-do-define): Use defalias, not fset.Richard M. Stallman2005-04-231-12/+12
|
* (easy-menu-add-item): Use keymap-prompt. Simplify.Stefan Monnier2004-11-101-8/+3
|
* (easy-menu-define-key): Understand the case where the keymap is a symbol.Stefan Monnier2004-11-101-0/+1
|
* (easy-menu-intern): Revert to no-downcasing.Stefan Monnier2004-11-091-21/+2
| | | | (easy-menu-name-match): Revert correspondingly.
* (easy-menu-get-map): Fix last change.Andreas Schwab2004-11-061-1/+1
|
* (easy-menu-get-map-look-for-name): Remove.Stefan Monnier2004-11-061-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. Stallman2004-11-021-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. Stallman2004-04-211-2/+2
|
* (easy-menu-add): Make it work in non-X Emacs.Stefan Monnier2004-04-091-2/+4
|
* (easy-menu-define): Doc fix.Eli Zaretskii2003-12-291-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (easy-menu-get-map): Correctly handle non-submap bindings.Stefan Monnier2003-04-301-2/+2
|
* (easy-menu-define): Don't make a defvar for nil.Richard M. Stallman2003-04-031-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 Monnier2003-03-241-1/+1
|
* (easy-menu-add-item): Don't default to the global map.John Paul Wallington2003-03-241-3/+0
|
* (easy-menu-name-match): Catch any error that member-ignore-case might signal.Stefan Monnier2003-03-161-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. Stallman2002-12-231-15/+18
| | | | (easy-menu-define): Doc fix, say SYMBOL can be nil.
* (easy-menu-remove): Add docstring.Stefan Monnier2002-09-191-1/+6
|
* (easy-menu-define): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* (easy-menu-filter-return):Stefan Monnier2002-08-301-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. Stallman2002-07-071-14/+0
|
* (easy-menu-popup-menu): New function.Richard M. Stallman2002-07-021-0/+14
|
* (easy-menu-make-symbol): Don't treat (lambda () ...) as an expression.Stefan Monnier2002-05-151-2/+2
|
* (easy-menu-add): Doc fix.Eli Zaretskii2002-05-151-1/+1
|
* (easy-menu-name-match): Match bothJason Rumney2002-05-141-1/+5
| | | | displayed text and internal name as string.